]> source.dussan.org Git - sonarqube.git/commit
rewrite project activity app in ts (#740)
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 25 Sep 2018 08:29:13 +0000 (10:29 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 25 Sep 2018 18:20:59 +0000 (20:20 +0200)
commit580476aa07868b48bf53f9a04e5daba97d2862c2
tree611060e1ebe66b45a120c9635f4f7834b9618a3d
parent3daa0584ea72eb3ad117c4efb98cbb1f2a5d1070
rewrite project activity app in ts (#740)
152 files changed:
server/sonar-web/src/main/js/api/projectActivity.ts
server/sonar-web/src/main/js/api/time-machine.ts
server/sonar-web/src/main/js/app/types.ts
server/sonar-web/src/main/js/apps/overview/components/OverviewApp.tsx
server/sonar-web/src/main/js/apps/overview/components/Timeline.tsx
server/sonar-web/src/main/js/apps/overview/events/AnalysesList.tsx
server/sonar-web/src/main/js/apps/overview/events/Analysis.tsx
server/sonar-web/src/main/js/apps/overview/events/Event.tsx
server/sonar-web/src/main/js/apps/overview/main/enhance.tsx
server/sonar-web/src/main/js/apps/overview/meta/MetaContainer.tsx
server/sonar-web/src/main/js/apps/portfolio/components/Activity.tsx
server/sonar-web/src/main/js/apps/projectActivity/actions.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/actions.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/Event.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/EventInner.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/EventInner.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/Events.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/Events.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsHistory.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsHistory.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendCustom.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendCustom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendStatic.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsLegendStatic.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentCoverage.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentCoverage.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentDuplication.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentDuplication.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentEvents.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentEvents.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentIssues.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentIssues.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsZoom.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsZoom.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAnalysesList.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAnalysesList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAnalysis.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAnalysis.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityDateInput.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityDateInput.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityEventSelectOption.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityEventSelectOption.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityEventSelectValue.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityEventSelectValue.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphs.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphs.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphsHeader.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphsHeader.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityPageFooter.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityPageFooter.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityPageHeader.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityPageHeader.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphHistory-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphHistory-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsHistory-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsHistory-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendCustom-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendCustom-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendStatic-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsLegendStatic-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltips-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltips-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentCoverage-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentCoverage-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentDuplication-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentDuplication-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentEvents-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentEvents-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentIssues-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentIssues-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityAnalysesList-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityAnalysesList-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityApp-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityDateInput-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityDateInput-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityGraphs-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityGraphs-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityPageHeader-test.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityPageHeader-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphHistory-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphHistory-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsHistory-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsHistory-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendCustom-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendCustom-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendStatic-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsLegendStatic-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContent-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContent-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentCoverage-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentCoverage-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentDuplication-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentDuplication-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentEvents-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentEvents-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentIssues-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentIssues-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityAnalysesList-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityAnalysesList-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityApp-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityDateInput-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityDateInput-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityGraphs-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityGraphs-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityPageHeader-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityPageHeader-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddEventForm.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddGraphMetric.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddGraphMetric.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/forms/AddGraphMetricPopup.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/forms/ChangeEventForm.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/forms/RemoveAnalysisForm.tsx
server/sonar-web/src/main/js/apps/projectActivity/components/forms/RemoveEventForm.tsx
server/sonar-web/src/main/js/apps/projectActivity/routes.ts
server/sonar-web/src/main/js/apps/projectActivity/types.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/utils.js [deleted file]
server/sonar-web/src/main/js/apps/projectActivity/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/charts/AdvancedTimeline.js [deleted file]
server/sonar-web/src/main/js/components/charts/AdvancedTimeline.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/charts/ZoomTimeLine.js [deleted file]
server/sonar-web/src/main/js/components/charts/ZoomTimeLine.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.d.ts [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.js [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltips.js [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltips.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltipsContent.js [deleted file]
server/sonar-web/src/main/js/components/preview-graph/PreviewGraphTooltipsContent.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltips-test.js [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltips-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltipsContent-test.js [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/PreviewGraphTooltipsContent-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltips-test.js.snap [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltips-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltipsContent-test.js.snap [deleted file]
server/sonar-web/src/main/js/components/preview-graph/__tests__/__snapshots__/PreviewGraphTooltipsContent-test.tsx.snap [new file with mode: 0644]