aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2013-07-242-4/+8
* SONAR-4451 Permission templates will be applied to all the projects matching ...Jean-Baptiste Vilain2013-07-231-0/+2
* Added missing id values in DBUnit datasetsJean-Baptiste Vilain2013-07-1910-16/+16
* Migrated unit tests for components permissions to ComponentPermissionFacadeJean-Baptiste Vilain2013-07-1912-0/+201
* SONAR-4419 when searching for projects, the technical projects should not be ...Julien Lancelot2013-07-172-0/+21
* Revert drop of non-deprecated classesSimon Brandhof2013-07-161-0/+40
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-152-4/+8
* SONAR-2860 API: remove the dependency on commons-configurationSimon Brandhof2013-07-151-40/+0
* SONAR-4463 Added LoadedTemplate entry to cover default permission template in...Jean-Baptiste Vilain2013-07-151-2/+23
* SONAR-4453 Fixed migration to support the newly added logical key in permissi...Jean-Baptiste Vilain2013-07-123-7/+7
* SONAR-4453 Added a logical key in the permission_templates table and rearrang...Jean-Baptiste Vilain2013-07-1245-68/+91
* Revert "SONAR-4490 When creating the H2 db, selected issues should be the unr...Julien Lancelot2013-07-123-81/+24
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-1110-27/+122
* SONAR-4248 SONAR-4238 Add created column and add the possibility the add link...Julien Lancelot2013-07-112-5/+34
* SONAR-4453 Apply permission template to a list of resources in the internal p...Jean-Baptiste Vilain2013-07-112-1/+27
* SONAR-4464 Added permission template tables to the set of tables copied when ...Jean-Baptiste Vilain2013-07-111-0/+9
* SONAR-4464 Added permission template tables to the set of tables copied when ...Jean-Baptiste Vilain2013-07-111-2/+13
* SONAR-4490 When creating the H2 db, selected issues should be the unresolved ...Julien Lancelot2013-07-113-24/+81
* SONAR-4463 Fixed quality issuesJean-Baptiste Vilain2013-07-101-0/+12
* SONAR-4465 Reworked the ResourcePermission implementation to rely on the perm...Jean-Baptiste Vilain2013-07-1011-40/+172
* SONAR-4396 The email notification about 'New issues' should provide a link wh...Julien Lancelot2013-07-101-3/+3
* SONAR-4466 Added modal windows and controller actions to support permissions ...Jean-Baptiste Vilain2013-07-082-2/+5
* SONAR-4468 Expot alerts in dryRun modeJulien HENRY2013-07-082-1/+4
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-083-1/+18
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-051-0/+9
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-051-0/+12
* Improve performance of TestDatabaseSimon Brandhof2013-07-052-60/+53
* SONAR-4470 revert org.sonar.core.persistence.DatabaseUtilsSimon Brandhof2013-07-051-0/+146
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-048-158/+329
* SONAR-4463 Renamed permission column and added DAO methodsJean-Baptiste Vilain2013-07-0413-18/+60
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-0412-30/+69
* SONAR-1718 Use simple quotes for SQL stringsJulien HENRY2013-07-031-32/+32
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-031-9/+9
* SONAR-4463 Added permission DAO and associated unit testsJean-Baptiste Vilain2013-07-0316-0/+190
* Remove check in unit test on duration time because it leads to false-positive...Julien Lancelot2013-07-031-6/+1
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-023-73/+24
* Fix test after renaming of dryRunScan permissionJulien HENRY2013-07-022-4/+4
* SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on...Julien Lancelot2013-07-014-2/+35
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ...Jean-Baptiste Vilain2013-07-012-4/+4
* Remove fetchSize in issues SQL and reactivate previously deactivated unit testJulien Lancelot2013-07-011-2/+0
* Temporary ignore failing unit test on OracleJulien Lancelot2013-07-011-0/+2
* SONAR-4412 revert check of last remaining admin userSimon Brandhof2013-06-292-36/+0
* SONAR-4412 Added support of group 'Anyone' in permission changeJean-Baptiste Vilain2013-06-286-4/+32
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-282-35/+112
* SONAR-4412 Added checks to prevent last system admin permission removalJean-Baptiste Vilain2013-06-282-0/+37
* SONAR-1718 No way to define a criteria on 'Alert' in a Measure filterJulien HENRY2013-06-272-2/+37
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-275-0/+86
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-275-15/+67
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ...Jean-Baptiste Vilain2013-06-262-10/+48
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-265-5/+117