| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-8752 SONAR-8751 personal org name from username | Sébastien Lesaint | 2017-02-13 | 1 | -0/+7 |
* | SONAR-8761 clean-up ResourceDao | Simon Brandhof | 2017-02-10 | 8 | -699/+0 |
* | SONAR-8761 clean-up UserPermissionDao | Simon Brandhof | 2017-02-10 | 1 | -11/+2 |
* | SONAR-8761 clean-up GroupPermissionDao | Simon Brandhof | 2017-02-10 | 1 | -30/+0 |
* | SONAR-8761 clean-up AuthorizationDao | Simon Brandhof | 2017-02-10 | 6 | -353/+1 |
* | SONAR-8761 organizations mgmt WS must check if org feature is enabled | Simon Brandhof | 2017-02-10 | 1 | -0/+5 |
* | Add and complete DbTester#properties() | Simon Brandhof | 2017-02-10 | 2 | -0/+25 |
* | SONAR-8761 drop sync of root based on user permissions | Simon Brandhof | 2017-02-10 | 3 | -349/+0 |
* | SONAR-8752 support userId in OrganizationDto and OrganizationDao | Sébastien Lesaint | 2017-02-10 | 2 | -5/+11 |
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 152 | -322/+304 |
* | SONAR-8754 api/organizations/create require root for guarded org | Sébastien Lesaint | 2017-02-10 | 1 | -2/+9 |
* | SONAR-8754 support guarded in OrganizationDto and OrganizationDao | Sébastien Lesaint | 2017-02-10 | 4 | -6/+37 |
* | SONAR-8744 Remove usage of periods 2 to 5 in Daos | Julien Lancelot | 2017-02-09 | 9 | -338/+63 |
* | Fix Quality flaws | Simon Brandhof | 2017-02-08 | 1 | -2/+1 |
* | Remove some instantiations of ComponentDbTester | Simon Brandhof | 2017-02-08 | 5 | -80/+68 |
* | SONAR-8735 add WS api/organizations/search_my_organizations | Sébastien Lesaint | 2017-02-07 | 1 | -9/+141 |
* | SONAR-8651 add and use OrganizationDbTester.setDefaultTemplates with dtos | Sébastien Lesaint | 2017-02-02 | 1 | -1/+18 |
* | SONAR-8059 WS api/user_groups/users searches users by name, login and email | Teryk Bellahsene | 2017-02-02 | 2 | -10/+15 |
* | SONAR-8060 WS api/permissions/users searchs users users by name, login and email | Teryk Bellahsene | 2017-02-02 | 1 | -5/+13 |
* | SONAR-7946 Remove usage of QProfileFactory | Julien Lancelot | 2017-02-01 | 2 | -2/+8 |
* | SONAR-8650 add organization parameter to api/projects/ghosts | Sébastien Lesaint | 2017-01-31 | 3 | -343/+47 |
* | SONAR-8704 replace group names by ids in authorization indices | Simon Brandhof | 2017-01-31 | 2 | -0/+6 |
* | SONAR-8704 Refactor Elasticsearch types "authorization" | Simon Brandhof | 2017-01-31 | 1 | -4/+0 |
* | SONAR-8648 add organization parameter to api/components/search | Sébastien Lesaint | 2017-01-30 | 1 | -11/+65 |
* | SONAR-8649 add organization parameter to api/projects/provisioned | Sébastien Lesaint | 2017-01-30 | 2 | -24/+53 |
* | Remove error-prone params Organization in UserDbTester | Simon Brandhof | 2017-01-29 | 3 | -55/+61 |
* | SONAR-8690 read and write default templates from ORGANIZATIONS table | Sébastien Lesaint | 2017-01-27 | 4 | -14/+45 |
* | SONAR-8690 add support for default templates to OrganizationDao | Sébastien Lesaint | 2017-01-27 | 2 | -8/+205 |
* | SONAR-8608 consistent organization on permission/group/component | Sébastien Lesaint | 2017-01-27 | 5 | -205/+186 |
* | SONAR-7305 Improve performances of WS api/measures/search_history | Teryk Bellahsene | 2017-01-25 | 1 | -7/+20 |
* | SONAR-8675 drop usage of table resource_index | Simon Brandhof | 2017-01-25 | 26 | -1361/+4 |
* | SONAR-8675 remove joins on resource_index in ComponentMapper | Simon Brandhof | 2017-01-25 | 3 | -21/+13 |
* | SONAR-8675 don't use resource_index in ProjectQgateAssociationMapper | Simon Brandhof | 2017-01-25 | 3 | -136/+19 |
* | SONAR-7298 Deprecate and rewrite WS api/projects/index in Java | Julien Lancelot | 2017-01-24 | 1 | -3/+25 |
* | SONAR-7299 Replace Ruby WS api/projects/create by java | Julien Lancelot | 2017-01-24 | 1 | -2/+8 |
* | SONAR-7305 Create WS api/measures/search_history | Teryk Bellahsene | 2017-01-24 | 1 | -0/+19 |
* | Drop unused methods in SnapshotDao | Simon Brandhof | 2017-01-24 | 1 | -14/+0 |
* | Drop unused ResourceDao#findProvisionedProjects() | Simon Brandhof | 2017-01-24 | 1 | -23/+2 |
* | Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero() | Simon Brandhof | 2017-01-24 | 3 | -52/+3 |
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 1 | -3/+5 |
* | Replace unused OldPermissionQuery | Simon Brandhof | 2017-01-24 | 1 | -56/+0 |
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 2 | -25/+7 |
* | Support all qualifiers in ComponentDao#xxxProvisioned() | Simon Brandhof | 2017-01-23 | 1 | -9/+29 |
* | SONAR-8238 when updating a project, clear ALL components from index | Daniel Schwarz | 2017-01-23 | 2 | -0/+220 |
* | SONAR-8682 fix error when filtering on name | Sébastien Lesaint | 2017-01-23 | 1 | -46/+82 |
* | Remove dead code related to ComponentDao | Simon Brandhof | 2017-01-18 | 1 | -52/+0 |
* | Remove dead code related to ResourceDao | Simon Brandhof | 2017-01-18 | 1 | -57/+0 |
* | SONAR-8613 add filter on keys to OrganizationDao.selectByQuery | Sébastien Lesaint | 2017-01-16 | 1 | -16/+131 |
* | SONAR-8595 remove ComponentDto.organizationKey | Sébastien Lesaint | 2017-01-16 | 1 | -5/+0 |
* | SONAR-8613 add OrganizationDao.selectByUuids | Sébastien Lesaint | 2017-01-16 | 1 | -87/+177 |