From 1a10e67372a20e1f84d07f515360d785cc4e0bd7 Mon Sep 17 00:00:00 2001 From: Lynwee Date: Wed, 20 Sep 2023 22:18:38 +0800 Subject: [PATCH 1/5] docs(trouble shooting): add solutions for #6038 --- .../version-v0.19/Troubleshooting/Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index fbe71e76c32..4ae97da9310 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,6 +68,14 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` +### Repositories don't show up to select for data scopes in GitHub connections +See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) + +First you should check whether you access token has necessary permissions, if permissions are correct. Please make sure that after creating the token you have authorized it using SSO if your account are protected by organization SAML enforcement. + +More details about authenticating with SAML single sign-on can be seen [here](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on). + + ## None of them solve your problem? From 834bd366ea6b2e235a7625ff8ae85ad04e9eabbe Mon Sep 17 00:00:00 2001 From: Lynwee Date: Wed, 20 Sep 2023 22:19:56 +0800 Subject: [PATCH 2/5] docs(trouble shooting): add solutions for #6038 to latest version --- docs/Troubleshooting/Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index fbe71e76c32..4ae97da9310 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,6 +68,14 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` +### Repositories don't show up to select for data scopes in GitHub connections +See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) + +First you should check whether you access token has necessary permissions, if permissions are correct. Please make sure that after creating the token you have authorized it using SSO if your account are protected by organization SAML enforcement. + +More details about authenticating with SAML single sign-on can be seen [here](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on). + + ## None of them solve your problem? From b06912f7f4913704163690ac34798b0df430a715 Mon Sep 17 00:00:00 2001 From: Lynwee Date: Thu, 21 Sep 2023 11:00:28 +0800 Subject: [PATCH 3/5] docs(trouble shooting): revise it with Google Bard --- docs/Troubleshooting/Configuration.md | 9 ++++----- .../version-v0.19/Troubleshooting/Configuration.md | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index 4ae97da9310..972b02707c2 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,14 +68,13 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up to select for data scopes in GitHub connections -See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) - -First you should check whether you access token has necessary permissions, if permissions are correct. Please make sure that after creating the token you have authorized it using SSO if your account are protected by organization SAML enforcement. +### Repositories don't show up for selection as data scopes in GitHub connections -More details about authenticating with SAML single sign-on can be seen [here](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on). +See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) +First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. +For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. ## None of them solve your problem? diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index 4ae97da9310..6736e0fd6ff 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,13 +68,13 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up to select for data scopes in GitHub connections -See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) +### Repositories don't show up for selection as data scopes in GitHub connections -First you should check whether you access token has necessary permissions, if permissions are correct. Please make sure that after creating the token you have authorized it using SSO if your account are protected by organization SAML enforcement. +See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) -More details about authenticating with SAML single sign-on can be seen [here](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on). +First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. +For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. ## None of them solve your problem? From f82e8810aea00633fd8a1addb301e806215aa37d Mon Sep 17 00:00:00 2001 From: Lynwee Date: Thu, 21 Sep 2023 11:08:57 +0800 Subject: [PATCH 4/5] docs(trouble shooting): fix discussion --- docs/Troubleshooting/Configuration.md | 2 +- versioned_docs/version-v0.19/Troubleshooting/Configuration.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index 972b02707c2..184b25dbd79 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,7 +68,7 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up for selection as data scopes in GitHub connections +### GitHub repositories keep loading when adding data scopes to a GitHub connection See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index 6736e0fd6ff..184b25dbd79 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,7 +68,7 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up for selection as data scopes in GitHub connections +### GitHub repositories keep loading when adding data scopes to a GitHub connection See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) @@ -76,7 +76,6 @@ First, check if your access token has the necessary permissions. If the permissi For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. - ## None of them solve your problem? Sorry for the inconvenience, please help us improve by [creating an issue](https://github.com/apache/incubator-devlake/issues) From df683775f65180ff7d2765fca39ff5f7a47e5826 Mon Sep 17 00:00:00 2001 From: Lynwee Date: Thu, 21 Sep 2023 11:16:41 +0800 Subject: [PATCH 5/5] docs(trouble shooting): rewrite the faq about issue #6038 --- docs/Troubleshooting/Configuration.md | 6 ++++-- .../version-v0.19/Troubleshooting/Configuration.md | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index 184b25dbd79..d998cebcd79 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,11 +68,13 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### GitHub repositories keep loading when adding data scopes to a GitHub connection +### GitHub repositories keep loading when adding data scopes See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) -First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. +If you're having trouble adding data scopes to a GitHub connection because the repositories keep loading, there are a few things you can check: +1. Make sure your access token has the necessary permissions. +2. If your account is protected by organization SAML enforcement, make sure you've authorized the token using SSO. For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index 184b25dbd79..1a4becda596 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,12 +68,14 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### GitHub repositories keep loading when adding data scopes to a GitHub connection +### GitHub repositories keep loading when adding data scopes See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) -First, check if your access token has the necessary permissions. If the permissions are correct, make sure that you have authorized the token using SSO if your account is protected by organization SAML enforcement. - +If you're having trouble adding data scopes to a GitHub connection because the repositories keep loading, there are a few things you can check: +1. Make sure your access token has the necessary permissions. +2. If your account is protected by organization SAML enforcement, make sure you've authorized the token using SSO. + For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. ## None of them solve your problem?