]> source.dussan.org Git - sonarqube.git/commit
SONAR-13398 Display an alert with the indexation status
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 3 Jun 2020 17:23:52 +0000 (19:23 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 26 Jun 2020 20:04:58 +0000 (20:04 +0000)
commit98cadf2880787e8caaf73460d59a080a04a3f0b4
tree4bde5b4991b558fdbb783f9c846080940809f6c6
parent56f5d246da089c357cf8d7c0326892b2ac4a9cce
SONAR-13398 Display an alert with the indexation status
20 files changed:
server/sonar-web/src/main/js/api/ce.ts
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalContainer-test.tsx.snap
server/sonar-web/src/main/js/app/components/indexation/IndexationContext.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/IndexationContextProvider.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/IndexationNotification.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/IndexationNotification.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationHelper.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationContextProvider-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationNotification-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationNotificationHelper-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationNotificationRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/indexation/__tests__/__snapshots__/IndexationNotificationRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/theme.js
server/sonar-web/src/main/js/components/hoc/__tests__/withIndexationContext-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/hoc/withIndexationContext.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/types/indexation.ts [new file with mode: 0644]
server/sonar-web/src/main/js/types/types.d.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties