aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9054 Revert WS api/navigation/organization filter out billing pages ↵Teryk Bellahsene2017-05-052-39/+2
| | | | for personal organization
* SONAR-8924 update api documentation of api/qualityprofiles/searchDaniel Schwarz2017-05-043-13/+26
|
* SONAR-8924 let api/qualityprofiles/search use project’s organizationDaniel Schwarz2017-05-044-113/+100
|
* SONAR-7511 AbstractStoppableExecutorService produce warn logsSébastien Lesaint2017-05-041-2/+2
| | | | rather than error logs
* SONAR-9133 Define the number of ES replicasEric Hartmann2017-05-042-6/+41
| | | | | | New property added sonar.search.replicas to define the number of ES replicas When this property is not set, in standalone mode this value will be 0 and in cluster mode, this value will be 1
* SONAR-9129 improve descriptions of api/qualityprofilesSimon Brandhof2017-05-033-4/+3
|
* SONAR-8865 remove old documents from rules/extension index when updatingDaniel Schwarz2017-05-033-4/+27
|
* SONAR-8400 Backend cleanup must clean CE and webhook tablesSimon Brandhof2017-05-031-2/+4
|
* SONAR-8966 Show "Background Tasks" only on project and view levelGrégoire Aubert2017-05-031-1/+2
|
* SONAR-8949 let api/rules/update permission check use the specified orgDaniel Schwarz2017-05-035-14/+15
|
* SONAR-9151 return visibility also for views in api/navigation/componentDaniel Schwarz2017-05-031-1/+7
|
* Fix Quality flawsSimon Brandhof2017-05-021-1/+1
|
* SONAR-9164 Display project visibility badgeStas Vilchik2017-05-029-24/+43
|
* SONAR-9124 Allow preventing create private in api/projects/createJulien Lancelot2017-04-282-49/+94
|
* SONAR-9130 Extract checkCanUpdateProjectsVisibility to ProjectsWsSupportJulien Lancelot2017-04-286-21/+31
|
* SONAR-9124 Allow preventing project to become private ↵Julien Lancelot2017-04-282-2/+70
| | | | api/projects/update_visibility
* Fix organization insert in UpdateVisibilityActionTestJulien Lancelot2017-04-281-22/+35
|
* SONAR-9125 Allow preventing organizations to use private projects in ↵Julien Lancelot2017-04-285-6/+92
| | | | api/organizations/update_project_visibility
* Add visibility parameter in ProjectsService#create()Julien Lancelot2017-04-282-5/+7
|
* SONAR-9162 Add a flag in api/navigation/component to know if project can ↵Julien Lancelot2017-04-282-6/+32
| | | | become private
* SONAR-9121 Add a flag in api/navigation/organization to know if projects can ↵Julien Lancelot2017-04-285-12/+86
| | | | become private
* SONAR-9099 return visibility field also for views in api/components/showDaniel Schwarz2017-04-282-10/+38
|
* fix quality flaws: use a constant instead of literal “private”Daniel Schwarz2017-04-2811-18/+116
|
* use IllegalArgumentException in api/qualityprofiles/deleteDaniel Schwarz2017-04-272-9/+10
|
* use IllegalArgumentException in api/rules/deleteDaniel Schwarz2017-04-272-5/+5
|
* change RuleDeleter medium test to a WsActionTester testDaniel Schwarz2017-04-275-184/+106
|
* use NotFoundException in api/rules/showDaniel Schwarz2017-04-272-7/+22
|
* use NotFoundException in api/rules/updateDaniel Schwarz2017-04-272-2/+18
|
* SONAR-9159 support project visibility in api/permissions/remove_userSébastien Lesaint2017-04-271-0/+34
|
* SONAR-9104 support project visibility in api/permissions/remove_groupSébastien Lesaint2017-04-271-0/+100
|
* SONAR-9103 support project visibility in api/permissions/add_userSébastien Lesaint2017-04-273-19/+237
|
* SONAR-9102 support project visibility in api/permissions/add_groupSébastien Lesaint2017-04-274-35/+417
|
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-273-34/+285
|
* SONAR-9136 remove AnyOne from perm template of new personal orgsSébastien Lesaint2017-04-272-3/+0
|
* SONAR-9136 remove permission to AnyOne in perm template of new orgsSébastien Lesaint2017-04-273-5/+1
|
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-272-13/+59
|
* SONAR-9136 do no delete default group of default organizationSébastien Lesaint2017-04-271-0/+13
|
* SONAR-9106 fix quality flaws: use OrganizationDbTester more oftenDaniel Schwarz2017-04-272-8/+4
|
* SONAR-9106 new ws api/organizations/update_project_visibilityDaniel Schwarz2017-04-274-2/+207
|
* SONAR-9107 add “projectVisibility” to api/navigation/organizationDaniel Schwarz2017-04-272-12/+34
|
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-272-5/+98
|
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-274-4/+51
|
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2722-31/+42
|
* SONAR-9151 add visibility flag to api/navigation/componentDaniel Schwarz2017-04-272-2/+51
|
* SONAR-9151 param componentKey => component in api/navigation/componentDaniel Schwarz2017-04-272-3/+26
|
* SONAR-9099 add visibility flag to response of api/components/showDaniel Schwarz2017-04-273-2/+57
|
* SONAR-9096 add visibility to response of api/components/search_projectsDaniel Schwarz2017-04-274-8/+36
|
* SONAR−9105 add ProjectsService#changeVisibilitySébastien Lesaint2017-04-271-1/+1
|
* SONAR-9105 add WS api/projects/change_visibilitySébastien Lesaint2017-04-274-2/+769
|
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-277-40/+27
|