]> source.dussan.org Git - sonarqube.git/commit
rewrite notifications app in ts and drop from redux store (#233)
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 15 May 2018 09:09:13 +0000 (11:09 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 15 May 2018 18:20:50 +0000 (20:20 +0200)
commit34db3b05cf4dcdb11faa5b392837cc4d979d19ff
treed0532c404f09982e0c38405c4d0fd72804b76cb7
parent254acb86a8bf05070940bbb94594bdf1c09707ee
rewrite notifications app in ts and drop from redux store (#233)
40 files changed:
server/sonar-web/src/main/js/api/components.ts
server/sonar-web/src/main/js/api/notifications.ts
server/sonar-web/src/main/js/app/types.ts
server/sonar-web/src/main/js/apps/account/notifications/GlobalNotifications.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/GlobalNotifications.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/Notifications.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/Notifications.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/NotificationsContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/NotificationsList.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/NotificationsList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/Projects.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/Projects.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/GlobalNotifications-test.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/GlobalNotifications-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Notifications-test.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Notifications-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/NotificationsList-test.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/NotificationsList-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/ProjectNotifications-test.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/ProjectNotifications-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Projects-test.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/Projects-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/GlobalNotifications-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/GlobalNotifications-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/Notifications-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/Notifications-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/NotificationsList-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/NotificationsList-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/ProjectNotifications-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/ProjectNotifications-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/Projects-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/__tests__/__snapshots__/Projects-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/notifications/actions.js [deleted file]
server/sonar-web/src/main/js/apps/account/notifications/types.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/routes.ts
server/sonar-web/src/main/js/components/controls/Select.tsx
server/sonar-web/src/main/js/store/notifications/duck.js [deleted file]
server/sonar-web/src/main/js/store/rootReducer.js