aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6364 Display CLOSED issues on top of the component viewerStas Vilchik2015-03-318-3/+370
|
* Fix quality flawJulien Lancelot2015-03-311-2/+3
|
* Simplify testsJulien Lancelot2015-03-313-274/+83
|
* SONAR-6338 Stream reading / writing coverage messageJulien Lancelot2015-03-319-1225/+531
|
* Remove bad comment in codeSimon Brandhof2015-03-311-5/+0
|
* SONAR-6331 add a sqale ratingStas Vilchik2015-03-315-3/+37
|
* SONAR-6331 refactor overview pageStas Vilchik2015-03-3113-443/+577
|
* SONAR-6294 Apply feedback on description and missing fieldsJean-Baptiste Lievremont2015-03-316-42/+79
|
* Improve error message when issue is out of line range during issue trackingJulien HENRY2015-03-315-15/+46
| | | | and add test for binary file line computation
* Merge branch 'feature/web/default_overview'Stas Vilchik2015-03-311-0/+7
|\
| * SONAR-6331 open overview by default (fix for name parameter)Stas Vilchik2015-03-301-1/+1
| |
| * SONAR-6331 do not fail if any piece of information is missingStas Vilchik2015-03-304-52/+88
| | | | | | | | (cherry picked from commit 80e13ed)
| * SONAR-6331 open overview by defaultStas Vilchik2015-03-301-0/+7
| |
* | Fix quality flawsJean-Baptiste Lievremont2015-03-311-12/+21
| |
* | ignore screenshots from testsStas Vilchik2015-03-312-1/+3
| |
* | Remove coupling of test with machine localeSimon Brandhof2015-03-311-1/+2
| |
* | Fix quality flawsSimon Brandhof2015-03-313-5/+6
| |
* | Remove bad comment of sonar.properties about encodingSimon Brandhof2015-03-302-4/+14
| | | | | | | | Encoding is UTF-8, but not ISO-8859-1 as documented.
* | Do not support maven 3.3.x (yet)Simon Brandhof2015-03-301-2/+8
| | | | | | | | Fail-fast instead of failing with strange message in NPM (frontend-m-p)
* | SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-3048-452/+383
| |
* | SONAR-5489 Check a project's current profile association before modificationJean-Baptiste Lievremont2015-03-306-10/+62
| |
* | SONAR-6331 do not fail if any piece of information is missingStas Vilchik2015-03-304-52/+88
| |
* | SONAR-6350 /api/sources/scm should read information from indexJulien Lancelot2015-03-3022-72/+445
|/
* SONAR-6331 do not show overview by defaultStas Vilchik2015-03-301-5/+0
|
* Fix quality flawsSimon Brandhof2015-03-305-50/+56
|
* add an issue reopen tooltipStas Vilchik2015-03-301-1/+1
|
* add a second sort dimension for facetsStas Vilchik2015-03-301-2/+13
|
* fix file headersStas Vilchik2015-03-303-0/+57
|
* format numbers in the issue filter widgetStas Vilchik2015-03-304-42/+42
|
* SONAR-6331 add a project overview pageStas Vilchik2015-03-3036-184/+1632
|
* Merge from branch-5.1Jean-Baptiste Lievremont2015-03-3017-90/+239
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.1: Remove log to console in unit test Fix regression on issue paging with one component Fix indexing of source lines SONAR-6340 highlight cancelled reports fix display of overlapping duplications do not show global error if the request is sent from modal window cancel analysis when the snapshot is not found - SONAR-6340 Conflicts: server/sonar-server/src/test/java/org/sonar/server/computation/ComputationServiceTest.java server/sonar-web/src/main/hbs/source-viewer/source-viewer-duplication-popup.hbs server/sonar-web/src/main/js/source-viewer/viewer.js
| * Remove log to console in unit testJean-Baptiste Lievremont2015-03-301-1/+0
| |
| * Fix regression on issue paging with one componentJean-Baptiste Lievremont2015-03-301-0/+10
| |
| * Fix indexing of source linesSimon Brandhof2015-03-272-4/+47
| | | | | | | | When file is smaller compared to previous analysis, then only maximum 10 lines were removed from index
| * SONAR-6340 highlight cancelled reportsStas Vilchik2015-03-272-0/+6
| |
| * fix display of overlapping duplicationsStas Vilchik2015-03-273-52/+63
| |
| * do not show global error if the request is sent from modal windowStas Vilchik2015-03-273-2/+22
| |
| * cancel analysis when the snapshot is not found - SONAR-6340Teryk Bellahsene2015-03-276-79/+144
| |
* | Update example of /api/sources/showJulien Lancelot2015-03-301-6/+6
| |
* | SONAR-6293 add property sonar.search.hostschnatterer2015-03-278-5/+63
| |
* | Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-2713-11/+702
| | | | | | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* | SONAR-6338 Coverage in computeJulien Lancelot2015-03-2712-973/+2977
| |
* | Remove all deprecated Violation APIsJulien HENRY2015-03-2713-702/+11
| |
* | Add missing unit testJulien HENRY2015-03-271-4/+25
| |
* | Revert "Upgrade to frontend-maven-plugin 0.0.23"Simon Brandhof2015-03-271-1/+1
| | | | | | | | This reverts commit 9be97df03de519bf5f1c0a43cadb543aeac26056.
* | Upgrade to frontend-maven-plugin 0.0.23Simon Brandhof2015-03-271-1/+1
| |
* | Fix quality flawSimon Brandhof2015-03-271-1/+3
| |
* | fix quality flawsTeryk Bellahsene2015-03-274-4/+46
| |
* | show warning when find a duplication in a removed componentStas Vilchik2015-03-275-60/+142
| |
* | Fix some quality flawsJulien HENRY2015-03-2711-52/+21
| |