aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/component/ComponentTesting.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-206/+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-24/+0
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-8595 ComponentTesting support for root components' organizationSébastien Lesaint2017-01-161-23/+47
|
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-161-6/+10
| | | | | | | | | 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-8160 WS measures/search handles permission check on several projectsJulien Lancelot2016-10-251-12/+16
|
* SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-301-0/+1
|
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-101-14/+15
|
* SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-271-11/+32
|
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-5/+5
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-131-4/+4
| | | | display measures
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-211-0/+3
|
* fix ComponentTesting: Subview in table PROJECTS have no pathSébastien Lesaint2015-09-081-5/+4
|
* SONAR-6487 WS permissions/search_project_permissions do not return component ↵Teryk Bellahsene2015-09-021-3/+3
| | | | copies used in views for example
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-281-1/+1
|
* make PersistSnapshotsStep support Views ComponentsSébastien Lesaint2015-08-241-6/+16
|
* SONAR-6485 WS permissions/search_project_permissions search for project ↵Teryk Bellahsene2015-08-191-0/+4
| | | | permissions
* Move ComponentTesting to sonar-dbTeryk Bellahsene2015-08-191-0/+160