Skip to content

Commit

Permalink
feat: Move default git provider integration settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklem committed Oct 20, 2023
1 parent e10d837 commit bb5b9b7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/assets/includes/default-git-provider-settings-tip.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--default-settings-start-->
!!! tip
Configure the [default Git provider integration settings](../../organizations/configuring-default-git-provider-integration-settings.md) that Codacy applies to new repositories to help ensure that all new repositories have the same settings.
Configure the [default Git provider integration settings](../../organizations/integrations/default-git-provider-integration-settings.md) that Codacy applies to new repositories to help ensure that all new repositories have the same settings.
<!--default-settings-end-->

<!--default-settings-apply-all-start-->
!!! tip
You can [apply the default Git provider integration settings to all repositories](../../organizations/configuring-default-git-provider-integration-settings.md#apply-all) to ensure that your repositories all share the same settings.
You can [apply the default Git provider integration settings to all repositories](../../organizations/integrations/default-git-provider-integration-settings.md#apply-all) to ensure that your repositories all share the same settings.
<!--default-settings-apply-all-end-->
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Configuring default Git provider integration settings
# Default Git provider integration settings

You can configure the default settings that Codacy uses to integrate with your Git provider when you add a new repository to Codacy. This enables you to apply the same settings across your organization repositories.

To configure these default settings, open your organization **Integrations** page and select your Git provider.

![Default Git provider integration settings](images/default-git-provider-settings.png)

The organization-level Git provider integration settings define the defaults that Codacy applies to new repositories. You can then customize the settings for each individual repository, which depend on your Git provider, [GitHub](../repositories-configure/integrations/github-integration.md), [GitLab](../repositories-configure/integrations/gitlab-integration.md) or [Bitbucket](../repositories-configure/integrations/bitbucket-integration.md).
The organization-level Git provider integration settings define the defaults that Codacy applies to new repositories. You can then customize the settings for each individual repository, which depend on your Git provider, [GitHub](../../repositories-configure/integrations/github-integration.md), [GitLab](../../repositories-configure/integrations/gitlab-integration.md) or [Bitbucket](../../repositories-configure/integrations/bitbucket-integration.md).

## Applying default settings to all repositories {: id="apply-all"}

Expand All @@ -16,4 +16,4 @@ To ensure that all your repositories are configured with the default Git provide

## See also

- [Integrating Codacy with your Git workflow](../getting-started/integrating-codacy-with-your-git-workflow.md)
- [Integrating Codacy with your Git workflow](../../getting-started/integrating-codacy-with-your-git-workflow.md)
2 changes: 1 addition & 1 deletion docs/release-notes/cloud/cloud-2023-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These release notes are for the Codacy Cloud updates during May 2023.

- To enhance your experience and bring clarity to your settings, we've split the **Quality settings** of your repository into two tabs, [**Gates**](../../repositories-configure/adjusting-quality-gates.md) and [**Goals**](../../repositories-configure/adjusting-quality-goals.md). (PLUTO-520)

- To ensure consistency across repositories, organization admins can now configure the [default settings that Codacy uses to integrate with the Git provider](../../organizations/configuring-default-git-provider-integration-settings.md) when adding a new repository to Codacy. These default settings can also be applied to all repositories. (PLUTO-470, PLUTO-546)
- To ensure consistency across repositories, organization admins can now configure the [default settings that Codacy uses to integrate with the Git provider](../../organizations/integrations/default-git-provider-integration-settings.md) when adding a new repository to Codacy. These default settings can also be applied to all repositories. (PLUTO-470, PLUTO-546)

![Organization-level settings for the Git provider integration](../images/pluto-470.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When this integration is enabled, you can also create pull request comments dire

## Enabling the Bitbucket integration {: id="enabling"}

To enable the Bitbucket integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/configuring-default-git-provider-integration-settings.md).
To enable the Bitbucket integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/integrations/default-git-provider-integration-settings.md).

![Bitbucket integration](images/bitbucket-integration.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When this integration is enabled, you can also create pull request comments dire

## Enabling the GitHub integration {: id="enabling"}

To enable the GitHub integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/configuring-default-git-provider-integration-settings.md).
To enable the GitHub integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/integrations/default-git-provider-integration-settings.md).

![GitHub integration](images/github-integration.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The GitLab integration incorporates Codacy on your existing Git provider workflo

## Enabling the GitLab integration {: id="enabling"}

To enable the GitLab integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/configuring-default-git-provider-integration-settings.md).
To enable the GitLab integration, open your repository **Settings**, tab **Integrations**. When you add a new repository, Codacy enables the integration using the [default settings for your organization](../../organizations/integrations/default-git-provider-integration-settings.md).

![GitLab integration](images/gitlab-integration.png)

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ plugins:
"repositories-configure/local-analysis/running-local-analysis.md": "repositories-configure/local-analysis/client-side-tools.md"
"organizations/using-a-coding-standard.md": "organizations/using-coding-standards.md"
"repositories-configure/adjusting-quality-settings.md": "repositories-configure/adjusting-quality-gates.md"
"organizations/configuring-default-git-provider-integration-settings.md": "organizations/integrations/default-git-provider-integration-settings.md"

nav:
- Documentation home: "index.md"
Expand Down Expand Up @@ -599,8 +600,8 @@ nav:
- organizations/using-gate-policies.md
- organizations/using-coding-standards.md
- organizations/copying-code-patterns-between-repositories.md
- organizations/configuring-default-git-provider-integration-settings.md
- Integrations:
- organizations/integrations/default-git-provider-integration-settings.md
- Slack integration for Security issues: organizations/integrations/slack-integration.md
- Jira integration for Security and risk management: organizations/integrations/jira-integration.md
- organizations/managing-security-and-risk.md
Expand Down

0 comments on commit bb5b9b7

Please sign in to comment.