aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
* 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-236-35/+5389
* 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-17228-0/+13122
* 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
* SONAR-6702 Fix UT on MsSQL when projects.kee is nullJulien Lancelot2015-07-168-26/+28
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-164-18/+26
* SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE indexJulien Lancelot2015-07-164-78/+26
* SONAR-6702 Add migration to remove duplicated components with same keyJulien Lancelot2015-07-162-1/+2
* Remove no more used PurgeDao.selectPurgeableFileUuids()Julien Lancelot2015-07-165-110/+3
* Move custom measures in sonar-dbTeryk Bellahsene2015-07-168-6/+308
* Fix quality flawsJulien Lancelot2015-07-151-0/+2
* Merge SqlUtil and DatabaseUtilsSimon Brandhof2015-07-122-0/+87
* Fix travis.sh to execute db tests on mysql and postgresSimon Brandhof2015-07-081-1/+2
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-0816-0/+1489
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-0816-831/+21
* Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy...Julien Lancelot2015-07-072-73/+0