aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4118 Remove XStream from API dependenciesJulien Lancelot2014-10-153-19/+0
|
* Fix quality flawsJulien Lancelot2014-10-153-18/+26
|
* Fix quality flawsSimon Brandhof2014-10-156-17/+36
|
* removed un-necessary try/catchStephane Gamard2014-10-152-10/+7
|
* update ES settingsStephane Gamard2014-10-152-7/+2
|
* fix quality flawStephane Gamard2014-10-151-1/+7
|
* SONAR-5564 - Added server-data-tests for ES ingestion and synchronizingStephane Gamard2014-10-157-3/+403
|
* Fix execution of SvnBlameCommandTest in IntellijSimon Brandhof2014-10-151-6/+5
|
* SONAR-5698 fix service call by the WS. add missing ServerComponentsTeryk Bellahsene2014-10-147-30/+33
|
* Fix quality flawsSimon Brandhof2014-10-148-73/+63
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-142-3/+7
|\ | | | | | | | | Conflicts: sonar-application/src/main/java/org/sonar/application/DefaultSettings.java
| * SONAR-5692 document sonar.search.httpPort in the developer section of ↵Simon Brandhof2014-10-141-0/+5
| | | | | | | | sonar.properties
| * SONAR-5710 remove duplicated JVM options in command-lineSimon Brandhof2014-10-141-3/+2
| |
* | SONAR-5698 WS for the admin pageTeryk Bellahsene2014-10-1437-88/+566
| |
* | improve test strength - 2nd editionTeryk Bellahsene2014-10-141-4/+2
| |
* | SONAR-5698 SRP for ComputationService and Exception management enhancementTeryk Bellahsene2014-10-1413-224/+338
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-147-32/+75
|\| | | | | | | | | | | | | | | * 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-5634 Fix facet list height to prevent flicker on loadingJean-Baptiste Lievremont2014-10-141-2/+5
| |
| * SONAR-5713 Display note with note CSS classJean-Baptiste Lievremont2014-10-141-1/+1
| |
| * SONAR-5538 Fix comparison page on projects when snapshot_id != null but ↵Jean-Baptiste Lievremont2014-10-142-22/+22
| | | | | | | | referenced snapshot has disappeared
| * SONAR-5593 Better handling of profile overwrite on copyJean-Baptiste Lievremont2014-10-143-7/+47
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-1417-53/+143
|\| | | | | | | | | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/referential/DefaultProjectReferentialsLoader.java sonar-batch/src/main/java/org/sonar/batch/scan/LastSnapshots.java sonar-batch/src/test/java/org/sonar/batch/scan/LastSnapshotsTest.java
| * SONAR-5330 Fix issue when source dirs are symbolic linksJulien HENRY2014-10-147-2/+26
| |
| * SONAR-5256 Fix NPE and add warning when sonar.importSources=falseJulien HENRY2014-10-143-9/+16
| |
| * SONAR-5068 Deprecate binaries and libraries related methodsJulien HENRY2014-10-142-1/+28
| |
| * SONAR-5715 Fix preview mode when source file contains space in its pathJulien HENRY2014-10-145-13/+46
| |
| * Replace hamcrest by fest-assert in KeyValueFormatTestSimon Brandhof2014-10-141-29/+28
| |
* | SONAR-5389 Refactor test coverage APIJulien HENRY2014-10-1426-229/+543
| |
* | SONAR-5389 Refactor dependency APIJulien HENRY2014-10-1422-74/+776
| |
* | Fix mergeJulien Lancelot2014-10-141-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-1433-457/+652
|\| | | | | | | | | | | | | | | | | 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-5673 Creating a new profile from a configuration file is not workingJulien Lancelot2014-10-1319-401/+512
| |
| * SONAR-5708 This is not possible to create or update a filter with the ↵Julien Lancelot2014-10-101-12/+2
| | | | | | | | criteria "Assignee: Not assigned"
| * SONAR-5198 search box with '_' (underscore) does not display expected ↵Julien Lancelot2014-10-101-1/+5
| | | | | | | | results when oracle DB is used
| * SONAR-5577 Web services don't support parameters bigger than 65kbJulien Lancelot2014-10-101-0/+6
| |
| * SONAR-5605 MySQL: configure driver to use server side cursor and not client ↵Julien Lancelot2014-10-104-9/+5
| | | | | | | | side cursor
| * 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-104-31/+86
| | | | | | | | lines in group_roles
* | Fix quality flawsJulien Lancelot2014-10-143-6/+7
| |
* | SONAR-5677 Ignore whitespace when doing blameJulien HENRY2014-10-141-1/+5
| |
* | Fix some quality flawsJulien HENRY2014-10-143-12/+19
| |
* | Improve loggingJulien HENRY2014-10-143-2/+9
| |
* | Fix SourcePersisterTest on OracleSimon Brandhof2014-10-102-6/+6
| |
* | Increase stability of NotificationServiceTest on slow boxesSimon Brandhof2014-10-101-2/+2
| |
* | Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-107-67/+69
| |
* | Fix delete queryJulien Lancelot2014-10-101-2/+2
| |
* | Improve test strenghJulien Lancelot2014-10-102-0/+5
| |
* | Display DateTime instead of Date to understand ITs failuresJulien Lancelot2014-10-102-19/+36
| |
* | fix medium test failing in postgreTeryk Bellahsene2014-10-101-1/+2
| |
* | Fix test on MySQLJulien Lancelot2014-10-101-1/+13
| |