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/notifications/email/hooks.py |
---|
reviewboard/notifications/email/message.py |
---|
reviewboard/notifications/email/signal_handlers.py |
---|
reviewboard/notifications/email/utils.py |
---|
reviewboard/notifications/email/views.py |
---|
reviewboard/notifications/evolutions/manytomanyfield_rm_null.py |
---|
reviewboard/notifications/evolutions/webhooktarget_extra_data_null.py |
---|
reviewboard/notifications/templatetags/markdown_email.py |
---|
reviewboard/notifications/tests/test_admin.py |
---|
reviewboard/notifications/tests/test_base_preview_email_view.py |
---|
reviewboard/notifications/tests/test_email_backend.py |
---|
reviewboard/notifications/tests/test_email_sending.py |
---|
reviewboard/notifications/tests/test_email_utils.py |
---|
reviewboard/notifications/tests/test_webhook_target_form.py |
---|
reviewboard/notifications/tests/test_webhook_target_manager.py |
---|
reviewboard/notifications/tests/test_webhooks.py |
---|
reviewboard/oauth/__init__.py |
---|
reviewboard/oauth/admin.py |
---|
reviewboard/oauth/apps.py |
---|
reviewboard/oauth/features.py |
---|