-
Notifications
You must be signed in to change notification settings - Fork 39
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: 0.9.2 #549
release: 0.9.2 #549
Conversation
0ef4bd4
to
2d4c7e4
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #549 +/- ##
=======================================
Coverage 72.50% 72.50%
=======================================
Files 15 15
Lines 1382 1382
=======================================
Hits 1002 1002
Misses 380 380
|
94d0d83
to
c9ff475
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just left a minor comment on the readability of one line of the changelog.
CHANGES.rst
Outdated
- Changes the workflow deletion endpoint to return a different and more appropriate message when deleting all the runs of a workflow. | ||
- Changes CVMFS support to allow users to automatically mount any available repository. | ||
- Changes how pagination is performed in order to avoid counting twice the total number of records. | ||
- Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows that could not have been successfully scheduled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows that could not have been successfully scheduled. | |
- Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows that were not successfully scheduled. |
I think the original was a bit hard to read, wdyt about this small change to improve readability?
c9ff475
to
23f0a0f
Compare
833204d
to
b818217
Compare
Configure setuptools to use distutils provided by the standard Python library instead of the vendored one in setuptools, so that editable installations are stored in the right directory.
b818217
to
2ab81cb
Compare
TODO: