-
-
Notifications
You must be signed in to change notification settings - Fork 997
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
core: Tidy contributor onboarding, fix typos. #12700
base: main
Are you sure you want to change the base?
core: Tidy contributor onboarding, fix typos. #12700
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12700 +/- ##
==========================================
+ Coverage 92.75% 92.77% +0.02%
==========================================
Files 769 769
Lines 38929 38929
==========================================
+ Hits 36108 36116 +8
+ Misses 2821 2813 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fe330fd
to
10893ee
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.
I can't say one way or the other on the code, but thanks for catching the misspellings!!
f69153f
to
1f6466d
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.
One more little thing I didn't catch previously, mb
@@ -134,7 +134,7 @@ module.exports = async function (): Promise<Config> { | |||
docsPluginId: "docs", | |||
config: { | |||
authentik: { | |||
specPath: "static/schema.yaml", | |||
specPath: "static/schema.yml", |
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.
We should add a redirect for this in the netlify.toml
- Fixes typos. - Fixes stale links. - Tidies Makefile so that Poetry env is optional for hygiene commands. - Remove mismatched YAML naming. - Uses shebang on Python scripts. - Document semver usage. - Redirect OpenAPI schema.
1f6466d
to
908679d
Compare
Details
This PR contains a subset of fixes discovered when progressing through the authentik contributor guide. Highlights include:
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)