aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
...
* make PersistSnapshotsStep support Views ComponentsSébastien Lesaint2015-08-241-6/+16
* add RuleDao.selectById to be used by Views pluginSébastien Lesaint2015-08-244-2/+22
* add MeasureDao.selectBySnapshotIdAndMetricKeys to be used by ViewsSébastien Lesaint2015-08-244-8/+79
* fix MyBatis and mapper loading to support mapper in server extensionsSébastien Lesaint2015-08-245-113/+233
* SONAR-6502 WS permissions/add_group_to_template add a group to a permission t...Teryk Bellahsene2015-08-243-8/+46
* SONAR-6501 WS permissions/remove_user_from_template remove a user from a perm...Teryk Bellahsene2015-08-242-12/+25
* SONAR-6500 WS permissions/add_user_to_template add a user to a permission tem...Teryk Bellahsene2015-08-242-7/+53
* Rename ComponentPermissions to ProjectPermissionsTeryk Bellahsene2015-08-241-2/+2
* Remove selectGroupByName methods from UserDaoTeryk Bellahsene2015-08-245-54/+6
* Create PermissionValueValidatorTeryk Bellahsene2015-08-242-1/+4
* SONAR-6485 WS permissions/search_project_permissions add paging field in resp...Teryk Bellahsene2015-08-191-3/+4
* SONAR-6485 WS permissions/search_project_permissions search for project permi...Teryk Bellahsene2015-08-1912-16/+383
* Move ComponentTesting to sonar-dbTeryk Bellahsene2015-08-191-0/+160
* Fix typo in PermissionQueryTeryk Bellahsene2015-08-191-1/+3
* Fix quality flawsTeryk Bellahsene2015-08-181-1/+1
* fix incomplete assertionsSébastien Lesaint2015-08-182-3/+3
* Create AnalysisReportDao object to test the DAOTeryk Bellahsene2015-08-131-9/+3
* Truncate tables before each test in AnalysisReportDaoTestTeryk Bellahsene2015-08-101-0/+1
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-103-21/+22
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-064-0/+20
* SONAR-6749 add ComponentDao.getProjects for ViewsSébastien Lesaint2015-08-067-5/+127
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0610-36/+153
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-069-36/+115
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-052-207/+207
* Gix compatibility of IssueMapper with postgresSimon Brandhof2015-08-051-4/+4
* Store issues locations in DB and return in WSSimon Brandhof2015-08-056-331/+343
* Fix ActionPlanStats on PostgresSimon Brandhof2015-08-051-1/+1
* Rename protobuf files of sonar-dbSimon Brandhof2015-08-0510-265/+3952
* Minor refactoring of DdlChangeSimon Brandhof2015-08-052-5/+5
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0530-32/+198
* ComponentDao#selectByKeys() supports more than 1'000 inputsSimon Brandhof2015-08-051-1/+15
* Load project UUID from action plan DAOSimon Brandhof2015-08-058-6/+20
* New WS api/rules/list for batchSimon Brandhof2015-08-051-1/+0
* Fix some quality flawsJulien HENRY2015-08-051-2/+2
* SONAR-6734 add MBean to expose Commpute Engine Queue infoSébastien Lesaint2015-08-032-0/+11
* Lowercase field selection in RoleMapperTeryk Bellahsene2015-07-311-1/+1
* Cross database definition of temporary tableTeryk Bellahsene2015-07-311-2/+2
* Add alias to temporary table in RoleMapperTeryk Bellahsene2015-07-311-2/+2
* SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...Teryk Bellahsene2015-07-315-54/+147
* Prepare upgrade to protobuf 3Simon Brandhof2015-07-301-0/+2
* refactoring of permissionsTeryk Bellahsene2015-07-3024-206/+217
* New WS api/rules/list for batchSimon Brandhof2015-07-304-0/+73
* Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-dbSimon Brandhof2015-07-304-2/+33
* Remove call to deprecated RuleDao from CE RuleCacheLoaderSimon Brandhof2015-07-282-1/+46
* Make the AnalysisReportDaoTest test strongerTeryk Bellahsene2015-07-241-18/+26
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-2420-59/+256
* Support of large number of keys in IssueDao#selectByKeys(...)Simon Brandhof2015-07-241-4/+19
* Apply conventions to IssueDaoSimon Brandhof2015-07-242-16/+29
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-244-14/+91
* Improve MetricDao code coverageTeryk Bellahsene2015-07-243-17/+216