summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5094 Remove dependency on sonar-ws-client from sonar-batchJean-Baptiste Lievremont2014-03-126-108/+91
* Fix quality flawsJulien Lancelot2014-03-123-8/+10
* SONAR-5056 Removed some useless usage of RequirementJulien Lancelot2014-03-121-7/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11364-364/+364
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-112-18/+3
* SONAR-5094 Memoize loaded quality gate (do not reload on next provide call)Jean-Baptiste Lievremont2014-03-112-8/+13
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-1118-530/+699
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-104-34/+48
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-102-6/+6
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-102-11/+19
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-072-6/+6
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-078-18/+992
* SONAR-5094 Load quality gate definitions and start generating the Quality Gat...Jean-Baptiste Lievremont2014-03-079-19/+459
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-075-15/+18
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-063-9/+13
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-057-20/+22
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-3/+7
* Removed useless usage of WorkDurationFactoryJulien Lancelot2014-03-051-2/+0
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-055-30/+8
* SONAR-4996 Correctly create alert on batch side on work durationJulien Lancelot2014-03-034-8/+51
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-1/+6
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-273-4/+3
* SONAR-926 fix deprecated key of filesSimon Brandhof2014-02-261-5/+6
* Fix quality flawsSimon Brandhof2014-02-262-10/+5
* SONAR-926 fix loading of quality profile alertsSimon Brandhof2014-02-261-3/+3
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-2616-92/+1172
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-269-83/+143
* SONAR-926 remove dependency on JavaFileSimon Brandhof2014-02-262-6/+2
* Remove unused classesSimon Brandhof2014-02-2615-341/+220
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-252-11/+11
* SONAR-4996 Measure on added debt are now in secondsJulien Lancelot2014-02-252-56/+23
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-252-28/+21
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-256-37/+46
* SONAR-926 do not index files twiceSimon Brandhof2014-02-252-21/+21
* Rename "resource" to "component" in logs of MeasurePersisterSimon Brandhof2014-02-252-4/+4
* Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
* Fix some quality flawsSimon Brandhof2014-02-241-3/+7
* Fix some quality flawsSimon Brandhof2014-02-241-7/+7
* SONAR-926 Improve logs in ResourceKeyMigrationSimon Brandhof2014-02-242-17/+15
* Fix some quality flawsSimon Brandhof2014-02-243-2/+4
* SONAR-926 Preload files in DefaultModuleFileSystemSimon Brandhof2014-02-231-4/+9
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-213-9/+14
* SONAR-926 Fix usage of file system by InitializersSimon Brandhof2014-02-211-5/+13
* SONAR-926 Do not fail if basedir is not dir in a sonar-runner taskSimon Brandhof2014-02-201-1/+3
* SONAR-926 Add test on file hashSimon Brandhof2014-02-202-2/+21
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-205-24/+12
* SONAR-926 Fix computation of number of lines when the latest line is emptySimon Brandhof2014-02-202-4/+14
* SONAR-926 Fix alerts reporting for multi-language projectsJulien HENRY2014-02-204-14/+137
* SONAR-926 fix duplicated items in ModuleLanguagesSimon Brandhof2014-02-201-3/+3
* SONAR-926 fix compilation on Java 6Simon Brandhof2014-02-201-5/+5