aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-git-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5642 Remove Git command line implementationJulien HENRY2014-12-088-510/+10
|
* Fix some quality flawsJulien HENRY2014-10-271-22/+36
|
* SONAR-5642 Enable multi-threaded blame to speed up processingJulien HENRY2014-10-242-16/+76
|
* SONAR-5644 Apply some feedback on SCM APIJulien HENRY2014-10-165-111/+115
|
* SONAR-5677 Ignore whitespace when doing blameJulien HENRY2014-10-141-1/+5
|
* Improve loggingJulien HENRY2014-10-141-0/+7
|
* Add missing @Override annotationsSimon Brandhof2014-10-102-0/+2
|
* Fix some quality flawsJulien HENRY2014-10-091-3/+3
|
* Fix some quality flawsJulien HENRY2014-10-081-18/+21
|
* SONAR-5677 Fix support of Git project not at the root of repository treeJulien HENRY2014-10-063-13/+86
|
* Revert to previous behavior for CommandExecutor::execute for timeout=0Julien HENRY2014-10-061-1/+1
|
* SONAR-5620 Fix missing line with GitJulien HENRY2014-10-031-0/+4
|
* Fix some quality flawsJulien HENRY2014-10-031-15/+1
|
* SONAR-5643 Properly handle cases where there are local modification on filesJulien HENRY2014-10-032-2/+2
|
* SONAR-5677 Fail with a clear message when trying to blame a locally modified ↵Julien HENRY2014-10-035-4/+122
| | | | file
* SONAR-5642 Log cleanupJulien HENRY2014-10-021-2/+2
|
* SONAR-5643 Provide a default SVN SCM ProviderJulien HENRY2014-10-025-49/+53
|
* SONAR-5677 Provide JGit implementationJulien HENRY2014-10-026-10/+239
|
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-021-1/+4
|
* SONAR-5644 Rework SCM APIJulien HENRY2014-10-028-188/+279
|
* SONAR-5642 Initial work on Git providerJulien HENRY2014-10-026-0/+497
|
* Revert "SONAR-5642 Initial work on Git provider"Simon Brandhof2014-09-266-497/+0
| | | | This reverts commit b375ce53532d11c75c9c920b36f0c4692d123c87.
* Revert "SONAR-5644 Rework SCM API"Simon Brandhof2014-09-268-279/+188
| | | | This reverts commit a4e76de07797ea2b9b809a0cc0b90286c90cd3cd.
* Revert "SONAR-5473 Fix fetching of remote SCM data"Simon Brandhof2014-09-261-4/+1
| | | | This reverts commit da96eeccbe28e91619d60b34ae91ad442de6ce08.
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-09-251-1/+4
|
* SONAR-5644 Rework SCM APIJulien HENRY2014-09-258-188/+279
|
* SONAR-5642 Initial work on Git providerJulien HENRY2014-09-256-0/+497