|
|
1
|
Fix JavaScript unit test regressions from recent page loading changes.
|
chipx86
|
September 30th, 2023, 3:30 a.m.
|
|
|
|
2
|
Add explicit icon and label support for button CSS components.
|
chipx86
|
September 27th, 2023, 4:11 a.m.
|
|
|
|
2
|
Remove the Pygments error marker for syntax-highlighted diffs.
|
chipx86
|
September 27th, 2023, 4:15 a.m.
|
|
|
|
1
|
Fix a regression in collapsing the diff commit list.
|
chipx86
|
September 30th, 2023, 3:21 a.m.
|
|
|
|
2
|
Prevent PUT requests to list resources.
|
david
|
September 23rd, 2023, 2:52 a.m.
|
|
|
|
2
|
Add WebAPIResponseEventStream for API streaming results.
|
chipx86
|
September 22nd, 2023, 12:23 a.m.
|
|
|
|
2
|
Conditionally return total_results from list resources.
|
chipx86
|
September 15th, 2023, 12:14 p.m.
|
|
|
|
2
|
Fix unwanted padding and a visual jump in the banner change description.
|
chipx86
|
September 26th, 2023, 12:59 a.m.
|
|
|
|
3
|
Make sure the last_updated review request draft field is properly set after updating the draft.
|
maubin
|
September 7th, 2023, 12:10 a.m.
|
|
|
|
4
|
Fix bug where ModificationTimestampField would not automatically update its value.
|
maubin
|
September 7th, 2023, 12:10 a.m.
|
|
|
|
2
|
Update webapi test suite to test invalid PUT/POST operations.
|
david
|
September 23rd, 2023, 2:54 a.m.
|
|
|
|
1
|
Add configuration for @typescript-eslint/no-unused-vars.
|
david
|
September 12th, 2023, 7:03 p.m.
|
|
|
|
1
|
Improve how we display and manage file attachment states.
|
maubin
|
September 1st, 2023, 1:32 a.m.
|
|
|
|
4
|
Delete associated files when file attachments get completely deleted.
|
maubin
|
July 14th, 2023, 12:54 a.m.
|
|
|
|
4
|
Update the API to allow undoing the pending deletion of file attachments.
|
maubin
|
September 1st, 2023, 1:28 a.m.
|
|
|
|
3
|
Allow getting unsorted file attachments from review requests and drafts.
|
maubin
|
August 27th, 2023, 8:07 p.m.
|
|
|
|
3
|
Make test file attachments behave more like real file attachments.
|
maubin
|
August 27th, 2023, 8:03 p.m.
|
|
|
|
6
|
Make MimetypeHandlers take care of deleting associated files for a file attachment.
|
maubin
|
July 14th, 2023, 12:54 a.m.
|
|
|
|
2
|
Clean up and optimize parts of WebAPIResource.
|
chipx86
|
September 19th, 2023, 10:54 a.m.
|
|
|
|
2
|
Add and modernize documentation throughout WebAPIResource.
|
chipx86
|
September 19th, 2023, 9:05 a.m.
|
|
|
|
1
|
Make email preview views DEBUG-only.
|
david
|
September 25th, 2023, 6:25 p.m.
|
|
|
|
2
|
Add typing for djblets.webapi.fields.
|
chipx86
|
September 17th, 2023, 9:32 a.m.
|
|
|
|
2
|
Introduce file attachment states.
|
maubin
|
August 27th, 2023, 8:08 p.m.
|
|
|
|
5
|
Perform extra cleanup when review request drafts get discarded.
|
maubin
|
July 14th, 2023, 1:26 a.m.
|
|
|
|
2
|
Add typing all throughout WebAPIResource.
|
chipx86
|
September 20th, 2023, 10:06 p.m.
|
|
|
|
1
|
Add typing and docs for WebAPIResource configuration attributes.
|
chipx86
|
September 19th, 2023, 8:21 a.m.
|
|
|
|
1
|
Create a field state label view.
|
maubin
|
September 1st, 2023, 1:28 a.m.
|
|
|
|
1
|
Actually force a reload when the CommChannel tells the page to reload.
|
david
|
September 12th, 2023, 11:33 p.m.
|
|
|
|
2
|
Add a health check view.
|
david
|
August 30th, 2023, 11:43 p.m.
|
|
|
|
1
|
Add CertificateManager, the main interface for SSL certificates.
|
chipx86
|
September 12th, 2023, 3:33 a.m.
|
|
|
|
|
Add a URL for the health check view.
|
david
|
September 13th, 2023, 5:34 p.m.
|
|
|
|
3
|
Add release notes for Review Board 5.0.6.
|
chipx86
|
September 11th, 2023, 9:14 a.m.
|
|
|
|
1
|
Move the '#' character out of the link on the review request box.
|
david
|
September 12th, 2023, 1:07 a.m.
|
|
|
|
1
|
Add a standard exception for unverified SSL certificates.
|
chipx86
|
September 6th, 2023, 12:31 a.m.
|
|
|
|
1
|
Add modern API error types and update tests for Djblets error types.
|
chipx86
|
September 7th, 2023, 4:21 a.m.
|
|
|
|
1
|
Support proper JSON serialization/deserialization for certificates.
|
chipx86
|
September 4th, 2023, 12:18 a.m.
|
|
|
|
1
|
Add unit test helpers for building certificate-related data.
|
chipx86
|
September 6th, 2023, 2:36 a.m.
|
|
|
|
1
|
Clean up BaseWebAPITestCase, remove legacy code, and improve performance.
|
chipx86
|
September 4th, 2023, 11:59 a.m.
|
|
|
|
1
|
Handle CertificateVerificationError throughout most of the codebase.
|
chipx86
|
September 7th, 2023, 5:20 a.m.
|
|
|
|
1
|
Added type hints and modernize docs for djblets.webapi.errors.
|
chipx86
|
September 6th, 2023, 3:27 a.m.
|
|
|
|
1
|
Require some arguments to be keyword-only in WebAPIError.
|
chipx86
|
September 6th, 2023, 4:19 a.m.
|
|
|
|
1
|
Add typing for serializable JSON values.
|
chipx86
|
September 3rd, 2023, 11:52 p.m.
|
|
|
|
1
|
Add types, subtypes, detail messages, and trace IDs for WebAPIError.
|
chipx86
|
September 7th, 2023, 3:41 a.m.
|
|
|
|
2
|
Fix formatting for multiline selections with the toolbar.
|
maubin
|
September 2nd, 2023, 12:47 a.m.
|
|
|
|
1
|
Remove support for Python 3.7.
|
chipx86
|
August 30th, 2023, 8:45 a.m.
|
|
|
|
1
|
Remove support for Python 3.7.
|
chipx86
|
August 30th, 2023, 7:25 a.m.
|
|
|
|
1
|
Add release notes for Review Board 6.0 beta 3.
|
chipx86
|
August 29th, 2023, 11:49 p.m.
|
|
|
|
2
|
Fix copying text from a diff.
|
chipx86
|
August 29th, 2023, 6:51 a.m.
|
|
|
|
2
|
Fix review dialog tips display and make some sizing/a11y tweaks.
|
david
|
August 29th, 2023, 6:10 p.m.
|
|
|
|
2
|
Add release notes for Djblets 4.0 beta 3.
|
chipx86
|
August 28th, 2023, 11:56 a.m.
|
|