-
Notifications
You must be signed in to change notification settings - Fork 53
Add information about AuthContext context class with link to api doc #159
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
Merged
Conversation
This file contains hidden or 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
qiuosier
previously approved these changes
Apr 27, 2023
- added fix to not triggering unittests, when change in docs folder
No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
1 similar comment
No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
- added publish-to-readthedocs.yml
- fixed ignored path leaving only path to be triggered by
No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
- fixed into in message about cov diff report in run-unittests.yml
No success to gather report. 😿 📌 Overall coverage: No success to gather report. 😿 |
qiuosier
previously approved these changes
Apr 27, 2023
- fixed error with color pick when coverage report diff is 100%
mrDzurb
approved these changes
Apr 27, 2023
qiuosier
approved these changes
Apr 27, 2023
mrDzurb
approved these changes
Apr 29, 2023
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.
Description
For validation purpose to check correct auto-trigger on event (when PR with changed to docs folder merged to main - readthedocs triggering docs building) was PR to main created and merged: #158. This is real change to the docs and we want to merge it to develop to not override during next release.
In addition to docs change I am including new workflow for publish docs in this PR (which was merged to main and validated). This change also needed to be merged to delelop to persist dusring next release. PRs: #148 and #156. Minor change added - sleep for 1 minutes, because trigger by freshly created tag not worked right away, but after several minutes triggered in readthedocs - this is simple fix to add delay between creation of tag and Action to trigger readthedocs.
This PR contains same change that already merged to main and has to be merged to develop branch.
Noticed issue that if only change to docs folder - unittests triggered, fix that in run-unittests.yml and run-unittests-default_setup.yml