]> source.dussan.org Git - sonarqube.git/commit
SONAR-12040 Display pending time on system background task page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 9 May 2019 06:42:22 +0000 (08:42 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 3 Jun 2019 18:21:18 +0000 (20:21 +0200)
commitac64b4fe18f42fdbc1d54c3409cee2a74e234051
tree4b6749256ba0c87a56e99f6a5429b5314fb16108
parentad9331af4d13764c6890d76c70ba96c633e9e956
SONAR-12040 Display pending time on system background task page
20 files changed:
server/sonar-web/src/main/js/app/styles/init/type.css
server/sonar-web/src/main/js/apps/background-tasks/__tests__/BackgroundTasks-test.tsx
server/sonar-web/src/main/js/apps/background-tasks/background-tasks.css
server/sonar-web/src/main/js/apps/background-tasks/components/BackgroundTasksApp.tsx
server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingTime.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/StatStillFailing.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/Stats.tsx
server/sonar-web/src/main/js/apps/background-tasks/components/StatsContainer.tsx [deleted file]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/BackgroundTasksApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/StatPendingCount-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/StatPendingTime-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/StatStillFailing-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/Stats-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/BackgroundTasksApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/StatPendingCount-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/StatPendingTime-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/StatStillFailing-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/__snapshots__/Stats-test.tsx.snap [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties