aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-275-205/+186
|
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-251-7/+20
|
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2526-1361/+4
|
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-253-21/+13
|
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-253-136/+19
|
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-3/+25
|
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-241-2/+8
|
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-241-0/+19
|
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-241-14/+0
|
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-241-23/+2
|
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-243-52/+3
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-241-3/+5
|
* Replace unused OldPermissionQuerySimon Brandhof2017-01-241-56/+0
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-242-25/+7
|
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-231-9/+29
|
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-232-0/+220
|
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-231-46/+82
| | | | and a given group name exists in multiple organizations
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-52/+0
|
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-181-57/+0
|
* SONAR-8613 add filter on keys to OrganizationDao.selectByQuerySébastien Lesaint2017-01-161-16/+131
|
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-161-5/+0
| | | | remove join on table ORGANIZATIONS in ComponentMapper.xml which was used to populate this field
* SONAR-8613 add OrganizationDao.selectByUuidsSébastien Lesaint2017-01-161-87/+177
|
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-161-1/+3
|
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-161-0/+2
|
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-161-1/+1
|
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-162-1/+7
| | | | by joining on table ORGANIZATIONS
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-1622-193/+248
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-163-8/+23
| | | | | by joining on ORGANIZATIONS table add organizationKey (read-only) to ComponentDto
* SONAR-8595 ComponentTesting support for root components' organizationSébastien Lesaint2017-01-162-33/+53
|
* SONAR-8594 enforce report has same organization key as componentSébastien Lesaint2017-01-161-1/+9
|
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-162-6/+7
| | | | altered SQL requests on Component tree to not leak out of organization of root
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-0/+9
| | | | remove hardcode to default organization from ComponentService
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1690-302/+574
| | | | | | | | | 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-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-101-7/+38
|
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-051-12/+12
|
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-291-1/+4
|
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-292-0/+72
|
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-211-1/+1
|
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-192-1/+69
|
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-162-71/+3
|
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-165-16/+95
| | | | and remove direct usages of MyBatis mapper
* SONAR-8445 delete unused resources from deleted unit testSébastien Lesaint2016-12-167-43/+0
|
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1619-2523/+0
|
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1610-985/+0
|
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-151-59/+0
|
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-2/+3
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-4/+3
|
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-6/+51
|
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-141-4/+12
|
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-146-791/+0
| | | | and start some cleaning of migration related code in Ruby