From accbc5f1dc5e11f3fac481d74982429473649c2b Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: 2023年10月26日 14:22:25 -0700 Subject: [PATCH 1/8] Adding Performance Limitation page --- .../Performance limitations.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 git-integration-for-jira-cloud/Performance limitations.md diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md new file mode 100644 index 0000000..408509d --- /dev/null +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -0,0 +1,45 @@ +--- + +title: Installation via Atlassian Marketplace +description: +taxonomy: + category: git-integration-for-jira-cloud + +--- +1. Go to the [**Git Integration for Jira**](https://marketplace.atlassian.com/apps/4984/git-integration-for-jira?tab=overview&hosting=cloud) [](https://marketplace.atlassian.com/plugins/com.xiplink.jira.git.jira_git_plugin)app Atlassian Marketplace page. + + ![](/wp-content/uploads/gij-gitcloud-new-installation-trial-buy-c.png) + +2. Click **Try it free** and start the free trial for 30 days. + + ![](/wp-content/uploads/gij-gitcloud-try-new-git-for-jira-cloud-app-c.png) + +3. Login to your Jira account, if required, to proceed installation of the app. See [Git Integration for Jira Cloud pricing and subscription tiers](https://marketplace.atlassian.com/apps/4984/git-integration-for-jira?hosting=cloud&tab=pricing) for more information. The license key is automatically configured into the app configuration for free trial licenses. + +4. After the installation is complete, you will see the following message box: + + ![](/wp-content/uploads/gij-gitcloud-installation-success-msg-balloon-c.png) + + * Click **Get started** to take you to the Manage integrations page where you can configure and integrate your git repositories. + + * Click **Manage app** to take you to the Manage apps page where you can manage your installed Jira apps and view the Git Integration for Jira app properties, version and license information. + +5. Start integrating your repositories with Git Integration for Jira Cloud app. + + + +
+
+
+ +
+
+ To purchase the Git Integration for Jira subscription service, see Git Integration for Jira Cloud pricing and subscription tiers for more information. +
+
+
+ + + +[**Next:** Installation via Atlassian Marketplace](/git-integration-for-jira-cloud/installation-via-atlassian-marketplace-gij-cloud) + From 845e57311f20216fe9b1fe9d35e8131c636eeb9d Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: 2023年10月26日 14:32:29 -0700 Subject: [PATCH 2/8] initial page testing/wording --- .../Performance limitations.md | 46 ++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md index 408509d..4e93cce 100644 --- a/git-integration-for-jira-cloud/Performance limitations.md +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -1,11 +1,55 @@ --- -title: Installation via Atlassian Marketplace +title: Known Performance limitations description: taxonomy: category: git-integration-for-jira-cloud --- +Since the Cloud version of our application is run on our services, there are numerous settings that are non-configurable compared to a self-hosted instance of Jira/GIJ. Because of this, there are certain limitations that can potentially cause issues when exceeded. Noted below are some "limits" that we know of that will cause some performance issues when exceeded. + +
+
+
+ +
+
+ Please note that the numbers below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degregaded performance, or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached. +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1. Go to the [**Git Integration for Jira**](https://marketplace.atlassian.com/apps/4984/git-integration-for-jira?tab=overview&hosting=cloud) [](https://marketplace.atlassian.com/plugins/com.xiplink.jira.git.jira_git_plugin)app Atlassian Marketplace page. ![](/wp-content/uploads/gij-gitcloud-new-installation-trial-buy-c.png) From 86576e64d6c9153a8f641715d8b765041d0b7a54 Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: 2023年10月26日 14:53:14 -0700 Subject: [PATCH 3/8] Initial Draft Initial wording/ formatting. Will get feedback and revise as necessary --- .../Performance limitations.md | 85 +++++++------------ 1 file changed, 30 insertions(+), 55 deletions(-) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md index 4e93cce..799bbf0 100644 --- a/git-integration-for-jira-cloud/Performance limitations.md +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -14,76 +14,51 @@ Since the Cloud version of our application is run on our services, there are num
- Please note that the numbers below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degregaded performance, or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached. + Please note that the numbers below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degregaded performance or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached.
+## Git Tags +| Limit | Possible issues | +| --- | --- | +|>2000 | Slow Indexing | +## Total Repositories in an Integration +| Limit | Possible issues | +| --- | --- | +|>2000 | Slow Indexing
Rate limit errors when getting PR/Builds/Deployments data during indexing
Long loading times (or even timeout errors during loading) of development data. | +## Individual Repository size +| Limit | Possible issues | +| --- | --- | +|>2gb | Extended Indexing time
Rate limit errors when getting PR/Builds/Deployments data during indexing
Long loading times (or even timeout errors during loading) of development data. | +## Individual file size in a repository +This is a hard limit due to a restriction in an internal component used in Git Integration for Jira. If the file size limit is exceeded, the Repository will not be able to be indexed. Please see [Max Object Error](https://help.gitkraken.com/git-integration-for-jira-cloud/error-while-reindexing-java-heap-space-object-too-large-rejecting-the-pack-gij-cloud/) for further details +| Limit | Possible issues | +| --- | --- | +|>2Gb | Repository will not clone/index | +## Number of branches in a repository +| Limit | Possible issues | +| --- | --- | +|>2000 | Slow Indexing
Rate limit errors when getting PR/Builds/Deployments data during indexing
Long loading times (or even timeout errors during loading) of development data. | +## Number of Pull/Merge Requests +| Limit | Possible issues | +| --- | --- | +|>2000 | Slow Indexing
Rate limit errors when getting PR/Builds/Deployments data during indexing
Long loading times (or even timeout errors during loading) of development data. | +## Number of Builds and/or Deployments - - - - - - - - - - - - - - - - - - -1. Go to the [**Git Integration for Jira**](https://marketplace.atlassian.com/apps/4984/git-integration-for-jira?tab=overview&hosting=cloud) [](https://marketplace.atlassian.com/plugins/com.xiplink.jira.git.jira_git_plugin)app Atlassian Marketplace page. - - ![](/wp-content/uploads/gij-gitcloud-new-installation-trial-buy-c.png) - -2. Click **Try it free** and start the free trial for 30 days. - - ![](/wp-content/uploads/gij-gitcloud-try-new-git-for-jira-cloud-app-c.png) - -3. Login to your Jira account, if required, to proceed installation of the app. See [Git Integration for Jira Cloud pricing and subscription tiers](https://marketplace.atlassian.com/apps/4984/git-integration-for-jira?hosting=cloud&tab=pricing) for more information. The license key is automatically configured into the app configuration for free trial licenses. - -4. After the installation is complete, you will see the following message box: - - ![](/wp-content/uploads/gij-gitcloud-installation-success-msg-balloon-c.png) - - * Click **Get started** to take you to the Manage integrations page where you can configure and integrate your git repositories. - - * Click **Manage app** to take you to the Manage apps page where you can manage your installed Jira apps and view the Git Integration for Jira app properties, version and license information. - -5. Start integrating your repositories with Git Integration for Jira Cloud app. - - - -
-
-
- -
-
- To purchase the Git Integration for Jira subscription service, see Git Integration for Jira Cloud pricing and subscription tiers for more information. -
-
-
- - - -[**Next:** Installation via Atlassian Marketplace](/git-integration-for-jira-cloud/installation-via-atlassian-marketplace-gij-cloud) +| Limit | Possible issues | +| --- | --- | +|>2000 | Slow Indexing
Rate limit errors when getting PR/Builds/Deployments data during indexing
Long loading times (or even timeout errors during loading) of development data. | From 558218ae272e01182072297e4d5714bc1b77463b Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: Fri, 3 Nov 2023 14:02:39 -0700 Subject: [PATCH 4/8] Updated verbage Updated verbage after review from John --- git-integration-for-jira-cloud/Performance limitations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md index 799bbf0..71c38f9 100644 --- a/git-integration-for-jira-cloud/Performance limitations.md +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -6,7 +6,7 @@ taxonomy: category: git-integration-for-jira-cloud --- -Since the Cloud version of our application is run on our services, there are numerous settings that are non-configurable compared to a self-hosted instance of Jira/GIJ. Because of this, there are certain limitations that can potentially cause issues when exceeded. Noted below are some "limits" that we know of that will cause some performance issues when exceeded. +The Cloud version of our application is run on our services and there are numerous fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits," beyond which we’ve noticed some of our customers having performance issues.
@@ -14,7 +14,7 @@ Since the Cloud version of our application is run on our services, there are num
- Please note that the numbers below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degregaded performance or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached. + Please note that the thresholds below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degraded performance or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached.
From 66e3d5244e8d2286ee432373ce27f67b3dbf77e5 Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: Fri, 3 Nov 2023 14:06:19 -0700 Subject: [PATCH 5/8] capitalization correction --- git-integration-for-jira-cloud/Performance limitations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md index 71c38f9..472d04b 100644 --- a/git-integration-for-jira-cloud/Performance limitations.md +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -1,12 +1,12 @@ --- -title: Known Performance limitations +title: Known Performance Limitations description: taxonomy: category: git-integration-for-jira-cloud --- -The Cloud version of our application is run on our services and there are numerous fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits," beyond which we’ve noticed some of our customers having performance issues. +The Cloud version of our application is run on our AWS instances and there are numerous fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits," beyond which we’ve noticed some of our customers having performance issues.
From 65ddcb844b19a8108556efd0b86a340d41db4daf Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: Mon, 6 Nov 2023 11:11:58 -0700 Subject: [PATCH 6/8] Spelling/grammar review Spelling/grammar review --- git-integration-for-jira-cloud/Performance limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/Performance limitations.md index 472d04b..79b38a0 100644 --- a/git-integration-for-jira-cloud/Performance limitations.md +++ b/git-integration-for-jira-cloud/Performance limitations.md @@ -6,7 +6,7 @@ taxonomy: category: git-integration-for-jira-cloud --- -The Cloud version of our application is run on our AWS instances and there are numerous fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits," beyond which we’ve noticed some of our customers having performance issues. +The Cloud version of our application is run on our AWS instances and there are fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits" beyond which we’ve noticed some of our customers having performance issues.
From f804ae7fd64aa209aaf68196bf98b4797cd198b3 Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra <98343055+roberto-vizcarra@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:15:00 -0700 Subject: [PATCH 7/8] Rename Performance limitations.md to known-performance-limitations-gij-cloud.md rename file --- ... limitations.md => known-performance-limitations-gij-cloud.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename git-integration-for-jira-cloud/{Performance limitations.md => known-performance-limitations-gij-cloud.md} (100%) diff --git a/git-integration-for-jira-cloud/Performance limitations.md b/git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md similarity index 100% rename from git-integration-for-jira-cloud/Performance limitations.md rename to git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md From 649fa7bb485b1062aa0a0e08d00e892523b87bb5 Mon Sep 17 00:00:00 2001 From: Roberto Vizcarra Date: Tue, 7 Nov 2023 08:43:44 -0700 Subject: [PATCH 8/8] corrections --- .../known-performance-limitations-gij-cloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md b/git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md index 79b38a0..b4794e7 100644 --- a/git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md +++ b/git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md @@ -1,6 +1,6 @@ --- -title: Known Performance Limitations +title: Known performance limitations description: taxonomy: category: git-integration-for-jira-cloud @@ -8,7 +8,7 @@ taxonomy: --- The Cloud version of our application is run on our AWS instances and there are fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits" beyond which we’ve noticed some of our customers having performance issues. -
+

AltStyle によって変換されたページ (->オリジナル) /