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 | -71/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-8595 enforce organization of component is specified in UTs | Sébastien Lesaint | 2017-01-16 | 1 | -4/+6 |
| | | | | for UTs using ComponentTesting and/or ComponentDbTester | ||||
* | SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 1 | -5/+4 |
| | | | | | | | | | hardcode CE and ComponentService to persist components into default organization hardcode WS api/components/bulk_update_key to work on default organization hardcode WS api/projects/create to create project into default organization hardcode WS api/ce/submit to create project into default organization fix UTs to set this new non nullable column | ||||
* | SONAR-7700 use "B columns" strategy for update of PROJECTS | Simon Brandhof | 2016-07-11 | 1 | -1/+2 |
| | | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction | ||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 1 | -3/+1 |
| | |||||
* | SONAR-7330 Remove DAOv2 base classes | Simon Brandhof | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | revert change to omponentDaoWithDuplicatedKeysTest | Sébastien Lesaint | 2016-01-28 | 1 | -12/+2 |
| | |||||
* | remove specific schema for ComponentDaoWithDuplicatedKeysTest | Sébastien Lesaint | 2016-01-27 | 1 | -2/+12 |
| | | | | less maintenance and risk for test to get out of sync with current definition of table PROJECTS | ||||
* | 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 | -5/+4 |
| | |||||
* | SONAR-6332 Prevent provisioning projects with same key on MySQL | Julien Lancelot | 2015-09-29 | 1 | -0/+72 |