-
Notifications
You must be signed in to change notification settings - Fork 97
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
Release 1.2 #437
Merged
Merged
Release 1.2 #437
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix missing FromQuery params Fix integration tests not using JSON datasource mocker
Signed-off-by: Yasumasa Suenaga <yasuenag@gmail.com>
* cleaning workflows Signed-off-by: Dan Benitah <bdanuw@gmail.com> * pull request should on trigger for pull request event - removing on push for PRs Signed-off-by: Dan Benitah <bdanuw@gmail.com> * syntax Signed-off-by: Dan Benitah <bdanuw@gmail.com> * syntax Signed-off-by: Dan Benitah <bdanuw@gmail.com> * moving markdown linting and disabling 2.a-deploy Signed-off-by: Dan Benitah <bdanuw@gmail.com> * adding some jobs dependencies so packaging does not run if code does not build etc... Signed-off-by: Dan Benitah <bdanuw@gmail.com> * moving code analysis into the build step and clean up Signed-off-by: Dan Benitah <bdanuw@gmail.com> --------- Signed-off-by: Dan Benitah <bdanuw@gmail.com> Co-authored-by: danuw <danuw@volto.io>
* Skip deploy workflows in forked repos Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com> * Add vars Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com> --------- Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
…rbon-aware-sdk into romanlutz/fix_typos
Fix typos in packaging doc
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#api-object Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Issue : I have tested a ElectricityMaps forecast scenario CLI: "emissions-forecasts -l westeurope -v" will return server error 500. Analysis: public async Task<EmissionsForecast> GetCurrentCarbonIntensityForecastAsync(Location location) is causing the EM server to return 500. Reason is that the "." in geolocation.Latitude will be passed as "," Fix: The following changes are fixing this bug. Signed-off-by: Christian Binder <43334159+xcbinder@users.noreply.github.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
fixing 3 broken links in overview.md Signed-off-by: nttDamien <125525959+nttDamien@users.noreply.github.com>
Integration tests coverage for WebAPI and CLI
Signed-off-by: Roman Lutz <romanlutz13@gmail.com>
Discussed about this in: - #392 (comment) - #381 (comment) Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
I, Yasumasa Suenaga <suenaga@oss.nttdata.com>, hereby add my Signed-off-by to this commit: 4e0b3a1 Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Szymon Duchniewicz <szduchniewicz@gmail.com>
Fix: verify-azure-function-with-packages #383
…receives request for forecast Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
EMFree data source should regard specified time range
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Yasumasa Suenaga <suenaga@oss.nttdata.com>
Signed-off-by: Sophie Trinder <144015600+Sophietn@users.noreply.github.com>
Signed-off-by: Sophie Trinder <144015600+Sophietn@users.noreply.github.com>
Add Helm chart and workflow
Updating CONTRIBUTING.md
Signed-off-by: Dan Benitah <bdanuw@gmail.com>
Signed-off-by: Dan Benitah <bdanuw@gmail.com>
Signed-off-by: Dan Benitah <bdanuw@gmail.com>
Update CHANGELOG.md for Release 1.2
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #437 +/- ##
==========================================
+ Coverage 74.21% 74.67% +0.46%
==========================================
Files 77 77
Lines 2637 2646 +9
Branches 266 268 +2
==========================================
+ Hits 1957 1976 +19
+ Misses 598 589 -9
+ Partials 82 81 -1
|
1 task
Updating release date Signed-off-by: Dan Benitah <bdanuw@gmail.com>
….2-changelog-update
As previously agreed with @YaSuenag his DCO was overridden again. @vaughanknight @Willmish could you do us the honours as I created this PR. Will merge end of day otherwise as all checks are passed now. - Thanks cc @Sophietn |
22 tasks
Well done team! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Fixed
Changed
Other
For more details, checkout https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/232