aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-2/+2
* SONAR-4468 Expot alerts in dryRun modeJulien HENRY2013-07-083-2/+6
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-086-1/+42
* Restore previously wrongly updated content from branch 3.6Julien Lancelot2013-07-051-1/+61
* SONAR-4460 Remove fetchSize on measure filtersJulien Lancelot2013-07-051-8/+1
* SONAR-4449 Add migration to update issues that are still linked to removed ac...Julien Lancelot2013-07-052-61/+2
* 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-053-8/+23
* Improve performance of TestDatabaseSimon Brandhof2013-07-052-60/+53
* Upgrade integration test to ojdbc6Simon Brandhof2013-07-051-2/+2
* SONAR-4463 Added binding in internal rb class for new permission template ope...Jean-Baptiste Vilain2013-07-051-0/+1
* SONAR-4463 Added service facade to manage permission template CRUD operationsJean-Baptiste Vilain2013-07-051-0/+3
* Fix quality flawsSimon Brandhof2013-07-051-1/+0
* SONAR-4470 revert org.sonar.core.persistence.DatabaseUtilsSimon Brandhof2013-07-052-0/+215
* Fix PermissionTemplateMapper.xml on OracleSimon Brandhof2013-07-041-6/+6
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-0417-373/+414
* SONAR-4463 Renamed permission column and added DAO methodsJean-Baptiste Vilain2013-07-0418-25/+122
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-0419-42/+211
* SONAR-1718 Use simple quotes for SQL stringsJulien HENRY2013-07-032-33/+33
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-033-45/+73
* SONAR-4463 Added permission DAO and associated unit testsJean-Baptiste Vilain2013-07-0323-1/+644
* SONAR-4463 Rollbacked unwanted partial commitJean-Baptiste Vilain2013-07-031-2/+1
* SONAR-4463 Changed join columns in permission template tablesJean-Baptiste Vilain2013-07-032-7/+8
* Remove check in unit test on duration time because it leads to false-positive...Julien Lancelot2013-07-031-6/+1
* SONAR-4463 Renamed permissions tables to comply with the max length constrain...Jean-Baptiste Vilain2013-07-022-4/+4
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-029-151/+49
* SONAR-4463 Added the new db tables related to permission templatesJean-Baptiste Vilain2013-07-024-1/+31
* Fix test after renaming of dryRunScan permissionJulien HENRY2013-07-022-4/+4
* SONAR-4397 Rename permission dryrun => dryRunScanJulien HENRY2013-07-021-2/+2
* 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-0115-35/+78
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ...Jean-Baptiste Vilain2013-07-014-6/+6
* Remove fetchSize in issues SQL and reactivate previously deactivated unit testJulien Lancelot2013-07-013-7/+5
* Temporary ignore failing unit test on OracleJulien Lancelot2013-07-011-0/+2
* SONAR-4449 Fix SQL returning issues with all columnsJulien Lancelot2013-07-013-65/+33
* SONAR-4412 revert check of last remaining admin userSimon Brandhof2013-06-295-61/+1
* 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-288-5/+41
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-286-52/+198
* SONAR-4412 Added checks to prevent last system admin permission removalJean-Baptiste Vilain2013-06-286-5/+72
* SONAR-1718 No way to define a criteria on 'Alert' in a Measure filterJulien HENRY2013-06-276-9/+95
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-279-4/+232
* Improve authorization mechanism in Java codeSimon Brandhof2013-06-271-2/+2
* 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-277-24/+96
* SONAR-4412 Added DAO injection in picoJean-Baptiste Vilain2013-06-261-0/+2
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ...Jean-Baptiste Vilain2013-06-265-50/+169
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-269-16/+203
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-252-2/+8
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-253-1/+3