aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/DbTester.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-844/+0
* SONAR-8761 organizations mgmt WS must check if org feature is enabledSimon Brandhof2017-02-101-0/+5
* Add and complete DbTester#properties()Simon Brandhof2017-02-101-0/+7
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7946 Remove usage of QProfileFactoryJulien Lancelot2017-02-011-0/+7
* SONAR-8594 enforce report has same organization key as componentSébastien Lesaint2017-01-161-1/+9
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-291-0/+7
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-191-1/+8
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-131-0/+14
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-131-0/+4
* SONAR-5471 add DropIndexBuilderSimon Brandhof2016-12-121-1/+17
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-121-2/+33
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-071-0/+7
* SONAR-8450 Extract logic to get qgate from project in QualityGateFinderJulien Lancelot2016-12-061-0/+7
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-091-0/+9
* SONAR-8100 add PermissionTemplateDbTester to DbTesterSébastien Lesaint2016-10-201-0/+7
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-191-0/+7
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-191-0/+7
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-131-5/+26
* SONAR-8134 create default organization in DbTesterSimon Brandhof2016-10-131-12/+40
* SONAR-8025 add DbTester#assertPrimaryKeySébastien Lesaint2016-09-161-2/+71
* SONAR-8025 add DbTester#executeDdlSébastien Lesaint2016-09-161-0/+10
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-0/+2
* improve DbTester SQL utility methods exception stacktraceSébastien Lesaint2016-09-091-0/+7
* add DbTest#select(DbSession, String)Sébastien Lesaint2016-09-091-0/+4
* properly handle connections in DbTester utility methodsSébastien Lesaint2016-09-051-23/+63
* SONAR-7911 purge scanner_context table when analysis is deletedSébastien Lesaint2016-08-221-0/+2
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-10/+50
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-10/+13
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-1/+1
* SONAR-7693 replace SNAPSHOTS.*PROJECT_ID by columns with uuidsSébastien Lesaint2016-06-141-1/+7
* DbTester: add test on nullable or not to assertColumnDefinitionSébastien Lesaint2016-06-131-1/+9
* DbTester: add executeInsert with varargsSébastien Lesaint2016-06-131-0/+18
* Refactor scope of DbTesterSimon Brandhof2016-05-241-5/+1
* SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQLJulien Lancelot2016-04-261-9/+12
* SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-211-1/+1
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-021-5/+19
* Fix DB tests on non-H2Simon Brandhof2016-03-011-1/+2
* Replace SQL "count(*)" by "count(1)"Simon Brandhof2016-02-291-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Update DbTester javadocTeryk Bellahsene2015-09-301-3/+2
* SONAR-6821 WS qualityprofiles/search load default quality profiles or project...Teryk Bellahsene2015-09-171-0/+4
* Update DbTester javadocTeryk Bellahsene2015-09-041-2/+2
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-231-1/+1
* Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy...Julien Lancelot2015-07-071-6/+0
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-061-3/+2
* Revert "Fix execution of tests on non-H2 databases"Simon Brandhof2015-07-061-7/+10
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-061-10/+7
* Improve testability of DaoSimon Brandhof2015-07-061-7/+30