summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4535 Delete rule now use Java facadeJulien Lancelot2013-12-248-65/+147
* SONAR-4535 Update rule now use Java facadeJulien Lancelot2013-12-246-4/+55
* Fix some quality flawsJulien Lancelot2013-12-231-5/+12
* SONAR-4535 Add some check when creating new ruleJulien Lancelot2013-12-235-1/+33
* SONAR-4535 Fix SQL table nameJulien Lancelot2013-12-231-1/+1
* SONAR-4535 Create copy rule from Java facadeJulien Lancelot2013-12-237-31/+74
* SONAR-4535 Correctly display active rule and active rule params when profile ...Julien Lancelot2013-12-235-0/+35
* SONAR-4535 Reindex active rule note updateJulien Lancelot2013-12-234-18/+50
* SONAR-4535 Add update and delete rule note in QProfileOperationsJulien Lancelot2013-12-205-51/+97
* Use info collected by inheritance algo to update ES indexJean-Baptiste Lievremont2013-12-203-0/+92
* Fix SQL query on MySQL and MsSQLJulien Lancelot2013-12-202-4/+4
* replace SQL in () by or in UserMapperJulien Lancelot2013-12-201-4/+4
* SONAR-4535 Replace rule id type from long to int in dtosJulien Lancelot2013-12-208-34/+34
* SONAR-4535 ui actions update parameter now uses Java facadeJulien Lancelot2013-12-2011-10/+207
* SONAR-4986 Error when sorting some float measuresSimon Brandhof2013-12-191-2/+1
* SONAR-4535 create activate / deactivate / update severity actions in QProfilesJulien Lancelot2013-12-1816-26/+284
* Display active rules (with rule notes) in new profile rule search pageJean-Baptiste Lievremont2013-12-184-3/+43
* SONAR-4535 Fix SQL issue on Oracle when using properties.text_valueJulien Lancelot2013-12-182-10/+14
* SONAR-4950 Create an unique constraint on the "group_roles" table to prevent ...Simon Brandhof2013-12-173-1/+4
* SONAR-4535 Remove all projects to a quality profile now uses MyBatisJulien Lancelot2013-12-176-0/+51
* SONAR-4535 List of profiles by project now uses MybatisJulien Lancelot2013-12-179-22/+81
* Start migrating extended descriptions and active rule notes to parent tablesJean-Baptiste Lievremont2013-12-176-6/+59
* SONAR-4535 Fix UTJulien Lancelot2013-12-171-13/+1
* SONAR-4535 Index active rules when creating profile from xmlJulien Lancelot2013-12-171-0/+10
* SONAR-4535 Remove a project to a quality profile now uses MyBatisJulien Lancelot2013-12-166-2/+72
* SONAR-4535 Associate a project to a quality profile now uses MyBatisJulien Lancelot2013-12-164-4/+19
* SONAR-4535 Projects associate to a quality profile now uses MyBatisJulien Lancelot2013-12-166-8/+75
* SONAR-4535 Language name uniqness should be check without case-sentivityJulien Lancelot2013-12-163-2/+4
* SONAR-4535 Set default profile now use MyBatisJulien Lancelot2013-12-164-1/+36
* SONAR-4535 Quality profile creation is now done in JavaJulien Lancelot2013-12-134-0/+40
* Rename class with the good nameJulien Lancelot2013-12-134-5/+5
* Temporary rename classJulien Lancelot2013-12-134-5/+5
* SONAR-4535 Create service action to create new ProfileJulien Lancelot2013-12-1318-3/+467
* SONAR-4535 Add searchProfile actionJulien Lancelot2013-12-1210-1/+307
* SONAR-4535 Update error message when several permission templates are matchin...Julien HENRY2013-12-112-5/+9
* Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
* Fix some quality flawsSimon Brandhof2013-12-101-2/+2
* Fix some quality flawsSimon Brandhof2013-12-091-0/+1
* Fix some quality flawsSimon Brandhof2013-12-094-40/+44
* add some UTJulien Lancelot2013-12-098-3/+327
* SONAR-4688 remove loading of rule bundlesSimon Brandhof2013-12-094-61/+18
* Searching for permissions of anyone group should not be case-sensitiveJulien Lancelot2013-12-064-6/+6
* Improve management of Anyone groupJulien Lancelot2013-12-064-18/+13
* SONAR-4870 Add new "Efficiency > Network use" sub-characteristicJulien Lancelot2013-12-062-1/+2
* Fix quality flawsJulien Lancelot2013-12-0610-59/+120
* Update some commentsJulien Lancelot2013-12-062-2/+4
* SONAR-4940 Create WS to search groups by permission templateJulien Lancelot2013-12-059-14/+203
* SONAR-4941 Replace usage of template name by template keyJulien Lancelot2013-12-056-55/+16
* SONAR-4941 Create WS to search users by permission templateJulien Lancelot2013-12-057-7/+240
* SONAR-4939 Fix SQL query on OracleJulien Lancelot2013-12-051-1/+1