Convert BaseCollection and ResourceCollection to spina.
Review Request #13004 — Created May 3, 2023 and submitted — Latest diff uploaded
This change ports our basic collection types over to spina and
TypeScript.
Ran js-tests.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
reviewboard/staticbundles.py | ||
reviewboard/static/rb/js/common/index.ts | ||
reviewboard/static/rb/js/common/collections/baseCollection.ts Was reviewboard/static/rb/js/collections/baseCollection.es6.js | ||
reviewboard/static/rb/js/common/resources/index.ts | ||
reviewboard/static/rb/js/common/resources/collections/resourceCollection.ts Was reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js | ||
reviewboard/static/rb/js/common/resources/collections/tests/index.ts | ||
reviewboard/static/rb/js/common/resources/collections/tests/resourceCollectionTests.ts Was reviewboard/static/rb/js/resources/collections/tests/resourceCollectionTests.es6.js | ||
reviewboard/static/rb/js/common/resources/models/baseResource.ts | ||
reviewboard/static/rb/js/tests/index.ts |
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/common/index.ts |
---|
reviewboard/static/rb/js/collections/baseCollection.es6.js |
---|
reviewboard/static/rb/js/common/resources/index.ts |
---|
reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js |
---|
reviewboard/static/rb/js/common/resources/collections/tests/index.ts |
---|
reviewboard/static/rb/js/resources/collections/tests/resourceCollectionTests.es6.js |
---|
reviewboard/static/rb/js/common/resources/models/baseResource.ts |
---|
reviewboard/static/rb/js/tests/index.ts |
---|