aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-2/+2
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-0/+3
* SONAR-4564 SONAR-4563 fix detection of new issues since previous analysisSimon Brandhof2013-08-081-1/+1
* SONAR-4419 Replace SQL in by orJulien Lancelot2013-07-181-2/+2
* SONAR-4419 when searching for projects, the technical projects should not be ...Julien Lancelot2013-07-171-0/+12
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-151-2/+2
* SONAR-4463 Re-added schema migration to cover existing permission settings co...Jean-Baptiste Vilain2013-07-151-0/+1
* SONAR-4463 Removed obsolete migrationJean-Baptiste Vilain2013-07-151-1/+0
* SONAR-4463 Added LoadedTemplate entry to cover default permission template in...Jean-Baptiste Vilain2013-07-151-15/+0
* SONAR-4453 Fixed permissions setup data insertion for h2Jean-Baptiste Vilain2013-07-151-1/+1
* SONAR-4453 Fixed migration to support the newly added logical key in permissi...Jean-Baptiste Vilain2013-07-121-3/+3
* SONAR-4453 Added a logical key in the permission_templates table and rearrang...Jean-Baptiste Vilain2013-07-123-4/+5
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-112-23/+25
* SONAR-4361 Add index on columns plugin_rule_key and plugin_name of the Rules ...Julien Lancelot2013-07-112-0/+3
* SONAR-4464 Fixed default permissions on groups on H2 init scriptJean-Baptiste Vilain2013-07-101-2/+2
* SONAR-4465 Reworked the ResourcePermission implementation to rely on the perm...Jean-Baptiste Vilain2013-07-101-0/+7
* SONAR-4464 Migrate and delete legacy settings defining default roles for each...Jean-Baptiste Vilain2013-07-091-11/+16
* SONAR-4466 Added modal windows and controller actions to support permissions ...Jean-Baptiste Vilain2013-07-081-1/+7
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-081-0/+6
* SONAR-4449 Add migration to update issues that are still linked to removed ac...Julien Lancelot2013-07-051-0/+1
* Fix PermissionTemplateMapper.xml on OracleSimon Brandhof2013-07-041-6/+6
* SONAR-4463 Renamed permission column and added DAO methodsJean-Baptiste Vilain2013-07-042-7/+28
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-042-6/+56
* SONAR-4463 Added permission DAO and associated unit testsJean-Baptiste Vilain2013-07-031-0/+46
* SONAR-4463 Changed join columns in permission template tablesJean-Baptiste Vilain2013-07-031-3/+3
* SONAR-4463 Renamed permissions tables to comply with the max length constrain...Jean-Baptiste Vilain2013-07-021-2/+2
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-022-33/+6
* SONAR-4463 Added the new db tables related to permission templatesJean-Baptiste Vilain2013-07-022-0/+27
* SONAR-4397 Rename permission dryrun => dryRunScanJulien HENRY2013-07-011-1/+1
* SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on...Julien Lancelot2013-07-014-20/+14
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ...Jean-Baptiste Vilain2013-07-011-1/+1
* Remove fetchSize in issues SQL and reactivate previously deactivated unit testJulien Lancelot2013-07-012-5/+5
* SONAR-4449 Fix SQL returning issues with all columnsJulien Lancelot2013-07-011-56/+20
* SONAR-4412 revert check of last remaining admin userSimon Brandhof2013-06-291-14/+0
* Fix SQL requests on Oracle and SQLServerSimon Brandhof2013-06-292-1/+2
* SONAR-4412 Added support of group 'Anyone' in permission changeJean-Baptiste Vilain2013-06-282-1/+9
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-282-10/+56
* SONAR-4412 Added checks to prevent last system admin permission removalJean-Baptiste Vilain2013-06-281-0/+14
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-271-4/+42
* SONAR-4397 Minor label changes and default groups for dryrun and scanJulien HENRY2013-06-271-6/+3
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-271-8/+28
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-261-0/+43
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-251-1/+7
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-251-0/+1
* SONAR-4099 Added new global permission to enable dashboard sharing for non-ad...Jean-Baptiste Vilain2013-06-191-1/+3
* SONAR-4178 Add triggers on Oracle to emulate identity columnJulien HENRY2013-06-1921-219/+14
* Fix query on OracleJulien Lancelot2013-06-191-1/+1
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-192-3/+16
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-183-0/+24
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-182-0/+58