Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8608 consistent organization on permission/group/component | Sébastien Lesaint | 2017-01-27 | 11 | -205/+259 | |
| | ||||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 2 | -5/+1 | |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | |||||
* | SONAR-7305 Improve performances of WS api/measures/search_history | Teryk Bellahsene | 2017-01-25 | 5 | -21/+108 | |
| | ||||||
* | Drop unused method PurgeMapper#deleteSnapshotMeasures() | Simon Brandhof | 2017-01-25 | 2 | -11/+0 | |
| | ||||||
* | SONAR-8675 drop table resource_index | Simon Brandhof | 2017-01-25 | 3 | -16/+2 | |
| | ||||||
* | SONAR-8675 drop usage of table resource_index | Simon Brandhof | 2017-01-25 | 38 | -1863/+6 | |
| | ||||||
* | SONAR-8675 remove joins on resource_index in ComponentMapper | Simon Brandhof | 2017-01-25 | 7 | -62/+38 | |
| | ||||||
* | SONAR-8675 don't use resource_index in ProjectQgateAssociationMapper | Simon Brandhof | 2017-01-25 | 5 | -175/+42 | |
| | ||||||
* | SONAR-7298 Deprecate and rewrite WS api/projects/index in Java | Julien Lancelot | 2017-01-24 | 4 | -5/+55 | |
| | ||||||
* | 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 | 7 | -21/+61 | |
| | ||||||
* | Drop unused methods in SnapshotDao | Simon Brandhof | 2017-01-24 | 4 | -45/+0 | |
| | ||||||
* | Drop unused ResourceDao#findProvisionedProjects() | Simon Brandhof | 2017-01-24 | 4 | -84/+2 | |
| | ||||||
* | Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero() | Simon Brandhof | 2017-01-24 | 6 | -66/+4 | |
| | ||||||
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 7 | -242/+7 | |
| | ||||||
* | Replace unused OldPermissionQuery | Simon Brandhof | 2017-01-24 | 2 | -264/+0 | |
| | ||||||
* | Replace some Guava usages by Java 8 functions | Simon Brandhof | 2017-01-24 | 4 | -95/+9 | |
| | ||||||
* | Add some missing jdbcType attributes to MyBatis mappers | Simon Brandhof | 2017-01-24 | 4 | -98/+90 | |
| | ||||||
* | Support all qualifiers in ComponentDao#xxxProvisioned() | Simon Brandhof | 2017-01-23 | 4 | -34/+76 | |
| | ||||||
* | SONAR-8681 delete perm,groups&components in api/organizations/delete | Sébastien Lesaint | 2017-01-23 | 3 | -0/+19 | |
| | ||||||
* | SONAR-8238 when updating a project, clear ALL components from index | Daniel Schwarz | 2017-01-23 | 5 | -8/+238 | |
| | ||||||
* | SONAR-8682 fix error when filtering on name | Sébastien Lesaint | 2017-01-23 | 4 | -62/+107 | |
| | | | | and a given group name exists in multiple organizations | |||||
* | Remove dead code related to ComponentDao | Simon Brandhof | 2017-01-18 | 4 | -79/+1 | |
| | ||||||
* | Remove dead code related to ResourceDao | Simon Brandhof | 2017-01-18 | 6 | -368/+0 | |
| | ||||||
* | SONAR-7282 implement global search with elasticsearch | Daniel Schwarz | 2017-01-16 | 3 | -0/+18 | |
| | | | | | | 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. | |||||
* | SONAR-8613 add filter on keys to OrganizationDao.selectByQuery | Sébastien Lesaint | 2017-01-16 | 5 | -19/+215 | |
| | ||||||
* | SONAR-8595 remove ComponentDto.organizationKey | Sébastien Lesaint | 2017-01-16 | 3 | -35/+5 | |
| | | | | remove join on table ORGANIZATIONS in ComponentMapper.xml which was used to populate this field | |||||
* | SONAR-8613 add OrganizationDao.selectByUuids | Sébastien Lesaint | 2017-01-16 | 4 | -87/+200 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByQuery return org key | Sébastien Lesaint | 2017-01-16 | 2 | -5/+9 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectDescendants return org key | Sébastien Lesaint | 2017-01-16 | 2 | -1/+6 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's key | Sébastien Lesaint | 2017-01-16 | 2 | -5/+7 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByKey retrieve organization's key | Sébastien Lesaint | 2017-01-16 | 3 | -5/+13 | |
| | | | | by joining on table ORGANIZATIONS | |||||
* | SONAR-8595 enforce organization of component is specified in UTs | Sébastien Lesaint | 2017-01-16 | 22 | -193/+248 | |
| | | | | for UTs using ComponentTesting and/or ComponentDbTester | |||||
* | SONAR-8595 ComponentDao.selectByUuids returns organization's key | Sébastien Lesaint | 2017-01-16 | 5 | -12/+39 | |
| | | | | | by joining on ORGANIZATIONS table add organizationKey (read-only) to ComponentDto | |||||
* | SONAR-8595 ComponentTesting support for root components' organization | Sébastien Lesaint | 2017-01-16 | 2 | -33/+53 | |
| | ||||||
* | SONAR-8594 enforce report has same organization key as component | Sébastien Lesaint | 2017-01-16 | 1 | -1/+9 | |
| | ||||||
* | SONAR-8474 securing SQL request on Component tree regarding organization | Sébastien Lesaint | 2017-01-16 | 3 | -32/+54 | |
| | | | | altered SQL requests on Component tree to not leak out of organization of root | |||||
* | SONAR-8429 add organization parameter to api/ce/submit | Sébastien Lesaint | 2017-01-16 | 1 | -0/+9 | |
| | | | | remove hardcode to default organization from ComponentService | |||||
* | SONAR-8474 add index on PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 2 | -0/+2 | |
| | ||||||
* | SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 94 | -323/+597 | |
| | | | | | | | | | 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 Java | Julien Lancelot | 2017-01-10 | 4 | -7/+57 | |
| | ||||||
* | SONAR-8585 configure NLS_SORT param on Oracle client sessions | Simon Brandhof | 2017-01-05 | 2 | -12/+20 | |
| | ||||||
* | SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS | Julien Lancelot | 2016-12-30 | 1 | -3/+3 | |
| | ||||||
* | SONAR-8557 Create WS api/notifications/list | Teryk Bellahsene | 2016-12-29 | 1 | -1/+4 | |
| | ||||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 3 | -1/+75 | |
| | ||||||
* | SONAR-8464 SONAR-8466 WS drop description param to create or udpate an event | Teryk Bellahsene | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 2 | -1/+69 | |
| | ||||||
* | SONAR-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 1 | -8/+4 | |
| | | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources. | |||||
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 3 | -132/+7 | |
| | ||||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 14 | -36/+188 | |
| | | | | and remove direct usages of MyBatis mapper |