aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3392 Disable paging when searching for components to which a permission...Jean-Baptiste Vilain2013-07-242-0/+22
* SONAR-3392 Removed sonar-users groups from Users and Codeviewers permissions ...Jean-Baptiste Vilain2013-07-231-2/+1
* SONAR-4519 The rule removal phase at startup is not reentrantSimon Brandhof2013-07-222-2/+4
* SONAR-4464 Fixed loaded template issue when default groups have been removedJean-Baptiste Vilain2013-07-221-0/+15
* Added unit tests to improve branch coverageJean-Baptiste Vilain2013-07-224-4/+164
* Restore BadRequestException when action is not foundJulien Lancelot2013-07-181-2/+2
* Fix quality flawsJulien Lancelot2013-07-183-3/+17
* Use ajax instead of reloading the page when toggling issues favouriteJulien Lancelot2013-07-182-5/+7
* Apply comment action only on modified issuesJulien Lancelot2013-07-182-3/+62
* Do not execute transition if not availableJulien Lancelot2013-07-182-0/+22
* Revert "Fix issue when loading issues page without being logged"Julien Lancelot2013-07-181-10/+16
* Fix issue when loading issues page without being loggedJulien Lancelot2013-07-171-16/+10
* SONAR-4419 when searching for projects, the technical projects should not be ...Julien Lancelot2013-07-171-34/+32
* SONAR-2474 When sharing a filter, the owner (and not the current user or prev...Julien Lancelot2013-07-172-11/+28
* Revert "Remove useless dependency on authorization dao"Julien Lancelot2013-07-171-6/+10
* Remove useless dependency on authorization daoJulien Lancelot2013-07-171-10/+6
* SONAR-4099 Issues & Measures filters should also be sharable only by users wh...Julien Lancelot2013-07-172-18/+38
* SONAR-2474 Only issue filter owner can change filter shared parameterJulien Lancelot2013-07-171-3/+28
* SONAR-4464 Exclude default permissions properties from the backup / restore o...Jean-Baptiste Vilain2013-07-161-12/+88
* Add some unit testsJulien Lancelot2013-07-163-3/+128
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-151-0/+2
* SONAR-4419 Roles page: improve search engine to add ability to search by proj...Julien Lancelot2013-07-154-5/+308
* SONAR-4463 Added LoadedTemplate entry to cover default permission template in...Jean-Baptiste Vilain2013-07-151-0/+119
* SONAR-4453 Updated internal permission service to use logical keyJean-Baptiste Vilain2013-07-122-8/+8
* SONAR-4453 Added a logical key in the permission_templates table and rearrang...Jean-Baptiste Vilain2013-07-129-16/+20
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-112-3/+24
* SONAR-4453 Apply permission template to a list of resources in the internal p...Jean-Baptiste Vilain2013-07-113-54/+148
* Fix quality flawsJulien Lancelot2013-07-111-0/+57
* Fix quality flawsJulien Lancelot2013-07-092-27/+112
* SONAR-4466 Fixed several display and labels issuesJean-Baptiste Vilain2013-07-091-0/+8
* SONAR-4466 Added modal windows and controller actions to support permissions ...Jean-Baptiste Vilain2013-07-082-12/+17
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-082-4/+4
* Fix some quality flawsJulien HENRY2013-07-081-2/+2
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-081-11/+36
* SONAR-4418 Fix transition actionJulien Lancelot2013-07-053-0/+49
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-052-5/+7
* Fix quality flaw and increase timeout of EmbeddedDatabaseTest for slow boxesSimon Brandhof2013-07-051-2/+2
* SONAR-4463 Added binding in internal rb class for new permission template ope...Jean-Baptiste Vilain2013-07-051-0/+16
* SONAR-4463 Added service facade to manage permission template CRUD operationsJean-Baptiste Vilain2013-07-053-0/+402
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-046-1/+338
* SONAR-4418 Fix issue when launching bulk change with a period selected and fi...Julien Lancelot2013-07-041-1/+1
* SONAR-4421 Improve issues bulk change errors handlingJulien Lancelot2013-07-041-8/+7
* SONAR-4418 Add a way to bulk change issues from a resource viewerJulien Lancelot2013-07-042-7/+16
* SONAR-4383 Improve errors handlingJulien Lancelot2013-07-042-140/+74
* SONAR-4412 Updated expected exceptions in unit testsJean-Baptiste Vilain2013-07-032-6/+9
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-037-85/+135
* SONAR-4383 Fix issue when comparing filter idsJulien Lancelot2013-07-031-0/+12
* SONAR-4399 Fixed failing IT when changing issue filter ownershipJean-Baptiste Vilain2013-07-031-3/+6
* SONAR-3714 Execute issue update only once per issue and not once per issue pe...Julien Lancelot2013-07-021-2/+33
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-022-16/+37