Convert repository branch and commit models/collections to TypeScript/spina.
Review Request #14083 — Created Aug. 8, 2024 and submitted — Latest diff uploaded
This change converts the RB.RepositoryBranch and RB.RepositoryCommit
resource models to TypeScript, along with the RB.RepositoryBranches and
RB.RepositoryCommits collections.
- Ran js-tests.
- Ran setup.py build_media.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
Commits
Files
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/common/resources/index.ts |
---|
reviewboard/static/rb/js/common/resources/collections/repositoryBranchesCollection.ts |
---|
reviewboard/static/rb/js/resources/collections/repositoryCommitsCollection.es6.js |
---|
reviewboard/static/rb/js/common/resources/collections/tests/index.ts |
---|
reviewboard/static/rb/js/resources/collections/tests/repositoryBranchesCollectionTests.es6.js |
---|
reviewboard/static/rb/js/resources/collections/tests/repositoryCommitsCollectionTests.es6.js |
---|
reviewboard/static/rb/js/common/resources/models/repositoryBranchModel.ts |
---|
reviewboard/static/rb/js/common/resources/models/repositoryCommitModel.ts |
---|
reviewboard/static/rb/js/common/resources/models/tests/index.ts |
---|
reviewboard/static/rb/js/resources/models/tests/repositoryBranchModelTests.es6.js |
---|
reviewboard/static/rb/js/resources/models/tests/repositoryCommitModelTests.es6.js |
---|
reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.es6.js |
---|
reviewboard/static/rb/js/resources/models/repositoryBranchModel.es6.js |
---|
reviewboard/static/rb/js/resources/models/repositoryCommitModel.es6.js |
---|