aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-087-12/+12
* SONAR-4408 Move "Quality Profiles" link from admin space to the top banner of...Julien Lancelot2013-07-082-16/+6
* Fix some quality flawsJulien HENRY2013-07-082-6/+14
* SONAR-4466 Added controller and pages to handle CRUD operations on permission...Jean-Baptiste Vilain2013-07-086-25/+285
* Fix quality flawsJulien Lancelot2013-07-083-3/+6
* SONAR-4418 Fix issues bulk change display on resource popupJulien Lancelot2013-07-087-13/+13
* SONAR-4418 Refactor the bulk change redirection to fix bug when displaying re...Julien Lancelot2013-07-057-26/+30
* SONAR-4418 Fix transition actionJulien Lancelot2013-07-057-7/+71
* SONAR-4178 Delete Oracle triggers when dropping tableJulien HENRY2013-07-051-6/+31
* SONAR-4449 Add migration to update issues that are still linked to removed ac...Julien Lancelot2013-07-051-0/+38
* SONAR-4410 remove code specific to IE6 or IE7Simon Brandhof2013-07-053-9/+2
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-056-13/+26
* Fix quality flaw and increase timeout of EmbeddedDatabaseTest for slow boxesSimon Brandhof2013-07-051-2/+2
* Fix quality flaw in ConvertViolationsToIssuesSimon Brandhof2013-07-051-1/+1
* Fix line length in ConvertViolationsToIssuesSimon Brandhof2013-07-051-3/+6
* SONAR-4463 Added binding in internal rb class for new permission template ope...Jean-Baptiste Vilain2013-07-054-9/+44
* Fix issue when displaying internationalized errorsJulien Lancelot2013-07-051-1/+1
* SONAR-4474 Display action plan on issues code viewer bulk changeJulien Lancelot2013-07-051-3/+5
* Fix quality flawsSimon Brandhof2013-07-051-1/+1
* SONAR-4463 Added service facade to manage permission template CRUD operationsJean-Baptiste Vilain2013-07-057-0/+743
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-059-24/+24
* Fix quality flawsSimon Brandhof2013-07-053-23/+23
* Fix quality flawJulien Lancelot2013-07-051-3/+8
* SONAR-4470 fix migration on SQLServerSimon Brandhof2013-07-041-2/+3
* SONAR-4470 fix migration on SQLServerSimon Brandhof2013-07-041-2/+2
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-0418-143/+879
* SONAR-4463 Renamed permission column and added DAO methodsJean-Baptiste Vilain2013-07-042-2/+2
* SONAR-4421 Fix bug on transition actionJulien Lancelot2013-07-048-26/+24
* SONAR-4418 Fix issue when launching bulk change with a period selected and fi...Julien Lancelot2013-07-044-12/+9
* SONAR-4421 Improve issues bulk change errors handlingJulien Lancelot2013-07-042-17/+10
* SONAR-4418 Add a way to bulk change issues from a resource viewerJulien Lancelot2013-07-048-57/+87
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-042-0/+2
* SONAR-4383 Improve errors handlingJulien Lancelot2013-07-043-6/+18
* SONAR-4383 Improve errors handlingJulien Lancelot2013-07-0413-296/+191
* SONAR-4410 Display the "Outdated browser" message when IE7 is detectedJulien HENRY2013-07-042-2/+2
* SONAR-4412 Updated expected exceptions in unit testsJean-Baptiste Vilain2013-07-032-6/+9
* SONAR-4412 Improved error handlingJean-Baptiste Vilain2013-07-036-21/+51
* SONAR-4421 Display number of issues that will be updatedJulien Lancelot2013-07-032-4/+17
* SONAR-4421 Improve issues bulk change uiJulien Lancelot2013-07-033-7/+24
* SONAR-4473 Fix project settings subcategoriesJulien HENRY2013-07-032-3/+3
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-0316-153/+220
* SONAR-4383 Fix issue when comparing filter idsJulien Lancelot2013-07-032-1/+13
* SONAR-4469 Favourite measure filters still visible even if unsharedJulien Lancelot2013-07-032-6/+8
* SONAR-4463 Changed join columns in permission template tablesJean-Baptiste Vilain2013-07-032-5/+5
* SONAR-4399 Fixed failing IT when changing issue filter ownershipJean-Baptiste Vilain2013-07-032-4/+7
* SONAR-4397 Rename permission dryrun => dryRunScanJulien HENRY2013-07-031-1/+1
* SONAR-4463 Renamed permissions tables to comply with the max length constrain...Jean-Baptiste Vilain2013-07-022-2/+2
* SONAR-3714 Execute issue update only once per issue and not once per issue pe...Julien Lancelot2013-07-023-11/+46
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-024-85/+155
* SONAR-4463 Added the new db tables related to permission templatesJean-Baptiste Vilain2013-07-023-0/+105