-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
Update createapplication
command
#1132
Update createapplication
command
#1132
Conversation
…reateapplication command
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #1132 +/- ##
=======================================
Coverage 96.86% 96.87%
=======================================
Files 31 31
Lines 1789 1790 +1
=======================================
+ Hits 1733 1734 +1
Misses 56 56
Continue to review full report at Codecov.
|
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.
Hey, thanks for this!
Would you consider adding something to the docs for this command? It's never a bad thing to improve the documentation.
Co-authored-by: Alan Crosswell <[email protected]>
Co-authored-by: Alan Crosswell <[email protected]>
for more information, see https://pre-commit.ci
@n2ygk Sure thing, I've had a go at it in commit de0db70. I'm definitely not an expert on RST documentation (much more familiar and comfortable with markdown) but I gave it a shot. Someone will probably want to read over it to make sure I haven't buggered it up. I checked it in VSCode with an RST plugin and it seems ok, but I can't be certain. - Daniel |
I think most of us prefer markdown.
To see what your docs edit looks like, you can locally run |
Weirdly the docs build failed even though it works locally.... I'll have to dig a bit further on that. |
This project's tox setup doesn't refresh the |
Unrelated problem: sphinx-doc/sphinx#10291 fixed in #1134. |
Hello again @n2ygk, I've just merged the master branch into my topical which I presume adds the version pin for jinja2. - Daniel |
Yeah I'll make sure to resync it with master as there are a few PRs in flight right now. Please either accept or reject the documentation suggestion I made w.r.t table vs. output of Thanks! |
Hello again @n2ygk, Sorry to be a pain, but I don't seem to be able to find the documentation suggestion you're referring to. GitHub shows me a big red I do use GitLab a lot more than GitHub so I may also just not be looking in the right place... I'm happy to look over it, I just can't seem to get to it! |
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.
Sorry. I keep doing this. I left my suggestion Pending.
Co-authored-by: Alan Crosswell <[email protected]>
Not a problem! - Daniel |
Fixes #
N/A
Description of the Change
Greetings!
This pull request updates the createapplication management command.
--algorighm
parameter is added which allows specification of""
,"RS256"
, or"HS256"
--skip-authorization
help text is fixed"The ID of the new application"
"If set, completely bypass the authorization form, even on the first use of the application"
Notes:
I hope you find this change useful!
- Daniel.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS