aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-0/+36
* SONAR-7920 Rewrite Links project page (#1127)Stas Vilchik2016-07-292-173/+11
* SONAR-7899 Refactor server file systemSimon Brandhof2016-07-291-6/+6
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-288-22/+43
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-281-0/+29
* SONAR-7922 Rewrite "Quality Profiles" project page (#1118)Stas Vilchik2016-07-262-27/+10
* SONAR-7918 Rewrite "Deletion" project page (#1116)Stas Vilchik2016-07-264-115/+3
* SONAR-7915 drop projects section on Global Dashboards page (#1119)Stas Vilchik2016-07-261-7/+0
* SONAR-7934 Reuse /dashboard url for project overviewStas Vilchik2016-07-253-4/+3
* SONAR-7915 Drop project level dashboardsStas Vilchik2016-07-251-63/+26
* SONAR-7914 Drop project level "Manage Dashboards" page and actionsStas Vilchik2016-07-258-59/+28
* SONAR-7761 Restore error in login page when not even privilegeJulien Lancelot2016-07-201-2/+9
* SONAR-7786 Create index measures_analysis_metric earlierSimon Brandhof2016-07-1945-0/+131
* Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-191-0/+31
|\
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-181-0/+31
| * SONAR-7868 Fix SSF-46Stas Vilchik2016-07-141-1/+1
* | SONAR-7761 User should not be logged out in sessions/new pageJulien Lancelot2016-07-191-3/+0
* | SONAR-7492 Display an explanation tooltip for rating measures (#1104)Stas Vilchik2016-07-151-1/+2
* | SONAR-7868 Fix SSF-46Stas Vilchik2016-07-141-1/+1
* | SONAR-7753 allow system admins to access project permissions pageStas Vilchik2016-07-131-1/+1
* | drop projects permissions pageStas Vilchik2016-07-132-7/+0
* | SONAR-7780 Fix timemachine WS on OracleJulien Lancelot2016-07-131-1/+1
* | SONAR-7840 SONAR-7879 Improve UX on permissions pagesStas Vilchik2016-07-121-3/+0
* | SONAR-7786 merge PROJECTS table clean migrations and do them earlierSébastien Lesaint2016-07-1121-30/+2
* | SONAR-7786 move migration adding index measures_component_uuidSébastien Lesaint2016-07-1121-0/+0
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-118-124/+8
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-0/+29
* | SONAR-7804 /api/events creates events only on PROJECTSébastien Lesaint2016-07-081-1/+1
* | SONAR-7690 fix /api/events use of Event.already_existsSébastien Lesaint2016-07-081-3/+3
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-087-0/+29
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-065-2/+124
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-062-0/+71
* | SONAR-7705 Stop using SNAPSHOTS tree columns in Ruby codebaseSimon Brandhof2016-07-063-33/+28
* | Fix opening of source when searching for a fileSimon Brandhof2016-07-041-1/+1
* | SONAR-7780 Apply feedbackSimon Brandhof2016-07-0415-183/+87
* | Revert "SONAR-7858 Stop support of XML response in web services"Simon Brandhof2016-07-0420-30/+444
* | SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-0414-0/+29
* | Remove unused ruby filesSimon Brandhof2016-07-044-159/+0
* | SONAR-7780 change cardinality of snapshots in RoR codebaseSimon Brandhof2016-07-0415-372/+377
* | SONAR-7858 Stop support of XML response in web servicesSimon Brandhof2016-07-0420-444/+30
* | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-049-81/+84
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-294-0/+116
* | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-291-0/+28
* | SONAR-7759 Java WS are not executed by RailsJulien Lancelot2016-06-294-51/+9
* | SONAR-7796 Rewrite /api/authentication/validate in JavaJulien Lancelot2016-06-291-70/+0