aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-206-7/+8
* Fix quality flawsJean-Baptiste Lievremont2014-01-201-2/+0
* Remove dead code in deprecated RuleI18nManagerSimon Brandhof2014-01-182-125/+6
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and mov...Simon Brandhof2014-01-181-0/+4
* Fix quality flawsJulien Lancelot2014-01-171-1/+1
* SONAR-4923 Fix query on OracleJulien Lancelot2014-01-171-1/+1
* SONAR-4923 When renaomg a profile, rename child profile and profile propertiesJulien Lancelot2014-01-177-4/+61
* SONAR-926 Add a DB migration script for package -> directoryJulien HENRY2014-01-172-1/+2
* SONAR-4923 Fix issue when deleting profile where PreviewCache.reportGlobalMod...Julien Lancelot2014-01-172-13/+35
* SONAR-4326 Move DB migrationJean-Baptiste Lievremont2014-01-172-2/+2
* SONAR-4326 Refactor tag management introducing relation tableJean-Baptiste Lievremont2014-01-1612-43/+257
* SONAR-4923 Delete profile now uses Java facadeJulien Lancelot2014-01-169-49/+178
* SONAR-926 Merge Java package and directory concepts. Display full path of res...Julien HENRY2014-01-161-4/+4
* SONAR-4923 Fix wrong commited fileJulien Lancelot2014-01-161-1/+1
* SONAR-4923 Fix issue where active rule parent id where not updated in ES when...Julien Lancelot2014-01-162-2/+5
* SONAR-3024 Fix regression with Library resourcesJulien HENRY2014-01-162-6/+6
* Fix test on PostgresSimon Brandhof2014-01-151-1/+5
* SONAR-4908 enable extension point RuleDefinitionsSimon Brandhof2014-01-152-8/+3
* SONAR-4923 Restore profile now uses Java facadeJulien Lancelot2014-01-154-13/+46
* SONAR-4923 QProfileOperations should load profile from DB and not from ESJulien Lancelot2014-01-151-1/+6
* Fix quality flawsJulien Lancelot2014-01-151-4/+4
* Fix quality flawsJulien Lancelot2014-01-151-6/+6
* SONAR-4923 Add bulk activate / deactivate in QProfileActiveRuleOperationsJulien Lancelot2014-01-142-2/+12
* SONAR-3024 Fallback to deprecated resource key when creating manual issuesJulien HENRY2014-01-142-8/+7
* SONAR-3024 Allow to query issues using deprecated component key to ease migra...Julien HENRY2014-01-131-1/+1
* 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