aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6590 use a CE specific interface to read batch reportSébastien Lesaint2015-06-0139-621/+873
* Remove duplicated surefire property in pomsSimon Brandhof2015-06-011-4/+0
* Remove ComponentServiceMediumTestJulien Lancelot2015-06-014-34/+455
* Remove ViewIndexerMediumTestJulien Lancelot2015-06-012-147/+97
* SONAR-6476 SONAr-6477 Apply feedback from PRJean-Baptiste Lievremont2015-06-016-84/+81
* SONAR-6476 SONAR-6477 New WS to add/remove a user to/from a groupJean-Baptiste Lievremont2015-06-015-1/+591
* SONAR-6475 Add WS to list members of a groupJean-Baptiste Lievremont2015-06-0111-1/+397
* SONAR-6259 Fix validation of project and module keysJulien Lancelot2015-06-016-36/+515
* SONAR-6259 Always index issue authorization as batch is still applying permis...Julien Lancelot2015-06-011-1/+2
* Revert "Revert "Revert "SONAR-6259 Validate project and module keys"""Julien Lancelot2015-06-016-433/+36
* Revert "SONAR-6589 Fix project and module key validation"Julien Lancelot2015-06-012-112/+30
* SONAR-6570 ws api/metrics/search change endpoint to searchTeryk Bellahsene2015-06-015-21/+35
* SONAR-6465 Do not require admin permission, but display groups only when adminJean-Baptiste Lievremont2015-06-013-29/+25
* SONAR-6599 WS api/projects/delete delete one projectTeryk Bellahsene2015-06-017-24/+432
* Fix a test isolation and replace field MeasureDto.projectId by componentIdJulien Lancelot2015-06-011-17/+28
* SONAR-6589 Fix project and module key validationJulien Lancelot2015-06-012-30/+112
* Revert "Revert "SONAR-6259 Validate project and module keys""Julien Lancelot2015-06-016-36/+433
* SONAR-6259 Grant project permission on the compute engineJulien Lancelot2015-06-014-19/+170
* Revert "SONAR-6259 Validate project and module keys"Julien Lancelot2015-05-296-433/+36
* SONAR-6529 WS api/projects/bulk_delete change action from delete to bulk_deleteTeryk Bellahsene2015-05-294-16/+17
* SONAR-6528 WS api/projects/delete use ids instead of uuids as a parameterTeryk Bellahsene2015-05-292-3/+4
* refactoring more precise method in MetricTesting class to enable easy static ...Teryk Bellahsene2015-05-294-6/+10
* SONAR-6576 WS api/metrics/domains returns domains of enabled metrics onlyTeryk Bellahsene2015-05-291-7/+12
* SONAR-6589 Fix bad uuid computationJulien Lancelot2015-05-293-74/+279
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-2923-36/+36
* SONAR-6259 Validate project and module keysJulien Lancelot2015-05-296-36/+433
* SONAR-6586 Fix user login length checkJean-Baptiste Lievremont2015-05-292-5/+8
* fix random failure of DoPrivilegedTestSébastien Lesaint2015-05-283-25/+72
* Add missing metadata of NewAlerts notification channelSimon Brandhof2015-05-281-0/+1
* SONAR-6573 WS api/metrics/delete fix CustomMeasureTesting using randomAlphanu...Teryk Bellahsene2015-05-281-3/+3
* Revert "SONAR-6589 Fix bad key computation"Simon Brandhof2015-05-282-144/+72
* SONAR-6255 Fix issue on /api/sources when component is a testJulien Lancelot2015-05-286-52/+63
* SONAR-6473 New WS to update a user groupJean-Baptiste Lievremont2015-05-2812-67/+548
* SONAR-6573 WS api/metrics/delete delete metrics and associated custom measuresTeryk Bellahsene2015-05-289-6/+496
* Fix definition of core component qualifiersSimon Brandhof2015-05-281-1/+1
* SONAR-6589 Fix bad key computationJulien Lancelot2015-05-282-72/+144
* SONAR-6579 add user email fields to responses of api/issues/search and api/is...Simon Brandhof2015-05-284-4/+6
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-287-0/+296
* SONAR-6370 move server extensions out of core pluginSimon Brandhof2015-05-2894-13/+5634
* refactoring - WS parameters in one place WebService.Param.XXXTeryk Bellahsene2015-05-2715-152/+138
* refactoring - drop SearchRequestHandlerTeryk Bellahsene2015-05-274-233/+144
* SONAR-6589 Fix badly module uuid persistenceJulien Lancelot2015-05-272-140/+321
* MeasuresDao should really be a singletonSébastien Lesaint2015-05-271-4/+4
* add module for Batch WSSébastien Lesaint2015-05-273-16/+75
* add module for MigrationStepSébastien Lesaint2015-05-274-75/+75
* add Module for ElasticSearch componentsSébastien Lesaint2015-05-273-10/+72
* add Module concept to component managementSébastien Lesaint2015-05-277-17/+20
* SONAR-6589 Apply feedback from PRJulien Lancelot2015-05-2710-51/+55
* SONAR-6589 Remove Settings from ComputationContextJulien Lancelot2015-05-2711-28/+201
* SONAR-6589 Remove projectKey from ComputationContextJulien Lancelot2015-05-2721-713/+705