|
|
|
1
|
Eliminate JOINs when counting starred objects using LocalSite.ALL.
|
chipx86
|
June 9th, 2022, 9:41 p.m.
|
|
|
|
|
1
|
Reduce queries and JOINs in LocalSiteManager.
|
chipx86
|
June 10th, 2022, 7 p.m.
|
|
|
|
|
4
|
Add a code safety checker for some trojan source code attacks.
|
chipx86
|
January 4th, 2022, 10:15 p.m.
|
|
|
|
|
3
|
Add release notes for Review Board 4.0.7.
|
chipx86
|
June 11th, 2022, 5:39 p.m.
|
|
|
|
|
2
|
Add base support for code safety checkers.
|
chipx86
|
January 4th, 2022, 7:44 p.m.
|
|
|
|
|
2
|
Fix a crash with indentation computation on interdiffs.
|
chipx86
|
June 12th, 2022, 8:10 p.m.
|
|
|
|
|
1
|
Convert repository form to work from SCMTools registry.
|
david
|
June 3rd, 2022, 10:30 a.m.
|
|
|
|
|
1
|
Add a registry for SCMTools.
|
david
|
June 3rd, 2022, 10:25 a.m.
|
|
|
|
|
1
|
Ensure Repository.scmtool_id is always set.
|
david
|
June 3rd, 2022, 10:28 a.m.
|
|
|
|
|
1
|
Mark proxy properties on scmtools.models.Tool as deprecated.
|
david
|
June 3rd, 2022, 10:20 a.m.
|
|
|
|
|
1
|
Convert RepositoryTypeCondition to store SCMTool ID instead of Tool PK.
|
david
|
June 3rd, 2022, 10:32 a.m.
|
|
|
|
|
1
|
Update Profile unit tests to use the new assertQueries() method.
|
chipx86
|
June 9th, 2022, 9:26 p.m.
|
|
|
|
|
1
|
Add SCMTool ID to Repository model.
|
david
|
June 3rd, 2022, 10:23 a.m.
|
|
|
|
|
1
|
Move to the new PyMemcacheCache cache backend.
|
david
|
June 3rd, 2022, 2:52 p.m.
|
|
|
|
|
1
|
Clean up the code for a lot of our centralized query logic.
|
chipx86
|
June 3rd, 2022, 5:06 p.m.
|
|
|
|
|
1
|
Fix problems between the redirect URIs field and ListEditWidget in OAuth Application forms
|
maubin
|
June 9th, 2022, 1:05 p.m.
|
|
|
|
|
1
|
Introduce LocalSite.ALL as a method for querying across all LocalSites.
|
chipx86
|
June 2nd, 2022, 3:08 a.m.
|
|
|
|
|
1
|
Add TestCase.create_many_review_requests().
|
chipx86
|
June 2nd, 2022, 1:46 a.m.
|
|
|
|
|
1
|
Add functions for querying and caching starred item counts for a user.
|
chipx86
|
February 2nd, 2022, 2:53 a.m.
|
|
|
|
|
1
|
Add cached statistics for a Local Site's ACLs.
|
chipx86
|
May 27th, 2022, 7:16 p.m.
|
|
|
|
|
2
|
Add cached statistics for LocalSites.
|
chipx86
|
May 26th, 2022, 3:05 p.m.
|
|
|
|
|
1
|
Update HostingServiceAccountManager.accessible to support LocalSite.ALL.
|
chipx86
|
June 3rd, 2022, 4:28 p.m.
|
|
|
|
|
1
|
Support passing LocalSite.ANY to Profile starred cache count functions.
|
chipx86
|
June 2nd, 2022, 4:16 a.m.
|
|
|
|
|
1
|
Add User.get_local_site_stats for LocalSite membership info.
|
chipx86
|
May 31st, 2022, 3:44 a.m.
|
|
|
|
|
3
|
Update the Trojan Source scanner for Unicode confusables/homoglyphs.
|
chipx86
|
January 6th, 2022, 9:58 p.m.
|
|
|
|
|
1
|
Update the deprecation classes used in Review Board.
|
chipx86
|
June 2nd, 2022, 1:49 a.m.
|
|
|
|
|
1
|
Fix and improve loading of cached profiles in User.
|
chipx86
|
May 31st, 2022, 10:10 p.m.
|
|
|
|
|
2
|
Add a setting for mapping file extensions to syntax highlighters for diffs
|
maubin
|
September 24th, 2021, 9:52 a.m.
|
|
|
|
|
1
|
Upgrade Haystack to 3.2.x.
|
chipx86
|
June 1st, 2022, 5:28 p.m.
|
|
|
|
|
1
|
Show warnings in the dev server.
|
chipx86
|
June 1st, 2022, 5:17 p.m.
|
|
|
|
|
1
|
Fix building docs for Review Board 5.
|
chipx86
|
June 1st, 2022, 4:08 p.m.
|
|
|
|
|
1
|
Update deprecated code for datagrid state and Django Evolution settings.
|
chipx86
|
June 1st, 2022, 5:24 p.m.
|
|
|
|
|
1
|
Fix some bugs in the legacy ClearCase backend.
|
david
|
May 29th, 2022, 11:01 p.m.
|
|
|
|
|
1
|
Fix a unit test regression from the diff comment fragments cache change.
|
chipx86
|
May 31st, 2022, 6:02 p.m.
|
|
|
|
|
1
|
Hide a couple more warnings that pop up when running tests.
|
david
|
May 30th, 2022, 11:45 a.m.
|
|
|
|
|
1
|
Use registry get_defaults() to return built-in authentication backends.
|
david
|
March 26th, 2022, 2:15 p.m.
|
|
|
|
|
3
|
Add a {% code_block %} template tag.
|
chipx86
|
January 4th, 2022, 9:43 p.m.
|
|
|
|
|
1
|
Move and reorganize LocalSite and OAuth2 signal handlers.
|
chipx86
|
May 24th, 2022, 4:43 p.m.
|
|
|
|
|
1
|
Split reviewboard.site.tests into multiple test modules.
|
chipx86
|
May 24th, 2022, 5:55 p.m.
|
|
|
|
|
1
|
Fix invocation issues when running brz in Python module directories.
|
chipx86
|
May 25th, 2022, 3:30 a.m.
|
|
|
|
|
1
|
Use registry get_defaults() to return built-in hosting services.
|
david
|
March 24th, 2022, 2:33 p.m.
|
|
|
|
|
1
|
Add fake SCMTool for VersionVault, and fix display of advert for tools.
|
david
|
March 23rd, 2022, 3:37 p.m.
|
|
|
|
|
1
|
Formalize diff line-level metadata and prepare for new state.
|
chipx86
|
January 4th, 2022, 12:41 a.m.
|
|
|
|
|
1
|
Fix and standardize building of rendered diff URLs.
|
chipx86
|
May 20th, 2022, 4:17 p.m.
|
|
|
|
|
1
|
Hide fieldsets without visible fields, and support dynamic fieldsets.
|
chipx86
|
May 20th, 2022, 3:58 p.m.
|
|
|
|
|
1
|
Add docstrings with version information to all evolutions.
|
chipx86
|
May 18th, 2022, 8:18 p.m.
|
|
|
|
|
1
|
Support simulating file fetch errors in TestTool.
|
chipx86
|
May 22nd, 2022, 5:13 p.m.
|
|
|
|
|
1
|
Bump pytest version and add current directory to python path for reviewboard
|
maubin
|
May 18th, 2022, 2:42 p.m.
|
|
|
|
|
1
|
Avoid caching comment diff fragments if an error is shown.
|
chipx86
|
May 22nd, 2022, 5:16 p.m.
|
|
|
|
|
1
|
Fix a missing default and missing recorded migrations with oauth2_provider.
|
chipx86
|
May 22nd, 2022, 3:49 p.m.
|
|