]> source.dussan.org Git - sonarqube.git/commit
SONAR-17096 Ability to display a system announcement to all users
authorGuillaume Peoc'h <guillaume.peoch@sonarsource.com>
Tue, 20 Sep 2022 15:31:22 +0000 (17:31 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 23 Sep 2022 07:56:36 +0000 (07:56 +0000)
commit2f2b3affe264f494ad5680966627cfe0649debba
treee8099d984431c7727d82e6d58c332a8979d84d03
parent5f40223e9b7260af5b2a656c7b9c81c202fd344c
SONAR-17096 Ability to display a system announcement to all users
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
server/sonar-web/src/main/js/app/components/SystemAnnouncement.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/SystemAnnouncement.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/SystemAnnouncement-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/types/settings.ts
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java