aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5529 Fix issue on MySQL when adding a commentJulien Lancelot2014-10-161-2/+50
* Fix quality flawsSimon Brandhof2014-10-141-24/+38
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-144-6/+41
|\
| * SONAR-5612 Do not return disabled users on the permission template users listJulien Lancelot2014-10-104-6/+41
* | Execute tests on non-h2 databases with the profile named "dbTests"Simon Brandhof2014-10-091-1/+6
* | added assertion for enqueue without commit in BatchSessionStephane Gamard2014-10-081-4/+24
* | Fix quality flawsJulien Lancelot2014-10-085-0/+77
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-082-31/+27
|\|
| * Fix some quality flawsJulien HENRY2014-10-082-31/+27
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-064-6/+45
|\|
| * SONAR-5612 Disabled users are displayed in global and project permissions pageJulien Lancelot2014-10-064-6/+45
* | SONAR-5603 Remove useless select methods using IssueQuery in IssueDaoJulien Lancelot2014-10-0223-1915/+0
* | SONAR-5603 Get issues from E/S in Unresolved Issues per Assignee widgetJulien Lancelot2014-10-021-51/+0
* | SONAR-5529 Move IssueQuery from api to serverJulien Lancelot2014-10-022-2/+2
* | SONAR-5529 Remove IssueFinder API and all related classesJulien Lancelot2014-10-022-70/+8
* | SONAR-5665 Stop support of GWT pagesSimon Brandhof2014-10-023-66/+0
* | SONAR-5646 add WS api/dashboards/showSimon Brandhof2014-09-291-6/+6
* | ComponentDto.setProject() should only be used by unit tests as this field is ...Julien Lancelot2014-09-261-1/+1
* | SONAR-5531 Return comments and take into account extra fields paramJulien Lancelot2014-09-253-5/+52
* | SONAR-5531 Support paging, querying by rules and languages in Issues search WSJulien Lancelot2014-09-221-0/+2
* | SONAR-5531 Update IssueStorage to allow issue index modification on server sideJulien Lancelot2014-09-163-47/+20
* | Fix quality flawJulien Lancelot2014-09-124-29/+40
* | BaseDao testing for DAO v. 2 0 SynchronizeAfterStephane Gamard2014-09-121-0/+5
* | SONAR-5529 Create SnapshotDao in order to more easily do some medium testsJulien Lancelot2014-09-112-3/+2
* | SONAR-5566 Fix test on MySQL 5.6Julien Lancelot2014-09-111-4/+2
* | Add some unit testsJulien Lancelot2014-09-112-0/+116
* | SONAR-5566 When provisioning a project, changing the roles/permissions on a p...Julien Lancelot2014-09-113-91/+88
* | SONAR-5561 Only synchronize issue permission index since last indexation was ...Julien Lancelot2014-09-111-1/+4
* | SONAR-2860 Drop commons-configurationJulien HENRY2014-09-051-40/+0
* | SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-051-1/+1
* | Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-051-0/+56
|\|
| * Add unit testsJulien Lancelot2014-09-031-0/+56
* | SONAR-5590 Update projects.authorization_updated_at on project permission cha...Julien Lancelot2014-09-0420-23/+125
* | SONAR-5589 Create column projects.authorization_updated_atJulien Lancelot2014-09-0429-123/+155
|/
* Fix some quality flawsSimon Brandhof2014-08-261-2/+2
* SONAR-4963 Return description in /permission_templates/search_groupsJulien Lancelot2014-08-262-3/+7
* SONAR-4963 Return description in /permissions/search_groupsJulien Lancelot2014-08-264-6/+13
* improved test performances for sq #3 (use MetaDataHandler for MySQL)Stephane Gamard2014-08-131-2/+2
* improved test performances for sq #3 (use MetaDataHandler for MySQL)Stephane Gamard2014-08-132-32/+11
* improved test performances for sq #2 (use sonar.jdbc.schema property to expli...Stephane Gamard2014-08-121-1/+11
* improved test performances for sq (reuse iConnection in DBUnits)Stephane Gamard2014-08-121-13/+4
* improved test performances for sq (reuse iConnection in DBUnits)Stephane Gamard2014-08-121-18/+34
* SONAR-5526 Support colon character in active rule keysJulien Lancelot2014-08-121-0/+40
* SONAR-5175 When deleting a group, rows related to this group in perm_template...Julien Lancelot2014-08-113-3/+30
* SONAR-4963 Return group description in /user_groups/searchJulien Lancelot2014-08-055-8/+12
* SONAR-5349 Unable to run preview analysis on a provisioned projectJulien Lancelot2014-08-051-17/+19
* SONAR-5492 Remove ability to configure JDBC driver class nameSimon Brandhof2014-07-281-3/+1
* SONAR-5417 Return quality profiles and settings by moduleJulien Lancelot2014-07-241-1/+20
* SONAR-5477 Remove metrics from preview dbJulien HENRY2014-07-231-2/+0
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-181-66/+0