|
|
|
Add support for Jujutsu.
|
david
|
February 7th, 2025, 7:55 a.m.
|
|
|
|
2
|
Deprecate assertQueries() in favor of django_assert_queries.
|
chipx86
|
February 6th, 2025, 8:49 p.m.
|
|
|
|
1
|
Add release notes for django-assert-queries 2.0.
|
chipx86
|
February 6th, 2025, 8:45 p.m.
|
|
|
|
1
|
Enable check_join_types and check_subqueries by default.
|
chipx86
|
February 6th, 2025, 8:34 p.m.
|
|
|
|
1
|
Add support for comparing objects that are later deleted.
|
chipx86
|
February 6th, 2025, 6:14 p.m.
|
|
|
|
|
Respect User.is_active when logging in with SAML SSO.
|
david
|
February 6th, 2025, 12:12 p.m.
|
|
|
|
1
|
Fix a unit test for RelatedUserSelectorView.
|
maubin
|
February 5th, 2025, 2:59 p.m.
|
|
|
|
2
|
Fix a regression where selected related objects wouldn't render properly.
|
maubin
|
February 5th, 2025, 2:13 p.m.
|
|
|
|
2
|
Update Profile caching to use get_object_cached_field.
|
chipx86
|
February 4th, 2025, 10:49 p.m.
|
|
|
|
1
|
Update ReviewRequest.get_latest_diffset to utilize the get_diffsets cache.
|
chipx86
|
February 4th, 2025, 10:41 p.m.
|
|
|
|
1
|
Add get_object_cached_field() for fetching cached object field values.
|
chipx86
|
February 4th, 2025, 2:11 a.m.
|
|
|
|
|
Add powerpack-based backend to ClearCase server_tool_names.
|
david
|
February 3rd, 2025, 10:12 a.m.
|
|
|
|
|
Update typing and other modernization in git client.
|
david
|
February 3rd, 2025, 9:42 a.m.
|
|
|
|
|
Fix up documentation and typing for patcher code.
|
david
|
February 3rd, 2025, 9:41 a.m.
|
|
|
|
|
Fix signature of SCMClient.amend_commit_description.
|
david
|
February 3rd, 2025, 9:40 a.m.
|
|
|
|
|
Fix `rbt list-repo-types` when some repo types don't have dependencies.
|
david
|
February 3rd, 2025, 9:35 a.m.
|
|
|
|
|
Fix up issues with default author/message in patcher with squash.
|
david
|
February 3rd, 2025, 9:22 a.m.
|
|
|
|
1
|
Fix up some incorrect comments in the git client tests.
|
david
|
February 3rd, 2025, 8:48 a.m.
|
|
|
|
2
|
Add ReviewRequest.clear_local_caches for ReviewRequest state clearing.
|
chipx86
|
February 2nd, 2025, 10:09 p.m.
|
|
|
|
|
Modernize reviewbot.processing.
|
david
|
January 30th, 2025, 8:13 a.m.
|
|
|
|
2
|
Reduce review request detail queries for diff and comment queries.
|
chipx86
|
January 30th, 2025, 3:37 a.m.
|
|
|
|
2
|
Avoid too many User queries when calculating ReviewRequestPageData state.
|
chipx86
|
January 30th, 2025, 2:52 a.m.
|
|
|
|
2
|
Add unit tests for the review request view.
|
chipx86
|
January 30th, 2025, 2:24 a.m.
|
|
|
|
2
|
Avoid fetching a StatusUpdate per Review on the review request page.
|
chipx86
|
January 29th, 2025, 3:07 p.m.
|
|
|
|
2
|
Add expected query assertions for the ReviewRequestPageData tests.
|
chipx86
|
January 29th, 2025, 2:49 p.m.
|
|
|
|
2
|
Save only the timestamp field when updating ReviewRequestVisited.
|
chipx86
|
January 29th, 2025, 12:14 a.m.
|
|
|
|
1
|
Add a method to check if a mimetype is supported and improve guess_mimetype.
|
maubin
|
January 27th, 2025, 11:53 p.m.
|
|
|
|
2
|
Add typing and clean up code in reviewboard.reviews.detail.
|
chipx86
|
January 24th, 2025, 4:29 p.m.
|
|
|
|
2
|
Fix a bug where HttpTestContext.assertHTTPCall doesn't verify the URL.
|
maubin
|
January 24th, 2025, 2:21 p.m.
|
|
|
|
1
|
Modernize reviewbot.utils
|
david
|
January 24th, 2025, 9:47 a.m.
|
|
|
|
1
|
Fix up compatibility issues with RBTools 6+
|
david
|
January 24th, 2025, 9:39 a.m.
|
|
|
|
1
|
Remove legacy tool support.
|
david
|
January 24th, 2025, 9:38 a.m.
|
|
|
|
7
|
Add typing and missing documentation to review request fields.
|
chipx86
|
January 24th, 2025, 1:45 a.m.
|
|
|
|
2
|
Fix tests for modern clang and gotool error output.
|
david
|
January 23rd, 2025, 8:56 a.m.
|
|
|
|
2
|
Update the rbtools dependency to include 6.
|
david
|
January 23rd, 2025, 8:23 a.m.
|
|
|
|
2
|
Switch the reviewbot-worker to use housekeeping for deprecation.
|
david
|
January 23rd, 2025, 8:21 a.m.
|
|
|
|
4
|
Require SafeStrings for all HTML in review request fields.
|
chipx86
|
January 22nd, 2025, 11:14 p.m.
|
|
|
|
2
|
Introduce WebAPIResource.serialize_object_list for serializing lists.
|
chipx86
|
January 20th, 2025, 7:48 p.m.
|
|
|
|
1
|
Add a signal for when the issue status of a comment gets updated.
|
maubin
|
January 17th, 2025, 4:31 p.m.
|
|
|
|
1
|
Fix PureError if file cannot be detected
|
misery
|
January 17th, 2025, 5:51 a.m.
|
|
|
|
2
|
Fix regressions in some tests introduced in User Details support.
|
chipx86
|
January 16th, 2025, 7:43 p.m.
|
|
|
|
2
|
Add and fix typing in the filediff_creator code.
|
chipx86
|
January 16th, 2025, 7:40 p.m.
|
|
|
|
|
Clean up webapi test_decorators.py.
|
david
|
January 16th, 2025, 1:19 p.m.
|
|
|
|
2
|
Fix preserving commit ranges when paginating in the diff viewer.
|
chipx86
|
January 15th, 2025, 3:24 p.m.
|
|
|
|
3
|
Switch Review Board to a pyproject.toml-based packaging setup.
|
chipx86
|
January 14th, 2025, 8:39 p.m.
|
|
|
|
2
|
Update reviewboard.wsgi migration to preserve custom settings modules.
|
chipx86
|
January 12th, 2025, 2:49 p.m.
|
|
|
|
2
|
Update go-git.
|
david
|
January 8th, 2025, 10:21 a.m.
|
|
|
|
2
|
Allow overriding SAML settings.
|
david
|
January 7th, 2025, 3:33 p.m.
|
|
|
|
2
|
Update tests for DiffParser kwargs change.
|
david
|
January 7th, 2025, 11:51 a.m.
|
|
|
|
1
|
Add typing for the extra methods on User.
|
chipx86
|
January 3rd, 2025, 2:26 p.m.
|
|