aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4908 add template rules and param typesSimon Brandhof2014-01-133-0/+238
* SONAR-4923 Move some validation from QProfiles to QProfileOperationsJulien Lancelot2014-01-1312-139/+135
* SONAR-4923 Move some validation from QProfiles to QProfileOperationsJulien Lancelot2014-01-139-101/+129
* SONAR-4923 Quality profile refactoring to follow conventionJulien Lancelot2014-01-1321-406/+369
* SONAR-4326 Add tags to ES index at startupJean-Baptiste Lievremont2014-01-138-69/+162
* SONAR-4923 Implements search inactive / active rules idsJulien Lancelot2014-01-132-95/+205
* New Issues Page: simply display source file in the central panel when an issu...Stas Vilchik2014-01-131-10/+19
* New Issues Page: fix performance issueStas Vilchik2014-01-131-1/+1
* Removing active rules on disabled rules should be after all my batis operationsJulien Lancelot2014-01-132-20/+29
* Fix text overflow in FFStas Vilchik2014-01-133-3/+0
* Histogram: support relativeScaleStas Vilchik2014-01-131-1/+1
* Fix buildSimon Brandhof2014-01-121-1/+1
* SONAR-5010 internal extension point to implement Java web servicesSimon Brandhof2014-01-117-0/+648
* Remove methods from Severity that have nothing to do in the APIJulien Lancelot2014-01-103-8/+25
* SONAR-4923 Add sort by name (but is still case sensitive) and sort by creatio...Julien Lancelot2014-01-1015-59/+369
* SONAR-4326 Migrate registration of rules to MyBatis, synchronize tagsJean-Baptiste Lievremont2014-01-1019-200/+464
* Merge branch 'issue-list'Stas Vilchik2014-01-1042-326/+5600
|\
| * SONAR-4853 New design of the Issues pageStas Vilchik2013-12-3041-528/+5548
* | Revert "SONAR-4853 New design of the Issues page"Stas Vilchik2014-01-1041-5549/+527
* | Revert "Merge branch 'issue-list'"Stas Vilchik2014-01-101-1/+0
* | Merge branch 'issue-list'Stas Vilchik2014-01-101-0/+1
* | SONAR-4853 New design of the Issues pageStas Vilchik2014-01-1041-527/+5549
* | 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
* | 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-095-638/+0
* | When registering rule on startup, take a rule int id instead of a rule when r...Julien Lancelot2014-01-092-2/+2
* | When registering rule on startup, take a rule id instead of a rule when remov...Julien Lancelot2014-01-095-12/+10
* | SONAR-4923 Update commentsJulien Lancelot2014-01-092-2/+0
* | Pie Chart and Histogram: mouse should change to a "hand" when flying over a p...Stas Vilchik2014-01-092-14/+23
* | 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
* | SONAR-4923 Share session when searching for profile ancestorsJulien Lancelot2014-01-092-9/+29