From b9feaec38e8a5863200419a49be62f4e48245aae Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 5 Apr 2024 15:36:38 +0200 Subject: [PATCH] Ignore all links to GitHub when checking external links in docs due to rate limiting issues (#28472) Closes #28330 Signed-off-by: stianst --- .../tests/src/test/resources/ignored-links | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/documentation/tests/src/test/resources/ignored-links b/docs/documentation/tests/src/test/resources/ignored-links index fc5442b8739..a0d459af1db 100644 --- a/docs/documentation/tests/src/test/resources/ignored-links +++ b/docs/documentation/tests/src/test/resources/ignored-links @@ -13,7 +13,7 @@ http://host:port* https://host:port* http://broker-keycloak:8180* https://expressjs.com/ -https://github.com/keycloak/keycloak/tree/* +https://github.com/* http://node11:8080* http://node11:8080/auth/ http://node12:8080* @@ -21,10 +21,7 @@ http://node21:8080* http://node22:8080* http://web.example.com* https://keycloak.example.com* -https://github.com/keycloak/keycloak-documentation/blob/master/* https://openshift.example.com:8443/console -https://github.com/keycloak/keycloak-quickstarts.git -https://github.com/go-chi/chi#router-design https://accounts.google.com/o/oauth2/revoke https://keycloak.example.com/auth/realms/REALM_NAME/protocol/openid-connect/logout http://127.0.0.1:3000/oauth/callback @@ -38,10 +35,4 @@ https://developer.paypal.com/developer/applications https://account.live.com/developers/applications/create https://developer.twitter.com/apps/ https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#rolling-update -https://github.com/keycloak/keycloak/blob/main/docs/tests.md#kerberos-server -https://github.com/apache/felix-dev/tree/master/http#using-the-osgi-http-whiteboard -https://github.com/keycloak/keycloak/blob/025778fe9c745316f80b53fe3052aeb314e868ef/js/apps/admin-ui/public/locales/en/dashboard.json#L3 -https://github.com/keycloak/keycloak/issues/new?* -https://stackapps.com/apps/oauth/register -https://github.com/keycloak/keycloak-quickstarts/tree/release/24.0/extension/extend-account-console -https://github.com/keycloak/keycloak/releases/download/DEV/keycloak-DEV.zip \ No newline at end of file +https://stackapps.com/apps/oauth/register \ No newline at end of file