]> source.dussan.org Git - sonarqube.git/commit
SONAR-21467 Implement new branch overview header
authorstanislavh <stanislav.honcharov@sonarsource.com>
Mon, 22 Jan 2024 16:52:24 +0000 (17:52 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 24 Jan 2024 20:03:32 +0000 (20:03 +0000)
commit3efe35084f42d3a7815fdb298c12a407ac965585
tree86ddc269abfb99e88ba947326ce112c0a6c75f66
parent2090c84ecb8aee1d8923376e3f61afaf9a443229
SONAR-21467 Implement new branch overview header
42 files changed:
server/sonar-web/src/main/js/api/mocks/ComputeEngineServiceMock.ts
server/sonar-web/src/main/js/app/components/ComponentContainer.tsx
server/sonar-web/src/main/js/app/components/componentContext/withComponentContext.tsx
server/sonar-web/src/main/js/app/components/nav/component/AnalysisErrorMessage.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/AnalysisErrorModal.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/AnalysisLicenseError.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/AnalysisStatus.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/AnalysisWarningsModal.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/ComponentNav.tsx
server/sonar-web/src/main/js/app/components/nav/component/HeaderMeta.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/__tests__/AnalysisErrorMessage-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/__tests__/AnalysisLicenseError-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNav-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/HeaderMeta-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx
server/sonar-web/src/main/js/app/components/nav/component/useLicenseIsValid.ts [deleted file]
server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/branches/BranchOverviewRenderer.tsx
server/sonar-web/src/main/js/apps/overview/branches/TabsPanel.tsx
server/sonar-web/src/main/js/apps/overview/branches/__tests__/BranchOverview-it.tsx
server/sonar-web/src/main/js/apps/overview/components/AnalysisErrorMessage.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/AnalysisErrorModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/AnalysisLicenseError.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/AnalysisStatus.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/AnalysisWarningsModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/MeasurementLabel.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/components/MetaTopBar.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/components/__tests__/AnalysisErrorMessage-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/__tests__/AnalysisLicenseError-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/__tests__/AnalysisStatus-it.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/__tests__/AnalysisWarningsModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/components/__tests__/MeasurementLabel-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/components/useLicenseIsValid.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestMetaTopBar.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/pullRequests/PullRequestOverview.tsx
server/sonar-web/src/main/js/components/common/__tests__/AnalysisWarningsModal-test.tsx [deleted file]
server/sonar-web/src/main/js/components/controls/HomePageSelect.tsx
server/sonar-web/src/main/js/components/controls/__tests__/HomePageSelect-test.tsx
server/sonar-web/src/main/js/components/tutorials/TutorialSelectionRenderer.tsx
server/sonar-web/src/main/js/helpers/testReactTestingUtils.tsx
server/sonar-web/src/main/js/types/component.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties