Backporting documentation PRs#23454
Merged
ahus1 merged 2 commits intokeycloak:release/22.0from Oct 6, 2023
Merged
Conversation
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter. Closes keycloak#22200 (cherry picked from commit 41fd12d)
It now requires authentication. Closes keycloak#23345 (cherry picked from commit 5070f41)
Member
Author
|
@mhajas - as you've reviewed the orginal PRs, I'd be happy if you could have a look and review this PR. Thanks! |
This was referenced Sep 21, 2023
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.model.ConcurrentHashMapStorageTest#testStorageSeparationKeycloak CI - Store Model Tests |
ghost
reviewed
Sep 21, 2023
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Member
Author
|
reopened, as it was closed accidentially closed when I deleted the branch. |
sguilhen
approved these changes
Oct 6, 2023
pedroigor
approved these changes
Oct 6, 2023
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
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.
Those two PRs build on top of each other. As they need to be merged both, I combined them in one PR.
Please just rebase the PR, not squash it. Thanks!
Backporting #22200
Backporting #23345
Original PRs: #22201, #23347