summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use released version of persisit.Julien HENRY2014-06-101-1/+1
* SONAR-5136 Fix default value of sonar.web.context so that it never ends with /Jean-Baptiste Lievremont2014-06-105-7/+16
* Fix documentation of sonar.web.context in conf/sonar.propertiesSimon Brandhof2014-06-103-10/+9
* SONAR-5362 When updating custom rule parameters, every parameters from active...Julien Lancelot2014-06-107-80/+175
* SONAR-5007 - Added RuleDoc.id() method for sqale backward compat.Stephane Gamard2014-06-103-1/+28
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-1015-48/+836
* Separate bootstrap settings and task settingsJulien HENRY2014-06-1033-489/+615
* SONAR-5209 Issues time changesStas Vilchik2014-06-1011-141/+206
* SONAR-5136 Fix rule macro interpretation + config in dev modeJean-Baptiste Lievremont2014-06-103-5/+5
* SONAR-5361 When deleting a custom rule, related active rules should be removedJulien Lancelot2014-06-103-14/+34
* fix quality flaw (flow & dead code)Stephane Gamard2014-06-101-63/+33
* SONAR-5007 improve RuleBackendMediumTestSimon Brandhof2014-06-101-13/+3
* Fix db migration on rules_parametersSimon Brandhof2014-06-103-1/+2
* SONAR-5007 - Added "hasSubChar" filter to RuleQuery and MediumTestStephane Gamard2014-06-103-4/+36
* 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-0913-54/+55
* SONAR-4764 do not force deleting profiles before restoring defaultsSimon Brandhof2014-06-093-10/+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-095-4/+39
* SONAR-5007 add getDefault() to QProfileServiceSimon Brandhof2014-06-095-56/+23
* 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-093-5/+43
* SONAR-4795 Delete inheriting quality profilesSimon Brandhof2014-06-0949-578/+365
* Restore deprecated API still used by SQ Runner 2.3Julien HENRY2014-06-091-0/+9
* 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-094-21/+38
* 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
* Remove deprecated stuffJulien HENRY2014-06-092-42/+0
* Remove deprepcated stuffJulien HENRY2014-06-093-266/+0
* Remove deprecated stuff.Julien HENRY2014-06-094-196/+0
* SONAR-5233 Fix potential resource key conflict during 4.2 migrationJulien HENRY2014-06-091-2/+20
* 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-092-5/+1
* SONAR-5007 use QProfileService in Rails webapp for changing parentSimon Brandhof2014-06-089-680/+11
* SONAR-5007 fix deactivation of removed rulesSimon Brandhof2014-06-0611-351/+616
* quality flaw - fixed uniqueness of index.Stephane Gamard2014-06-061-1/+1
* SONAR-5361 Create WS to delete a custom rule (need to remove active rules to ...Julien Lancelot2014-06-0610-158/+358