Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7511 AbstractStoppableExecutorService produce warn logs | Sébastien Lesaint | 2017-05-04 | 1 | -2/+2 |
| | | | | rather than error logs | ||||
* | allow chaning "administer quality profiles" permission for organizations | Stas Vilchik | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | sort my organizations by name | Stas Vilchik | 2017-05-04 | 1 | -1/+4 |
| | |||||
* | Cancel the Travis build of a branch when a pull request exists | Tom | 2017-05-04 | 1 | -1/+6 |
| | | | | | | It allows to not use slaves for nothing by executing twice (more or less) the same job. Building the pull request is enough in most cases. | ||||
* | SONAR-9122 prevent setting a project as private (#2015) | Stas Vilchik | 2017-05-04 | 15 | -35/+181 |
| | |||||
* | SONAR-9134 Define the minimum number of ES master nodes | Eric Hartmann | 2017-05-04 | 6 | -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 replicas | Eric Hartmann | 2017-05-04 | 5 | -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 | ||||
* | Update scanner perf tests to scanner 2.8 | Duarte Meneses | 2017-05-04 | 3 | -5/+6 |
| | |||||
* | apply feedback on private projects ui (#2011) | Stas Vilchik | 2017-05-04 | 2 | -9/+19 |
| | | | | | * refersh holders when changing project visibility * always show warning on permission templates page | ||||
* | SONAR-9129 improve descriptions of api/qualityprofiles | Simon Brandhof | 2017-05-03 | 3 | -4/+3 |
| | |||||
* | SONAR-8865 remove old documents from rules/extension index when updating | Daniel Schwarz | 2017-05-03 | 8 | -28/+180 |
| | |||||
* | SONAR-8400 Backend cleanup must clean CE and webhook tables | Simon Brandhof | 2017-05-03 | 1 | -2/+4 |
| | |||||
* | SONAR-6100 Improve support of binary files and/or files with different encoding | Duarte Meneses | 2017-05-03 | 9 | -85/+803 |
| | |||||
* | Expose router components (used in billing plugin) | Grégoire Aubert | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | fix extensions using backbone router (#2005) | Stas Vilchik | 2017-05-03 | 1 | -2/+6 |
| | |||||
* | SONAR-8865 allow to change rules inside organization | Stas Vilchik | 2017-05-03 | 3 | -12/+20 |
| | |||||
* | SONAR-8982 Fix error message when issue action fails | Grégoire Aubert | 2017-05-03 | 7 | -6/+20 |
| | |||||
* | SONAR-9061 Fix leak period header for days period | Grégoire Aubert | 2017-05-03 | 5 | -31/+43 |
| | |||||
* | SONAR-8966 Show "Background Tasks" only on project and view level | Grégoire Aubert | 2017-05-03 | 2 | -25/+30 |
| | |||||
* | fix ajax error messages | Stas Vilchik | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8949 let api/rules/update permission check use the specified org | Daniel Schwarz | 2017-05-03 | 5 | -14/+15 |
| | |||||
* | fix loading problem on permission templates page (#2004) | Stas Vilchik | 2017-05-03 | 3 | -122/+53 |
| | |||||
* | SONAR-9151 return visibility also for views in api/navigation/component | Daniel Schwarz | 2017-05-03 | 1 | -1/+7 |
| | |||||
* | SONAR-8456, SONAR-8906 Cleanup properties | Julien HENRY | 2017-05-03 | 5 | -61/+14 |
| | |||||
* | open file permalinks in new tab | Stas Vilchik | 2017-05-02 | 4 | -36/+11 |
| | |||||
* | change wording on rules page | Stas Vilchik | 2017-05-02 | 2 | -2/+2 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-05-02 | 3 | -7/+3 |
| | |||||
* | Upgrade to Orchestrator 3.15.0.1038 | Simon Brandhof | 2017-05-02 | 8 | -22/+33 |
| | | | | to benefit from better HTTP reliability | ||||
* | SONAR-9167 Allow to set a visibility when creating a project | Stas Vilchik | 2017-05-02 | 13 | -150/+352 |
| | |||||
* | SONAR-9166 Allow to change default project visibility for organization | Stas Vilchik | 2017-05-02 | 12 | -71/+275 |
| | |||||
* | SONAR-9164 Display project visibility badge | Stas Vilchik | 2017-05-02 | 18 | -29/+138 |
| | |||||
* | SONAR-9165 Allow to change project visibility on its permissions page | Stas Vilchik | 2017-05-02 | 16 | -332/+761 |
| | |||||
* | fix rule permalink in workspace | Stas Vilchik | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-9116 EventHandler should be annotated with SonarLintSide" | Duarte Meneses | 2017-05-02 | 1 | -2/+0 |
| | | | | This reverts commit 4076db84b5d1f53a08ec4351d14a4f44bf6b7464. | ||||
* | sort issues by creation date when coming from about page (#1993) | Stas Vilchik | 2017-05-01 | 4 | -7/+26 |
| | |||||
* | SONAR-9119 Fix organization creation spinner | Grégoire Aubert | 2017-05-01 | 1 | -8/+9 |
| | |||||
* | SONAR-8992 Fix members add form, show only non members | Grégoire Aubert | 2017-05-01 | 8 | -62/+144 |
| | |||||
* | Simplify warning message when removing a member | Grégoire Aubert | 2017-05-01 | 3 | -27/+0 |
| | |||||
* | Update members display | Grégoire Aubert | 2017-05-01 | 6 | -111/+65 |
| | |||||
* | SONAR-8869 Fix quality gate history graph | Grégoire Aubert | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Fix organization admin extension nav menu highlight | Grégoire Aubert | 2017-05-01 | 1 | -2/+5 |
| | |||||
* | SONAR-8975 Fix extensions links when having more than one extension | Grégoire Aubert | 2017-05-01 | 3 | -5/+295 |
| | |||||
* | SONAR-8854 Prevent ENTER key from closing the error popup | Grégoire Aubert | 2017-05-01 | 1 | -0/+1 |
| | |||||
* | Rename IT billing plugin to fake billing plugin | Julien Lancelot | 2017-04-28 | 5 | -9/+9 |
| | |||||
* | SONAR-9124 Allow preventing create private in api/projects/create | Julien Lancelot | 2017-04-28 | 3 | -49/+120 |
| | |||||
* | SONAR-9130 Extract checkCanUpdateProjectsVisibility to ProjectsWsSupport | Julien Lancelot | 2017-04-28 | 6 | -21/+31 |
| | |||||
* | SONAR-9124 Allow preventing project to become private ↵ | Julien Lancelot | 2017-04-28 | 3 | -3/+98 |
| | | | | api/projects/update_visibility | ||||
* | Fix organization insert in UpdateVisibilityActionTest | Julien Lancelot | 2017-04-28 | 1 | -22/+35 |
| | |||||
* | SONAR-9125 Allow preventing organizations to use private projects in ↵ | Julien Lancelot | 2017-04-28 | 10 | -12/+228 |
| | | | | api/organizations/update_project_visibility | ||||
* | Add visibility parameter in ProjectsService#create() | Julien Lancelot | 2017-04-28 | 10 | -41/+103 |
| |