aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8980 Index organizations when indexing a userTeryk Bellahsene2017-03-244-0/+77
* SONAR-8857 fix quality flawsDaniel Schwarz2017-03-241-17/+0
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-244-4/+41
* SONAR-8857 make api/qualityprofiles/deactivate_rule organization awareDaniel Schwarz2017-03-231-0/+3
* SONAR-8867 fix too long property identifier in RuleDto for most SGBDsSébastien Lesaint2017-03-235-48/+48
* SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-239-58/+148
* SONAR-8867 read and write into table RULES_METADATASébastien Lesaint2017-03-237-85/+383
* SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuerySébastien Lesaint2017-03-232-6/+7
* SONAR-8867 add and use RuleDao#selectAllDefinitionsSébastien Lesaint2017-03-234-2/+24
* SONAR-8867 make UserDao#selectEnabled process RuleDefinitionDtoSébastien Lesaint2017-03-232-15/+5
* SONAR-8867 add and use UserDao#selectDefinitionByKeysSébastien Lesaint2017-03-234-8/+34
* SONAR-8867 add and use RuleDao#selectDefinitionById[s]Sébastien Lesaint2017-03-234-13/+63
* SONAR-8867 add and use RuleDao#selectOrFailDefinitionByKeySébastien Lesaint2017-03-232-26/+28
* SONAR-8867 add and use RuleDao#selectDefinitionByKeySébastien Lesaint2017-03-239-52/+118
* SONAR-8867 enforce definition and metadata are inserted/updated separatelySébastien Lesaint2017-03-239-108/+118
* SONAR-8867 RuleDto aggregates RuleDefinitionDto and RuleMetadataDtoSébastien Lesaint2017-03-235-182/+210
* SONAR−8867 split persistence of rule definition from metadataSébastien Lesaint2017-03-231-6/+58
* SONAR-8867 split insert/update of definition and metadata in DAOSébastien Lesaint2017-03-237-60/+576
* SONAR-8867 remove usused RuleDao#selectEnabled(DbSession)Sébastien Lesaint2017-03-233-29/+13
* SONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)Sébastien Lesaint2017-03-231-2/+0
* 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-8924 restrict count of projects on specified organizationSimon Brandhof2017-03-235-61/+29
* SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-238-0/+198
* SONAR-8889 api/qualityprofiles/delete must delete changelog and clean-up Elas...Simon Brandhof2017-03-234-20/+12
* SONAR-8889 profile related SQLs to delete rows by list of keySimon Brandhof2017-03-2313-52/+302
* SONAR-8889 remove OrganizationMapper#deleteByKey()Simon Brandhof2017-03-234-47/+0
* Drop unused method QualityProfileMapper#selectByProjectIdAndLanguage()Simon Brandhof2017-03-232-12/+0
* SONAR-8857 fix quality flawsDaniel Schwarz2017-03-231-2/+13
* SONAR-8857 make ws/qualityprofiles/inheritance organization awareDaniel Schwarz2017-03-234-9/+37
* fix and simplify pagination CeActivityDao#selectByQuerySébastien Lesaint2017-03-234-41/+46
* fix pagination in OrganizationDao#selectByQuerySébastien Lesaint2017-03-234-43/+44
* SONAR-8931 simpler paging in selectOrganizationsWithoutLoadedTemplateSébastien Lesaint2017-03-236-23/+206
* SONAR-8931 add OrganizationDao#.selectOrganizationsWithoutLoadedTemplateSébastien Lesaint2017-03-234-2/+155
* SONAR-8857 add organization param to api/qualityprofiles/exportSimon Brandhof2017-03-231-0/+19
* SONAR-8857 each organization can have a default qprofile for each langDaniel Schwarz2017-03-234-9/+9
* SONAR-8857 make ws/api/qualityprofiles/search support organizationsDaniel Schwarz2017-03-2310-54/+51
* SONAR-8857 allow same names for qprofiles in different organizationsDaniel Schwarz2017-03-233-23/+12
* SONAR-8857 use organization DTO instead of UUID for type-safetyDaniel Schwarz2017-03-231-4/+5
* SONAR-8857 allow qprofiles with same lang and name in different orgsDaniel Schwarz2017-03-232-0/+30
* Move test helper class to test packageJulien Lancelot2017-03-231-0/+0
* SONAR-8962 Return sub views in api/measures/searchJulien Lancelot2017-03-235-2/+74
* SONAR-8962 Remove useless selectByQuery using ResultHandlerJulien Lancelot2017-03-233-151/+0
* SONAR-8968 Add organization parameter in api/users/groupsJulien Lancelot2017-03-216-31/+96
* SONAR-8968 Remove useless login from GroupMembershipQueryJulien Lancelot2017-03-214-45/+17
* SONAR-8968 Remove DbUnit usage in GroupMembershipDaoTestJulien Lancelot2017-03-215-181/+142
* SONAR-8894 Search members of an organization WS api/organizations/search_membersTeryk Bellahsene2017-03-218-3/+68
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-216-26/+4
* SONAR-8900 Add method to return all organization uuids of a userJulien Lancelot2017-03-214-0/+28