aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/Batch.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated stuff.Julien HENRY2014-06-091-105/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Remove unused importsSimon Brandhof2013-03-251-1/+2
|
* Document which versions of sonar-runner/sonar-ant-task use batch entry pointsSimon Brandhof2013-03-141-1/+3
|
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-38/+29
|
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-111-6/+6
| | | | concept
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-2/+4
|
* Sanitize batch bootstrapperSimon Brandhof2012-01-131-0/+4
| | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation)
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Fix some violationsSimon Brandhof2011-11-251-1/+1
|
* Fix potential NPE in Gradle tasksimonbrandhof2011-11-141-3/+6
|
* Fix loading of Gradle global propertiessimonbrandhof2011-11-131-6/+29
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-5/+5
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-1/+32
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-132/+14
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* SONAR-2346 Failing with Current container state was: CONSTRUCTEDsimonbrandhof2011-05-041-1/+7
|
* Fix execution of PhasesTimeProfilerEvgeny Mandrikov2011-03-291-21/+5
|
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-121-5/+21
|
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-3/+4
|
* Introduce concept of moduleEvgeny Mandrikov2011-02-221-74/+70
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-2106: Improve batch bootstrapEvgeny Mandrikov2011-01-241-12/+0
|
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-241-0/+24
| | | | | | | | | | * Add BatchResourcesServlet to allow downloading libraries from server * Create in memory POM for non-maven environments * Provide fake MavenPluginExecutor for non-maven environments * Add new module sonar-batch-maven-compat with shaded maven-project
* Move timemachine components from core plugin to batch + do not depend on ↵simonbrandhof2010-12-271-0/+7
| | | | Snapshot in PastSnapshotLoader components + fix NPE when calculating variations on measures that are still not persisted
* SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ↵simonbrandhof2010-12-161-10/+18
| | | | Maven plugin
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-291-1/+4
|
* SONAR-249 add unit testssimonbrandhof2010-11-261-1/+1
|
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-261-4/+15
| | | | end of the batch instead of persisting them on the fly
* SONAR-1834: When exist, the source code exclusion patterns should be ↵Godin2010-10-171-1/+8
| | | | displayed in the Maven log
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵simonbrandhof2010-09-241-1/+2
| | | | creation of resources in methods saveViolation() and saveMeasure().
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+114
value of rule parameters in Q profile console