Top Level Reviews API Endpoint
Review Request #12028 — Created Feb. 3, 2022 and discarded — Latest diff uploaded
- Added top level reviews endpoint.
- Ability to filter by username using ?user=username parameter.
- Ability to filter by repository name using ?repository=repoName parameter.
- Ability to filter by date range using ?last-updated-from and ?last-updated-to parameters.
- Ability to filter by review group using ?review-group=group_name parameter.
- Added tests for the new
root_reviews
resource. - Added documentation for top level reviews endpoint.
- Wrote unit tests for all new functionality
- Ran unit tests for
root_reviews
resource and ensure they pass - Tested new API endpoint manually and confirmed results were as expected.
Diff Revision 6
This is not the most recent revision of the diff. The latest diff is revision 11. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
Commits
Files
reviewboard/hostingsvcs/tests/test_assembla.py |
---|
reviewboard/hostingsvcs/tests/test_beanstalk.py |
---|
reviewboard/hostingsvcs/tests/test_bitbucket.py |
---|
reviewboard/hostingsvcs/tests/test_bugzilla.py |
---|
reviewboard/hostingsvcs/tests/test_client.py |
---|
reviewboard/hostingsvcs/tests/test_codebasehq.py |
---|
reviewboard/hostingsvcs/tests/test_fogbugz.py |
---|
reviewboard/hostingsvcs/tests/test_gerrit.py |
---|
reviewboard/hostingsvcs/tests/test_github.py |
---|
reviewboard/hostingsvcs/tests/test_gitlab.py |
---|
reviewboard/hostingsvcs/tests/test_gitorious.py |
---|
reviewboard/hostingsvcs/tests/test_hosting_service_auth_form.py |
---|
reviewboard/hostingsvcs/tests/test_kiln.py |
---|
reviewboard/hostingsvcs/tests/test_rbgateway.py |
---|
reviewboard/hostingsvcs/tests/test_redmine.py |
---|
reviewboard/hostingsvcs/tests/test_registration.py |
---|
reviewboard/hostingsvcs/tests/test_sourceforge.py |
---|
reviewboard/hostingsvcs/tests/test_trac.py |
---|
reviewboard/hostingsvcs/tests/test_unfuddle.py |
---|
reviewboard/hostingsvcs/tests/test_version_one.py |
---|