summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-1327-114/+153
* SONAR-4326 Add tags to ES index at startupJean-Baptiste Lievremont2014-01-134-10/+21
* Fix quality flawsJulien Lancelot2014-01-132-5/+9
* Replace package org.sonar.core.date by org.sonar.api.util.System2Simon Brandhof2014-01-114-75/+11
* Fix missing license headerJean-Baptiste Lievremont2014-01-101-0/+19
* SONAR-4326 Migrate registration of rules to MyBatis, synchronize tagsJean-Baptiste Lievremont2014-01-1010-13/+110
* Fix issue when log message contains variable to replace but there are no argu...Julien Lancelot2014-01-102-3/+87
* SONAR-4923 Update profile parent use Java facadeJulien Lancelot2014-01-091-1/+5
* SONAR-4326 Fix bad merge in DB migrationJean-Baptiste Lievremont2014-01-092-1/+2
* Add missing headerJean-Baptiste Lievremont2014-01-091-0/+19
* SONAR-4326 Start work on rule tags DAOJean-Baptiste Lievremont2014-01-095-0/+73
* SONAR-4326 Create database table to store rule tagsJean-Baptiste Lievremont2014-01-092-0/+10
* SONAR-4923 Share session when searching for profile ancestorsJulien Lancelot2014-01-092-2/+7
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-0822-121/+135
* SONAR-4923 List inheritance profiles now uses Java facadeJulien Lancelot2014-01-085-1/+45
* SONAR-4923 Fix test on OracleJulien Lancelot2014-01-081-5/+13
* SONAR-5000 Stop support of the property "sonar.jdbc.schema"Simon Brandhof2014-01-0810-147/+9
* SONAR-4923 Load active rule parent from E/S instead of dbJulien Lancelot2014-01-0812-270/+330
* SONAR-4776 Fix empty issue creation date by setting created at if it's nullJulien Lancelot2014-01-081-1/+2
* SONAR-4923 profiles page now uses Java face (expect for alerts)Julien Lancelot2014-01-076-88/+208
* SONAR-4756 Remove thread part from log format when profilingLevel < FULLJean-Baptiste Lievremont2014-01-071-3/+5
* SONAR-4923 Search all profiles should be sorted by profile name and by languageJulien Lancelot2014-01-071-1/+1
* Search all profiles should be sorted by profile nameJulien Lancelot2014-01-073-0/+25
* SONAR-4993 All rules should have a severity setJulien Lancelot2014-01-062-1/+2
* SONAR-4776 Fix new technical debt calculation by using project analysis date ...Julien Lancelot2014-01-0324-37/+89
* SONAR-4535 Revert active rule use Java facadeJulien Lancelot2013-12-246-1/+68
* 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