aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-274-35/+117
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-273-21/+55
* SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCountSébastien Lesaint2017-04-274-10/+62
* SONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus to updateIfSébastien Lesaint2017-04-274-11/+83
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-275-20/+239
* SONAR-8995 a bit of formatting on CeQueueMapper.xmlSébastien Lesaint2017-04-271-45/+86
* Always return a positive number of line when creating a random issueJulien Lancelot2017-04-251-1/+2
* SONAR-9083 Remove WsTester usage in IssuesActionTestJulien Lancelot2017-04-251-6/+5
* SONAR-9150 Return paging in api/organizations/searchJulien Lancelot2017-04-214-1/+26
* SONAR-9132 introduce RuleDefinitionDto#isCustomRuleDaniel Schwarz2017-04-201-0/+4
* SONAR-8957 Remove permission templates when deactivating a userJulien Lancelot2017-04-204-1/+33
* SONAR-8957 Rename deactivateUserByLogin to deactivateUserByIdJulien Lancelot2017-04-202-28/+5
* SONAR-8957 Move deletion of orgniaztion membership from UserDao to Deactivate...Julien Lancelot2017-04-206-16/+25
* SONAR-8957 Move deletion of default assignee settings from UserDao to Deactiv...Julien Lancelot2017-04-208-42/+35
* SONAR-8957 Move deletion of user permissions from UserDao to DeactivateActionJulien Lancelot2017-04-208-16/+39
* SONAR-8957 Move deletion of user properties from UserDao to DeactivateActionJulien Lancelot2017-04-205-19/+4
* SONAR-8957 Move deletion of group membership from UserDao to DeactivateActionJulien Lancelot2017-04-207-8/+28
* SONAR-8712 Do not fail to display QGates containing removed metricsJulien Lancelot2017-04-201-0/+13
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-04-196-23/+13
* SONAR-8924 ignore removed rules, when calculating qprofile statisticsDaniel Schwarz2017-04-143-3/+32
* fix quality flawsDaniel Schwarz2017-04-142-19/+19
* SONAR-8951 provide org if searching for active rules whenever possibleDaniel Schwarz2017-04-146-27/+37
* SONAR-8951 active rule dao: remove “selectAll”Daniel Schwarz2017-04-142-18/+0
* SONAR-8951 changed guava’s Optional to java.util.Optional for RuleDaoDaniel Schwarz2017-04-142-27/+26
* SONAR-8949 make api/rules/update organization awareDaniel Schwarz2017-04-142-9/+24
* SONAR-8949 changed rule update medium test to regular testDaniel Schwarz2017-04-141-2/+3
* SONAR-8952 make api/rules/tags organization awareDaniel Schwarz2017-04-146-21/+124
* SONAR-9022 Use default group id from DB when checking default group usage in ...Julien Lancelot2017-04-132-7/+4
* SONAR-9020 Copy 'sonar-users' permission templates when creating "members" gr...Julien Lancelot2017-04-134-0/+36
* SONAR-9020 Copy 'sonar-users' permission when creating "members" group on def...Julien Lancelot2017-04-134-0/+38
* SONAR-9020 Create the group "members" on default organization when activating...Julien Lancelot2017-04-134-0/+28
* UserDbTester.insertUser does not add default organization membershipJulien Lancelot2017-04-131-3/+0
* SONAR-9016 Return 'default' in api/user_groups/search WSJulien Lancelot2017-04-131-0/+4
* SONAR-9016 Return 'default' in api/users/groupsJulien Lancelot2017-04-132-0/+20
* SONAR-9016 Create DAO methods to select/set default group idJulien Lancelot2017-04-135-1/+94
* Fix Quality flawsSimon Brandhof2017-04-123-13/+2
* rename Collectors to MoreCollectorsSébastien Lesaint2017-04-039-18/+18
* Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-3110-49/+204
* SONAR-8952 only index rules, when they are updated in dbDaniel Schwarz2017-03-302-4/+14
* fix quality flawsDaniel Schwarz2017-03-301-3/+6
* SONAR-8857 api/qualityprofiles/projects must filter on orgDaniel Schwarz2017-03-285-51/+65
* Improve test stabilityJulien Lancelot2017-03-281-18/+9
* Remove no more used DbUnit filesJulien Lancelot2017-03-281-14/+0
* Remove DbUnit usage from UserGroupDaoTestJulien Lancelot2017-03-284-24/+19
* Remove DbUnit usage from RoleDaoTestJulien Lancelot2017-03-283-87/+17
* Remove DbUnit usage from GroupDaoTestJulien Lancelot2017-03-283-83/+26
* Remove DbUnit usage from PermissionTemplateDaoTestJulien Lancelot2017-03-2820-446/+147
* Drop unused SQL requests from ActiveRuleDao and QualityProfileDaoSimon Brandhof2017-03-276-124/+5
* SONAR-8997 SONAR-8998 Filter organization members when selecting users to cha...Teryk Bellahsene2017-03-2719-121/+209
* SONAR-8999 Return only organization members when changing group membershipTeryk Bellahsene2017-03-274-29/+49