stable
Clone or download
Read-only
part of request #18836 Convert git repository list to typescript How to test: Access to git repository list => no error => breadcrumb/display sort are displayed as usual Change-Id: Ife80d1edfd1205bf12d8b01fb0ea98a5ab4f899a
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/git/scripts/repositories/src/breadcrumb-presenter.js | Go to diff View file | ||
M | plugins/git/scripts/repositories/src/components/ActionBar.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/ActionBar/SelectOwner.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitBreadcrumbs.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepository.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepositoryCreate.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/NoRepositoryEmptyState.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/PullRequestBadge.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/index.js | +2 | −2 | Go to diff View file |
R | plugins/git/scripts/repositories/src/repository-list-presenter.js | Go to diff View file | ||
M | plugins/git/scripts/repositories/src/store/actions.js | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/actions.test.js | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/type.ts | +9 | −0 | Go to diff View file |
M | src/scripts/project/privacy/project-privacy-helper.ts | +4 | −0 | Go to diff View file |
M | src/scripts/vue-components/breadcrumb-privacy/BreadcrumbPrivacy.vue | +2 | −1 | Go to diff View file |