aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* Remove error-prone params Organization in UserDbTesterSimon Brandhof2017-01-293-55/+61
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-277-33/+68
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-276-15/+328
* SONAR-8690 populate DEFAULT_PERM_TEMPLATE_* columns from PROPERTIESSébastien Lesaint2017-01-271-0/+1
* SONAR-8690 add columns ORGANIZATIONS.default_perm_template_*Sébastien Lesaint2017-01-272-0/+3
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-2711-205/+259
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-5/+1
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-255-21/+108
* Drop unused method PurgeMapper#deleteSnapshotMeasures()Simon Brandhof2017-01-252-11/+0
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-253-16/+2
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2538-1863/+6
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-257-62/+38
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-255-175/+42
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-244-5/+55
* 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-247-21/+61
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-244-45/+0
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-244-84/+2
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-246-66/+4
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-247-242/+7
* Replace unused OldPermissionQuerySimon Brandhof2017-01-242-264/+0
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-244-95/+9
* Add some missing jdbcType attributes to MyBatis mappersSimon Brandhof2017-01-244-98/+90
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-234-34/+76
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-233-0/+19
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-235-8/+238
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-234-62/+107
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-184-79/+1
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-186-368/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-163-0/+18
* SONAR-8613 add filter on keys to OrganizationDao.selectByQuerySébastien Lesaint2017-01-165-19/+215
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-163-35/+5
* SONAR-8613 add OrganizationDao.selectByUuidsSébastien Lesaint2017-01-164-87/+200
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-162-5/+9
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-162-1/+6
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-162-5/+7
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-163-5/+13
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-1622-193/+248
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-165-12/+39
* 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-163-32/+54
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-0/+9
* SONAR-8474 add index on PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-162-0/+2
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1694-323/+597
* SONAR-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-104-7/+57
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-052-12/+20
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-301-3/+3
* 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-293-1/+75