summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-5694: Keep history of analysis reportsTeryk Bellahsene2014-10-172-5/+26
| |
* | SONAR-5529 Fix issue on MySQL when adding a commentJulien Lancelot2014-10-162-24/+80
| |
* | Fix quality flawsSimon Brandhof2014-10-143-53/+41
| |
* | SONAR-5698 WS for the admin pageTeryk Bellahsene2014-10-146-27/+46
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-141-0/+2
|\| | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-5634 Fix facet list height to prevent flicker on loading SONAR-5713 Display note with note CSS class SONAR-5538 Fix comparison page on projects when snapshot_id != null but referenced snapshot has disappeared SONAR-5593 Better handling of profile overwrite on copy
| * SONAR-5593 Better handling of profile overwrite on copyJean-Baptiste Lievremont2014-10-141-0/+2
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-146-6/+43
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
| * SONAR-5612 Do not return disabled users on the permission template users listJulien Lancelot2014-10-105-6/+42
| |
| * SONAR-4950 Add a transaction to prevent multiple connection to add multiple ↵Julien Lancelot2014-10-102-1/+2
| | | | | | | | lines in group_roles
* | Fix delete queryJulien Lancelot2014-10-101-2/+2
| |
* | Add missing @Override annotationsSimon Brandhof2014-10-1037-0/+156
| |
* | Fix quality flawsSimon Brandhof2014-10-093-0/+69
| |
* | fix MySql IT tests caused by MySql limitation regarding Update statement ↵Teryk Bellahsene2014-10-092-7/+1
| | | | | | | | with a sub-query
* | fix large tests cause by a non standard sql queryTeryk Bellahsene2014-10-093-7/+13
| |
* | Fix merge with 4.5Julien Lancelot2014-10-099-2/+328
|\|
| * SONAR-5575 Fix missing parameter when creating and updating custom rule with ↵Julien Lancelot2014-10-099-3/+328
| | | | | | | | empty parameter
| * SONAR-5606 Timeline chart does not behave correctly when measures don't have ↵Stas Vilchik2014-10-091-0/+1
| | | | | | | | the same history
* | Execute tests on non-h2 databases with the profile named "dbTests"Simon Brandhof2014-10-092-32/+6
| |
* | SONAR-5623 Further frontend workStas Vilchik2014-10-091-0/+3
| |
* | SONAR-5623 Rename space to Analysis ReportsStas Vilchik2014-10-091-4/+4
| |
* | SONAR-5623 Further frontend workStas Vilchik2014-10-091-1/+2
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-091-0/+1
|\| | | | | | | | | * origin/branch-4.5: SONAR-5713 Make it more explicit that custom rule parameters cannot be changed at activation
| * SONAR-5713 Make it more explicit that custom rule parameters cannot be ↵Jean-Baptiste Lievremont2014-10-081-0/+1
| | | | | | | | changed at activation
* | SONAR-5626: Refactor and test task/thread management. Analyze reportTeryk Bellahsene2014-10-083-1/+7
| |
* | added assertion for enqueue without commit in BatchSessionStephane Gamard2014-10-081-4/+24
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-081-0/+1
|\|
| * SONAR-5574 Display an explicit label when custom rule parameter is emptyJean-Baptiste Lievremont2014-10-081-0/+1
| |
* | SONAR-5623 Initial step to implement the monitoring pageStas Vilchik2014-10-081-0/+10
| |
* | Fix quality flawsJulien Lancelot2014-10-087-10/+88
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-084-33/+33
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * Fix some quality flawsJulien HENRY2014-10-084-33/+33
| |
* | SONAR-5531 Fix /api/issues/search when issues are linked on removed fileJulien Lancelot2014-10-082-0/+6
| |
* | fix quality flawStephane Gamard2014-10-081-1/+2
| |
* | Merge from branch 4.5Julien Lancelot2014-10-081-0/+1
|\|
| * SONAR-5630 The permalink to a deleted profile should display a nice messageJulien Lancelot2014-10-071-0/+1
| |
* | Fix quality flawsSimon Brandhof2014-10-074-1/+82
| |
* | Fix quality flawsSimon Brandhof2014-10-072-0/+46
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-0613-14/+126
|\| | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * SONAR-5615 When the DSM is not computed on a module, the page fails to loadStas Vilchik2014-10-061-0/+1
| |
| * SONAR-5612 Disabled users are displayed in global and project permissions pageJulien Lancelot2014-10-065-6/+46
| |
| * SONAR-5675 Rename the "Pie Chart" into "Donut Chart"Julien Lancelot2014-10-061-4/+4
| |
| * SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-058-5/+76
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-061-4/+7
|\| | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * SONAR-5656 Add descriptions on pie chart widget propertiesJean-Baptiste Lievremont2014-10-031-0/+3
| |
| * SONAR-5617 Update package_design widgetJean-Baptiste Lievremont2014-10-031-4/+4
| |
| * SONAR-5535 refine layout of size widget (generated_sloc under sloc)Jean-Baptiste Lievremont2014-10-031-0/+1
| |
* | SONAR-5626 find and book next available analysis reportTeryk Bellahsene2014-10-033-1/+39
| |
* | SONAR-5535 refine layout of size widget (generated_sloc under sloc)Jean-Baptiste Lievremont2014-10-031-0/+1
| |
* | Fix some quality flawsSimon Brandhof2014-10-032-6/+7
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-031-0/+2
|\| | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java