Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused RubyTextService | Simon Brandhof | 2017-01-18 | 6 | -116/+0 |
| | |||||
* | Remove dead code related to Elasticsearch utilities | Simon Brandhof | 2017-01-18 | 9 | -461/+15 |
| | |||||
* | Remove unused RubyRuleService | Simon Brandhof | 2017-01-18 | 7 | -507/+0 |
| | | | | and the associated deprecated ES utilities | ||||
* | Remove dead code related to Elasticsearch utilities | Simon Brandhof | 2017-01-18 | 11 | -536/+16 |
| | |||||
* | 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 | 9 | -398/+1 |
| | |||||
* | Don't wait for CE queue to complete | Julien HENRY | 2017-01-18 | 1 | -1/+1 |
| | | | | since this test is about preview mode (so no publish). | ||||
* | SONAR-8574 Delete api/resources/index WS | Julien Lancelot | 2017-01-18 | 6 | -421/+101 |
| | |||||
* | SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs | Julien Lancelot | 2017-01-18 | 41 | -844/+805 |
| | |||||
* | SONAR-8467 Add ProjectAnalysisService | Julien Lancelot | 2017-01-18 | 3 | -1/+131 |
| | |||||
* | SONAR-8238 index authorization of views in components index | Sébastien Lesaint | 2017-01-17 | 7 | -87/+185 |
| | |||||
* | SONAR-8615 add organization to response of api/issues/search | Sébastien Lesaint | 2017-01-17 | 20 | -58/+80 |
| | |||||
* | SONAR-8673 add organization to response of api/ce/component | Sébastien Lesaint | 2017-01-17 | 2 | -1/+9 |
| | |||||
* | SONAR-8674 add organization to response of api/ce/task | Sébastien Lesaint | 2017-01-17 | 2 | -9/+15 |
| | |||||
* | SONAR-8614 add organization to response of api/ce/activity | Sébastien Lesaint | 2017-01-17 | 3 | -34/+116 |
| | |||||
* | SONAR-8595 fix backward incompatible change in proto of api/components | Sébastien Lesaint | 2017-01-17 | 1 | -12/+12 |
| | |||||
* | SONAR-8614 fix backward incompatible change in proto of api/ce | Sébastien Lesaint | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | change name of project measures index type (to singular) | Daniel Schwarz | 2017-01-17 | 11 | -34/+34 |
| | | | | The name of the index is now "projectmeasures" (plural), the name of the type is "projectmeasure" (singular). | ||||
* | Automatic merge from branch-xx | Tom | 2017-01-17 | 0 | -0/+0 |
|\ | | | | | | | | | | | * origin/branch-6.2: Prepare for next development iteration Release 6.2.1 | ||||
| * | Prepare for next development iterationbranch-6.2 | Tom | 2017-01-17 | 52 | -52/+52 |
| | | |||||
| * | Release 6.2.16.2.1 | Tom | 2017-01-16 | 52 | -52/+52 |
| | | |||||
* | | fix issue assignment | Stas Vilchik | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7674 display activity page only for projects | Stas Vilchik | 2017-01-16 | 3 | -141/+164 |
| | | |||||
* | | SONAR-8652 Pass value of sonar.organization in the scanner report | Julien HENRY | 2017-01-16 | 5 | -4/+75 |
| | | |||||
* | | SONAR-7282 move ReportComputationSteps behind PurgeDatastoresStep | Daniel Schwarz | 2017-01-16 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7282 add authorization to the ComponentIndex | Daniel Schwarz | 2017-01-16 | 16 | -36/+271 |
| | | |||||
* | | SONAR-7282 remove project from ComponentIndex, when it gets deleted | Daniel Schwarz | 2017-01-16 | 9 | -25/+87 |
| | | |||||
* | | SONAR-7282 improve relevancy of results | Daniel Schwarz | 2017-01-16 | 11 | -138/+286 |
| | | | | | | | | Changes regarding index definition, code style, tests. | ||||
* | | SONAR-7282 make ComponentIndexer clean up contents before indexing | Daniel Schwarz | 2017-01-16 | 2 | -1/+57 |
| | | | | | | | | When a project and it's sub-components get indexed, remove any existing documents for that project right before. | ||||
* | | SONAR-7282 send only one indexing request to elasticsearch per project | Daniel Schwarz | 2017-01-16 | 1 | -16/+17 |
| | | | | | | | | Indexing everything will index every project. Indexing a project will cause all components of that project to be sent to elasticsearch in one bulk request. | ||||
* | | SONAR-7282 implement global search with elasticsearch | Daniel Schwarz | 2017-01-16 | 36 | -162/+1110 |
| | | | | | | | | | | | | 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-7282 rename .component.es to .measure.index | Daniel Schwarz | 2017-01-16 | 37 | -84/+93 |
| | | | | | | | | | | | | | | | | * All other elastic search indexes reside in "index" subpackages. * We want to introduce a new component index and need the .component.index-package name for that one. | ||||
* | | SONAR-7282 drop method "JRubyFacade.indexComponent"; it was unused | Daniel Schwarz | 2017-01-16 | 1 | -10/+0 |
| | | | | | | | | The method had been used by the developer cockpit. It would have required some changes concerning Indexation, but we did not want to do that, as dev cockpit is unmaintained. | ||||
* | | make travis build fail when web job fails | Stas Vilchik | 2017-01-16 | 1 | -2/+2 |
| | | |||||
* | | SONAR-8613 add organizations param to api/organizations/search | Sébastien Lesaint | 2017-01-16 | 2 | -15/+80 |
| | | |||||
* | | 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-8617 don't use ComponentDto.getOrganizationKey | Sébastien Lesaint | 2017-01-16 | 1 | -3/+5 |
| | | |||||
* | | SONAR-8595 don't use ComponentDto.getOrganizationKey | Sébastien Lesaint | 2017-01-16 | 3 | -10/+27 |
| | | |||||
* | | SONAR-8619 don't use ComponentDto.getOrganizationKey | Sébastien Lesaint | 2017-01-16 | 4 | -33/+28 |
| | | |||||
* | | SONAR-8618 don't use ComponentDto.getOrganizationKey | Sébastien Lesaint | 2017-01-16 | 3 | -5/+81 |
| | | |||||
* | | SONAR-8613 don't use ComponentDto.getOrganizationKey | Sébastien Lesaint | 2017-01-16 | 2 | -19/+37 |
| | | |||||
* | | SONAR-8613 add OrganizationDao.selectByUuids | Sébastien Lesaint | 2017-01-16 | 4 | -87/+200 |
| | | |||||
* | | SONAR-8617 add organization to api/navigation/component response | Sébastien Lesaint | 2017-01-16 | 7 | -3/+11 |
| | | |||||
* | | SONAR-8613 add organization to response of api/components/search | Sébastien Lesaint | 2017-01-16 | 3 | -1/+6 |
| | | |||||
* | | SONAR-8618 SONAR-8619 add organization to WS response | Sébastien Lesaint | 2017-01-16 | 5 | -6/+17 |
| | | | | | | | | since api/components/show and api/components/tree rely on the same piece of code to add the organization key to the WS response, they are modified in the same commit | ||||
* | | 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 | 4 | -5/+19 |
| | | |||||
* | | SONAR-8595 make ComponentMapper.selectByKey retrieve organization's key | Sébastien Lesaint | 2017-01-16 | 19 | -31/+109 |
| | | | | | | | | by joining on table ORGANIZATIONS |