aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-8867 a bit of formatting on RuleMapper.xmlSébastien Lesaint2017-03-231-109/+192
* | SONAR-8867 add missing jdbcType to RuleMapperSébastien Lesaint2017-03-231-50/+51
* | SONAR-8867 remove unused RuleMapper#selectByNameSébastien Lesaint2017-03-232-8/+0
* | SONAR-8925 re-enable IssueAssignTestSimon Brandhof2017-03-231-4/+9
* | SONAR-8925 scanner sends param "organization" when requesting Quality profilesSimon Brandhof2017-03-233-67/+104
* | SONAR-8971 check consistency of Quality profiles in Compute EngineSimon Brandhof2017-03-232-9/+83
* | SONAR-8924 restrict count of projects on specified organizationSimon Brandhof2017-03-236-62/+30
* | SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-2322-632/+331
* | SONAR-8924 add and populate field "orgUuid" to ES index rules/activeRuleSimon Brandhof2017-03-235-32/+40
* | SONAR-8889 fix Quality flaws in ActiveRuleIndexerSimon Brandhof2017-03-231-31/+7
* | SONAR-8889 drop Quality profiles when deleting an organizationSimon Brandhof2017-03-232-2/+39
* | SONAR-8889 do not drop Quality profile at startup if already existsSimon Brandhof2017-03-234-205/+12
* | SONAR-8889 api/qualityprofiles/delete must delete changelog and clean-up Elas...Simon Brandhof2017-03-236-188/+203
* | SONAR-8889 profile related SQLs to delete rows by list of keySimon Brandhof2017-03-2326-76/+493
* | SONAR-8889 remove OrganizationMapper#deleteByKey()Simon Brandhof2017-03-235-65/+18
* | SONAR-8888 fix indexing of quality profiles on SQLServerSimon Brandhof2017-03-231-4/+10
* | Remove unused "statuses" field in response of api/rules/appSimon Brandhof2017-03-232-27/+2
* | SONAR-8865 support new param "organization" in api/rules/appSimon Brandhof2017-03-235-85/+213
* | SONAR-8857 temporarily ignore IssueAssignTest, until it is org readyDaniel Schwarz2017-03-231-0/+2
* | SONAR-8857 add /restore and /activate_rule to sonar-ws, refactor testsDaniel Schwarz2017-03-2311-71/+347
* | Drop unused method QualityProfileMapper#selectByProjectIdAndLanguage()Simon Brandhof2017-03-232-12/+0
* | SONAR-8888 use DefinedQProfileRepository in QProfileResetImplSébastien Lesaint2017-03-231-41/+19
* | SONAR-8888 create default quality profiles when creating organizationSébastien Lesaint2017-03-235-39/+266
* | SONAR-8888 move commit out of DefinedQProfileCreation#commitSébastien Lesaint2017-03-234-1/+10
* | SONAR-8888 add DefinedQProfileCreationSébastien Lesaint2017-03-237-146/+550
* | SONAR-8888 load DefinedQProfiles even when no startup leaderSébastien Lesaint2017-03-235-5/+100
* | SONAR-8888 add DefinedQProfileRepositorySébastien Lesaint2017-03-2312-500/+813
* | SONAR-8931 fix log levelSébastien Lesaint2017-03-231-2/+2
* | SONAR-8857 fix quality flawsDaniel Schwarz2017-03-2313-267/+87
* | SONAR-8857 support organizations in api/qualityprofiles/change_parentDaniel Schwarz2017-03-233-52/+90
* | SONAR-8857 use random names in change_parent wsAction testDaniel Schwarz2017-03-231-59/+45
* | SONAR-8857 refactored change_parent medium test to WsActionTester testDaniel Schwarz2017-03-231-91/+172
* | SONAR-8857 make ws/qualityprofiles/inheritance organization awareDaniel Schwarz2017-03-232-46/+1
* | SONAR-8857 make ws/qualityprofiles/inheritance organization awareDaniel Schwarz2017-03-2319-363/+185
* | SONAR-8857 move code from QProfileLoader to callersDaniel Schwarz2017-03-237-113/+87
* | SONAR-8857 refactored inheritance action medium test to a regular testDaniel Schwarz2017-03-233-47/+85
* | SONAR-8857 make ws api/qualityprofiles/changelog organization awareDaniel Schwarz2017-03-237-18/+184
* | SONAR-8857 add param "organization" to api/qualityprofiles/add_project/remove...Simon Brandhof2017-03-2319-581/+527
* | SONAR-8857 support organization in api/qualityprofiles/copySimon Brandhof2017-03-234-44/+75
* | SONAR-8857 remove test of api/qualityprofiles/copy from QProfilesWsTestSimon Brandhof2017-03-231-10/+0
* | SONAR-8857 clean-up backup/restoreSimon Brandhof2017-03-2313-143/+251
* | SONAR-8857 move code from SearchDataLoader to SearchActionDaniel Schwarz2017-03-236-271/+262
* | SONAR-6315 use standard UUID in examples for QP keysSébastien Lesaint2017-03-2313-55/+64
* | fix and simplify pagination CeActivityDao#selectByQuerySébastien Lesaint2017-03-237-45/+61
* | fix pagination in OrganizationDao#selectByQuerySébastien Lesaint2017-03-235-45/+46
* | SONAR-8931 simpler paging in selectOrganizationsWithoutLoadedTemplateSébastien Lesaint2017-03-237-62/+247
* | move profile with-db-drivers to server to allow testing in any db moduleSébastien Lesaint2017-03-232-29/+34
* | SONAR-6315 cache rules and query active rules per profileSébastien Lesaint2017-03-235-34/+117
* | SONAR-6315 remote RuleActivator#activate override used only in testsSébastien Lesaint2017-03-234-20/+18
* | SONAR-8931 support all organizations in RegisterQualityProfilesSébastien Lesaint2017-03-232-95/+110