aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoWithDuplicatedKeysTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-71/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-161-4/+6
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-161-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 PROJECTSSimon Brandhof2016-07-111-1/+2
| | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
|
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-291-1/+1
|
* revert change to omponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-281-12/+2
|
* remove specific schema for ComponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-271-2/+12
| | | | less maintenance and risk for test to get out of sync with current definition of table PROJECTS
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-291-0/+72