Skip to content

Commit ba4bc68

Browse files
PLuto 1125 Github enterprise cloud (#2265)
* gihub enterprise cloud github limitations explained
1 parent 87880c2 commit ba4bc68

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

.github/workflows/jira.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ github.event.issue.body }}
2929
----
3030
{panel}
31-
[Github permalink|${{ github.event.issue.html_url }}]
31+
[GitHub permalink|${{ github.event.issue.html_url }}]
3232
{panel}
3333
fields: '{"customfield_10009": "DOCS-162", "labels": ["Quality"]}'
3434

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# How does Codacy support GitHub Enterprise Cloud?
2+
3+
When you use GitHub Enterprise to sign up or log into Codacy, the GitHub Enterprise organizations, that you belong to, will be available to be added as Organizations on Codacy.
4+
5+
After connecting with your Enterprise account Codacy displays the list of all organizations that you have access to in that Enterprise, and you can add to start analysing its repositories or join it.
6+
7+
8+
## Limitations
9+
10+
Currently, the integration between Codacy and GitHub Enterprise has the following limitations:
11+
12+
- **Repositories with visibility Internal** will, in Codacy, have the same behavior as Private visibility. Although you see the repository in the provider, if you are not part of the repository in the provider, you will not be able to see it in Codacy.
13+
- **Same email connected to multiple GitHub accounts.** Codacy will not allow you to connect your enterprise account if that email is already associated with a different GitHub account. You can manage your [associated emails in the provider GitHub](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account).
14+

docs/organizations/what-are-organizations.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
Codacy organizations let you automatically import your Git provider organizations, repositories (including your personal repositories that don't belong to a Git provider organization), and team members into Codacy with a few clicks.
44

5-
Changes to the organizations, repositories, and team members are synchronized with Codacy in real-time, avoiding the manual management of repositories and teams.
5+
Changes to the organizations, repositories, and team members are synchronized with Codacy in real-time, avoiding their manual management.
66

77
## Adding an organization
88

99
To add a new organization to Codacy, select **Add organization** on the navigation menu.
1010

1111
![Adding an organization](images/organization-add-menu.png)
1212

13-
This opens the list of organizations on your Git providers. The organization with the same name as your Git provider username contains your personal repositories.
13+
This opens the list of organizations on your Git providers.
14+
15+
!!! note The organization with the same name as your Git provider username contains your personal repositories.
1416

1517
![Adding an organization](images/organization-add.png)
1618

@@ -37,7 +39,7 @@ If you update your organization or repository information on your Git provider,
3739
| Bitbucket Cloud | Yes | Yes | No | No | No | No |
3840
| Bitbucket Server | Yes | Yes | No | No | No | No |
3941

40-
Check out the [roles and permission mapping from the Git providers](roles-and-permissions-for-organizations.md).
42+
Se also the [roles and permission mapping from the Git providers](roles-and-permissions-for-organizations.md).
4143

4244
## Deleting an organization
4345

@@ -47,8 +49,7 @@ To delete an organization, open the **Profile** page and click the button **Dele
4749

4850
![Deleting an organization](images/organization-delete.png)
4951

50-
!!! note
51-
**If you're using Codacy Cloud** <span class="skip-vale">we'll</span> ask for your feedback on why you're deleting your organization.
52+
5253

5354
## See also
5455

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ nav:
632632
- Troubleshooting and FAQs:
633633
- General:
634634
- faq/general/which-platforms-and-technologies-does-codacy-support.md
635+
- faq/general/how-does-codacy-support-github-enterprise.md
635636
- faq/general/how-does-codacy-support-gitlab-cloud.md
636637
- faq/general/how-does-codacy-support-gitlab-enterprise.md
637638
- faq/general/how-does-codacy-support-bitbucket-cloud.md

0 commit comments

Comments
 (0)