aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap/BootstrapContainer.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-182/+0
* Fix some quality flawsJulien HENRY2015-01-261-8/+8
* SONAR-6012 Local issue trackingJulien HENRY2015-01-231-6/+11
* SONAR-6060 Move console issues report to the batchJulien HENRY2015-01-201-1/+3
* SONAR-6015 Produce Json reportJulien HENRY2015-01-131-0/+1
* SONAR-2860 Drop commons-configurationJulien HENRY2014-09-051-2/+0
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-5/+0
* SONAR-5477 Load global referentials earlierJulien HENRY2014-07-221-1/+8
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-181-19/+5
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-181-5/+5
* SONAR-5417 Initial version of batch protocol + refactoring of settingsJulien HENRY2014-07-171-1/+1
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-4/+13
* SONAR-5007 delete unused class RulesDaoSimon Brandhof2014-06-121-2/+0
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-2/+0
* SONAR-5389 Initial version of the new sensor modeJulien HENRY2014-06-101-4/+17
* Separate bootstrap settings and task settingsJulien HENRY2014-06-101-27/+17
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-281-0/+3
* Fix some quality flawsJulien HENRY2014-04-141-3/+3
* SONAR-5181 Move parsing of sonar-project.properties files to SQ RunnerJulien HENRY2014-04-031-1/+16
* SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapperJulien HENRY2014-04-021-5/+16
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-1/+3
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-161-1/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-4/+2
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-051-1/+1
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-1/+6
* IssueShowWS : Add formatted datesJulien Lancelot2014-01-231-2/+2
* SONAR-4891 Remove useless characteristics columns and tablesJulien Lancelot2013-12-021-15/+3
* SONAR-4830 Extract plugin dependencies in the cacheJulien HENRY2013-11-261-0/+1
* SONAR-4748 Fix issues and regression for temp foldersJulien HENRY2013-10-211-0/+2
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-171-1/+1
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-161-1/+1
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-141-10/+7
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-131-3/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3755 fix creation of Caches when starting several ProjectContainersSimon Brandhof2013-04-181-2/+1
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-171-1/+4
* SONAR-3755 implement a disk-based mapSimon Brandhof2013-04-161-1/+3
* Remove unused importsSimon Brandhof2013-03-251-2/+0
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-141-49/+56
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-69/+109
* Fix after refactoring for viewsJulien HENRY2013-02-271-1/+4
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-271-5/+8
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-2/+2
* Rename pico *Module classes to *Container to not confuse with Sonar Module co...Julien HENRY2013-02-111-0/+104