aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove unused RubyTextServiceSimon Brandhof2017-01-186-116/+0
* Remove dead code related to Elasticsearch utilitiesSimon Brandhof2017-01-189-461/+15
* Remove unused RubyRuleServiceSimon Brandhof2017-01-187-507/+0
* Remove dead code related to Elasticsearch utilitiesSimon Brandhof2017-01-1811-536/+16
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-183-30/+1
* SONAR-8574 Delete api/resources/index WSJulien Lancelot2017-01-185-420/+100
* SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITsJulien Lancelot2017-01-181-1/+1
* SONAR-8238 index authorization of views in components indexSébastien Lesaint2017-01-177-87/+185
* SONAR-8615 add organization to response of api/issues/searchSébastien Lesaint2017-01-1719-58/+78
* SONAR-8673 add organization to response of api/ce/componentSébastien Lesaint2017-01-172-1/+9
* SONAR-8674 add organization to response of api/ce/taskSébastien Lesaint2017-01-172-9/+15
* SONAR-8614 add organization to response of api/ce/activitySébastien Lesaint2017-01-173-34/+116
* change name of project measures index type (to singular)Daniel Schwarz2017-01-1711-34/+34
* fix issue assignmentStas Vilchik2017-01-171-1/+1
* SONAR-7674 display activity page only for projectsStas Vilchik2017-01-163-141/+164
* SONAR-7282 move ReportComputationSteps behind PurgeDatastoresStepDaniel Schwarz2017-01-161-1/+1
* SONAR-7282 add authorization to the ComponentIndexDaniel Schwarz2017-01-1616-36/+271
* SONAR-7282 remove project from ComponentIndex, when it gets deletedDaniel Schwarz2017-01-169-25/+87
* SONAR-7282 improve relevancy of resultsDaniel Schwarz2017-01-1611-138/+286
* SONAR-7282 make ComponentIndexer clean up contents before indexingDaniel Schwarz2017-01-162-1/+57
* SONAR-7282 send only one indexing request to elasticsearch per projectDaniel Schwarz2017-01-161-16/+17
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-1631-162/+1081
* SONAR-7282 rename .component.es to .measure.indexDaniel Schwarz2017-01-1637-84/+93
* SONAR-7282 drop method "JRubyFacade.indexComponent"; it was unusedDaniel Schwarz2017-01-161-10/+0
* SONAR-8613 add organizations param to api/organizations/searchSébastien Lesaint2017-01-162-15/+80
* SONAR-8617 don't use ComponentDto.getOrganizationKeySébastien Lesaint2017-01-161-3/+5
* SONAR-8595 don't use ComponentDto.getOrganizationKeySébastien Lesaint2017-01-163-10/+27
* SONAR-8619 don't use ComponentDto.getOrganizationKeySébastien Lesaint2017-01-164-33/+28
* SONAR-8618 don't use ComponentDto.getOrganizationKeySébastien Lesaint2017-01-163-5/+81
* SONAR-8613 don't use ComponentDto.getOrganizationKeySébastien Lesaint2017-01-162-19/+37
* SONAR-8617 add organization to api/navigation/component responseSébastien Lesaint2017-01-167-3/+11
* SONAR-8613 add organization to response of api/components/searchSébastien Lesaint2017-01-163-1/+6
* SONAR-8618 SONAR-8619 add organization to WS responseSébastien Lesaint2017-01-165-6/+17
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-162-0/+12
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-1616-26/+96
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-16110-745/+954
* SONAR-8595 add organization to api/components/search_projects responseSébastien Lesaint2017-01-162-0/+4
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-1616-169/+206
* SONAR-8594 enforce report has same organization key as componentSébastien Lesaint2017-01-1613-57/+381
* SONAR-8429 apply permission template of specified organizationSébastien Lesaint2017-01-168-90/+57
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-1615-133/+397
* SONAR-8474 set organization uuid of components to uuid of taskSébastien Lesaint2017-01-1622-137/+404
* SONAR-8474 add index on PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-165-2/+144
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1664-174/+1048
* SONAR-8581 fix example of api/navigation/componentSébastien Lesaint2017-01-162-11/+7
* SONAR-8304 fix testsStas Vilchik2017-01-161-1/+3
* SONAR-8581 fix testsStas Vilchik2017-01-166-6/+9
* SONAR-8579 Pagination fails on project code pageStas Vilchik2017-01-162-5/+6
* SONAR-8581 Add IT to test PageDefinition APITeryk Bellahsene2017-01-138-158/+159
* SONAR-8582 Clean old Page API related classesTeryk Bellahsene2017-01-1310-794/+166