aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove empty js fileStas Vilchik2015-04-081-19/+0
|
* Fix regression during local issue tracking on empty filesJulien HENRY2015-04-086-2/+132
|
* Fix NPE: do not try to set lines on views technical projectsJulien HENRY2015-04-081-2/+3
|
* Allow parallel execution of tests using ServerTesterSimon Brandhof2015-04-074-9/+28
|
* Replace GMavenPlus by beanshellSimon Brandhof2015-04-071-22/+11
| | | | I'm afraid of the side-effects of the required property "allowSystemExits" of GMavenPlus (yet another groovy maven plugin)
* Random timezone when executing testsSimon Brandhof2015-04-071-29/+32
|
* Use incremental mode for SQ analysis on travisJulien HENRY2015-04-071-1/+1
|
* Merge pull request #191 from SonarSource/feature/batch/feed_coverage_reportJulien HENRY2015-04-0714-83/+541
|\ | | | | SONAR-6339 Feed Coverage in compute report
| * SONAR-6277 Fix id of component when publishing source code in reportJulien HENRY2015-04-072-5/+5
| |
| * Fix compilation issue after mergeJulien HENRY2015-04-072-12/+11
| |
| * SONAR-6277 Feed file sources in compute reportJulien HENRY2015-04-077-34/+212
| |
| * SONAR-6339 Fix coverage in reportJulien HENRY2015-04-072-2/+122
| |
| * SONAR-6339 Feed Coverage in compute reportJulien HENRY2015-04-077-46/+207
|/
* SONAR-6253 Add lines count in reportJulien HENRY2015-04-076-40/+20
|
* fix start.sh and stop.sh on ubuntu with zshSébastien Lesaint2015-04-072-4/+6
| | | | | moved to bash instead of sh rewrite testing for existing file and directory so that hopefully it works on both Linux and MacOs
* Hasnext() should not call doNext() when iterator already closedJulien Lancelot2015-04-072-0/+34
|
* Enable experimental pull request analysis featureJulien HENRY2015-04-071-1/+11
|
* Apply feedback from PRJean-Baptiste Lievremont2015-04-032-5/+5
|
* SONAR-6301 WS to copy a quality profileJean-Baptiste Lievremont2015-04-034-7/+169
|
* SONAR-6302 WS to rename a quality profileJean-Baptiste Lievremont2015-04-033-0/+219
|
* SONAR-6299 WS to delete a quality profileJean-Baptiste Lievremont2015-04-035-1/+318
|
* SONAR-6348 Property sonar.path.temp is ignored by Ruby on Rails applicationSimon Brandhof2015-04-033-11/+29
|
* ignore screenshots from testsStas Vilchik2015-04-031-1/+1
|
* SONAR-5921 Apply feedback from testsJean-Baptiste Lievremont2015-04-034-3/+45
|
* SONAR-5921 WS to list project/profile associationsJean-Baptiste Lievremont2015-04-0314-1/+627
|
* SONAR-6331 prepare for detailed panelsStas Vilchik2015-04-0312-51/+175
|
* fix quality flawsStas Vilchik2015-04-033-49/+48
|
* Don't fail but only display a warning when a CodeColorizer is buggyJulien HENRY2015-04-031-1/+2
|
* Merge remote-tracking branch 'origin/branch-5.1'Eric Hartmann2015-04-030-0/+0
|\
| * Update version to 5.1.1-SNAPSHOTSonartech2015-04-0231-31/+31
| |
| * Release 5.15.1Sonartech2015-04-0231-31/+31
| |
* | Fix quality flaws in APISimon Brandhof2015-04-0328-74/+32
| |
* | Introduce WsAction interface for WsActions in server moduleJean-Baptiste Lievremont2015-04-037-24/+44
| |
* | Pull define(...) method into a dedicated interfaceJean-Baptiste Lievremont2015-04-038-20/+45
| |
* | Add more details when there is a failure to store highlightingJulien HENRY2015-04-031-1/+8
| |
* | Disable parallel build on travis - unstable testsSimon Brandhof2015-04-021-1/+1
| |
* | Enable parallel build in travisSimon Brandhof2015-04-021-1/+1
| |
* | Complete comment on disabled gmaven-plugin-pluginSimon Brandhof2015-04-021-3/+4
| |
* | make web tests timezone-proofStas Vilchik2015-04-022-2/+2
| |
* | fix bad cssStas Vilchik2015-04-021-1/+1
| |
* | Disable random timezone in tests as gmaven-plugin does not support parallel ↵Simon Brandhof2015-04-021-3/+16
| | | | | | | | builds
* | Use random timezone when executing tests from mavenSimon Brandhof2015-04-0210-30/+65
| | | | | | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* | Add missing field on JSON example responseFabrice Bellingard2015-04-021-0/+2
| |
* | SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream ↵Julien Lancelot2015-04-0211-401/+129
| | | | | | | | (IOUtils.lineIterator should be used instead)
* | SONAR-6215 make it possible to resize the workspace windowStas Vilchik2015-04-024-25/+56
| |
* | drop unused ruby codeStas Vilchik2015-04-026-143/+7
| |
* | SONAR-6331 better display of just analyzed projectsStas Vilchik2015-04-024-4/+12
| |
* | make the test timezone-proofStas Vilchik2015-04-021-1/+1
| |
* | remove dashboard2 prototypeStas Vilchik2015-04-0221-1123/+0
| |
* | Remove coupling of IssueIndexTest with local timezoneSimon Brandhof2015-04-021-26/+33
| |