aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-2411-11/+11
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-248-14/+22
* Rename ComponentDao methods according to new conventionsTeryk Bellahsene2015-07-241-3/+3
* Rename MetricDao methods following the new conventionTeryk Bellahsene2015-07-241-2/+3
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-2345-287/+283
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-233-55/+61
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-236-42/+188
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-2310-0/+356
* Create RowNotFoundException as the default DAO Exception thrownTeryk Bellahsene2015-07-231-0/+35
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-237-35/+5407
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-226-3/+377
* Fix quality flawsTeryk Bellahsene2015-07-212-2/+30
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-202-162/+3
* Fix quality flawsJulien Lancelot2015-07-173-0/+75
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-17229-0/+13126
* SONAR-6716 remove data migrations of v4.4Simon Brandhof2015-07-1710-498/+2
* SONAR-6716 do not accept db upgrades from versions previous to LTSSimon Brandhof2015-07-161-0/+7
* SONAR-6716 Fix quality flaw in DatabaseVersionSimon Brandhof2015-07-161-1/+2
* SONAR-6716 Remove unused db migrations of data (not structures)Simon Brandhof2015-07-161-9/+0
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-5/+5
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-1611-229/+228