Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement organization repositories API #2092

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cutwater
Copy link
Contributor

@cutwater cutwater commented Mar 6, 2024

New API endpoins added:

  • GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/
  • GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/
  • POST {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/
  • DELETE {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/

@github-actions github-actions bot added backport-4.2 This PR should be backported to stable-4.2 (1.2) backport-4.4 This PR should be backported to stable-4.4 (2.1) backport-4.5 This PR should be backported to stable-4.5 (2.2) backport-4.6 This PR should be backported to stable-4.6 (2.3) backport-4.7 This PR should be backported to stable-4.7 (2.4) backport-4.8 This PR should be backported to stable-4.8 (2.4) backport-4.9 This PR should be backported to stable-4.9 (2.4) multi-commit labels Mar 6, 2024
@cutwater cutwater force-pushed the feature/organization-repositories-api branch 3 times, most recently from 1779f3b to 4726fc6 Compare March 12, 2024 12:34
@cutwater cutwater removed backport-4.2 This PR should be backported to stable-4.2 (1.2) backport-4.4 This PR should be backported to stable-4.4 (2.1) backport-4.5 This PR should be backported to stable-4.5 (2.2) backport-4.6 This PR should be backported to stable-4.6 (2.3) backport-4.7 This PR should be backported to stable-4.7 (2.4) backport-4.8 This PR should be backported to stable-4.8 (2.4) backport-4.9 This PR should be backported to stable-4.9 (2.4) labels Mar 12, 2024
@cutwater cutwater marked this pull request as ready for review March 12, 2024 12:35
New API endpoins added:

* `GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/`
* `GET {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/`
* `POST {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/`
* `DELETE {API_PREFIX}/_ui/v1/organizations/{organization_id}/repositories/{repository_id}/`

No-Issue
@cutwater cutwater force-pushed the feature/organization-repositories-api branch from 4726fc6 to a0a290e Compare March 15, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant