aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17203-12019/+0
|
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-107-667/+0
|
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-105-184/+0
|
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-101-0/+1
|
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-103-0/+3
|
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-094-216/+0
|
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-021-2/+4
|
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-311-335/+0
|
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2521-1165/+0
|
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-251-120/+14
|
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-242-34/+0
|
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-231-0/+185
|
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-161-0/+13
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-161-6/+11
| | | | | by joining on ORGANIZATIONS table add organizationKey (read-only) to ComponentDto
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-161-2/+2
| | | | altered SQL requests on Component tree to not leak out of organization of root
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1686-285/+553
| | | | | | | | | 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-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-162-9/+0
| | | | 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 SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-142-47/+0
| | | | and start some cleaning of migration related code in Ruby
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-141-17/+0
|
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1446-1970/+0
|
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1411-126/+0
|
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1423-391/+0
|
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-143-35/+0
| | | | | add Java toolkit to run DB migrations port last 3 DB migrations (ie. from current SQ 6.3) to this Java toolkit and make it run after Ruby migration
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-133-2/+0
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-13172-5332/+49
|
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-121-0/+0
|
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-054-0/+22
|
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-051-0/+12
|
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-056-0/+21
|
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-141-0/+0
|
* Update some copyright headers to 2016Simon Brandhof2016-11-141-1/+1
|
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-101-0/+20
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1011-295/+0
|
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-091-0/+20
|
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-092-57/+0
|
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-091-0/+47
| | | | "widget_properties"
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0912-287/+0
|
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-261-0/+40
|
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-2111-729/+0
|
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-204-168/+0
|
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-1617-0/+0
|
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-132-69/+0
| | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions()
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-132-65/+0
| | | | replaced by GroupPermissionDao#delete()
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-134-118/+0
| | | | Replaced by GroupPermissionDao#deleteByRootComponentId()
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-1344-108/+119
|
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-131-0/+21
|
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-1344-112/+233
| | | | Column is currently empty.
* Support organizations in user group web servicesSimon Brandhof2016-10-1320-55/+106
|
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-138-0/+93
|