Prevent exception in the log - #22201
Merged
mhajas merged 1 commit intoSep 19, 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
Member
Author
ahus1
requested review from
mhajas and
miquelsi
and removed request for
miquelsi
August 3, 2023 08:42
Member
Author
|
@mhajas - I wonder if you could have a review for this one when you have the time. Thanks! |
mhajas
approved these changes
Sep 19, 2023
ahus1
added a commit
to ahus1/keycloak
that referenced
this pull request
Sep 21, 2023
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)
ahus1
deleted the
is-22200-prevent-exception-external-link-check-and-speedup
branch
September 21, 2023 17:05
ahus1
added a commit
that referenced
this pull request
Oct 6, 2023
Closed
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.
Also speed up the external link check by avoiding checking each bug submission link in the rendered docs which only differs by its parameter.
The external link check no completes in 2 minutes instead of 9 minutes on GitHub actions.
Closes #22200