Add new API endpoints for managing repository ACLs.

Review Request #12489 — Created July 27, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

One thing we've had requests for over the years is a way to manage
repository ACLs via scripts or other automation. This change adds two
new API endpoints for these. These are both children of the repository
resource, and work similarly to the existing group member resource.

  • Ran unit tests.
  • Made a variety of API requests to manage repository ACLs.

Changes between revision 1 and 2

orig
1
2
3
4
5
6

Commits

Summary ID Author
Add new API endpoints for managing repository ACLs.
One thing we've had requests for over the years is a way to manage repository ACLs via scripts or other automation. This change adds two new API endpoints for these. These are both children of the repository resource, and work similarly to the existing group member resource. Testing Done: - Ran unit tests. - Made a variety of API requests to manage repository ACLs.
7db29c4ca8c6a6b1160542d5480246e324d30df9 David Trowbridge
Add new API endpoints for managing repository ACLs.
One thing we've had requests for over the years is a way to manage repository ACLs via scripts or other automation. This change adds two new API endpoints for these. These are both children of the repository resource, and work similarly to the existing group member resource. Testing Done: - Ran unit tests. - Made a variety of API requests to manage repository ACLs.
40afbdd711a8eb5b7aaec8117c63f87152cbacb9 David Trowbridge
reviewboard/webapi/resources/repository_group.py
reviewboard/webapi/resources/repository_user.py
reviewboard/webapi/tests/test_repository_group.py
reviewboard/webapi/tests/test_repository_user.py
reviewboard/webapi/tests/urls.py
Loading...