]> source.dussan.org Git - sonarqube.git/commit
SONAR-10037 Manage project notifications from project dashboard
authorSiegfried Ehret <49895321+siegfried-ehret-sonarsource@users.noreply.github.com>
Thu, 17 Oct 2019 09:32:10 +0000 (11:32 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 28 Oct 2019 19:21:09 +0000 (20:21 +0100)
commitcd2296809f5308f0cbf14100fcbff2846c3bf3da
tree9be140071398becdef60caf20b6555bba31e1ebd
parent3c93ddc45bbd9210d55a9d6b7a8802e330247640
SONAR-10037 Manage project notifications from project dashboard

Co-authored-by: Wouter Admiraal <wouter.admiraal@sonarsource.com>
20 files changed:
server/sonar-web/src/main/js/apps/account/notifications/Notifications.tsx
server/sonar-web/src/main/js/apps/account/notifications/Projects.tsx
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Notifications-test.tsx
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Projects-test.tsx
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/Notifications-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/badges/BadgesModal.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/badges/ProjectBadges.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/BadgesModal-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/ProjectBadges-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/__snapshots__/BadgesModal-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/__snapshots__/ProjectBadges-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/meta/MetaContainer.tsx
server/sonar-web/src/main/js/apps/overview/meta/__tests__/__snapshots__/MetaContainer-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/notifications/ProjectNotifications.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/notifications/__tests__/ProjectNotifications.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/notifications/__tests__/__snapshots__/ProjectNotifications.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/hoc/__tests__/__snapshots__/withNotifications-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/hoc/__tests__/withNotifications-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/hoc/withNotifications.tsx [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties