aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5329 - Fixed ImmutableMap problem in ActiveRuleChange (we can log null ...Stephane Gamard2014-06-161-4/+6
* SONAR-5329 - Adding full classPath for SearchAction in ServerComponentsStephane Gamard2014-06-161-1/+1
* SONAR-5329 - Rename Log package to ActivityStephane Gamard2014-06-169-0/+722
* SONAR-5329 - Rename Log package to ActivityStephane Gamard2014-06-161-1/+1
* SONAR-5329 - Rename Log package to ActivityStephane Gamard2014-06-1615-767/+62
* SONAR-5329 - fixed IndexQueue compression loss due to SystemCurrentTimeStephane Gamard2014-06-162-36/+11
* SONAR-5007 replace RuleResult and LogResult by Result<>Simon Brandhof2014-06-1314-201/+72
* SONAR-5380 Ignore parameters when activaJulien Lancelot2014-06-131-14/+13
* SONAR-5360 SONAR-5362 Fix update, delete or creation of rule parameters and ...Julien Lancelot2014-06-135-56/+105
* SONAR-5007 - Implicit Commit when deleting nestedDto (Simplifies ES)Stephane Gamard2014-06-131-0/+1
* SONAR-5376 Custom rules should not be updated on each server startup if there...Julien Lancelot2014-06-131-14/+38
* SONAR-5007 - Added getAllProfileStats for QProfileService classStephane Gamard2014-06-135-23/+108
* 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-1314-128/+292
* 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-122-13/+10
* 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-122-0/+20
* SOANR-5007 - Perf driven ES configurationStephane Gamard2014-06-122-15/+23
* SONAR-5007 delete unused class RulesDaoSimon Brandhof2014-06-121-2/+0
* SONAR-5007 improve medium tests for testing server startup tasksSimon Brandhof2014-06-123-4/+7
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-126-15/+11
* fix quality flaw (debug available)Stephane Gamard2014-06-121-2/+0
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-127-38/+28
* 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-111-39/+48
* SONAR-5329 - Updated QProfile count with Key and Added ServiceMediumTestStephane Gamard2014-06-111-2/+8
* SONAR-5329 - Added details to Log and JsonStephane Gamard2014-06-114-12/+39
* SONAR-5007 - Added count by IndexField for *Index classesStephane Gamard2014-06-112-1/+29
* SONAR-5007 - Added count method to Base and QProfilesStephane Gamard2014-06-113-0/+17
* SONAR-5380 Manage custom rule activationJulien Lancelot2014-06-112-14/+19
* SONAR-5137 do not propagate activation on descendants if they already activat...Simon Brandhof2014-06-113-25/+55
* SONAR-5007 remove unused methods in Q profile DAOsSimon Brandhof2014-06-115-47/+3
* SONAR-5007 Fix bad merge of 65920936508883a128dab1b77f9a49332bb5d363Simon Brandhof2014-06-111-1/+1
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-2/+0
* SONAR-5360 When creating a custom rule, the rule key should be setJulien Lancelot2014-06-113-8/+41
* SONAR-5007 - Fixed Missing ES _id field in RuleNorm under special caseStephane Gamard2014-06-102-0/+3
* SONAR-5329 - Added LogsWebService and Definition Medium TestStephane Gamard2014-06-105-1/+206
* fix quality flaw (missing license header)Stephane Gamard2014-06-101-0/+19
* SONAR-5329 - Added LogServiceMediumTestStephane Gamard2014-06-102-10/+39
* SONAR-5329 - Added LogQuery and search method in LogIndexStephane Gamard2014-06-102-5/+57
* SONAR-5329 - Added added findAll() for logDao (used in tests)Stephane Gamard2014-06-101-1/+6
* fix quality flaw (missing license header)Stephane Gamard2014-06-101-0/+19
* SONAR-5329 - Added ActiveRuleChange Medium test and base detail mapStephane Gamard2014-06-101-2/+14