aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-3/+18
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-121-1/+6
* SONAR-4564 SONAR-4563 fix detection of new issues since previous analysisSimon Brandhof2013-08-082-7/+10
* SONAR-4540 Notifications should not be sent on changes of issue line, author ...Simon Brandhof2013-07-302-1/+28
* Fix some quality flawsSimon Brandhof2013-07-241-4/+3
* SONAR-4451 Permission templates will be applied to all the projects matching ...Jean-Baptiste Vilain2013-07-231-0/+2
* Migrated unit tests for components permissions to ComponentPermissionFacadeJean-Baptiste Vilain2013-07-191-0/+108
* SONAR-4419 when searching for projects, the technical projects should not be ...Julien Lancelot2013-07-171-0/+12
* 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-151-1/+5
* 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-124-6/+25
* Revert "SONAR-4490 When creating the H2 db, selected issues should be the unr...Julien Lancelot2013-07-121-12/+0
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-112-18/+48
* SONAR-4248 SONAR-4238 Add created column and add the possibility the add link...Julien Lancelot2013-07-111-0/+24
* 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-2/+13
* SONAR-4490 When creating the H2 db, selected issues should be the unresolved ...Julien Lancelot2013-07-111-0/+12
* 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-102-30/+39
* 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-081-0/+3
* SONAR-4468 Expot alerts in dryRun modeJulien HENRY2013-07-081-0/+1
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-081-1/+10
* 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-041-0/+23
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-041-18/+38
* 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-031-0/+116
* 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-022-46/+24
* SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on...Julien Lancelot2013-07-014-2/+35
* 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-291-13/+0
* SONAR-4412 Added support of group 'Anyone' in permission changeJean-Baptiste Vilain2013-06-282-2/+13
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-281-35/+84
* SONAR-4412 Added checks to prevent last system admin permission removalJean-Baptiste Vilain2013-06-281-0/+14
* 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-271-0/+46
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-271-2/+20
* 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-262-5/+29
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-251-0/+1