Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6364 Display CLOSED issues on top of the component viewer | Stas Vilchik | 2015-03-31 | 8 | -3/+370 |
| | |||||
* | Fix quality flaw | Julien Lancelot | 2015-03-31 | 1 | -2/+3 |
| | |||||
* | Simplify tests | Julien Lancelot | 2015-03-31 | 3 | -274/+83 |
| | |||||
* | SONAR-6338 Stream reading / writing coverage message | Julien Lancelot | 2015-03-31 | 9 | -1225/+531 |
| | |||||
* | Remove bad comment in code | Simon Brandhof | 2015-03-31 | 1 | -5/+0 |
| | |||||
* | SONAR-6331 add a sqale rating | Stas Vilchik | 2015-03-31 | 5 | -3/+37 |
| | |||||
* | SONAR-6331 refactor overview page | Stas Vilchik | 2015-03-31 | 13 | -443/+577 |
| | |||||
* | SONAR-6294 Apply feedback on description and missing fields | Jean-Baptiste Lievremont | 2015-03-31 | 6 | -42/+79 |
| | |||||
* | Improve error message when issue is out of line range during issue tracking | Julien HENRY | 2015-03-31 | 5 | -15/+46 |
| | | | | and add test for binary file line computation | ||||
* | Merge branch 'feature/web/default_overview' | Stas Vilchik | 2015-03-31 | 1 | -0/+7 |
|\ | |||||
| * | SONAR-6331 open overview by default (fix for name parameter) | Stas Vilchik | 2015-03-30 | 1 | -1/+1 |
| | | |||||
| * | SONAR-6331 do not fail if any piece of information is missing | Stas Vilchik | 2015-03-30 | 4 | -52/+88 |
| | | | | | | | | (cherry picked from commit 80e13ed) | ||||
| * | SONAR-6331 open overview by default | Stas Vilchik | 2015-03-30 | 1 | -0/+7 |
| | | |||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2015-03-31 | 1 | -12/+21 |
| | | |||||
* | | ignore screenshots from tests | Stas Vilchik | 2015-03-31 | 2 | -1/+3 |
| | | |||||
* | | Remove coupling of test with machine locale | Simon Brandhof | 2015-03-31 | 1 | -1/+2 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-03-31 | 3 | -5/+6 |
| | | |||||
* | | Remove bad comment of sonar.properties about encoding | Simon Brandhof | 2015-03-30 | 2 | -4/+14 |
| | | | | | | | | Encoding is UTF-8, but not ISO-8859-1 as documented. | ||||
* | | Do not support maven 3.3.x (yet) | Simon Brandhof | 2015-03-30 | 1 | -2/+8 |
| | | | | | | | | Fail-fast instead of failing with strange message in NPM (frontend-m-p) | ||||
* | | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 48 | -452/+383 |
| | | |||||
* | | SONAR-5489 Check a project's current profile association before modification | Jean-Baptiste Lievremont | 2015-03-30 | 6 | -10/+62 |
| | | |||||
* | | SONAR-6331 do not fail if any piece of information is missing | Stas Vilchik | 2015-03-30 | 4 | -52/+88 |
| | | |||||
* | | SONAR-6350 /api/sources/scm should read information from index | Julien Lancelot | 2015-03-30 | 22 | -72/+445 |
|/ | |||||
* | SONAR-6331 do not show overview by default | Stas Vilchik | 2015-03-30 | 1 | -5/+0 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-03-30 | 5 | -50/+56 |
| | |||||
* | add an issue reopen tooltip | Stas Vilchik | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | add a second sort dimension for facets | Stas Vilchik | 2015-03-30 | 1 | -2/+13 |
| | |||||
* | fix file headers | Stas Vilchik | 2015-03-30 | 3 | -0/+57 |
| | |||||
* | format numbers in the issue filter widget | Stas Vilchik | 2015-03-30 | 4 | -42/+42 |
| | |||||
* | SONAR-6331 add a project overview page | Stas Vilchik | 2015-03-30 | 36 | -184/+1632 |
| | |||||
* | Merge from branch-5.1 | Jean-Baptiste Lievremont | 2015-03-30 | 17 | -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 test | Jean-Baptiste Lievremont | 2015-03-30 | 1 | -1/+0 |
| | | |||||
| * | Fix regression on issue paging with one component | Jean-Baptiste Lievremont | 2015-03-30 | 1 | -0/+10 |
| | | |||||
| * | Fix indexing of source lines | Simon Brandhof | 2015-03-27 | 2 | -4/+47 |
| | | | | | | | | When file is smaller compared to previous analysis, then only maximum 10 lines were removed from index | ||||
| * | SONAR-6340 highlight cancelled reports | Stas Vilchik | 2015-03-27 | 2 | -0/+6 |
| | | |||||
| * | fix display of overlapping duplications | Stas Vilchik | 2015-03-27 | 3 | -52/+63 |
| | | |||||
| * | do not show global error if the request is sent from modal window | Stas Vilchik | 2015-03-27 | 3 | -2/+22 |
| | | |||||
| * | cancel analysis when the snapshot is not found - SONAR-6340 | Teryk Bellahsene | 2015-03-27 | 6 | -79/+144 |
| | | |||||
* | | Update example of /api/sources/show | Julien Lancelot | 2015-03-30 | 1 | -6/+6 |
| | | |||||
* | | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 8 | -5/+63 |
| | | |||||
* | | Revert "Remove all deprecated Violation APIs" | Julien Lancelot | 2015-03-27 | 13 | -11/+702 |
| | | | | | | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773. | ||||
* | | SONAR-6338 Coverage in compute | Julien Lancelot | 2015-03-27 | 12 | -973/+2977 |
| | | |||||
* | | Remove all deprecated Violation APIs | Julien HENRY | 2015-03-27 | 13 | -702/+11 |
| | | |||||
* | | Add missing unit test | Julien HENRY | 2015-03-27 | 1 | -4/+25 |
| | | |||||
* | | Revert "Upgrade to frontend-maven-plugin 0.0.23" | Simon Brandhof | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 9be97df03de519bf5f1c0a43cadb543aeac26056. | ||||
* | | Upgrade to frontend-maven-plugin 0.0.23 | Simon Brandhof | 2015-03-27 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaw | Simon Brandhof | 2015-03-27 | 1 | -1/+3 |
| | | |||||
* | | fix quality flaws | Teryk Bellahsene | 2015-03-27 | 4 | -4/+46 |
| | | |||||
* | | show warning when find a duplication in a removed component | Stas Vilchik | 2015-03-27 | 5 | -60/+142 |
| | | |||||
* | | Fix some quality flaws | Julien HENRY | 2015-03-27 | 11 | -52/+21 |
| | |