]> source.dussan.org Git - sonarqube.git/commit
SONAR-12635 Reorganize the branch & PR administration page
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 6 Nov 2019 14:18:33 +0000 (15:18 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 9 Dec 2019 19:46:16 +0000 (20:46 +0100)
commitfe9dd29337def7804fc77d1ad75364a9eaf5476f
treef144faa8234ba55643d4b820de5ad45384a04246
parent6afac55982884880fc9ee29fd5b27162336048d8
SONAR-12635 Reorganize the branch & PR administration page
33 files changed:
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavMenu.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavMenu-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/AppContainer.ts [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeRowRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeTableRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeTabs.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/BranchRow.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/DeleteBranchModal.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformation.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/RenameBranchModal.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/App-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeRowRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeTableRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeTabs-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchRow-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/DeleteBranchModal-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/LifetimeInformation-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/LifetimeInformationRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/RenameBranchModal-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeRowRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeTableRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeTabs-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchRow-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/DeleteBranchModal-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/LifetimeInformation-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/LifetimeInformationRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/RenameBranchModal-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/routes.ts
server/sonar-web/src/main/js/helpers/mocks/branch-pull-request.tsx [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties