aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17257-24001/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-1633-122/+122
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* Fix Quality flawsSimon Brandhof2017-02-141-12/+0
|
* SONAR-8647 Add field organizationUuid to index projectmeasuresSimon Brandhof2017-02-141-4/+15
|
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-104-198/+6
|
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-102-9/+0
|
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-102-10/+0
|
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-102-76/+2
|
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-104-34/+0
|
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-101-0/+14
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10259-526/+518
|
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-101-18/+32
|
* SONAR-8744 Remove no more used methods from dtosJulien Lancelot2017-02-092-73/+0
|
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-094-176/+83
|
* SONAR-8735 add WS api/organizations/search_my_organizationsSébastien Lesaint2017-02-072-0/+6
|
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-021-13/+7
|
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-021-2/+9
|
* Drop class ComponentDtoFunctionsSimon Brandhof2017-02-011-72/+0
|
* SONAR-8716 Deprecate UserSession#globalPermissions()Simon Brandhof2017-02-011-0/+4
|
* SONAR-8650 secure all query-base method of ComponentMapperSébastien Lesaint2017-01-311-12/+3
|
* fix quality flaw: remove unused field and methodSébastien Lesaint2017-01-311-8/+0
|
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-312-20/+14
|
* SONAR-7299 Fail when project name is emptyJulien Lancelot2017-01-311-0/+4
|
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-302-7/+26
|
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-302-8/+9
|
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-272-15/+19
|
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-273-6/+98
|
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-274-0/+55
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-5/+1
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-253-10/+78
|
* Drop unused method PurgeMapper#deleteSnapshotMeasures()Simon Brandhof2017-01-251-2/+0
|
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-251-3/+1
|
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2510-411/+2
|
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-253-14/+18
|
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-251-17/+8
|
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-242-2/+10
|
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-245-20/+30
|
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-242-19/+0
|
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-242-20/+0
|
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-242-7/+1
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-246-239/+2
|
* Replace unused OldPermissionQuerySimon Brandhof2017-01-241-208/+0
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-242-70/+2
|
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-232-15/+37
|
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-232-0/+9
|
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-232-4/+9
|
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-232-11/+8
| | | | and a given group name exists in multiple organizations
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-182-18/+0
|
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-183-152/+0
|
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-162-0/+11
| | | | | | Change api/component/suggestions. The index is not yet cleaned up if a project's content changes or a project is deleted. Delete previous ruby implementation of the webservice.