aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7511 AbstractStoppableExecutorService produce warn logsSébastien Lesaint2017-05-041-2/+2
| | | | rather than error logs
* allow chaning "administer quality profiles" permission for organizationsStas Vilchik2017-05-041-1/+1
|
* sort my organizations by nameStas Vilchik2017-05-041-1/+4
|
* SONAR-9122 prevent setting a project as private (#2015)Stas Vilchik2017-05-0412-35/+148
|
* SONAR-9134 Define the minimum number of ES master nodesEric Hartmann2017-05-046-41/+152
| | | | | | | In cluster mode, there'll be 2 master nodes by default. In standalone mode, only 1 master node by default A new property sonar.search.initialStateTimeout allows to handle the startup timeout.
* SONAR-9133 Define the number of ES replicasEric Hartmann2017-05-045-16/+91
| | | | | | 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
* apply feedback on private projects ui (#2011)Stas Vilchik2017-05-042-9/+19
| | | | | * refersh holders when changing project visibility * always show warning on permission templates page
* 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-034-4/+32
|
* SONAR-8400 Backend cleanup must clean CE and webhook tablesSimon Brandhof2017-05-031-2/+4
|
* Expose router components (used in billing plugin)Grégoire Aubert2017-05-031-0/+2
|
* fix extensions using backbone router (#2005)Stas Vilchik2017-05-031-2/+6
|
* SONAR-8865 allow to change rules inside organizationStas Vilchik2017-05-033-12/+20
|
* SONAR-8982 Fix error message when issue action failsGrégoire Aubert2017-05-037-6/+20
|
* SONAR-9061 Fix leak period header for days periodGrégoire Aubert2017-05-035-31/+43
|
* SONAR-8966 Show "Background Tasks" only on project and view levelGrégoire Aubert2017-05-032-25/+30
|
* fix ajax error messagesStas Vilchik2017-05-031-1/+1
|
* SONAR-8949 let api/rules/update permission check use the specified orgDaniel Schwarz2017-05-035-14/+15
|
* fix loading problem on permission templates page (#2004)Stas Vilchik2017-05-033-122/+53
|
* SONAR-9151 return visibility also for views in api/navigation/componentDaniel Schwarz2017-05-031-1/+7
|
* SONAR-8456, SONAR-8906 Cleanup propertiesJulien HENRY2017-05-031-13/+8
|
* open file permalinks in new tabStas Vilchik2017-05-024-36/+11
|
* change wording on rules pageStas Vilchik2017-05-021-1/+1
|
* Fix Quality flawsSimon Brandhof2017-05-023-7/+3
|
* SONAR-9167 Allow to set a visibility when creating a projectStas Vilchik2017-05-029-144/+264
|
* SONAR-9166 Allow to change default project visibility for organizationStas Vilchik2017-05-0211-71/+267
|
* SONAR-9164 Display project visibility badgeStas Vilchik2017-05-0216-29/+136
|
* SONAR-9165 Allow to change project visibility on its permissions pageStas Vilchik2017-05-0212-329/+662
|
* fix rule permalink in workspaceStas Vilchik2017-05-021-1/+1
|
* sort issues by creation date when coming from about page (#1993)Stas Vilchik2017-05-014-7/+26
|
* SONAR-9119 Fix organization creation spinnerGrégoire Aubert2017-05-011-8/+9
|
* SONAR-8992 Fix members add form, show only non membersGrégoire Aubert2017-05-018-62/+144
|
* Simplify warning message when removing a memberGrégoire Aubert2017-05-012-25/+0
|
* Update members displayGrégoire Aubert2017-05-015-109/+63
|
* SONAR-8869 Fix quality gate history graphGrégoire Aubert2017-05-011-1/+1
|
* Fix organization admin extension nav menu highlightGrégoire Aubert2017-05-011-2/+5
|
* SONAR-8975 Fix extensions links when having more than one extensionGrégoire Aubert2017-05-013-5/+295
|
* SONAR-8854 Prevent ENTER key from closing the error popupGrégoire Aubert2017-05-011-0/+1
|
* 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
|
* fix quality flaws: readability fixes in Mapper.xmlsDaniel Schwarz2017-04-281-2/+2
|
* SONAR-9047 Only load google fonts on sonarqube.com instancesGrégoire Aubert2017-04-282-2/+49
|