|
|
2
|
Fix the sample Nginx template for Docker in Review Board 6.
|
chipx86
|
October 26th, 2023, 2 p.m.
|
|
|
|
8
|
Discussion: auto-formatting (diffviewer).
|
david
|
October 26th, 2023, 3:21 p.m.
|
|
|
|
|
Discussion: auto-formatting (reviews).
|
david
|
October 26th, 2023, 3:21 p.m.
|
|
|
|
|
Discussion: auto-formatting (js/common).
|
david
|
October 26th, 2023, 4:55 p.m.
|
|
|
|
2
|
Fix and add missing installation steps in the documentation.
|
chipx86
|
October 26th, 2023, 5 p.m.
|
|
|
|
2
|
Fix UI for adding API credentials for Trello integration.
|
david
|
October 27th, 2023, 12:01 p.m.
|
|
|
|
2
|
Fix batch endpoint URLs when running with a SITE_ROOT.
|
david
|
October 27th, 2023, 1:26 p.m.
|
|
|
|
1
|
Undo a decorator change and expand unit tests.
|
chipx86
|
October 27th, 2023, 3:37 p.m.
|
|
|
|
2
|
Add a __note__ field for attaching notes to assertQueries expectations.
|
chipx86
|
October 29th, 2023, 4:17 p.m.
|
|
|
|
2
|
Optimize search indexing for review requests.
|
chipx86
|
October 30th, 2023, 2:08 p.m.
|
|
|
|
2
|
Fix issues when switching and validating search backends.
|
chipx86
|
October 30th, 2023, 2:55 p.m.
|
|
|
|
3
|
Remove redundant API access check decorators.
|
chipx86
|
October 30th, 2023, 3:11 p.m.
|
|
|
|
2
|
Add new methods and state for API test object population.
|
chipx86
|
October 30th, 2023, 3:43 p.m.
|
|
|
|
2
|
Remove @augment_from when overriding and fix UserQueryError handling.
|
chipx86
|
November 1st, 2023, 1:04 p.m.
|
|
|
|
2
|
Remove the extra margin above the Unified Banner's changedesc field.
|
chipx86
|
November 1st, 2023, 3:29 p.m.
|
|
|
|
2
|
Move the assertQueries comparison code into a dedicated module.
|
chipx86
|
November 2nd, 2023, 2:13 p.m.
|
|
|
|
1
|
Add a bunch of warnings to the ignore list for Python 3.12.
|
david
|
November 2nd, 2023, 4:09 p.m.
|
|
|
|
1
|
Put some band-aids on draft sharing by admin users.
|
david
|
November 2nd, 2023, 4:10 p.m.
|
|
|
|
2
|
Fix issues publishing when there are multiple groups with ACLs.
|
david
|
November 3rd, 2023, 2:17 p.m.
|
|
|
|
2
|
Fix an issue logging connection information in upgrade failure logs.
|
chipx86
|
November 3rd, 2023, 10:27 p.m.
|
|
|
|
2
|
Add support for tracking subqueries in catch_queries().
|
chipx86
|
November 3rd, 2023, 11:54 p.m.
|
|
|
|
2
|
Add support for extended subquery comparison in compare_queries().
|
chipx86
|
November 6th, 2023, 12:02 a.m.
|
|
|
|
2
|
Add release notes for Review Board 6.0.1.
|
chipx86
|
November 6th, 2023, 12:21 p.m.
|
|
|
|
1
|
Add API test methods for providing expected queries for API handlers.
|
chipx86
|
November 6th, 2023, 1:45 p.m.
|
|
|
|
2
|
Add API query assertions to the Archived Review Request resource.
|
chipx86
|
November 6th, 2023, 2:21 p.m.
|
|
|
|
2
|
Track subqueries in Q filter values in catch_queries().
|
chipx86
|
November 6th, 2023, 6:17 p.m.
|
|
|
|
1
|
Update query assertions for the latest subquery and note changes.
|
chipx86
|
November 6th, 2023, 7:36 p.m.
|
|
|
|
3
|
Add expected queries and enhance tests for Group access queries.
|
chipx86
|
November 7th, 2023, 8:31 p.m.
|
|
|
|
|
Add expected queries and enhance tests for Group.objects.accessible().
|
chipx86
|
November 7th, 2023, 9:26 p.m.
|
|
|
|
1
|
Add type hints and new arguments for some TestCase object creation helpers.
|
chipx86
|
November 8th, 2023, 2:01 a.m.
|
|
|
|
3
|
Add expected queries and enhance tests for Repository access queries.
|
chipx86
|
November 8th, 2023, 2:35 a.m.
|
|
|
|
3
|
Change the default client token expiration from None to the value set in the site config.
|
maubin
|
November 8th, 2023, 11:44 a.m.
|
|
|
|
3
|
Add expected query utilities for common tests, accounts and Local Sites.
|
chipx86
|
November 9th, 2023, 2:12 a.m.
|
|
|
|
2
|
Fix issues using ListEditWidget with more complex sub-widgets.
|
chipx86
|
November 13th, 2023, 7:29 p.m.
|
|
|
|
1
|
Add typing for all the TestCase functions.
|
chipx86
|
November 14th, 2023, 3:58 p.m.
|
|
|
|
2
|
Add testing utilities for building review request Q-expressions.
|
chipx86
|
November 14th, 2023, 7:57 p.m.
|
|
|
|
2
|
Add testing utilities for building Review expected queries.
|
chipx86
|
November 15th, 2023, 1:40 p.m.
|
|
|
|
1
|
Update the All Review Requests datagrid tests for new equery helpers.
|
chipx86
|
November 15th, 2023, 5:17 p.m.
|
|
|
|
1
|
Update the Dashboard datagrid tests for new equery helpers.
|
chipx86
|
November 15th, 2023, 5:20 p.m.
|
|
|
|
1
|
Update the Groups datagrid tests for new equery helpers.
|
chipx86
|
November 15th, 2023, 5:27 p.m.
|
|
|
|
1
|
Update the user page datagrid tests for new equery helpers.
|
chipx86
|
November 15th, 2023, 5:35 p.m.
|
|
|
|
1
|
Update the Users datagrid tests for new equery helpers.
|
chipx86
|
November 15th, 2023, 5:36 p.m.
|
|
|
|
1
|
Reduce unwanted queries in the Users and Groups datagrids.
|
chipx86
|
November 15th, 2023, 8:24 p.m.
|
|
|
|
2
|
Fix the order in which we apply the datagrid queryset data augmentation.
|
chipx86
|
November 16th, 2023, 12:40 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, 2:31 p.m.
|
|
|
|
2
|
Add support for matching join types in equeries.
|
chipx86
|
November 18th, 2023, 1:05 p.m.
|
|
|
|
1
|
Set the exceptiongroup package version to prevent a bug with pytest.
|
maubin
|
November 20th, 2023, 10:31 a.m.
|
|
|
|
3
|
Switch to using run_process() instead of execute() in rbtools.hooks
|
maubin
|
November 21st, 2023, 3:09 p.m.
|
|
|
|
1
|
Add support for Django 4.2 in Djblets 5.
|
chipx86
|
November 21st, 2023, 11:42 p.m.
|
|
|
|
1
|
Update settings and calls to use the new Django storage API.
|
chipx86
|
November 22nd, 2023, 12:25 a.m.
|
|