aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/components
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-026-620/+0
* Quality flawsSimon Brandhof2015-06-291-1/+2
* SONAR-6557 Remove library filter in SQL queriesJulien Lancelot2015-06-121-11/+7
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-203-3/+3
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-113-6/+9
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-041-13/+1
* Revert move of Period component since it is used by devcockpitJulien HENRY2015-02-112-1/+49
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-1011-482/+19
* SONAR-5183 timezones - fix views and devcockpitTeryk Bellahsene2015-02-067-11/+11
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-048-27/+36
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-272-4/+7
* Fix some quality flawsJulien HENRY2015-01-151-4/+1
* SONAR-6014 Remove dependency on project ID.Julien HENRY2015-01-081-1/+1
* SONAR-2860 Drop commons-configurationJulien HENRY2014-09-051-42/+3
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-171-61/+0
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1112-12/+12
* Revert getTargetDate() in public visibility because it's used by the Dev Cock...Julien Lancelot2014-02-061-4/+8
* Fix quality flawsJulien Lancelot2014-02-062-2/+2
* SONAR-5047 Calculation of new_coverage measures on delta since X days and sin...Julien Lancelot2014-02-053-12/+11
* SONAR-4767 Display date of snapshot used for comparison when selecting "Delta...Julien Lancelot2014-02-031-1/+1
* SONAR-3024 Fix PastMeasureLoader to consider path to distinguish resources wi...Julien HENRY2014-01-091-5/+18
* Fix some quality flawsSimon Brandhof2014-01-071-1/+1
* SONAR-4776 Execute new technical debt decoratorJulien Lancelot2013-11-071-0/+1
* Fix quality flawJulien Lancelot2013-11-061-1/+2
* Fix quality flawJulien Lancelot2013-11-061-1/+5
* SONAR-4700 Add some UTJulien Lancelot2013-11-061-1/+4
* Move test file to test folderJulien Lancelot2013-11-061-12/+0
* SONAR-4700 Fix new measures calculation when comparing from x daysJulien Lancelot2013-11-062-2/+14
* SONAR-4700 restore getProjectPastSnapshots() linked to project snapshots (and...Julien Lancelot2013-11-064-27/+21
* SONAR-4700 Load module snapshot from project snapshot instead of searching sn...Julien Lancelot2013-11-051-12/+29
* SONAR-4700 Add some UTJulien Lancelot2013-11-051-6/+2
* SONAR-4700 Refactor the way to get differential periods by loading them only ...Julien Lancelot2013-11-055-63/+191
* Fix quality flawsJulien Lancelot2013-09-241-2/+9
* SONAR-4699 Period by date should return null when no snapshot foundJulien Lancelot2013-09-234-2/+33
* SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', 'Duplica...Julien Lancelot2013-09-181-2/+62
* Revert "Add package-info files on sonar-batch module"Julien Lancelot2013-09-161-24/+0
* Add package-info files on sonar-batch moduleJulien Lancelot2013-09-161-0/+24
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
* Fix quality flawsSimon Brandhof2013-08-162-4/+4
* Dates of past analysis must not contain millisecondsSimon Brandhof2013-05-301-4/+8
* Fix some quality flawsSimon Brandhof2013-05-292-7/+6
* Update copyright headersSimon Brandhof2013-04-229-36/+36
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-219-27/+27
* SONAR-4223 Remove or depreciate property "sonar.enableFileVariation"Simon Brandhof2013-04-171-4/+0
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore me...Julien Lancelot2013-04-021-13/+47
* Add a find method without root qualifier for retro compatibility for dev cockpitJulien Lancelot2013-04-021-1/+9
* SONAR-4221 Make it possible for the Views and Developers plugin to define the...Julien Lancelot2013-03-282-37/+36
* SONAR-4145 Remove the useless and misleading properties 'sonar.skipTendencies...Julien Lancelot2013-03-211-6/+2
* SONAR-4009 For "previous_version", Sonar must look into "events" tableFabrice Bellingard2013-02-081-17/+17
* SONAR-2496 Fix HQL request that doesn't work on Oracle...Fabrice Bellingard2012-07-161-1/+1