|
|
|
1
|
Set the exceptiongroup package version to prevent a bug with pytest.
|
maubin
|
November 20th, 2023, 11:31 a.m.
|
|
|
|
|
1
|
Fix bug with review request becoming a draft when a file attachment's thumbnail or extra data gets updated.
|
maubin
|
November 17th, 2023, 3:31 p.m.
|
|
|
|
|
1
|
Update query assertions for the latest subquery and note changes.
|
chipx86
|
November 6th, 2023, 8:36 p.m.
|
|
|
|
|
1
|
Add type hints and new arguments for some TestCase object creation helpers.
|
chipx86
|
November 8th, 2023, 3:01 a.m.
|
|
|
|
|
2
|
Add new methods and state for API test object population.
|
chipx86
|
October 30th, 2023, 4:43 p.m.
|
|
|
|
|
1
|
Add API test methods for providing expected queries for API handlers.
|
chipx86
|
November 6th, 2023, 2:45 p.m.
|
|
|
|
|
2
|
Remove @augment_from when overriding and fix UserQueryError handling.
|
chipx86
|
November 1st, 2023, 2:04 p.m.
|
|
|
|
|
3
|
Remove redundant API access check decorators.
|
chipx86
|
October 30th, 2023, 4:11 p.m.
|
|
|
|
|
2
|
Add release notes for Review Board 6.0.1.
|
chipx86
|
November 6th, 2023, 1:21 p.m.
|
|
|
|
|
|
Add expected queries and enhance tests for Group.objects.accessible().
|
chipx86
|
November 7th, 2023, 10:26 p.m.
|
|
|
|
|
2
|
Fix an issue logging connection information in upgrade failure logs.
|
chipx86
|
November 3rd, 2023, 11:27 p.m.
|
|
|
|
|
2
|
Fix the sample Nginx template for Docker in Review Board 6.
|
chipx86
|
October 26th, 2023, 3 p.m.
|
|
|
|
|
2
|
Remove the extra margin above the Unified Banner's changedesc field.
|
chipx86
|
November 1st, 2023, 4:29 p.m.
|
|
|
|
|
2
|
Fix issues publishing when there are multiple groups with ACLs.
|
david
|
November 3rd, 2023, 3:17 p.m.
|
|
|
|
|
1
|
Put some band-aids on draft sharing by admin users.
|
david
|
November 2nd, 2023, 5:10 p.m.
|
|
|
|
|
1
|
Add a bunch of warnings to the ignore list for Python 3.12.
|
david
|
November 2nd, 2023, 5:09 p.m.
|
|
|
|
|
2
|
Fix issues when switching and validating search backends.
|
chipx86
|
October 30th, 2023, 3:55 p.m.
|
|
|
|
|
2
|
Optimize search indexing for review requests.
|
chipx86
|
October 30th, 2023, 3:08 p.m.
|
|
|
|
|
2
|
Fix batch endpoint URLs when running with a SITE_ROOT.
|
david
|
October 27th, 2023, 2:26 p.m.
|
|
|
|
|
2
|
Update datagrid unit tests to include subquery checks.
|
chipx86
|
October 23rd, 2023, 8:08 p.m.
|
|
|
|
|
2
|
Consolidate basic API unit test setup and prepare for expansion options.
|
chipx86
|
October 25th, 2023, 1:58 p.m.
|
|
|
|
|
2
|
Make authentication state available during API test setup.
|
chipx86
|
October 25th, 2023, 3:01 p.m.
|
|
|
|
|
2
|
Add typing and missing docs for the main API unit tests mixins.
|
chipx86
|
October 24th, 2023, 7:52 p.m.
|
|
|
|
|
2
|
Significantly improve performance of the datagrid paginators.
|
chipx86
|
October 23rd, 2023, 8:44 p.m.
|
|
|
|
|
3
|
Fix excess queries and audit code for the datagrids.
|
chipx86
|
October 22nd, 2023, 11:27 p.m.
|
|
|
|
|
2
|
Add typing for all model manager associations.
|
chipx86
|
October 23rd, 2023, 5:04 a.m.
|
|
|
|
|
2
|
Add an option for turning distinct off when querying review requests.
|
chipx86
|
October 23rd, 2023, 2:44 p.m.
|
|
|
|
|
2
|
Improve performance of the dashboard and user page sidebar items.
|
chipx86
|
October 22nd, 2023, 11:27 p.m.
|
|
|
|
|
2
|
Expand the Local Site query checks in the Users datagrid tests.
|
chipx86
|
October 22nd, 2023, 5:31 p.m.
|
|
|
|
|
2
|
Expand the Local Site query checks in the User Page datagrid tests.
|
chipx86
|
October 22nd, 2023, 7:29 p.m.
|
|
|
|
|
2
|
Expand the Local Site query checks in the Dashboard tests.
|
chipx86
|
October 22nd, 2023, 6:10 p.m.
|
|
|
|
|
2
|
Expand the Local Site query checks in the Groups datagrid tests.
|
chipx86
|
October 22nd, 2023, 5:47 p.m.
|
|
|
|
|
2
|
Expand the Local Site query checks in the All Review Requests datagrid tests.
|
chipx86
|
October 22nd, 2023, 5:44 p.m.
|
|
|
|
|
2
|
Fix and add missing installation steps in the documentation.
|
chipx86
|
October 26th, 2023, 6 p.m.
|
|
|
|
|
2
|
Split the datagrid unit tests into per-suite modules.
|
chipx86
|
October 22nd, 2023, 2:03 p.m.
|
|
|
|
|
2
|
Update review request queries to query Local Sites conditionally.
|
chipx86
|
October 18th, 2023, 4:21 p.m.
|
|
|
|
|
2
|
Update review queries to query Local Sites conditionally.
|
chipx86
|
October 18th, 2023, 2:47 p.m.
|
|
|
|
|
2
|
Prepare ReviewManager tests for upcoming query improvements.
|
chipx86
|
October 18th, 2023, 2:09 p.m.
|
|
|
|
|
2
|
Clean up the code for the datagrid views.
|
chipx86
|
October 17th, 2023, 5:41 p.m.
|
|
|
|
|
2
|
Update screenshots and alt tags for the documentation.
|
chipx86
|
October 16th, 2023, 7:41 p.m.
|
|
|
|
|
3
|
Add release notes for Review Board 6.
|
chipx86
|
October 13th, 2023, 9:32 p.m.
|
|
|
|
|
1
|
Add support for Python 3.12.
|
chipx86
|
October 15th, 2023, 5:43 p.m.
|
|
|
|
|
1
|
Fix a regression in unit tests for the diff commits list.
|
chipx86
|
October 13th, 2023, 7:04 p.m.
|
|
|
|
|
2
|
Fix the display of the diff commits and issue summary table on mobile.
|
chipx86
|
October 12th, 2023, 11:29 p.m.
|
|
|
|
|
1
|
Fix a regression in loading fields in the issue summary table.
|
chipx86
|
October 12th, 2023, 11:11 p.m.
|
|
|
|
|
2
|
Bullet-proof state management and reload events in ClientCommChannel.
|
chipx86
|
October 12th, 2023, 4:08 p.m.
|
|
|
|
|
1
|
Unbundle core classes from the tests JavaScript bundle.
|
chipx86
|
October 12th, 2023, 4:37 p.m.
|
|
|
|
|
2
|
Update dependency minimums for Review Board.
|
david
|
October 11th, 2023, 3:26 p.m.
|
|
|
|
|
1
|
Block commenting on deleted file attachments.
|
maubin
|
October 11th, 2023, 2:27 p.m.
|
|
|
|
|
1
|
Fix a bug with setting empty captions for file attachments.
|
maubin
|
October 12th, 2023, 11:39 a.m.
|
|