aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)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
| | | | the search criteria
* 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
| | | | returned
* 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 ↵Jean-Baptiste Vilain2013-07-151-2/+23
| | | | initialization
* SONAR-4453 Fixed migration to support the newly added logical key in ↵Jean-Baptiste Vilain2013-07-123-7/+7
| | | | permission_templates
* SONAR-4453 Added a logical key in the permission_templates table and ↵Jean-Baptiste Vilain2013-07-1245-68/+91
| | | | rearranged permission-related classes
* Revert "SONAR-4490 When creating the H2 db, selected issues should be the ↵Julien Lancelot2013-07-123-81/+24
| | | | | | unresolved ones and not ones with status != CLOSED" This reverts commit 28287efade86c3b7ada5d38481c0b6b644fe6c0a.
* 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 ↵Julien Lancelot2013-07-112-5/+34
| | | | links and last analysis (formerly date)
* SONAR-4453 Apply permission template to a list of resources in the internal ↵Jean-Baptiste Vilain2013-07-112-1/+27
| | | | permission service
* SONAR-4464 Added permission template tables to the set of tables copied when ↵Jean-Baptiste Vilain2013-07-111-0/+9
| | | | starting a dry run analysis
* SONAR-4464 Added permission template tables to the set of tables copied when ↵Jean-Baptiste Vilain2013-07-111-2/+13
| | | | starting a dry run analysis
* SONAR-4490 When creating the H2 db, selected issues should be the unresolved ↵Julien Lancelot2013-07-113-24/+81
| | | | ones and not ones with status != CLOSED
* SONAR-4463 Fixed quality issuesJean-Baptiste Vilain2013-07-101-0/+12
|
* SONAR-4465 Reworked the ResourcePermission implementation to rely on the ↵Jean-Baptiste Vilain2013-07-1011-40/+172
| | | | permission templates to get the default permissions for a resource
* SONAR-4396 The email notification about 'New issues' should provide a link ↵Julien Lancelot2013-07-101-3/+3
| | | | whose parameter 'createdAfter' must define a time and not only a date
* SONAR-4466 Added modal windows and controller actions to support permissions ↵Jean-Baptiste Vilain2013-07-082-2/+5
| | | | changes on users and groups within a template
* SONAR-4468 Expot alerts in dryRun modeJulien HENRY2013-07-082-1/+4
| | | | to support build breaker plugin
* SONAR-4466 Added controller and pages to handle CRUD operations on ↵Jean-Baptiste Vilain2013-07-083-1/+18
| | | | permission templates
* 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
| | | | + use it in MeasureFilterExecutorTest
* 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 ↵Simon Brandhof2013-07-048-158/+329
| | | | Oracle)
* 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 ↵Jean-Baptiste Vilain2013-07-0412-30/+69
| | | | query
* 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 ↵Julien Lancelot2013-07-031-6/+1
| | | | false-positive when execution is too quick (0ms)
* 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 ↵Julien Lancelot2013-07-014-2/+35
| | | | on SQL Server
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ↵Jean-Baptiste Vilain2013-07-012-4/+4
| | | | shareDashboard)
* 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 ↵Julien Lancelot2013-06-275-15/+67
| | | | user roles and anonymous user
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ↵Jean-Baptiste Vilain2013-06-262-10/+48
| | | | service
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-265-5/+117
|