-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapting to changed data sources in PDSM #435
Comments
sebastian-peter
added
dependencies
Pull requests that update a dependency file
and removed
dependencies
Pull requests that update a dependency file
labels
Feb 2, 2023
staudtMarius
added a commit
that referenced
this issue
Feb 15, 2023
# Conflicts: # CHANGELOG.md # build.gradle
staudtMarius
added a commit
that referenced
this issue
Feb 20, 2023
staudtMarius
added a commit
that referenced
this issue
Feb 22, 2023
# Conflicts: # src/main/scala/edu/ie3/simona/io/grid/CsvGridSource.scala
staudtMarius
added a commit
that referenced
this issue
Apr 26, 2023
staudtMarius
added a commit
that referenced
this issue
May 4, 2023
staudtMarius
added a commit
that referenced
this issue
May 9, 2023
staudtMarius
added a commit
that referenced
this issue
May 16, 2023
staudtMarius
added a commit
that referenced
this issue
May 25, 2023
staudtMarius
added a commit
that referenced
this issue
Jul 19, 2023
staudtMarius
added a commit
that referenced
this issue
Jul 28, 2023
staudtMarius
added a commit
that referenced
this issue
Aug 14, 2023
…s' into ms/#435-adapting-to-changed-data-sources-in-PDSM # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Aug 14, 2023
….0.0 # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Aug 24, 2023
staudtMarius
added a commit
that referenced
this issue
Aug 29, 2023
t-ober
added a commit
that referenced
this issue
Sep 6, 2023
staudtMarius
added a commit
that referenced
this issue
Sep 6, 2023
….0.0 # Conflicts: # src/main/scala/edu/ie3/simona/service/weather/SampleWeatherSource.scala # src/main/scala/edu/ie3/simona/service/weather/WeatherSource.scala # src/main/scala/edu/ie3/simona/service/weather/WeatherSourceWrapper.scala # src/test/scala/edu/ie3/simona/service/weather/SampleWeatherSourceSpec.scala # src/test/scala/edu/ie3/simona/service/weather/WeatherServiceSpec.scala # src/test/scala/edu/ie3/simona/service/weather/WeatherSourceSpec.scala # src/test/scala/edu/ie3/simona/service/weather/WeatherSourceWrapperSpec.scala
t-ober
added a commit
that referenced
this issue
Sep 6, 2023
…d-data-sources-in-PDSM Adapting to changes in PSDM version 4.0.0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PR
will change how data sources return their data. Instead of returning optional that may be empty, The data source will now return the data directly if possible or throw an exception. Therefore simona needs to adapt to these changes.
The text was updated successfully, but these errors were encountered: