stable
Clone or download
Read-only
Part of request #26381: Prevent relative imports outside of a package Change-Id: Ia3a6101d56ba1cfde3a683680f36f1288e1d05c9
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/frontend/vue-permissions-per-group-badge/.gitignore | +1 | −0 | Go to diff View file |
A | lib/frontend/vue-permissions-per-group-badge/package.json | +29 | −0 | Go to diff View file |
A | lib/frontend/vue-permissions-per-group-badge/pnpm-lock.yaml | +91 | −0 | Go to diff View file |
R | src/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.d.ts | Go to diff View file | ||
R | src/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.vue | Go to diff View file | ||
A | lib/frontend/vue-permissions-per-group-badge/vite.config.ts | +40 | −0 | Go to diff View file |
M | plugins/agiledashboard/package.json | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/permissions-per-group/src/AgileDashboardPermissions.vue | +1 | −1 | Go to diff View file |
M | plugins/git/package.json | +1 | −0 | Go to diff View file |
M | plugins/git/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue | +1 | −1 | Go to diff View file |
M | src/package.json | +1 | −0 | Go to diff View file |
M | src/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | src/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue | +1 | −1 | Go to diff View file |
M | src/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageRelease.vue | +1 | −1 | Go to diff View file |