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 | -135/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | remove dead code in PurgeCommand | Sébastien Lesaint | 2016-08-22 | 1 | -21/+0 |
| | |||||
* | SONAR-7705 stop using SNAPSHOTS tree columns in Java codebase | Simon Brandhof | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | SONAR-7705 remove dead code and dead sql in purge | Sébastien Lesaint | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | SONAR-7705 remove Orphan components directly from the root | Sébastien Lesaint | 2016-07-04 | 1 | -10/+11 |
| | |||||
* | SONAR-7705 use uuid in PurgeMapper.deleteSnapshots | Sébastien Lesaint | 2016-07-04 | 1 | -0/+9 |
| | |||||
* | SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents | Sébastien Lesaint | 2016-07-04 | 1 | -4/+21 |
| | |||||
* | remove ids from PurgeSnapshotQuery | Sébastien Lesaint | 2016-07-04 | 1 | -3/+3 |
| | | | | in addition, PurgeDao#selectPurgeableSnapshots renamed to selectPurgeableAnalyses and it returns only root snapshots (ie. analyses) | ||||
* | SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in code | Sébastien Lesaint | 2016-06-22 | 1 | -5/+5 |
| | |||||
* | SONAR-7693 support removal of ID columns in SNAPSHOTS | Sébastien Lesaint | 2016-06-14 | 1 | -1/+1 |
| | |||||
* | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 1 | -5/+0 |
| | | | | | | 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. | ||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 1 | -3/+1 |
| | |||||
* | 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 |
| | |||||
* | SONAR-6834 Purge CE_ACTIVITY when deleting a project | Julien Lancelot | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 1 | -56/+33 |
| | |||||
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 1 | -1/+7 |
| | |||||
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 1 | -0/+153 |