]> source.dussan.org Git - sonarqube.git/commit
SONAR-7227 Convert "My Profile" page to the new "My Account" page
authorStas Vilchik <vilchiks@gmail.com>
Mon, 25 Jan 2016 15:20:19 +0000 (16:20 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 28 Jan 2016 15:14:24 +0000 (16:14 +0100)
commit2a981676b2f034933c01b7fd7b745a61263690ac
tree570cdd150ae178c09fe122a7ee5efdc9f1e2c2a5
parentb4bd77bb0d4307e65cd8b6fa13364205e675316f
SONAR-7227 Convert "My Profile" page to the new "My Account" page
20 files changed:
it/it-tests/src/test/java/it/qualityGate/QualityGateNotificationTest.java
it/it-tests/src/test/java/it/user/MyAccountPageTest.java [new file with mode: 0644]
it/it-tests/src/test/resources/user/MyAccountPageTest/should_display_user_details.html [new file with mode: 0644]
server/sonar-web/src/main/js/api/issues.js
server/sonar-web/src/main/js/apps/account/app.js
server/sonar-web/src/main/js/apps/account/components/FavoriteIssueFilters.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/FavoriteMeasureFilters.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Favorites.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Home.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Nav.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Notifications.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/UserCard.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/containers/AccountApp.js [new file with mode: 0644]
server/sonar-web/src/main/js/main/nav/global/global-nav-user.js
server/sonar-web/src/main/less/components/ui.less
server/sonar-web/src/main/less/init/icons.less
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties