]> source.dussan.org Git - sonarqube.git/commit
SONAR-7230 Move user notifications into separate page of "My Account" space
authorStas Vilchik <vilchiks@gmail.com>
Tue, 26 Jan 2016 13:34:51 +0000 (14:34 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 28 Jan 2016 15:14:24 +0000 (16:14 +0100)
commitde0b07fffd01cc2552c9a4a50ebbc994fb684400
treec66be7f9c8ae4761ef7b4cc64f96f7e51cd954b4
parent2a981676b2f034933c01b7fd7b745a61263690ac
SONAR-7230 Move user notifications into separate page of "My Account" space
18 files changed:
it/it-tests/src/test/java/it/qualityGate/QualityGateNotificationTest.java
it/it-tests/src/test/resources/qualityGate/notifications/activate_notification_channels.html
server/sonar-web/src/main/js/api/components.js
server/sonar-web/src/main/js/apps/account/app.js
server/sonar-web/src/main/js/apps/account/components/GlobalNotifications.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Nav.js
server/sonar-web/src/main/js/apps/account/components/Notifications.js
server/sonar-web/src/main/js/apps/account/components/NotificationsList.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/ProjectNotifications.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/containers/NotificationsContainer.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/store/actions.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/store/configureStore.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/store/reducers.js [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/resources_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/config/routes.rb
sonar-core/src/main/resources/org/sonar/l10n/core.properties