aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3755 Added issues decoratorsJulien Lancelot2013-04-157-0/+785
* Fix execution of unit test on WindowsSimon Brandhof2013-04-141-3/+8
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-123-8/+8
* SONAR-3755 Add status when creating new IssuesJulien Lancelot2013-04-121-12/+11
* SONAR-3893 Removed deprecated Highlightable APIJean-Baptiste Vilain2013-04-123-23/+9
* SONAR-3755 Add unit tests and fix quality flawJulien Lancelot2013-04-124-11/+206
* SONAR-3755 Add IssueTracking and update IssuePersister to save or update issu...Julien Lancelot2013-04-123-7/+109
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-112-1/+1
* SONAR-3893 Integrated last feedback on Highlightable APIJean-Baptiste Vilain2013-04-112-10/+10
* SONAR-3755 complete IssueActionsSimon Brandhof2013-04-114-5/+132
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-1112-25/+617
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-1113-37/+189
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-112-0/+64
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-104-14/+19
|\
| * Revert "SONAR-4201"Julien Lancelot2013-04-102-11/+3
| * SONAR-4239 Display full project URL in Sonar logs after analysisJulien HENRY2013-04-092-3/+16
* | SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-1014-37/+546
|/
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-041-11/+6
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-041-0/+2
|\
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-041-0/+2
* | Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-041-2/+4
|/
* SONAR-4201 Add constantsJulien Lancelot2013-04-021-2/+5
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore me...Julien Lancelot2013-04-022-26/+100
* Add a find method without root qualifier for retro compatibility for dev cockpitJulien Lancelot2013-04-021-1/+9
* SONAR-4201 "sonar.login" and "sonar.password" should default to "admin/admin"Julien Lancelot2013-03-282-20/+26
* SONAR-4221 Make it possible for the Views and Developers plugin to define the...Julien Lancelot2013-03-284-72/+62
* Fix some quality flawsJulien HENRY2013-03-2610-9/+8
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-2610-8/+172
* SONAR-4157 Upgrade the embedded Jetty to version 8.1Julien HENRY2013-03-261-7/+5
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-261-1/+2
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-268-22/+103
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-251-0/+2
* Remove deprecated testSimon Brandhof2013-03-251-23/+13
* Remove unused importsSimon Brandhof2013-03-252-3/+2
* SONAR-4069 Restore Metrics as a BatchExtensionJulien HENRY2013-03-252-3/+2
* SONAR-4145 Remove the useless and misleading properties 'sonar.skipTendencies...Julien Lancelot2013-03-212-28/+4
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-1911-98/+103
* SONAR-4069 Allow to persist a project with a copy_resource_idJulien HENRY2013-03-194-11/+95
* Remove unused importJulien Lancelot2013-03-191-1/+0
* SONAR-4069 ResourcePermission need to be in TaskContainerJulien HENRY2013-03-182-2/+7
* Remove unused org.sonar.batch.bootstrap.ContainerSimon Brandhof2013-03-152-270/+0
* SONAR-4069 ability to configure the phases to be executedSimon Brandhof2013-03-157-98/+230
* SONAR-4069 add ProjectScanContainerTestSimon Brandhof2013-03-153-31/+119
* SONAR-4069 improve ScanTaskSimon Brandhof2013-03-152-8/+2
* Allow to replace default ProjectTree component.Julien HENRY2013-03-153-97/+135
* Fix copyright headerSimon Brandhof2013-03-151-1/+1
* Improve exception handling of pico container lifecycleSimon Brandhof2013-03-147-202/+186
* Document which versions of sonar-runner/sonar-ant-task use batch entry pointsSimon Brandhof2013-03-142-2/+4
* Move some classes from org.sonar.batch.bootstrap to org.sonar.batch.scanSimon Brandhof2013-03-1416-85/+144
* SONAR-4069 add unit testsSimon Brandhof2013-03-145-41/+98