Port integration config views to TypeScript/spina.

Review Request #14103 — Created Aug. 14, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-6.x

Reviewers

This change converts the integration config list view and pop-up to
TypeScript and spina.

This also makes a few small updates to our packaging for djblets to
include jasmine-suites as a dependency. This was used in djblets but not
included in any of our build stuff. It didn't actually matter for
runtime use when running the tests via our RB js-tests endpoint, but
it's necessary for running the TS compiler for files that import
jasmine within the djblets directory.

  • Ran js-tests.
  • Added, edited, and deleted integration configs.

Diff Revision 1

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

orig
1
2

Commits

First Last Summary ID Author
Port integration config views to TypeScript/spina.
This change converts the integration config list view and pop-up to TypeScript and spina. This also makes a few small updates to our packaging for djblets to include jasmine-suites as a dependency. This was used in djblets but not included in any of our build stuff. It didn't actually matter for runtime use when running the tests via our RB js-tests endpoint, but it's necessary for running the TS compiler for files that import jasmine within the djblets directory. Testing Done: - Ran js-tests. - Added, edited, and deleted integration configs.
58ab2c4bf5aff435950d6a61864aac5918e7b577 David Trowbridge
package-lock.json
rollup.config.js
djblets/dependencies.py
djblets/package.json
djblets/staticbundles.py
djblets/static/djblets/js/integrations/index.ts
djblets/static/djblets/js/integrations/views/addIntegrationPopupView.es6.js
djblets/static/djblets/js/integrations/views/index.ts
djblets/static/djblets/js/integrations/views/integrationConfigListView.es6.js
djblets/static/djblets/js/integrations/views/tests/addIntegrationPopupViewTests.es6.js
djblets/static/djblets/js/integrations/views/tests/index.ts
djblets/static/djblets/js/integrations/views/tests/integrationConfigListViewTests.es6.js
djblets/static/djblets/js/tests/index.ts
Loading...