]> source.dussan.org Git - sonarqube.git/commit
SONAR-13413 Issues page remains unavailable if indexation is completed with failures
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 19 Jun 2020 14:13:22 +0000 (16:13 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 26 Jun 2020 20:04:58 +0000 (20:04 +0000)
commit9b598e4d1b7e89f5f162cdbfb6992510154cef37
treec14fb4d5bb58bf56795b626572c43443a5a9d228
parentbeb0a7404e0cf29999716baef279c38460d7d53a
SONAR-13413 Issues page remains unavailable if indexation is completed with failures
SONAR-13400 Portfolios page remains unavailable if indexation is completed with failures
server/sonar-web/src/main/js/app/components/indexation/IndexationContextProvider.tsx
server/sonar-web/src/main/js/app/components/indexation/IndexationNotificationHelper.ts
server/sonar-web/src/main/js/app/components/indexation/PageUnavailableDueToIndexation.tsx
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationContextProvider-test.tsx
server/sonar-web/src/main/js/app/components/indexation/__tests__/IndexationNotificationHelper-test.tsx
server/sonar-web/src/main/js/app/components/indexation/__tests__/PageUnavailableDueToIndexation-test.tsx
server/sonar-web/src/main/js/components/hoc/__tests__/withIndexationGuard-test.tsx
server/sonar-web/src/main/js/components/hoc/withIndexationGuard.tsx