Convert ExtensionManagerView to TypeScript/spina and fix bundles.

Review Request #13803 — Created April 30, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

This change converts the ExtensionManagerView class to TypeScript and
spina.

This also fixes up some issues with our bundles in djblets. The
ExtensionManagerModel was converted to TypeScript, but inadvertently
included in the djblets-extensions bundle instead of the
djblets-extensions-admin bundle. In addition, we had neglected to remove
the other old filenames for the rest of the djblets-extensions bundle
contents from the list.

  • Ran js-tests.
  • Used the extensions list in the Review Board admin and saw everything
    work correctly.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Convert ExtensionManagerView to TypeScript/spina and fix bundles.
This change converts the ExtensionManagerView class to TypeScript and spina. This also fixes up some issues with our bundles in djblets. The ExtensionManagerModel was converted to TypeScript, but inadvertently included in the djblets-extensions bundle instead of the djblets-extensions-admin bundle. In addition, we had neglected to remove the other old filenames for the rest of the djblets-extensions bundle contents from the list. Testing Done: - Ran js-tests. - Used the extensions list in the Review Board admin and saw everything work correctly.
d430b0906977cf871a564ea5345014e2800242f3 David Trowbridge
djblets/staticbundles.py
djblets/static/djblets/js/configForms/views/tableItemView.ts
djblets/static/djblets/js/extensions/index.ts
djblets/static/djblets/js/extensionsAdmin/index.ts
djblets/static/djblets/js/extensions/models/extensionManagerModel.ts
djblets/static/djblets/js/extensions/views/extensionManagerView.es6.js
Loading...