|
1 | 1 | = Managing the list of Added repositories |
2 | 2 |
|
3 | 3 | .Prerequisites |
4 | | -* xref:enabling-ang-giving-access-to-the-bulk-import-feature[You enabled the Bulk Import feature]. |
5 | | -* xref:enabling-ang-giving-access-to-the-bulk-import-feature[Your {product-short} user has access to the Bulk Import feature]. |
| 4 | +* You have xref:enabling-ang-giving-access-to-the-bulk-import-feature[enabled the Bulk Import feature]. |
| 5 | +* You have xref:enabling-ang-giving-access-to-the-bulk-import-feature[access to the Bulk Import feature]. |
6 | 6 |
|
7 | 7 |
|
8 | 8 | .Procedure |
9 | | -. Click on *Bulk Import* in the left sidebar to display all the current repositories that are being tracked as Import jobs, along with their status. |
| 9 | +. Click *Bulk Import* in the left sidebar to display all the current repositories that are being tracked as Import jobs, along with their status. |
10 | 10 |
|
11 | | -Added:: The repository has been added to the Developer Hub catalog. |
| 11 | +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. |
12 | 12 | This can be the case after the import PR has been merged, or if the repository already had a `catalog-info.yaml` when it was bulk-imported. |
13 | | -Please note that it might take a few minutes until the entities are available in the catalog. |
| 13 | +Note that it may take a few minutes for the entities to be available in the catalog. |
14 | 14 |
|
15 | | -Waiting for approval:: There is an open pull request adding a `catalog-info.yaml`. |
| 15 | +Waiting for approval:: There is an open pull request adding a `catalog-info.yaml` file to the repository. |
16 | 16 | You can: |
17 | | -* Click on the *pencil icon* on the right to see details about this pull request or edit the pull request content right from {product-short}. |
18 | | -* Delete the Import job, in which case the import PR will be closed as well. |
| 17 | +* Click the *pencil icon* on the right to see details about the pull request or edit the pull request content right from {product-short}. |
| 18 | +* Delete the Import job, this closes the import PR as well. |
19 | 19 | * To transition the Import job to the _Added_ state, merge the import pull request from the Git repository. |
20 | 20 |
|
21 | | -Empty:: {product-short} was not able to determine the Import job status. |
| 21 | +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. |
22 | 22 | This can be the case if the repository was imported from other sources but does not have any `catalog-info.yaml` file and does not have any import PR adding it. |
23 | 23 |
|
24 | 24 | [NOTE] |
25 | 25 | ==== |
26 | | -* After an import pull request is merged, the Import status will be _Added_ in the list of Added Repositories, but it might take a few seconds until the corresponding entities show up in the Developer Hub Catalog. |
27 | | -* A Location added through other sources (like statically in an `app-config.yaml` file, dynamically when link:{linkgettingstartedguide}#enabling-github-discovery-in-red-hat-developer-hub[enabling GitHub discovery], or registered manually via the "Register an existing component" page) may show up in the Bulk Import list of Added Repositories if both conditions are met: |
| 26 | +* 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. |
| 27 | +* A location added through other sources (like statically in an `app-config.yaml` file, dynamically when link:{linkgettingstartedguide}#enabling-github-discovery-in-red-hat-developer-hub[enabling GitHub discovery], or registered manually using the "Register an existing component" page) may show up in the Bulk Import list of Added Repositories if the following conditions are met: |
28 | 28 | ** The target repository is accessible from the configured GitHub integrations. |
29 | | -** The Location URL points to a `catalog-info.yaml` file at the root of the repository default branch. |
| 29 | +** The location URL points to a `catalog-info.yaml` file at the root of the repository default branch. |
30 | 30 | ==== |
0 commit comments