Skip to content

Commit 0928900

Browse files
authored
Merge branch 'dev' into ms/#1280-enhance-value-retrieval-in-TimeSeriesSource
2 parents edc3c36 + 1425d19 commit 0928900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+127
-126
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
./gradlew sonar \
8080
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8181
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82-
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
82+
-Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
8383
-Dsonar.qualitygate.wait=true
8484
8585
#Deployment

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313
- Fixed handling of `CongestionResult.InputModelType` in `EntityProcessor` [#1325](https://github.com/ie3-institute/PowerSystemDataModel/issues/1325)
14+
- -Fixed em fields in input models [#1331](https://github.com/ie3-institute/PowerSystemDataModel/issues/1331)
1415

1516
### Changed
1617
- Updated dependabot workflow and added CODEOWNERS [#1328](https://github.com/ie3-institute/PowerSystemDataModel/issues/1328)
18+
- Extend azimuth angle range to [-180°, 180°] for PV inputs [#1330](https://github.com/ie3-institute/PowerSystemDataModel/issues/1330)
1719

1820
## [7.0.0] - 2025-05-08
1921

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'maven-publish'
55
id 'signing'
66
id 'pmd' // code check, working on source code
7-
id 'com.diffplug.spotless' version '7.0.3' //code format
8-
id 'com.github.spotbugs' version '6.1.12' // code check, working on byte code
7+
id 'com.diffplug.spotless' version '7.0.4' //code format
8+
id 'com.github.spotbugs' version '6.2.0' // code check, working on byte code
99
id 'de.undercouch.download' version '5.6.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin
@@ -18,10 +18,10 @@ ext {
1818
//version (changing these should be considered thoroughly!)
1919
javaVersion = JavaVersion.VERSION_17
2020
groovyVersion = "4.0"
21-
groovyBinaryVersion = "4.0.26"
21+
groovyBinaryVersion = "4.0.27"
2222

2323
junitVersion = '1.12.0'
24-
testcontainersVersion = '1.21.0'
24+
testcontainersVersion = '1.21.2'
2525

2626
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2727
}
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
8282
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
8383
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
84-
testImplementation 'net.bytebuddy:byte-buddy:1.17.5' // Mocks of classes
84+
testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Mocks of classes
8585

8686
// testcontainers (docker framework for testing)
8787
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
@@ -91,15 +91,15 @@ dependencies {
9191
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
9292

9393
// logging
94-
implementation platform('org.apache.logging.log4j:log4j-bom:2.24.3')
94+
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
9595
implementation 'org.apache.logging.log4j:log4j-api' // log4j
9696
implementation 'org.apache.logging.log4j:log4j-core' // log4j
9797
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
9898

9999
// Databases
100100
implementation 'org.influxdb:influxdb-java:2.25'
101-
implementation 'com.couchbase.client:java-client:3.8.1'
102-
runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime
101+
implementation 'com.couchbase.client:java-client:3.8.2'
102+
runtimeOnly 'org.postgresql:postgresql:42.7.7' // postgresql jdbc driver required during runtime
103103

104104
implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
105105
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress

docs/readthedocs/models/input/em.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Participants are connected to an EM each via their `em` field.
3737
-
3838
- String representation (e.g. name) of a control strategy
3939
40-
* - parentEm
40+
* - controllingEm
4141
-
4242
- Reference to a superior Energy Management Unit that is controlling this EM.
4343
Field can be empty or missing, if this EM itself is not controlled.

docs/readthedocs/models/input/participant/bm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Model of a biomass power plant.
107107
- € / MWh
108108
- Fixed feed in tariff
109109
110-
* - em
110+
* - controllingEm
111111
-
112112
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
113113
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/chp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Combined heat and power plant.
114114
- Whether to adapt output based on (volatile)
115115
market price or not
116116
117-
* - em
117+
* - controllingEm
118118
-
119119
- UUID reference to an [Energy Management Unit](em_model) that is controlling
120120
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/ev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
9797
-
9898
-
9999
100-
* - em
100+
* - controllingEm
101101
-
102102
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
103103
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/evcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ station and has some limitations outlined below.
6363
- Boolean
6464
- Vehicle to grid (V2G) support, true if the charging station supports feed in.
6565
66-
* - em
66+
* - controllingEm
6767
-
6868
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
6969
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/fixedfeedin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ model can be derived.
4949
-
5050
- Rated power factor
5151
52-
* - em
52+
* - controllingEm
5353
-
5454
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
5555
this system participant. Field can be empty or missing, if this participant

docs/readthedocs/models/input/participant/hp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Model of a heat pump.
9393
-
9494
-
9595
96-
* - em
96+
* - controllingEm
9797
-
9898
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
9999
this system participant. Field can be empty or missing, if this participant

0 commit comments

Comments
 (0)