summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-6/+6
* SONAR-5209 Differential modeStas Vilchik2014-06-167-27/+23
* SONAR-5209 Feedback appliedStas Vilchik2014-06-164-30/+54
* SONAR-5007 replace RuleResult and LogResult by Result<>Simon Brandhof2014-06-1317-364/+210
* SONAR-5380 Ignore parameters when activaJulien Lancelot2014-06-132-39/+35
* SONAR-5007 Enhance tab navigation with query filterJean-Baptiste Lievremont2014-06-134-5/+13
* SONAR-5360 SONAR-5362 Fix update, delete or creation of rule parameters and ...Julien Lancelot2014-06-137-88/+158
* SONAR-5135 Fix UI details about bulk change of rulesJean-Baptiste Lievremont2014-06-136-12/+9
* SONAR-5007 - Implicit Commit when deleting nestedDto (Simplifies ES)Stephane Gamard2014-06-132-2/+5
* SONAR-5376 Custom rules should not be updated on each server startup if there...Julien Lancelot2014-06-133-6/+6
* SONAR-5376 Custom rules should not be updated on each server startup if there...Julien Lancelot2014-06-132-28/+175
* SONAR-5136 Fix handling of server errors when editing tagsJean-Baptiste Lievremont2014-06-131-6/+13
* SONAR-5007 - Added getAllProfileStats for QProfileService classStephane Gamard2014-06-138-33/+150
* SONAR-5397 Create a migration to merge extended description to description on...Julien Lancelot2014-06-132-0/+45
* Remove some useless begin / end in some rails migrationJulien Lancelot2014-06-133-16/+10
* SONAR-5137 Fix display of activation view when there is no profile availableJean-Baptiste Lievremont2014-06-131-1/+1
* Fix l10n issue with IEJean-Baptiste Lievremont2014-06-131-1/+1
* SONAR-5007 fix creation of manual rule in Rails codeSimon Brandhof2014-06-131-11/+2
* SONAR-5007 - Updated BaseIndex for Bulk ActionsStephane Gamard2014-06-131-4/+24
* SONAR-5007 - Updated IndexActions for compressionStephane Gamard2014-06-136-29/+35
* SONAR-5007 keep error messages when bulk activating rulesSimon Brandhof2014-06-1319-217/+340
* SONAR-5007 inverse order of multiple-column index in RULESSimon Brandhof2014-06-131-0/+35
* SONAR-5007 - Fixed Implicit commits in RuleActivation for methods without Ses...Stephane Gamard2014-06-121-0/+3
* SONAR-5007 - Fixed DB session in RuleActivator and RegisterQProfileStephane Gamard2014-06-122-9/+7
* SONAR-5007 - Set synchronizer as first startupTaskStephane Gamard2014-06-123-13/+12
* SONAR-5007 - Added fine-grained timings as debug log levelStephane Gamard2014-06-122-7/+58
* SONAR-5007 - remove unecessary duplication of indexing in RuleRegister (expli...Stephane Gamard2014-06-121-14/+6
* SONAR-5007 - Added payload getClass method (for profiling and log)Stephane Gamard2014-06-124-0/+17
* SONAR-5007 - Minor Updates for ES clusterStephane Gamard2014-06-124-1/+11
* SONAR-5329 - Adding stats to ActiveRules for QProfile pageStephane Gamard2014-06-123-1/+48
* SONAR-5007 - Added profile-start script (will only work on OSX so far)Stephane Gamard2014-06-121-0/+3
* SOANR-5007 - Perf driven ES configurationStephane Gamard2014-06-122-15/+23
* SONAR-5007 delete unused class RulesDaoSimon Brandhof2014-06-121-2/+0
* SONAR-5353 Display list of custom rules in the details of a template ruleJean-Baptiste Lievremont2014-06-124-18/+107
* SONAR-5007 improve medium tests for testing server startup tasksSimon Brandhof2014-06-124-19/+27
* SONAR-5137 Use lexical order for quality profiles listJean-Baptiste Lievremont2014-06-123-5/+5
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-1272-206/+229
* fix quality flaw (debug available)Stephane Gamard2014-06-121-2/+0
* Skip uglification of JS source, only concatenate filesJean-Baptiste Lievremont2014-06-121-7/+3
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-1271-210/+243
* SONAR-5392 Update log messageJulien Lancelot2014-06-121-2/+2
* SONAR-5392 Fix issue on OracleJulien Lancelot2014-06-121-77/+17
* SONAR-5392 When migrating to SonarQube 4.3.X with a incompatible plugin, requ...Julien Lancelot2014-06-115-55/+336
* SONAR-5134 Fix issue with keyboard navigationJean-Baptiste Lievremont2014-06-112-8/+8
* SONAR-5329 - Updated QProfile count with Key and Added ServiceMediumTestStephane Gamard2014-06-112-2/+112
* SONAR-5329 - Added details to Log and JsonStephane Gamard2014-06-115-13/+48
* SONAR-5007 - Added count by IndexField for *Index classesStephane Gamard2014-06-113-1/+64
* SONAR-5012 Protect against facets view unavailabilityJean-Baptiste Lievremont2014-06-111-4/+5
* SONAR-5136 Protect against unavailability of parent activation infoJean-Baptiste Lievremont2014-06-111-1/+1
* SONAR-5007 - Added count method to Base and QProfilesStephane Gamard2014-06-114-0/+40