Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9934 Prevent user to install/update/uninstall plugins part of an edition | Grégoire Aubert | 2017-10-23 | 7 | -31/+107 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to response of api/plugins/installed | Sébastien Lesaint | 2017-10-23 | 5 | -2/+261 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to several webServices | Sébastien Lesaint | 2017-10-23 | 9 | -69/+153 | |
| | | | | | api/plugins/[available|updates] api/system/upgrades | |||||
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 31 | -258/+1066 | |
| | ||||||
* | SONAR-9939 add WS api/editions/preview (mock implementation) | Sébastien Lesaint | 2017-10-23 | 6 | -3/+266 | |
| | | | | same mock implementation as for api/editions/apply_license | |||||
* | SONAR-9951 finalize edition install at startup (mocked implem.) | Sébastien Lesaint | 2017-10-23 | 9 | -19/+782 | |
| | ||||||
* | SONAR-9940 add WS api/editions/apply_license (mocked implementation) | Sébastien Lesaint | 2017-10-23 | 5 | -1/+245 | |
| | | | | | | | edition key is the whole license if license contains string "manual", the state will be changed to MANUAL_IN_PROGRESS if license contains string "done", the license will be applies without requiring a restart otherwise state will go to AUTOMATIC_IN_PROGRESS | |||||
* | SONAR-9943 add WS api/editions/status | Sébastien Lesaint | 2017-10-23 | 15 | -0/+822 | |
| | ||||||
* | SONAR-9943 add InternalPropertiesDao#selectByKeys | Sébastien Lesaint | 2017-10-23 | 4 | -7/+198 | |
| | ||||||
* | SONAR-9935 Migrate Update center to Marketplace | Grégoire Aubert | 2017-10-23 | 31 | -5/+1767 | |
| | ||||||
* | SONAR-9702 cut long branch name in header | Stas Vilchik | 2017-10-23 | 2 | -3/+25 | |
| | ||||||
* | SONAR-9991 Set BranchPersister as Inteface | Julien Lancelot | 2017-10-23 | 4 | -86/+113 | |
| | | | | This will allow privileged plugin as GOV to do nothing on branch | |||||
* | minimize css | Stas Vilchik | 2017-10-23 | 1 | -2/+9 | |
| | ||||||
* | delete yarn-error.log | Stas Vilchik | 2017-10-23 | 2 | -7582/+1 | |
| | ||||||
* | update size of bar chart | Stas Vilchik | 2017-10-23 | 1 | -0/+9 | |
| | ||||||
* | fix file permalink with branch | Stas Vilchik | 2017-10-23 | 2 | -3/+6 | |
| | ||||||
* | SONAR-9504 Support ESC keyboard shortcut to skip onboarding tuto from ↵ | Grégoire Aubert | 2017-10-20 | 1 | -13/+10 | |
| | | | | anywhere on the tuto | |||||
* | SONAR-9918 Remove plugins section on system info page for cluster nodes | Grégoire Aubert | 2017-10-20 | 1 | -1/+7 | |
| | ||||||
* | Compute Engine must start after its local web server | Simon Brandhof | 2017-10-20 | 1 | -1/+1 | |
| | ||||||
* | Improve coverage | Julien HENRY | 2017-10-21 | 6 | -78/+155 | |
| | ||||||
* | SONAR-9991 Clean up remaining references to P/R | Duarte Meneses | 2017-10-20 | 31 | -182/+113 | |
| | ||||||
* | Fix quality flaws | Eric Hartmann | 2017-10-20 | 3 | -6/+175 | |
| | ||||||
* | SONAR-9473 improve transition of dashed border | Stas Vilchik | 2017-10-20 | 2 | -7/+5 | |
| | ||||||
* | stop using jquery for ajax calls | Stas Vilchik | 2017-10-20 | 17 | -196/+249 | |
| | ||||||
* | SONAR-8872 Fields in the Administration section are too small | Stas Vilchik | 2017-10-20 | 6 | -4/+13 | |
| | ||||||
* | GOV-290 Allow removing past analysis of Portfolios | Stas Vilchik | 2017-10-20 | 4 | -12/+26 | |
| | ||||||
* | LICENSE-75 display support page in administration | Stas Vilchik | 2017-10-20 | 1 | -2/+17 | |
| | ||||||
* | Add unit tests | Julien Lancelot | 2017-10-20 | 1 | -0/+18 | |
| | ||||||
* | SONAR-9770 Deprecate preview properties | Julien HENRY | 2017-10-20 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9262 Prevent using files/dirs/modules facets when no proj/org | Julien Lancelot | 2017-10-20 | 3 | -5/+147 | |
| | ||||||
* | SONAR-9917 Improve notification messages on branches | Julien Lancelot | 2017-10-20 | 7 | -14/+31 | |
| | ||||||
* | SONAR-8967 Fail fast when trying to analyse a module | Julien Lancelot | 2017-10-20 | 4 | -163/+111 | |
| | ||||||
* | SONAR-9142 Remove 'previous_analysis' option | Eric Hartmann | 2017-10-20 | 9 | -68/+174 | |
| | ||||||
* | SONAR-8727 Do not fail when SCM login is longer than 255 characters | Julien HENRY | 2017-10-20 | 3 | -5/+27 | |
| | ||||||
* | SONAR-9949 Also merge open issues from short living branches | Julien HENRY | 2017-10-20 | 10 | -27/+72 | |
| | ||||||
* | SONAR-9993 Issue search WS should return comment functional date | Julien HENRY | 2017-10-20 | 2 | -14/+14 | |
| | ||||||
* | SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entries | Julien HENRY | 2017-10-20 | 2 | -6/+69 | |
| | ||||||
* | SONAR-9987 Add a changelog entry when copying/merging issues | Julien HENRY | 2017-10-20 | 14 | -46/+149 | |
| | ||||||
* | SONAR-9970 Copy issue changes when creating an long living branch | Julien HENRY | 2017-10-20 | 14 | -85/+238 | |
| | ||||||
* | SONAR-9949 Copy all issue attributes when merging a short in a long living ↵ | Julien HENRY | 2017-10-20 | 16 | -72/+158 | |
| | | | | branch | |||||
* | SONAR-9913 Match issues from short living branches more aggressively | Julien HENRY | 2017-10-20 | 7 | -29/+48 | |
| | | | | | When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before taking any of the CONFIRMED ones. | |||||
* | Fix some logger calls | Daniel Trebbien | 2017-10-19 | 8 | -11/+11 | |
| | ||||||
* | Add documentation link in cluster error message | Simon Brandhof | 2017-10-19 | 2 | -3/+6 | |
| | ||||||
* | Do not crash with technical errors when cluster is enabled | Simon Brandhof | 2017-10-19 | 4 | -1/+17 | |
| | ||||||
* | SONAR-9869 Fix changedAt value when a webhook is triggered from Web | Eric Hartmann | 2017-10-19 | 3 | -8/+12 | |
| | ||||||
* | SONAR-9880 Fix missing migrations | Julien Lancelot | 2017-10-19 | 8 | -5/+7 | |
| | ||||||
* | SONAR-8635 do not check assign_to_me action | Stas Vilchik | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | Set branches WS as public and fix description | Julien Lancelot | 2017-10-19 | 8 | -39/+47 | |
| | ||||||
* | SONAR-8635 Remove "assign_to_me" actions from issues | Julien Lancelot | 2017-10-19 | 17 | -179/+37 | |
| | ||||||
* | SONAR-9926 Let project admins cancel background tasks | Julien Lancelot | 2017-10-19 | 2 | -7/+94 | |
| |