Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split sonar-db into server/sonar-db-core and server/sonar-db-dao | Sébastien Lesaint | 2017-02-17 | 1 | -844/+0 |
| | |||||
* | SONAR-8761 organizations mgmt WS must check if org feature is enabled | Simon Brandhof | 2017-02-10 | 1 | -0/+5 |
| | |||||
* | Add and complete DbTester#properties() | Simon Brandhof | 2017-02-10 | 1 | -0/+7 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-7946 Remove usage of QProfileFactory | Julien Lancelot | 2017-02-01 | 1 | -0/+7 |
| | | | | Also replace WsTester by WsActionTester in UT | ||||
* | SONAR-8594 enforce report has same organization key as component | Sébastien Lesaint | 2017-01-16 | 1 | -1/+9 |
| | |||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 1 | -0/+7 |
| | |||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 1 | -1/+8 |
| | |||||
* | SONAR-7290 Rewrite api/issues/changelog in Java | Julien Lancelot | 2016-12-13 | 1 | -0/+14 |
| | |||||
* | SONAR-8467 Create WS api/project_analyses/search | Teryk Bellahsene | 2016-12-13 | 1 | -0/+4 |
| | |||||
* | SONAR-5471 add DropIndexBuilder | Simon Brandhof | 2016-12-12 | 1 | -1/+17 |
| | |||||
* | SONAR-5471 add CreateIndexBuilder | Simon Brandhof | 2016-12-12 | 1 | -2/+33 |
| | |||||
* | SONAR-8464 Create WS api/project_analyses/create_event | Teryk Bellahsene | 2016-12-07 | 1 | -0/+7 |
| | |||||
* | SONAR-8450 Extract logic to get qgate from project in QualityGateFinder | Julien Lancelot | 2016-12-06 | 1 | -0/+7 |
| | |||||
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵ | Julien Lancelot | 2016-11-09 | 1 | -0/+9 |
| | | | | "widget_properties" | ||||
* | SONAR-8100 add PermissionTemplateDbTester to DbTester | Sébastien Lesaint | 2016-10-20 | 1 | -0/+7 |
| | |||||
* | SONAR-8192 set/unset root with admin permission change though WS | Sébastien Lesaint | 2016-10-19 | 1 | -0/+7 |
| | | | | this applies only to the admin permission of the default organization | ||||
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 1 | -0/+7 |
| | |||||
* | SONAR-8134 add column permission_templates.organization_uuid | Simon Brandhof | 2016-10-13 | 1 | -5/+26 |
| | |||||
* | SONAR-8134 create default organization in DbTester | Simon Brandhof | 2016-10-13 | 1 | -12/+40 |
| | |||||
* | SONAR-8025 add DbTester#assertPrimaryKey | Sébastien Lesaint | 2016-09-16 | 1 | -2/+71 |
| | |||||
* | SONAR-8025 add DbTester#executeDdl | Sébastien Lesaint | 2016-09-16 | 1 | -0/+10 |
| | |||||
* | SONAR-7851 add QProfileChangeDao | Simon Brandhof | 2016-09-12 | 1 | -0/+2 |
| | |||||
* | improve DbTester SQL utility methods exception stacktrace | Sébastien Lesaint | 2016-09-09 | 1 | -0/+7 |
| | |||||
* | add DbTest#select(DbSession, String) | Sébastien Lesaint | 2016-09-09 | 1 | -0/+4 |
| | |||||
* | properly handle connections in DbTester utility methods | Sébastien Lesaint | 2016-09-05 | 1 | -23/+63 |
| | |||||
* | SONAR-7911 purge scanner_context table when analysis is deleted | Sébastien Lesaint | 2016-08-22 | 1 | -0/+2 |
| | |||||
* | SONAR-7844 add ScannerContextDao | Sébastien Lesaint | 2016-08-22 | 1 | -10/+50 |
| | |||||
* | SONAR-7903 persist analysis reports in db | Simon Brandhof | 2016-08-05 | 1 | -10/+13 |
| | | | | | instead of file system (data/ce/reports). That allows support of clustering. | ||||
* | SONAR-7700 use "B columns" strategy for update of PROJECTS | Simon Brandhof | 2016-07-11 | 1 | -1/+1 |
| | | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction | ||||
* | SONAR-7693 replace SNAPSHOTS.*PROJECT_ID by columns with uuids | Sébastien Lesaint | 2016-06-14 | 1 | -1/+7 |
| | |||||
* | DbTester: add test on nullable or not to assertColumnDefinition | Sébastien Lesaint | 2016-06-13 | 1 | -1/+9 |
| | |||||
* | DbTester: add executeInsert with varargs | Sébastien Lesaint | 2016-06-13 | 1 | -0/+18 |
| | |||||
* | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 1 | -5/+1 |
| | | | | | | so that it is always @Rule but not @ClassRule. That allows to drop calls to truncateTables() from tests. Each db test is ensured to be isolated. | ||||
* | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQL | Julien Lancelot | 2016-04-26 | 1 | -9/+12 |
| | | | | | connection.commit() should not be used on these 2 DB executeInsert should use parametrized query | ||||
* | SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE | Teryk Bellahsene | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | SONAR-7329 Feed RULES.RULE_TYPE | Julien Lancelot | 2016-03-02 | 1 | -5/+19 |
| | |||||
* | Fix DB tests on non-H2 | Simon Brandhof | 2016-03-01 | 1 | -1/+2 |
| | |||||
* | Replace SQL "count(*)" by "count(1)" | Simon Brandhof | 2016-02-29 | 1 | -1/+1 |
| | | | | It can have slight performance improvements on some databases. | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Update DbTester javadoc | Teryk Bellahsene | 2015-09-30 | 1 | -3/+2 |
| | |||||
* | SONAR-6821 WS qualityprofiles/search load default quality profiles or ↵ | Teryk Bellahsene | 2015-09-17 | 1 | -0/+4 |
| | | | | project quality profiles | ||||
* | Update DbTester javadoc | Teryk Bellahsene | 2015-09-04 | 1 | -2/+2 |
| | |||||
* | Replace DaoUtils by DaoModule | Teryk Bellahsene | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Replace usage of new DbTester() and AbstractDaoTestCase by ↵ | Julien Lancelot | 2015-07-07 | 1 | -6/+0 |
| | | | | DbTester.create(System2) | ||||
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 1 | -3/+2 |
| | |||||
* | Revert "Fix execution of tests on non-H2 databases" | Simon Brandhof | 2015-07-06 | 1 | -7/+10 |
| | | | | This reverts commit 34ac5d84f639df6643a7976593c6f00b4283f04b. | ||||
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 1 | -10/+7 |
| | |||||
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 1 | -7/+30 |
| |