aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-3893 Symbol perspective data persistence in snapshot_dataJean-Baptiste Vilain2013-04-169-75/+57
|
* SONAR-3755 Add first version of Issues drilldownJulien Lancelot2013-04-161-1/+1
|
* SONAR-3893 Symbol perspective data holderJean-Baptiste Vilain2013-04-169-0/+560
|
* SONAR-3893 First symbol API versionJean-Baptiste Vilain2013-04-161-25/+25
|
* SONAR-3755 Added issue decorator on new issues metricsJulien Lancelot2013-04-152-0/+555
|
* 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 ↵Julien Lancelot2013-04-123-7/+109
| | | | issue (but without re-loading issue being update during analysis)
* 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 ↵Jean-Baptiste Vilain2013-04-1112-25/+617
| | | | allow to work on multi-line tokens - Added highlighting caching and persistence
* 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 ↵Jean-Baptiste Vilain2013-04-112-0/+64
| | | | allow to work on multi-line tokens - Updated snapshot purge and deletion to include snapshot_data entries removal
* 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 ↵Jean-Baptiste Vilain2013-04-041-11/+6
| | | | allow to work on multi-line tokens - Fixed IoC issues in integration tests
* 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 ↵Jean-Baptiste Vilain2013-04-041-0/+2
| | | | | | | | allow to work on multi-line tokens
* | 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 ↵Julien Lancelot2013-04-022-26/+100
| | | | method on PastSnapshotFinder used by dev cockpit
* 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 ↵Julien Lancelot2013-03-284-72/+62
| | | | the differential periods 4 and 5
* 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-262-9/+11
|
* 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
| | | | to avoid compatibility issues with plugins
* 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
| | | | to avoid compatibility issues with plugins
* SONAR-4145 Remove the useless and misleading properties ↵Julien Lancelot2013-03-212-28/+4
| | | | 'sonar.skipTendencies' and 'tendency.depth'
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-1911-98/+103
| | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language
* 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
|