|
Switch all JavaScript code to use single quotes instead of double.
|
chipx86
|
January 6th, 2023, 2:03 a.m.
|
|
|
Fix line length issues in our JavaScript code.
|
chipx86
|
January 6th, 2023, 1:49 a.m.
|
|
|
Add missing trailing commas in ES6 JavaScript files.
|
chipx86
|
January 6th, 2023, 1:40 a.m.
|
|
|
Add eslint and @beanbag/eslint-plugin as development dependencies.
|
chipx86
|
January 6th, 2023, 12:11 a.m.
|
|
|
Enable modern JavaScript building for extensions.
|
chipx86
|
January 6th, 2023, 12:04 a.m.
|
|
|
Add support for using rollup.js to package up JavaScript.
|
chipx86
|
January 5th, 2023, 4:34 p.m.
|
|
|
Convert header actions to new actions framework.
|
david
|
January 5th, 2023, 12:35 p.m.
|
|
|
Enable modern JavaScript for Djblets using Rollup.js and @beanbag/frontend-buildkit.
|
chipx86
|
January 4th, 2023, 3:44 a.m.
|
|
|
Add a mixin for Pipeline compilers supporting sourcemaps.
|
chipx86
|
January 2nd, 2023, 9:45 p.m.
|
|
|
Introduce an ESLint plugin to standardize Beanbag JavaScript development.
|
chipx86
|
January 2nd, 2023, 8:59 p.m.
|
|
|
Update Grumble for its new home and add a .reviewboardrc.
|
test111
|
December 27th, 2022, 4:25 a.m.
|
|
|
Port existing actions over to the new framework.
|
david
|
December 22nd, 2022, 2:33 p.m.
|
|
|
Get rid of old ClassBasedActionsFeature.
|
david
|
December 20th, 2022, 10:55 a.m.
|
|
|
Add draft release notes for Review Board 5.0.2
|
chipx86
|
December 9th, 2022, 12:15 p.m.
|
|
|
Add RepositoryForm for tracking repository config options and state.
|
chipx86
|
December 9th, 2022, 3:44 a.m.
|
|
|
Create a signal for when file attachments get uploaded.
|
maubin
|
December 8th, 2022, 1 p.m.
|
|
|
Add base classes and registry for new actions framework.
|
david
|
December 7th, 2022, 2:43 p.m.
|
|
|
Add bulletproofing to the bug views.
|
david
|
December 7th, 2022, 2:40 p.m.
|
|
|
Port the repository config code to Backbone.
|
chipx86
|
December 6th, 2022, 1:12 a.m.
|
|
|
Disentangle styles for review request tabs and improve tab layout.
|
david
|
December 1st, 2022, 11:15 a.m.
|
|
|
Update to Backbone.js 1.4.1.
|
david
|
December 1st, 2022, 11:15 a.m.
|
|
|
Add an app_name argument to build_integration_urlpatterns().
|
chipx86
|
November 28th, 2022, 6:16 p.m.
|
|
|
Improve caching and invalidation for URI templates on the root resource.
|
chipx86
|
November 28th, 2022, 6:02 p.m.
|
|
|
Add tox for testing, support Sphinx 6, and fix Sphinx version compatibility.
|
chipx86
|
November 27th, 2022, 9:42 p.m.
|
|
|
Remove six and unicode_literals, and require Sphinx 4 or higher.
|
chipx86
|
November 27th, 2022, 9:02 p.m.
|
|
|
Add support for custom GitHub URLs for code linking.
|
chipx86
|
November 27th, 2022, 6:25 p.m.
|
|
|
Exclude __annotations__ by default from docs.
|
chipx86
|
November 27th, 2022, 5:57 p.m.
|
|
|
Fix GitHub code link generation when failing to resolve tracking branches.
|
chipx86
|
November 27th, 2022, 5:55 p.m.
|
|
|
Fix autodoc type alias injection to fix incremental doc builds.
|
chipx86
|
November 27th, 2022, 5:08 p.m.
|
|
|
Add a Sphinx extension for working with srcsets for images.
|
chipx86
|
November 23rd, 2022, 2:42 p.m.
|
|
|
Switch all cases of window.location over to RB.navigateTo.
|
david
|
November 22nd, 2022, 4:14 p.m.
|
|
|
Add tsconfig.json to ease TypeScript development.
|
david
|
November 22nd, 2022, 3:39 p.m.
|
|
|
Add the new unified banner.
|
david
|
November 22nd, 2022, 3:19 p.m.
|
|
|
Add author name as an attribute to RB.Review in JS resources.
|
david
|
November 18th, 2022, 5:29 p.m.
|
|
|
Add new icons for unified banner and icon debug page.
|
david
|
November 18th, 2022, 5:28 p.m.
|
|
|
Support additional mimetypes for text-based file attachments.
|
chipx86
|
November 18th, 2022, 3:02 p.m.
|
|
|
Mark diff ACLs feature as stable.
|
david
|
November 17th, 2022, 11:07 p.m.
|
|
|
Change default dashboard view to "Overview".
|
david
|
November 17th, 2022, 10:10 p.m.
|
|
|
Allow the use of typescript (.ts) files.
|
david
|
November 17th, 2022, 1:33 p.m.
|
|
|
Fix regressions, add future-proofing for URI templates and new APIs.
|
chipx86
|
November 16th, 2022, 7:39 p.m.
|
|
|
Add type hints for webapi auth backends, and fix minor issues.
|
chipx86
|
November 15th, 2022, 12:15 a.m.
|
|
|
Add type hints and keyword-only arguments for djblets.webapi.responses.
|
chipx86
|
November 14th, 2022, 8:14 p.m.
|
|
|
Add TestCase.assertWarnings(), to help test against multiple warnings.
|
chipx86
|
November 14th, 2022, 6:13 p.m.
|
|
|
Remove subvertpy as a mandatory development dependency and recommendation.
|
chipx86
|
November 11th, 2022, 3:18 p.m.
|
|
|
Add @deprecate_non_keyword_only_args for moving to keyword-only args.
|
chipx86
|
November 10th, 2022, 8:29 p.m.
|
|
|
Fix variable argument support in @deprecate_non_keyword_only_args.
|
chipx86
|
November 10th, 2022, 8:19 p.m.
|
|
|
Stop upgrading pip/setuptools on install.
|
chipx86
|
November 10th, 2022, 7:52 p.m.
|
|
|
Remove SCM command line tool dependencies and stop upgrading pip/setuptools.
|
chipx86
|
November 10th, 2022, 7:51 p.m.
|
|
|
Process ClearCase changeset items in the order listed.
|
chipx86
|
November 9th, 2022, 8:46 p.m.
|
|
|
Update the dashboard to use the new batch endpoint for archive and mute.
|
david
|
November 8th, 2022, 2:44 p.m.
|
|