|
1 | 1 | :_mod-docs-content-type: PROCEDURE |
2 | 2 |
|
3 | | -[id="managing-repositories-after-import-to-stay-organized"] |
4 | | -= Managing repositories after import to stay organized |
| 3 | +[id="managing-the-added-repositories"] |
| 4 | += Managing the added Git repositories |
5 | 5 |
|
6 | | -You can oversee and manage the repositories that are imported to the {product-short}. |
| 6 | +You can oversee and manage the Git repositories that are imported to the {product-short}. |
7 | 7 |
|
8 | 8 | .Prerequisites |
9 | 9 | * You have xref:proc-importing-multiple-repositories-from-github[imported GitHub repositories]. |
10 | 10 |
|
11 | 11 |
|
12 | 12 | .Procedure |
13 | | -. Click *Bulk Import* in the left sidebar to display all the current repositories that are being tracked as Import jobs, along with their status. |
| 13 | +. Click *Bulk Import* in the left sidebar to display all the current GitHub repositories and GitLab projects that are being tracked as Import jobs, along with their status. |
14 | 14 |
|
15 | | -Added:: The repository is added to the {product-short} catalog after the import pull request is merged or if the repository already contained a `catalog-info.yaml` file during the bulk import. |
| 15 | +Added:: The Git repository is added to the {product-short} catalog after the import pull request is merged or if the Git repository already contained a `catalog-info.yaml` file during the bulk import. |
16 | 16 | Note that it may take a few minutes for the entities to be available in the catalog. |
17 | 17 |
|
18 | | -Waiting for approval:: There is an open pull request adding a `catalog-info.yaml` file to the repository. |
| 18 | +Waiting for approval:: There is an open pull request or merge request adding a `catalog-info.yaml` file to the GitHub repository or GitLab project. |
19 | 19 | You can: |
20 | | -* Click the *pencil icon* on the right to see details about the pull request or edit the pull request content right from {product-short}. |
21 | | -* Delete the Import job, this action closes the import PR as well. |
22 | | -* To transition the Import job to the _Added_ state, merge the import pull request from the Git repository. |
| 20 | +* Click *pencil* icon on the right to see details about the pull request or merge request. You can use the detailed view to edit the request content right from {product-short}. |
| 21 | +* Delete the Import job, this action closes the import pull request or merge request as well. |
| 22 | +* To transition the Import job to the _Added_ state, merge the import pull request or merge request from the Git repository. |
23 | 23 |
|
24 | | -Empty:: {product-short} is unable to determine the import job status because the repository is imported from other sources but does not have a `catalog-info.yaml` file and lacks any import pull request adding it. |
| 24 | +Empty:: {product-short} is unable to determine the import job status because the Git repository is imported from other sources but does not have a `catalog-info.yaml` file and lacks any import pull or merge request adding it. |
25 | 25 |
|
26 | 26 | [NOTE] |
27 | 27 | ==== |
28 | | -* After an import pull request is merged, the import status is marked as _Added_ in the list of Added Repositories, but it might take a few seconds for the corresponding entities to appear in the {product-short} Catalog. |
29 | | -* A location added through other sources (like statically in an `{my-app-config-file}` file, dynamically when {integrating-with-github-book-link}#enabling-github-repository-discovery[enabling GitHub discovery], or registered manually using the "Register an existing component" page) might show up in the Bulk Import list of Added Repositories if the following conditions are met: |
30 | | -** The target repository is accessible from the configured GitHub integrations. |
31 | | -** The location URL points to a `catalog-info.yaml` file at the root of the repository default branch. |
| 28 | +* After an import pull request or merge request is merged, the import status is marked as _Added_ in the list of *Added entities*, but it might take a few seconds for the corresponding entities to appear in the {product-short} Catalog. |
| 29 | +* A location added through other sources (for example, statically in an `{my-app-config-file}` file, dynamically when {integrating-with-github-book-link}#enabling-github-repository-discovery[enabling GitHub discovery], or registered manually using the "Register an existing component" page) might show up in the Bulk Import list of Added Repositories if the following conditions are met: |
| 30 | +** The location URL points to a `catalog-info.yaml` file at the root of the Git repository default branch. |
| 31 | +** For GitHub only: The target repository is accessible from the configured GitHub integrations. |
32 | 32 | ==== |
0 commit comments