summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5209 SCM, coverage time changesStas Vilchik2014-06-1120-154/+385
* SONAR-5329 - Added db MigrationStephane Gamard2014-06-101-0/+30
* SONAR-5007 - Fixed Missing ES _id field in RuleNorm under special caseStephane Gamard2014-06-102-0/+3
* SONAR-5329 - Added LogsWebService and Definition Medium TestStephane Gamard2014-06-105-1/+206
* fix quality flaw (missing license header)Stephane Gamard2014-06-101-0/+19
* SONAR-5329 - Added LogServiceMediumTestStephane Gamard2014-06-102-10/+39
* SONAR-5329 - Added LogQuery and search method in LogIndexStephane Gamard2014-06-102-5/+57
* SONAR-5329 - Added added findAll() for logDao (used in tests)Stephane Gamard2014-06-101-1/+6
* fix quality flaw (missing license header)Stephane Gamard2014-06-101-0/+19
* SONAR-5329 - Added ActiveRuleChange Medium test and base detail mapStephane Gamard2014-06-101-2/+14
* SONAR-5329 - Added LogBackendMediumTest and LogIndex updatesStephane Gamard2014-06-106-8/+53
* SONAR-5329 - Added Loggable interface and updated LogDao & testsStephane Gamard2014-06-105-64/+52
* SONAR-5012 SONAR-5135 Fix handling of selected facets in scroll and bulkJean-Baptiste Lievremont2014-06-102-10/+12
* SONAR-5137 Fix availability of "Save" button on activation modalJean-Baptiste Lievremont2014-06-102-2/+5
* SONAR-5136 Fix order of parameters in quality profile detailsJean-Baptiste Lievremont2014-06-102-3/+7
* SONAR-5136 Fix default value of sonar.web.context so that it never ends with /Jean-Baptiste Lievremont2014-06-102-2/+4
* SONAR-5362 When updating custom rule parameters, every parameters from active...Julien Lancelot2014-06-104-7/+39
* SONAR-5007 - Added RuleDoc.id() method for sqale backward compat.Stephane Gamard2014-06-102-1/+14
* SONAR-5209 Issues time changesStas Vilchik2014-06-1011-141/+206
* SONAR-5136 Fix rule macro interpretation + config in dev modeJean-Baptiste Lievremont2014-06-101-1/+1
* SONAR-5361 When deleting a custom rule, related active rules should be removedJulien Lancelot2014-06-102-11/+8
* fix quality flaw (flow & dead code)Stephane Gamard2014-06-101-63/+33
* Fix db migration on rules_parametersSimon Brandhof2014-06-103-1/+2
* SONAR-5007 - Added "hasSubChar" filter to RuleQuery and MediumTestStephane Gamard2014-06-101-0/+6
* SONAR-5362 Remove default value of status (if this value is always set, this ...Julien Lancelot2014-06-101-1/+0
* SONAR-5007 remove unused RuleQuery#allOfTagsSimon Brandhof2014-06-092-20/+2
* SONAR-5007 refactor restore of built-in profilesSimon Brandhof2014-06-099-41/+46
* SONAR-4764 do not force deleting profiles before restoring defaultsSimon Brandhof2014-06-092-9/+3
* Remove db migrations that are useless when upgrading from version 3.0 or greaterSimon Brandhof2014-06-0921-724/+6
* SONAR-5384 Create index on SNAPSHOT_DATA.RESOURCE_IDSimon Brandhof2014-06-092-3/+35
* SONAR-5007 add getDefault() to QProfileServiceSimon Brandhof2014-06-093-22/+22
* Fix quality flawJean-Baptiste Lievremont2014-06-091-1/+3
* SONAR-5134 Apply new rules for sortingJean-Baptiste Lievremont2014-06-093-7/+17
* SONAR-5134 Fix infinite recursion by protecting against render/onRender loopJean-Baptiste Lievremont2014-06-091-1/+2
* SONAR-5007 fix restore of empty backupSimon Brandhof2014-06-091-5/+11
* SONAR-4795 Delete inheriting quality profilesSimon Brandhof2014-06-0910-85/+156
* SONAR-5164 Highlight context on quality profile filterJean-Baptiste Lievremont2014-06-091-0/+7
* SONAR-5133 Fix issue with activation filterJean-Baptiste Lievremont2014-06-091-0/+1
* Fix translation function when there is no window.messages arrayJean-Baptiste Lievremont2014-06-091-1/+1
* SONAR-5137 Fix parameter display alignmentJean-Baptiste Lievremont2014-06-093-19/+35
* SONAR-5133 Fix behavior of "Key" filterJean-Baptiste Lievremont2014-06-091-9/+12
* SONAR-5133 Force query cleanup on "New Search"Jean-Baptiste Lievremont2014-06-092-3/+3
* Cleanup log messagesJean-Baptiste Lievremont2014-06-091-6/+0
* SONAR-5007 fix SQALE console when no search resultsSimon Brandhof2014-06-091-1/+1
* Fix name of new index on ACTIVE_RULES(PROFILE_ID, RULE_ID)Simon Brandhof2014-06-091-1/+1
* SONAR-5137 Protect against activation without profile selectionJean-Baptiste Lievremont2014-06-091-1/+1
* SONAR-5137 Hide quality profiles section when not admin and not activated on ...Jean-Baptiste Lievremont2014-06-092-1/+4
* SONAR-5133 Fix behavior of quality profile dependent filters activationJean-Baptiste Lievremont2014-06-095-35/+98
* SONAR-5007 fix unique index on ACTIVE_RULES[PROFILE_ID, RULE_ID]Simon Brandhof2014-06-091-1/+1
* SONAR-5007 use QProfileService in Rails webapp for changing parentSimon Brandhof2014-06-086-456/+9