|
Automatically update and handle SCMTool IDs on access.
|
chipx86
|
June 17th, 2022, 6:25 p.m.
|
|
|
Compute the Review Bot configuration page data in Python.
|
chipx86
|
June 17th, 2022, 9:03 p.m.
|
|
|
Consolidate cache_memoize state and functionality into a CacheContext.
|
chipx86
|
June 15th, 2022, 11:37 p.m.
|
|
|
Allow API responses to encode a set().
|
chipx86
|
June 17th, 2022, 9:33 p.m.
|
|
|
Add release notes for Django Evolution 2.2.
|
chipx86
|
June 20th, 2022, 1:05 a.m.
|
|
|
Update the WebAPIToken model for API Tokens v2
|
maubin
|
June 6th, 2022, 1:03 p.m.
|
|
|
Add safer cache key normalization, switch to SHA256, and fix return type.
|
chipx86
|
June 15th, 2022, 5:20 p.m.
|
|
|
Eliminate JOINs when determining LocalSite user membership.
|
chipx86
|
June 10th, 2022, 2:47 a.m.
|
|
|
Update LocalSiteManager unit tests to use the new assertQueries() method.
|
chipx86
|
June 10th, 2022, 3:42 a.m.
|
|
|
Update User unit tests to use the new assertQueries() method.
|
chipx86
|
June 10th, 2022, 2:33 a.m.
|
|
|
Flesh out the documentation for ReviewRequestManager query functions.
|
chipx86
|
June 8th, 2022, 3:04 p.m.
|
|
|
Add missing 'limit' checks for assertQueries() calls.
|
chipx86
|
June 16th, 2022, 1:48 p.m.
|
|
|
Add AES encryption/decryption functions for working on iterables.
|
chipx86
|
June 14th, 2022, 6:30 p.m.
|
|
|
Clean up the djblets.cache.backend unit tests.
|
chipx86
|
June 15th, 2022, 3:25 p.m.
|
|
|
Fix building docs for release-5.0.x
|
david
|
June 14th, 2022, 10:05 a.m.
|
|
|
Add new options, normalization, and empty result checks in assertQueries().
|
chipx86
|
June 14th, 2022, 4:54 p.m.
|
|
|
Normalize the executed Q() in assertQueries to ease comparisons.
|
chipx86
|
June 10th, 2022, 9:08 p.m.
|
|
|
Remove double Q(Q(...)) objects when comparing in Profile unit tests.
|
chipx86
|
June 10th, 2022, 9:13 p.m.
|
|
|
Add djblets.secrets, for AES crypto helpers and token generation.
|
chipx86
|
June 13th, 2022, 7 p.m.
|
|
|
Run code safety checks when generating a diff and show results.
|
chipx86
|
January 4th, 2022, 11:21 p.m.
|
|
|
Add SAML 2.0 SSO.
|
david
|
April 24th, 2022, 10:20 p.m.
|
|
|
Eliminate JOINs when counting starred objects using LocalSite.ALL.
|
chipx86
|
June 9th, 2022, 9:41 p.m.
|
|
|
Reduce queries and JOINs in LocalSiteManager.
|
chipx86
|
June 10th, 2022, 7 p.m.
|
|
|
Add a code safety checker for some trojan source code attacks.
|
chipx86
|
January 4th, 2022, 10:15 p.m.
|
|
|
Avoid cloning Q objects in assertQueries().
|
chipx86
|
June 13th, 2022, 5:58 p.m.
|
|
|
Add draft release notes for 5.0 beta 1.
|
david
|
June 15th, 2022, 2:23 p.m.
|
|
|
Add draft release notes for Djblets 3.0beta1.
|
david
|
June 15th, 2022, 2:23 p.m.
|
|
|
Add release notes for Review Board 4.0.7.
|
chipx86
|
June 11th, 2022, 5:39 p.m.
|
|
|
Add release notes for RBTools 3.1.1.
|
chipx86
|
June 11th, 2022, 5:04 p.m.
|
|
|
Fix rbt post with --diff-filename, and improve file not found errors.
|
chipx86
|
June 13th, 2022, 3:57 p.m.
|
|
|
Add release notes for Djblets 2.3.1.
|
chipx86
|
June 11th, 2022, 5:11 p.m.
|
|
|
Fix rbt patch to not show byte strings during conflicts.
|
chipx86
|
June 13th, 2022, 3:51 p.m.
|
|
|
Add base support for code safety checkers.
|
chipx86
|
January 4th, 2022, 7:44 p.m.
|
|
|
Fix a crash with indentation computation on interdiffs.
|
chipx86
|
June 12th, 2022, 8:10 p.m.
|
|
|
Convert repository form to work from SCMTools registry.
|
david
|
June 3rd, 2022, 10:30 a.m.
|
|
|
Mark proxy properties on scmtools.models.Tool as deprecated.
|
david
|
June 3rd, 2022, 10:20 a.m.
|
|
|
Add a registry for SCMTools.
|
david
|
June 3rd, 2022, 10:25 a.m.
|
|
|
Ensure Repository.scmtool_id is always set.
|
david
|
June 3rd, 2022, 10:28 a.m.
|
|
|
Convert RepositoryTypeCondition to store SCMTool ID instead of Tool PK.
|
david
|
June 3rd, 2022, 10:32 a.m.
|
|
|
Update Profile unit tests to use the new assertQueries() method.
|
chipx86
|
June 9th, 2022, 9:26 p.m.
|
|
|
Add a workflow document for VersionVault.
|
david
|
June 7th, 2022, 3:47 p.m.
|
|
|
Add SCMTool ID to Repository model.
|
david
|
June 3rd, 2022, 10:23 a.m.
|
|
|
Move to the new PyMemcacheCache cache backend.
|
david
|
June 3rd, 2022, 2:52 p.m.
|
|
|
Allow ListEditWidget to properly handle data when the widget is not rendered
|
maubin
|
June 9th, 2022, 12:43 p.m.
|
|
|
Clean up the code for a lot of our centralized query logic.
|
chipx86
|
June 3rd, 2022, 5:06 p.m.
|
|
|
Add TestCase.assertQueries(), for advanced query checks.
|
chipx86
|
June 8th, 2022, 11:54 p.m.
|
|
|
Fix problems between the redirect URIs field and ListEditWidget in OAuth Application forms
|
maubin
|
June 9th, 2022, 1:05 p.m.
|
|
|
Add TestCase.create_many_review_requests().
|
chipx86
|
June 2nd, 2022, 1:46 a.m.
|
|
|
Introduce LocalSite.ALL as a method for querying across all LocalSites.
|
chipx86
|
June 2nd, 2022, 3:08 a.m.
|
|
|
Add functions for querying and caching starred item counts for a user.
|
chipx86
|
February 2nd, 2022, 2:53 a.m.
|
|