stable
Clone or download
Read-only
This is part of request #17991 Convert Git Vue to TypeScript No technicals changes. Change-Id: If4aeaa7e95142034e3be9834dd1bfaa41caf8409
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/package-lock.json | +18 | −0 | Go to diff View file |
M | plugins/git/package.json | +4 | −1 | Go to diff View file |
R | plugins/git/scripts/permissions-per-group/src/index.js | Go to diff View file | ||
R | plugins/git/scripts/permissions-per-group/po/fr.po | Go to diff View file | ||
M | plugins/git/scripts/permissions-per-group/src/GitInlineFilter.vue | +18 | −16 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitPermissions.vue | +48 | −50 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.vue | +60 | −62 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue | +24 | −23 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | +9 | −8 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | +9 | −8 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | +9 | −8 | Go to diff View file |
R | plugins/git/scripts/permissions-per-group/src/rest-querier.js | Go to diff View file | ||
A | plugins/git/scripts/permissions-per-group/src/type.ts | +41 | −0 | Go to diff View file |
A | plugins/git/scripts/permissions-per-group/src/vue.shims.d.ts | +23 | −0 | Go to diff View file |
M | plugins/git/tsconfig.json | +3 | −0 | Go to diff View file |
M | plugins/git/webpack.common.js | +1 | −1 | Go to diff View file |
A | src/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.d.ts | +22 | −0 | Go to diff View file |