aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJulien Lancelot2018-11-1993-93/+93
* SONAR-11374 move file move property into dedicated sub categorySébastien Lesaint2018-11-191-2/+2
* SONAR-11374 add property to disable file move detectionSébastien Lesaint2018-11-151-1/+15
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-051-0/+164
* SONAR-10315 do not fail if a plugin has been uninstalled between analysis and...Simon Brandhof2018-02-121-0/+4
* SONAR-10194 Fix block move detection for issue trackingJulien HENRY2017-12-141-1/+3
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-032-32/+67
* Update the default url of the json file of editionsGrégoire Aubert2017-10-231-1/+1
* SONAR-9954 add hidden property sonar.editions.jsonUrlSébastien Lesaint2017-10-231-0/+10
* SONAR-9770 Deprecate preview propertiesJulien HENRY2017-10-202-11/+2
* SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitionsJulien Lancelot2017-10-201-2/+3
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-201-11/+1
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-204-21/+35
* SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entriesJulien HENRY2017-10-202-26/+0
* SONAR-9949 Copy all issue attributes when merging a short in a long living br...Julien HENRY2017-10-203-1/+29
* SONAR-9913 Match issues from short living branches more aggressivelyJulien HENRY2017-10-205-60/+37
* SONAR-9969 Change the validation logic of the new branch parameter (#2666)Janos Gyerik2017-10-201-0/+2
* SONAR-7309 Reorder DB Cleaner settings and replace snapshot by analysisTeryk Bellahsene2017-10-191-32/+33
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-192-0/+12
* Support High Availability pluginSimon Brandhof2017-10-181-1/+1
* SONAR-9872 call webhook on bulk issue change on short lived branchSébastien Lesaint2017-10-171-0/+29
* SONAR-9931 deprecate sonar.cpd.cross_project propertyDaniel Schwarz2017-10-171-2/+4
* SONAR-9378 Drop support of deprecated sonar.lf.sonarqube.com.enabledJulien HENRY2017-10-041-1/+0
* SONAR-9685 Better handle when a plugin returns null from Metrics::getMetrics ...Janos Gyerik2017-10-041-0/+2
* SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" settingJulien HENRY2017-10-043-1/+45
* SONAR-9887 Reuse information from issues in short living branches targeting c...Duarte Meneses2017-10-044-199/+262
* Fix branch properties descriptionDuarte Meneses2017-10-031-5/+6
* SONAR-9896 Webhook must support basic authenticationSimon Brandhof2017-10-021-0/+6
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-021-3/+2
* Decrease usage of Guava in PluginInfoSimon Brandhof2017-09-281-20/+5
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-271-2/+1
* Complete list of privileged pluginsSimon Brandhof2017-09-261-2/+4
* add DateUtils#truncateToSeconds and use it instead of +1_000LSébastien Lesaint2017-09-211-12/+1
* SONAR-9616 Delete the branches that are inactive for too longDuarte Meneses2017-09-121-0/+1
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-122-2/+16
* SONAR-9616 Handle branch in scannerJanos Gyerik2017-09-121-1/+7
* SONAR-9616 index the issues part of a non-main branchSimon Brandhof2017-09-121-6/+2
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-125-32/+88
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-121-1/+1
* SONAR-9684 Use api/plugins/installed to load pluginsJulien HENRY2017-09-071-0/+5
* Fixed a spelling error and generalized punctiation for general settings.Jan Nylund2017-08-311-5/+5
* SONAR-9721 Telemetry properties defined in a specific PropertyDefinition classTeryk Bellahsene2017-08-302-0/+64
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-291-1/+1
* SONAR-9575 Add incremental plugin to privileged pluginsJulien HENRY2017-08-071-1/+1
* Rework file indexingJulien HENRY2017-08-041-4/+33
* Fix Quality flawsSimon Brandhof2017-07-261-9/+5
* Add "developer" to privileged pluginsDaniel Schwarz2017-07-241-1/+1
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-0/+4
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-042-6/+44
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-24/+23