summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* New Issues Page: Load saved filtersStas Vilchik2014-01-1613-41/+290
* Remove description from response of /api/issue_filters/favoritesSimon Brandhof2014-01-161-3/+2
* Move web services to get metadata on issue filters toSimon Brandhof2014-01-152-48/+71
* Add web services to get metadata on issue filtersSimon Brandhof2014-01-151-6/+53
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate org.sonar.api.rules.X...Simon Brandhof2014-01-151-23/+3
* SONAR-4908 support rule status of deprecated APISimon Brandhof2014-01-152-0/+3
* SONAR-4923 Switch "Coding Rules reloaded" with "Coding Rules" (and previous "...Julien Lancelot2014-01-1528-897/+1084
* Remove unused ValidationExceptionSimon Brandhof2014-01-151-42/+0
* SONAR-4908 fix mergeSimon Brandhof2014-01-154-10/+10
* SONAR-4908 support deprecated types of rule parameters and add RuleDefinition...Simon Brandhof2014-01-153-8/+31
* SONAR-4908 enable extension point RuleDefinitionsSimon Brandhof2014-01-1546-988/+1061
* SONAR-4923 Create one common profile result object instead of having 2Julien Lancelot2014-01-156-93/+109
* SONAR-4923 Restore profile now uses Java facadeJulien Lancelot2014-01-1515-63/+527
* Remove hardcoded es http port in testJulien Lancelot2014-01-151-1/+1
* SONAR-4326 Allow to search rules according to tagsJean-Baptiste Lievremont2014-01-156-8/+78
* SONAR-4923 Fix missing commit when renaming a profileJulien Lancelot2014-01-152-0/+8
* SONAR-4923 Add rule parameter validationJulien Lancelot2014-01-1514-58/+590
* New Issues Page: Return search button backStas Vilchik2014-01-152-3/+8
* SONAR-4923 QProfileOperations should load profile from DB and not from ESJulien Lancelot2014-01-153-56/+45
* New Issues Page: Hide results list during requestStas Vilchik2014-01-154-3/+46
* Histogram: update relative scaleStas Vilchik2014-01-151-7/+5
* New Issues Page: Change orderingStas Vilchik2014-01-155-12/+17
* Fix quality flawsJulien Lancelot2014-01-151-4/+2
* Fix quality flawsJulien Lancelot2014-01-153-17/+26
* New Issues Page: Fix bulk change form urlStas Vilchik2014-01-151-1/+1
* SONAR-4923 Fix issue when deactivating rule having inheritance (which is not ...Julien Lancelot2014-01-143-15/+42
* SONAR-5015 When adding the column 'First Analysis' on a measure filter, an er...Julien Lancelot2014-01-141-1/+1
* SONAR-4923 Remove no more used codeJulien Lancelot2014-01-142-32/+0
* SONAR-4923 Fix unit testJulien Lancelot2014-01-141-2/+2
* SONAR-4923 bulk activate / deactivate use Java facadeJulien Lancelot2014-01-144-48/+50
* SONAR-4326 Display system and admin tags on rulesJean-Baptiste Lievremont2014-01-141-0/+9
* SONAR-4326 Load tags in rule search result objectJean-Baptiste Lievremont2014-01-146-6/+110
* SONAR-4923 Fix ES node configurationJean-Baptiste Lievremont2014-01-141-3/+3
* Fix quality flawsJulien Lancelot2014-01-141-1/+5
* New Issues Page: Modal window for bulk changeStas Vilchik2014-01-146-5/+16
* SONAR-4923 Add bulk activate / deactivate in QProfileActiveRuleOperationsJulien Lancelot2014-01-144-169/+285
* SONAR-4923 Move test data, add test on case insensitive order for resultsJean-Baptiste Lievremont2014-01-1414-10/+68
* SONAR-4923 Rename Search* classes to ES*Jean-Baptiste Lievremont2014-01-1415-52/+52
* SONAR-4923 Add correct analyzer to "name" field in rule mappingJean-Baptiste Lievremont2014-01-141-1/+1
* SONAR-4923 Move mappings to correct packageJean-Baptiste Lievremont2014-01-146-14/+15
* SONAR-4923 Externalize default settings for ES node / indices into JSON filesJean-Baptiste Lievremont2014-01-146-29/+86
* SONAR-4923 Move Elasticsearch related components to new packageJean-Baptiste Lievremont2014-01-1417-26/+36
* SONAR-4923 QProfileActiveRuleOperations do not reload the rule -> it's the re...Julien Lancelot2014-01-147-79/+108
* SONAR-4923 Remove useless QProfileActiveRuleOperations.ProfileRuleChangedJulien Lancelot2014-01-145-111/+41
* SONAR-4923 Move some actions from QProfiles to QProfileOperationsJulien Lancelot2014-01-148-348/+281
* New Issues Page: sortingStas Vilchik2014-01-146-34/+218
* SONAR-3024 Fallback to deprecated resource key when creating manual issuesJulien HENRY2014-01-141-2/+4
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-133-3/+38
* SONAR-4923 finders from lookup should return null and not throw exceptionsJulien Lancelot2014-01-1310-97/+205
* SONAR-4908 add template rules and param typesSimon Brandhof2014-01-133-0/+238