|
|
|
1
|
Move to pyproject.toml, support Python 3.8+, and bump to 3.0.
|
chipx86
|
July 30th, 2025, 8:52 p.m.
|
|
|
|
|
1
|
Add arguments for controlling pip install behavior.
|
chipx86
|
July 30th, 2025, 8:39 p.m.
|
|
|
|
|
1
|
Bail immediately during rb-site if the Django environment can't load.
|
chipx86
|
July 30th, 2025, 12:51 p.m.
|
|
|
|
|
2
|
Add __autodoc_excludes__ to reviewboard.diffviewer.models
|
david
|
July 30th, 2025, 12:47 p.m.
|
|
|
|
|
1
|
Store timstamps in SiteConfiguration on install/upgrade.
|
chipx86
|
July 30th, 2025, 12:45 p.m.
|
|
|
|
|
1
|
Fix warnings about duplicate model registrations in tests.
|
david
|
July 30th, 2025, 9:26 a.m.
|
|
|
|
|
1
|
Fix a couple tests to avoid expected warnings.
|
david
|
July 30th, 2025, 9:25 a.m.
|
|
|
|
|
1
|
Fix warnings about use of deprecated registry.populated.
|
david
|
July 30th, 2025, 9:25 a.m.
|
|
|
|
|
1
|
Rename a test model to avoid a warning.
|
david
|
July 30th, 2025, 9:24 a.m.
|
|
|
|
|
2
|
Convert Review Board to use Typelets.
|
david
|
July 30th, 2025, 8:52 a.m.
|
|
|
|
|
1
|
Make MoveToDjangoMigrations work when the app isn't yet in the database.
|
chipx86
|
July 30th, 2025, 3:21 a.m.
|
|
|
|
|
1
|
Fix compatibility with newer versions of tox and virtualenv.
|
chipx86
|
July 29th, 2025, 9:23 p.m.
|
|
|
|
|
1
|
Fix comparing constructed and deserialized UniqueConstraints.
|
chipx86
|
July 29th, 2025, 9:19 p.m.
|
|
|
|
|
|
Tree Sitter: Add tree-sitter-less.
|
david
|
July 29th, 2025, 9:27 a.m.
|
|
|
|
|
1
|
Tree Sitter: Copy some queries out of upstream grammars.
|
david
|
July 28th, 2025, 3:35 p.m.
|
|
|
|
|
1
|
Remove babel plugin imports from the tree at build time.
|
chipx86
|
July 28th, 2025, 3:31 p.m.
|
|
|
|
|
1
|
Tree Sitter: Use Tree Sitter for highlighting in the chunk generator.
|
david
|
July 28th, 2025, 8:22 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add CSS rules for highlight classes.
|
david
|
July 28th, 2025, 8:21 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add highlighting implementation.
|
david
|
July 28th, 2025, 8:18 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add custom HTML queries.
|
david
|
July 28th, 2025, 8:17 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add the update-queries script.
|
david
|
July 26th, 2025, 12:10 p.m.
|
|
|
|
|
1
|
Tree Sitter: Add custom predicates.
|
david
|
July 26th, 2025, 12:05 p.m.
|
|
|
|
|
1
|
Tree Sitter: Add query utils.
|
david
|
July 26th, 2025, 12:05 p.m.
|
|
|
|
|
1
|
Tree Sitter: Add Lua pattern converter.
|
david
|
July 26th, 2025, 12:03 p.m.
|
|
|
|
|
1
|
Tree Sitter: Add code for working with language names.
|
david
|
July 26th, 2025, 10:56 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add update-language-info script and resulting data.
|
david
|
July 26th, 2025, 10:51 a.m.
|
|
|
|
|
1
|
Tree Sitter: Add module and a debug helper.
|
david
|
July 26th, 2025, 9:42 a.m.
|
|
|
|
|
2
|
Tree Sitter: Add new dependencies.
|
david
|
July 26th, 2025, 9:41 a.m.
|
|
|
|
|
2
|
Preserve the model type in get_object_or_none().
|
chipx86
|
July 18th, 2025, 1:18 p.m.
|
|
|
|
|
2
|
Flesh out support for license line items.
|
chipx86
|
July 16th, 2025, 1:59 a.m.
|
|
|
|
|
2
|
Complete the support for custom license actions.
|
chipx86
|
July 15th, 2025, 10:58 p.m.
|
|
|
|
|
2
|
Improve the default summaries and logic for licenses.
|
chipx86
|
July 15th, 2025, 9:13 p.m.
|
|
|
|
|
1
|
Add the ability for functions to inherit another functions' parameters.
|
chipx86
|
July 14th, 2025, 1:37 a.m.
|
|
|
|
|
1
|
Add release notes for RBTools 5.3.
|
chipx86
|
July 13th, 2025, 8:25 p.m.
|
|
|
|
|
1
|
Fix the target executable path for the rbt shortcuts on Windows.
|
chipx86
|
July 13th, 2025, 8:19 p.m.
|
|
|
|
|
1
|
Modernize reviewboard.diffviewer.myersdiff.
|
david
|
July 11th, 2025, 9:10 a.m.
|
|
|
|
|
1
|
Modernize the rest of chunk and opcode generators and differ base.
|
david
|
July 11th, 2025, 9:06 a.m.
|
|
|
|
|
2
|
Move djblets over to typelets.
|
david
|
July 9th, 2025, 3:09 p.m.
|
|
|
|
|
2
|
Add extra_context support, typing, and docs for extension views.
|
chipx86
|
July 9th, 2025, 2:44 p.m.
|
|
|
|
|
|
[WIP] Feedback request: task framework
|
david
|
July 9th, 2025, 1:03 p.m.
|
|
|
|
|
1
|
Fix --exclude with filenames that have spaces on Git repositories.
|
david
|
July 8th, 2025, 9:35 p.m.
|
|
|
|
|
2
|
Fix running rbt by default on Windows.
|
chipx86
|
July 8th, 2025, 3:23 p.m.
|
|
|
|
|
1
|
Revamp RBTools API documentation.
|
david
|
July 7th, 2025, 2:29 p.m.
|
|
|
|
|
2
|
Remove LicenseInfo.private_data and help extensibility.
|
chipx86
|
June 29th, 2025, 5:50 p.m.
|
|
|
|
|
1
|
Add links from resource classes to RB manual resource pages.
|
david
|
June 28th, 2025, 11:47 a.m.
|
|
|
|
|
1
|
Improve coderef output for TypedDicts.
|
david
|
June 28th, 2025, 11:39 a.m.
|
|
|
|
|
1
|
Split rbtools.api reference into multiple sections.
|
david
|
June 28th, 2025, 11:37 a.m.
|
|
|
|
|
1
|
Upgrade Sphinx to 7.x.
|
david
|
June 28th, 2025, 11:36 a.m.
|
|
|
|
|
2
|
Remove outdated deprecation classes.
|
david
|
June 28th, 2025, 11:31 a.m.
|
|
|
|
|
2
|
Remove everything marked for removal in RBTools 6.
|
david
|
June 28th, 2025, 11:31 a.m.
|
|