Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9940 update mock to commit license when no change required | Sébastien Lesaint | 2017-10-23 | 1 | -0/+17 | |
| | | | | in api/editions/apply_licence | |||||
* | SONAR-9951 add internal extension point LicenseCommit | Sébastien Lesaint | 2017-10-23 | 3 | -4/+89 | |
| | ||||||
* | SONAR-9954 return sonar.editions.jsonUrl in api/navigation/global | Sébastien Lesaint | 2017-10-23 | 1 | -0/+2 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to response of api/plugins/installed | Sébastien Lesaint | 2017-10-23 | 3 | -0/+11 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to several webServices | Sébastien Lesaint | 2017-10-23 | 5 | -27/+74 | |
| | | | | | api/plugins/[available|updates] api/system/upgrades | |||||
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 16 | -193/+628 | |
| | ||||||
* | SONAR-9939 add WS api/editions/preview (mock implementation) | Sébastien Lesaint | 2017-10-23 | 4 | -2/+124 | |
| | | | | same mock implementation as for api/editions/apply_license | |||||
* | SONAR-9951 finalize edition install at startup (mocked implem.) | Sébastien Lesaint | 2017-10-23 | 5 | -18/+124 | |
| | ||||||
* | SONAR-9940 add WS api/editions/apply_license (mocked implementation) | Sébastien Lesaint | 2017-10-23 | 3 | -0/+95 | |
| | | | | | | | 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 | 12 | -0/+591 | |
| | ||||||
* | SONAR-9991 Set BranchPersister as Inteface | Julien Lancelot | 2017-10-23 | 3 | -84/+111 | |
| | | | | This will allow privileged plugin as GOV to do nothing on branch | |||||
* | Improve coverage | Julien HENRY | 2017-10-21 | 3 | -3/+118 | |
| | ||||||
* | SONAR-9991 Clean up remaining references to P/R | Duarte Meneses | 2017-10-20 | 17 | -88/+48 | |
| | ||||||
* | SONAR-9262 Prevent using files/dirs/modules facets when no proj/org | Julien Lancelot | 2017-10-20 | 1 | -0/+11 | |
| | ||||||
* | SONAR-9917 Improve notification messages on branches | Julien Lancelot | 2017-10-20 | 3 | -7/+16 | |
| | ||||||
* | SONAR-8967 Fail fast when trying to analyse a module | Julien Lancelot | 2017-10-20 | 2 | -39/+36 | |
| | ||||||
* | SONAR-9142 Remove 'previous_analysis' option | Eric Hartmann | 2017-10-20 | 1 | -18/+0 | |
| | ||||||
* | SONAR-8727 Do not fail when SCM login is longer than 255 characters | Julien HENRY | 2017-10-20 | 1 | -2/+7 | |
| | ||||||
* | SONAR-9949 Also merge open issues from short living branches | Julien HENRY | 2017-10-20 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9993 Issue search WS should return comment functional date | Julien HENRY | 2017-10-20 | 1 | -12/+12 | |
| | ||||||
* | SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entries | Julien HENRY | 2017-10-20 | 1 | -2/+35 | |
| | ||||||
* | SONAR-9987 Add a changelog entry when copying/merging issues | Julien HENRY | 2017-10-20 | 6 | -18/+41 | |
| | ||||||
* | SONAR-9970 Copy issue changes when creating an long living branch | Julien HENRY | 2017-10-20 | 8 | -65/+87 | |
| | ||||||
* | SONAR-9949 Copy all issue attributes when merging a short in a long living ↵ | Julien HENRY | 2017-10-20 | 6 | -36/+80 | |
| | | | | branch | |||||
* | SONAR-9913 Match issues from short living branches more aggressively | Julien HENRY | 2017-10-20 | 4 | -14/+15 | |
| | | | | | 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 | 4 | -5/+5 | |
| | ||||||
* | Add documentation link in cluster error message | Simon Brandhof | 2017-10-19 | 1 | -1/+2 | |
| | ||||||
* | Do not crash with technical errors when cluster is enabled | Simon Brandhof | 2017-10-19 | 2 | -0/+8 | |
| | ||||||
* | SONAR-9869 Fix changedAt value when a webhook is triggered from Web | Eric Hartmann | 2017-10-19 | 2 | -7/+11 | |
| | ||||||
* | Set branches WS as public and fix description | Julien Lancelot | 2017-10-19 | 4 | -24/+32 | |
| | ||||||
* | SONAR-8635 Remove "assign_to_me" actions from issues | Julien Lancelot | 2017-10-19 | 11 | -81/+33 | |
| | ||||||
* | SONAR-9926 Let project admins cancel background tasks | Julien Lancelot | 2017-10-19 | 1 | -1/+19 | |
| | ||||||
* | SONAR-9926 CeQueue#cancel now needs CeQueuDto instead of uuid | Julien Lancelot | 2017-10-19 | 3 | -25/+39 | |
| | ||||||
* | Fix quality flaws | Daniel Schwarz | 2017-10-19 | 2 | -6/+10 | |
| | ||||||
* | SONAR-9995 Order setings definitions by category, index and then name case ↵ | Teryk Bellahsene | 2017-10-19 | 1 | -1/+5 | |
| | | | | insensitive | |||||
* | SONAR-9903 Ignore SCM accounts that are duplicates when adding a user | Teryk Bellahsene | 2017-10-19 | 1 | -2/+7 | |
| | ||||||
* | Document organization resolution for WS api/qualityprofiles/search | Teryk Bellahsene | 2017-10-19 | 2 | -9/+3 | |
| | ||||||
* | Support High Availability plugin | Simon Brandhof | 2017-10-18 | 4 | -0/+95 | |
| | ||||||
* | Remove cluster tests | Simon Brandhof | 2017-10-18 | 3 | -181/+0 | |
| | ||||||
* | SONAR-7590 Redirect to requested page with identity provider | Julien Lancelot | 2017-10-17 | 5 | -4/+96 | |
| | ||||||
* | Revert "SONAR-7590 Redirect to requested page with identity provider" | Julien Lancelot | 2017-10-17 | 5 | -91/+4 | |
| | | | | This reverts commit 33eb0b2b67bcbfbbbf98fca52480b735d3b18fbc. | |||||
* | Revert "fixup! SONAR-7590 Redirect to requested page with identity provider" | Julien Lancelot | 2017-10-17 | 2 | -6/+1 | |
| | | | | This reverts commit 5c3ae07af1b94d93add71e5aeaa895159880e5af. | |||||
* | fixup! SONAR-7590 Redirect to requested page with identity provider | Julien Lancelot | 2017-10-17 | 2 | -1/+6 | |
| | ||||||
* | SONAR-7590 Redirect to requested page with identity provider | Julien Lancelot | 2017-10-17 | 5 | -4/+91 | |
| | ||||||
* | SONAR-9871 also call project webhook on issue change | Sébastien Lesaint | 2017-10-17 | 7 | -42/+199 | |
| | | | | | both for single issue and for bulk change and still only for short lived branches | |||||
* | SONAR-9882 Implement keeping sonar.analysis.* properties and send them in ↵ | Eric Hartmann | 2017-10-17 | 1 | -4/+7 | |
| | | | | webhook triggered by web | |||||
* | SONAR-9872 call webhook on bulk issue change on short lived branch | Sébastien Lesaint | 2017-10-17 | 5 | -25/+149 | |
| | ||||||
* | SONAR-9871 call webhook on single issue change on short lived branch | Sébastien Lesaint | 2017-10-17 | 7 | -5/+368 | |
| | ||||||
* | SONAR-9871 add ShortLivingBranchQualityGate | Sébastien Lesaint | 2017-10-17 | 4 | -15/+89 | |
| | ||||||
* | SONAR-9871 support null ce task in webhook payload + fix equals | Sébastien Lesaint | 2017-10-17 | 4 | -24/+35 | |
| | | | | equals/hashcode/toString ignored added field analysis |