Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated stuff. | Julien HENRY | 2014-06-09 | 1 | -105/+0 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | Remove unused imports | Simon Brandhof | 2013-03-25 | 1 | -1/+2 |
| | |||||
* | Document which versions of sonar-runner/sonar-ant-task use batch entry points | Simon Brandhof | 2013-03-14 | 1 | -1/+3 |
| | |||||
* | SONAR-4069 new task extension point | Simon Brandhof | 2013-03-14 | 1 | -38/+29 |
| | |||||
* | Rename pico *Module classes to *Container to not confuse with Sonar Module ↵ | Julien HENRY | 2013-02-11 | 1 | -6/+6 |
| | | | | concept | ||||
* | SONAR-3887 release lock when plugin license is not valid | Simon Brandhof | 2012-12-12 | 1 | -2/+4 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 1 | -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 year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Fix some violations | Simon Brandhof | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Fix potential NPE in Gradle task | simonbrandhof | 2011-11-14 | 1 | -3/+6 |
| | |||||
* | Fix loading of Gradle global properties | simonbrandhof | 2011-11-13 | 1 | -6/+29 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -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.ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -1/+32 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 1 | -132/+14 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | SONAR-2346 Failing with Current container state was: CONSTRUCTED | simonbrandhof | 2011-05-04 | 1 | -1/+7 |
| | |||||
* | Fix execution of PhasesTimeProfiler | Evgeny Mandrikov | 2011-03-29 | 1 | -21/+5 |
| | |||||
* | SONAR-2272 Add EventBus | Evgeny Mandrikov | 2011-03-12 | 1 | -5/+21 |
| | |||||
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 1 | -3/+4 |
| | |||||
* | Introduce concept of module | Evgeny Mandrikov | 2011-02-22 | 1 | -74/+70 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2106: Improve batch bootstrap | Evgeny Mandrikov | 2011-01-24 | 1 | -12/+0 |
| | |||||
* | SONAR-2106: New Java library to bootstrap project analysis | Evgeny Mandrikov | 2011-01-24 | 1 | -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 ↵ | simonbrandhof | 2010-12-27 | 1 | -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 ↵ | simonbrandhof | 2010-12-16 | 1 | -10/+18 |
| | | | | Maven plugin | ||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 1 | -1/+4 |
| | |||||
* | SONAR-249 add unit tests | simonbrandhof | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | SONAR-249: extract persistence layer from data index + dump measures at the ↵ | simonbrandhof | 2010-11-26 | 1 | -4/+15 |
| | | | | end of the batch instead of persisting them on the fly | ||||
* | SONAR-1834: When exist, the source code exclusion patterns should be ↵ | Godin | 2010-10-17 | 1 | -1/+8 |
| | | | | displayed in the Maven log | ||||
* | SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵ | simonbrandhof | 2010-09-24 | 1 | -1/+2 |
| | | | | creation of resources in methods saveViolation() and saveMeasure(). | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+114 |
value of rule parameters in Q profile console |