summaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue-list'Stas Vilchik2014-01-1041-325/+5591
|\
| * SONAR-4853 New design of the Issues pageStas Vilchik2013-12-3040-528/+5539
| |
* | Revert "SONAR-4853 New design of the Issues page"Stas Vilchik2014-01-1040-5539/+527
| | | | | | | | This reverts commit 06b21a3efa5c5badc657cf806b9ddbc52d4e8cc7.
* | Revert "Merge branch 'issue-list'"Stas Vilchik2014-01-101-1/+0
| | | | | | | | This reverts commit 6ea4bcd5ccd2a18934bee6a99c05cff530998214.
* | Merge branch 'issue-list'Stas Vilchik2014-01-101-0/+1
| |
* | SONAR-4853 New design of the Issues pageStas Vilchik2014-01-1040-527/+5539
| |
* | SONAR-4923 Update rules parameter key in railsJulien Lancelot2014-01-102-3/+5
| |
* | Replace deprecated method setFilter to setPostFilterJulien Lancelot2014-01-103-15/+12
| |
* | Pie Chart: improve display of long metric namesStas Vilchik2014-01-101-1/+5
| |
* | Bubble Chart: redirect to main project dashboardStas Vilchik2014-01-101-1/+1
| | | | | | | | Use size metric
* | Fix quality flawsJulien Lancelot2014-01-101-4/+5
| |
* | SONAR-4923 Remove no more used codeJulien Lancelot2014-01-102-34/+0
| |
* | Bubble Chart: redirect to main project dashboardStas Vilchik2014-01-101-1/+1
| |
* | Pie Chart: cutting too long project namesStas Vilchik2014-01-101-1/+1
| |
* | Pie Chart: place the metric name at a fixed positionStas Vilchik2014-01-101-9/+1
| |
* | SONAR-4923 Update profile parent use Java facadeJulien Lancelot2014-01-0912-92/+280
| |
* | SONAR-4923 Improve inheritance query managementJulien Lancelot2014-01-094-23/+59
| |
* | SONAR-4923 Correctly handle the NOT inheritance parameterJulien Lancelot2014-01-092-0/+7
| |
* | SONAR-4923 Fix query on inheritance parameterJulien Lancelot2014-01-097-14/+85
| |
* | Fix quality flaws in class SearchIndexSimon Brandhof2014-01-092-4/+7
| |
* | Fix qualiyty flawsJulien Lancelot2014-01-096-57/+102
| |
* | SONAR-4326 Fix bad merge in DB migrationJean-Baptiste Lievremont2014-01-091-0/+0
| |
* | Pie Chart: better handle when measures for selected metrics are not availableStas Vilchik2014-01-093-13/+36
| |
* | SONAR-4326 Create database table to store rule tagsJean-Baptiste Lievremont2014-01-091-0/+39
| |
* | Pie Chart: cutting too long project namesStas Vilchik2014-01-091-2/+5
| |
* | Update widgets to use localized dates and numbers from WSStas Vilchik2014-01-093-43/+6
| |
* | Revert on the Cloud WidgetStas Vilchik2014-01-094-635/+0
| |
* | When registering rule on startup, take a rule int id instead of a rule when ↵Julien Lancelot2014-01-092-2/+2
| | | | | | | | removing active rules on removed rules
* | When registering rule on startup, take a rule id instead of a rule when ↵Julien Lancelot2014-01-095-12/+10
| | | | | | | | removing active rules on removed rules
* | SONAR-4923 Update commentsJulien Lancelot2014-01-092-2/+0
| |
* | Pie Chart and Histogram: mouse should change to a "hand" when flying over a ↵Stas Vilchik2014-01-092-14/+23
| | | | | | | | | | | | project name Pie Chart: JavaScript Error while flying over the slices
* | Histogram: issue when displayWorstBestValues is true and best value = 0Stas Vilchik2014-01-091-7/+13
| |
* | Histogram: Issue when best value < worst value and displayWorstBestValues is ↵Stas Vilchik2014-01-091-1/+1
| | | | | | | | true
* | SONAR-4923 Share session when searching for profile ancestorsJulien Lancelot2014-01-092-9/+29
| |
* | Bubble Chart: redirect to main project dashboardStas Vilchik2014-01-091-2/+9
| |
* | Labels of axis on pie and bubblesStas Vilchik2014-01-092-7/+9
| |
* | Line wrapping for new timeline widgetStas Vilchik2014-01-091-1/+1
| | | | | | | | (cherry picked from commit 493a32c)
* | IE: measures not displayed on Bubble ChartStas Vilchik2014-01-091-1/+1
| | | | | | | | (cherry picked from commit 77375be)
* | SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-081-0/+30
| | | | | | | | that would have the same key with old key pattern
* | SONAR-4923 List inheritance profiles now uses Java facadeJulien Lancelot2014-01-0814-26/+153
| |
* | SONAR-4923 Add boolean validation for active rule parameterJulien Lancelot2014-01-082-1/+29
| |
* | SONAR-4923 Try to get all ids from profile rule query (Not work for the moment)Julien Lancelot2014-01-084-12/+60
| |
* | SONAR-5000 Stop support of the property "sonar.jdbc.schema"Simon Brandhof2014-01-082-8/+1
| |
* | Problem with "Severity" labels on Issues pageStas Vilchik2014-01-082-2/+0
| |
* | Line wrapping for new timeline widgetStas Vilchik2014-01-081-3/+30
| |
* | In the Measures page, change the name of the "Age" criteria to "Last analysis"Stas Vilchik2014-01-082-10/+11
| |
* | SONAR-4923 Load active rule parent from E/S instead of dbJulien Lancelot2014-01-0815-268/+227
| |
* | SONAR-4923 profiles page now uses Java face (expect for alerts)Julien Lancelot2014-01-0711-48/+159
| |
* | SONAR-4896 Display full path to ES data directory in error messageJean-Baptiste Lievremont2014-01-071-1/+1
| |
* | SONAR-4756 Remove thread part from log format when profilingLevel < FULLJean-Baptiste Lievremont2014-01-072-3/+16
| |