aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6404 Force reload of results when submit a search form on the rules pageStas Vilchik2015-04-092-4/+5
|
* SONAR-6401 Bulk rule (de)activation confirmation should show languageStas Vilchik2015-04-093-4/+7
|
* SONAR-6298 Apply feedback from PRJean-Baptiste Lievremont2015-04-092-15/+12
|
* SONAR-6298 Add internal WS to list supported profile import file formatsJean-Baptiste Lievremont2015-04-096-2/+155
|
* SONAR-6298 WS to create a quality profileJean-Baptiste Lievremont2015-04-0910-5/+429
|
* SONAR-6304 SONAR-6305 Apply feedback from PRJean-Baptiste Lievremont2015-04-094-30/+68
|
* SONAR-6305 WS to restore a quality profileJean-Baptiste Lievremont2015-04-097-4/+230
|
* SONAR-6304 WS to backup quality profileJean-Baptiste Lievremont2015-04-096-3/+144
|
* revert SONAR-6331Stas Vilchik2015-04-0937-1761/+12
|
* 'Days since last commit' metric without exceptions if not found in report ↵Teryk Bellahsene2015-04-085-10/+44
| | | | and index
* 'Days since last commit' metric in platform out of the box - SONAR-6353Teryk Bellahsene2015-04-0810-4/+333
|
* SONAR-6331 show project meta in the headerStas Vilchik2015-04-083-1/+29
|
* SONAR-5438 Add "Official Distribution" information to System InfoSimon Brandhof2015-04-082-2/+45
|
* Fix NPE in CoveragePublisher for viewsJulien HENRY2015-04-081-3/+3
|
* add missing file headersStas Vilchik2015-04-081-0/+19
|
* SONAR-6331 apply feedbackStas Vilchik2015-04-0828-162/+523
|
* 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
| |