summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4691 do not extensively use Oracle rollback segmentsSimon Brandhof2013-09-209-163/+214
* SONAR-4537 Code Viewer permission should only prevent users from seeing the c...Julien Lancelot2013-09-201-4/+4
* SONAR-4690 log progress statusSimon Brandhof2013-09-206-24/+126
* SONAR-4690 fix thread sharing of violation idsSimon Brandhof2013-09-202-11/+12
* SONAR-4694 Refactor GlobalPermission definitions by replacing object by strin...Julien Lancelot2013-09-206-29/+28
* SONAR-4694 Allow project permissions management from the permission web serviceJulien Lancelot2013-09-199-145/+141
* SONAR-4690 Reduce duration of violation to issue migration by parallelizing t...Simon Brandhof2013-09-196-231/+432
* SONAR-4195 In the Measures filter form, make sure the "Key contains" criteria...Julien Lancelot2013-09-181-1/+1
* SONAR-4587 When a SQL error occurs during SonarQube migration, the root SQL c...Simon Brandhof2013-09-171-2/+12
* SONAR-4523 delete /extensions/downloads/*.tmp files at startupSimon Brandhof2013-09-161-5/+23
* Revert "Add missing package-info files on sonar-server module"Julien Lancelot2013-09-1613-312/+0
* Add missing package-info files on sonar-server moduleJulien Lancelot2013-09-1613-0/+312
* SONAR-4045 fix support of Java exception in ruby codeSimon Brandhof2013-09-131-2/+0
* SONAR-4577 End of support of WAR deployment modeSimon Brandhof2013-09-111-28/+10
* SONAR-4602 Fix concurrent access issues with dryRun cacheJulien HENRY2013-09-061-2/+2
* SONAR-4602 Evict dryRun cache on profile restoreJulien HENRY2013-09-051-5/+9
* SONAR-4602 Evict dry run cache for additional casesJulien HENRY2013-09-051-0/+1
* SONAR-4602 Evict dryRun cache when changing issuesJulien HENRY2013-09-042-13/+34
* SONAR-4602 Invalidate dryRun cache when changing quality profilesJulien HENRY2013-09-046-46/+49
* SONAR-4602 Revert eviction of dryRun cache on settings changeJulien HENRY2013-09-046-84/+13
* SONAR-4602 Disable dryRun cache until problems are fixedJulien HENRY2013-09-031-8/+7
* SONAR-4602 Invalidate dryRun cache when restoring settingsJulien HENRY2013-09-024-12/+21
* SONAR-4602 Invalidate dryRun cache when changing settingsJulien HENRY2013-09-026-22/+217
* Fix some quality flawsSimon Brandhof2013-09-021-8/+5
* Fix some quality flawsSimon Brandhof2013-09-021-15/+15
* SONAR-4518 Improve performance of rule removal during server startupSimon Brandhof2013-08-301-21/+21
* Fix quality flawsJulien Lancelot2013-08-291-15/+24
* Fix quality flawsJulien Lancelot2013-08-291-2/+3
* Fix some quality flawsDinesh Bolkensteyn2013-08-2921-21/+21
* Fix quality flawsJulien Lancelot2013-08-292-65/+77
* SONAR-4591 Allow to configure period of notificationJulien HENRY2013-08-291-1/+10
* Fix quality flawsJulien Lancelot2013-08-291-4/+4
* Fix quality flawsJulien Lancelot2013-08-291-57/+87
* Fix some quality flawsJulien HENRY2013-08-282-7/+10
* Fix quality flawsJulien Lancelot2013-08-288-13/+27
* SONAR-4591 Logg a message every 10 min when processing notificationsJulien HENRY2013-08-281-0/+21
* SONAR-4569 The 'Bulk Deletion'>'Ghosts' page should display ALL projects whos...Julien Lancelot2013-08-281-2/+8
* Refactor projects search of project permission management in order to specify...Julien Lancelot2013-08-272-29/+23
* SONAR-4524 Migrated Notifications to MyBatisJulien HENRY2013-08-261-5/+4
* SONAR-2986 Revert preventing tracking profile's change on version 1 and displ...Julien Lancelot2013-08-211-63/+49
* Fix quality flawsJulien Lancelot2013-08-205-15/+15
* SONAR-2986 Incorrect list of versions in changelog for profileJulien Lancelot2013-08-201-50/+60
* SONAR-4475 Revert check of last admin removalJulien Lancelot2013-08-191-7/+0
* SONAR-4475 Restore reverted commit by fixing errors catching when deleting a ...Julien Lancelot2013-08-191-0/+7
* Fix some quality flawsSimon Brandhof2013-08-171-1/+1
* SONAR-4547 improve support of MessageExceptionSimon Brandhof2013-08-161-1/+1
* Fix some quality flawsSimon Brandhof2013-08-161-1/+1
* SONAR-4475 Revert commit 3554f0dddf that makes tests failSimon Brandhof2013-08-161-7/+0
* SONAR-4475 Add method to check that at least one admin existsJulien Lancelot2013-08-141-0/+7
* SONAR-4525 Prevent bulk actions used for issues planning and assignment from ...Jean-Baptiste Vilain2013-08-143-18/+26