]> source.dussan.org Git - sonarqube.git/commit
SONAR-12632 Turn activity graph components into globally shared components
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 17 Dec 2019 15:57:15 +0000 (16:57 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 10 Feb 2020 19:46:14 +0000 (20:46 +0100)
commitb52ac0f12f454c4e15acdf71b8578d71332956fb
treeff2f51e8fa839a48daac6b3b7c96d03d0578a8c0
parent26f66a70c8de871cc93f234398412966f160b1b8
SONAR-12632 Turn activity graph components into globally shared components

- Move activity graph components to the shared components folder
- Make activity graph local storage logic re-usable
- Refactor CSS
109 files changed:
server/sonar-web/__mocks__/react-virtualized.tsx [new file with mode: 0644]
server/sonar-web/public/images/activity-chart.svg [new file with mode: 0644]
server/sonar-web/src/main/js/app/styles/init/misc.css
server/sonar-web/src/main/js/apps/projectActivity/__tests__/__snapshots__/utils-test.ts.snap
server/sonar-web/src/main/js/apps/projectActivity/__tests__/actions-test.ts
server/sonar-web/src/main/js/apps/projectActivity/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsHistory.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendCustom.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendItem.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendStatic.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentCoverage.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentDuplication.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentEvents.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentIssues.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsZoom.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphs.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphsHeader.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphHistory-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsHistory-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendCustom-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendItem-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendStatic-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltips-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentCoverage-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentDuplication-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentEvents-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentIssues-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityAnalysesList-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityApp-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityGraphs-test.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphHistory-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsHistory-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendItem-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContent-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentCoverage-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentDuplication-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentEvents-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentIssues-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityGraphs-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddGraphMetric.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddGraphMetricPopup.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/__tests__/AddGraphMetricPopup-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/__tests__/__snapshots__/AddGraphMetricPopup-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css
server/sonar-web/src/main/js/apps/projectActivity/utils.ts
server/sonar-web/src/main/js/apps/projectBaseline/components/BranchAnalysisList.tsx
server/sonar-web/src/main/js/components/activity-graph/AddGraphMetric.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/AddGraphMetricPopup.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphHistory.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsHeader.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsHistory.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsLegendStatic.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltips.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContent.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentCoverage.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentDuplication.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentEvents.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsTooltipsContentIssues.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/GraphsZoom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/AddGraphMetric-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/AddGraphMetricPopup-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphHistory-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsHistory-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsLegendCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsLegendItem-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsLegendStatic-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltips-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltipsContent-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltipsContentCoverage-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltipsContentDuplication-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltipsContentEvents-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/GraphsTooltipsContentIssues-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/AddGraphMetric-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/AddGraphMetricPopup-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphHistory-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsHistory-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendItem-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltips-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltipsContent-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltipsContentCoverage-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltipsContentDuplication-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltipsContentEvents-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/GraphsTooltipsContentIssues-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/__snapshots__/utils-test.ts.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/__tests__/utils-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/styles.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/activity-graph/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltips.tsx [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltipsContent.tsx [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltips-test.tsx [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltipsContent-test.tsx [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltips-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltipsContent-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/types/project-activity.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties