Git Repositories
The Git Repository (pda_git_repository) table contains records for all GitLab Projects received using Git connections. The records in this table are automatically created based on the data received from the Git provider and cannot be modified manually.
Access to Git Repositories
Operation | admin | pda_admin | pda_user | Other roles |
---|---|---|---|---|
Create | - | - | - | - |
Read | + | + | + | - |
Update | - | - | - | - |
Delete | - | - | - | - |
View Git Repositories
To view the list of all Git repositories, navigate to SDLC → Git Integrations → Repositories.
Git Repository form fields
Field | Mandatory | Description |
---|---|---|
Name | Yes | Repository name received from the Git provider. |
Git project ID | Yes | Project identifier received from the Git provider. |
Group | Yes | Git Group which includes the repository. |
Path | Yes | The relative path to the repository on the Git provider's server. |
Add repositories to an SDLC project
To add Git repositories to an SDLC project, complete the following actions:
- Navigate to SDLC → Projects → All Projects and open the required project form.
- In the project form go to the Additional tab.
- Click the magnifier icon next to the Git repositories field and select the required repositories from the list.
- Click Save or Save and exit to apply the changes.