Port integration config views to TypeScript/spina.

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

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.
Summary ID
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.
763e6457c5ba835d114c6d2cfd5f0bc8f80edf00
Description From Last Updated

This is missing Version Added.

chipx86chipx86

Missing docs.

chipx86chipx86

Can you sort these alphabetically?

chipx86chipx86

This is an API breakage without a deprecation notice. We should at least provide a forwarding function.

chipx86chipx86

Same here.

chipx86chipx86
chipx86
  1. 
      
  2. Show all issues

    This is missing Version Added.

  3. Show all issues

    Missing docs.

  4. Show all issues

    Can you sort these alphabetically?

  5. Show all issues

    This is an API breakage without a deprecation notice. We should at least provide a forwarding function.

    1. I guess if I have to deal with TS errors either way I'd prefer to just keep the old names. That said, I feel like it's highly unlikely that there's any use of this other than from within IntegrationConfigListView.

  6. Show all issues

    Same here.

  7. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-6.x (5ebb733)