aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Fix quality flawsJulien Lancelot2015-03-276-32/+22
| |
* | Fix removal of project/profile association (bad type conversion in Rails)Jean-Baptiste Lievremont2015-03-261-1/+1
| |
* | SONAR-6280 Use a range to represent duplication positionJulien HENRY2015-03-2613-1559/+1914
| |
* | Fix 4.4 migration issue (due to removal of core DAO)Jean-Baptiste Lievremont2015-03-261-1/+1
| |
* | Fix issue with quality profile/project association on project admin pageJean-Baptiste Lievremont2015-03-261-2/+3
| |
* | SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-2643-940/+505
| |
* | SCM on server side - SONAR-6253 SONAR-6316Teryk Bellahsene2015-03-2615-174/+2039
| |
* | SONAR-6294 Create WS to search for quality profilesJean-Baptiste Lievremont2015-03-2615-44/+485
| |
* | SONAR-6318 Highlighting in computeJulien Lancelot2015-03-2611-9/+1997
| |
* | SONAR-6257 No need to store key in report for files and directoriesJulien HENRY2015-03-261-3/+6
| |
* | Improve batch medium tester to allow registration of several metricsJulien HENRY2015-03-261-0/+7
| |
* | SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-2611-36/+32
| |
* | SONAR-5489 Add web services to manage project/profile associationJean-Baptiste Lievremont2015-03-2611-39/+368
| |
* | SONAR-6329 Update handling of project/profile association in service layer ↵Jean-Baptiste Lievremont2015-03-2616-173/+154
| | | | | | | | and DAOs
* | Remove dependency of migration on core persistence classesJean-Baptiste Lievremont2015-03-264-27/+30
| |
* | SONAR-6328 Use MassUpdate for project/profile association migrationJean-Baptiste Lievremont2015-03-262-119/+73
| |
* | SONAR-6328 Migrate existing project/profile associationsJean-Baptiste Lievremont2015-03-269-2/+396
| |
* | SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-2625-46/+79
| |
* | SONAR-6326 Add project_profiles association tableJean-Baptiste Lievremont2015-03-264-1/+47
| |
* | SONAR-6320 Symbol in computeJulien Lancelot2015-03-269-5/+2715
| |
* | Automatic merge from branch-5.1Jenkins CI2015-03-264-29/+95
|\| | | | | | | | | | | * origin/branch-5.1: Improve javadoc of org.sonar.api.utils.log.Logger apply rules feedback
| * Improve javadoc of org.sonar.api.utils.log.LoggerSimon Brandhof2015-03-251-23/+84
| |
| * apply rules feedbackStas Vilchik2015-03-253-6/+11
| |
* | SONAR-6257 Fix duplication issue when there's folder in project structure ↵Julien Lancelot2015-03-254-24/+130
| | | | | | | | and add component key in report
* | Fix conflict between sonar-core and sonar-testing-harness for the dependency ↵Simon Brandhof2015-03-251-0/+9
| | | | | | | | | | | | json-simple. I don't have any explanation for this strange maven behavior.
* | SONAR-6257 Fail when measures report contains duplications_data measuresJulien Lancelot2015-03-257-26/+78
| |
* | SONAR-6280 Feed duplications in compute reportJulien HENRY2015-03-255-67/+218
| |
* | SONAR-6257 Persist duplication measures in computeJulien Lancelot2015-03-2534-929/+4385
| |