-
Notifications
You must be signed in to change notification settings - Fork 20
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.7.0 #242
Release 0.7.0 #242
Conversation
Codecov ReportBase: 98.80% // Head: 98.80% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #242 +/- ##
=======================================
Coverage 98.80% 98.80%
=======================================
Files 56 56
Lines 2339 2339
=======================================
Hits 2311 2311
Misses 28 28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ddf4044
to
fd8a0f3
Compare
96b7ec6
to
46415ed
Compare
46415ed
to
e7665f6
Compare
ae8de69
to
b681f9e
Compare
@@ -199,11 +199,11 @@ Available adapter configuration options | |||
| Option | Short Description | Requirement | | |||
+================+===================================================================================+=================+ | |||
| max_age | The result of the `condor_status` call is cached for `max_age` in minutes. | **Required** | | |||
+================+===================================================================================+=================+ | |||
+----------------+-----------------------------------------------------------------------------------+-----------------+ |
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.
Corrected multiple head/body row separators in the HTCondor site adapter documentation. The table was missing otherwise as it caused an error when building the docs.
@@ -85,10 +85,6 @@ Available configuration options | |||
+----------------+-------------------------------------------------------------------+-----------------+ | |||
| port | Port the REST Service is listening on | **Required** | | |||
+----------------+-------------------------------------------------------------------+-----------------+ | |||
| secret_key | 32 byte secret key to generate and validate JWTs | **Required** | |
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.
I have removed outdated documentation of the REST API. Those parts have been changed in #250, but the documentation has not been updated.
@@ -182,53 +171,6 @@ Available logging configuration options | |||
Convenience Tools | |||
~~~~~~~~~~~~~~~~~ | |||
|
|||
Generate Token |
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.
Same as above. generate_token
does not exists anymore.
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 to me as a whole.
If you know why some of the changes were reformatted from |
-style blocks to \
-broken literals, you might want to fix that though. No problem fixing it later or keeping it as-is, though.
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 to me :)
We should maybe take some of your changes as a reminder to better cross-check documentation during reviewing processes 🤔
Indeed. I reviewed #250. So I missed it. :-/ |
ee174af
I have no idea what caused it. I have fixed it now, could you @eileen-kuehn and @maxfischer2781 reapprove, please? |
This pull request prepares the release of cobald-tardis 0.7.0.