]>
source.dussan.org Git - sonarqube.git/log
Duarte Meneses [Thu, 19 Oct 2017 12:30:57 +0000 (14:30 +0200)]
SONAR-9939 Don't refresh update center on edition preview
Duarte Meneses [Wed, 18 Oct 2017 13:02:23 +0000 (15:02 +0200)]
SONAR-9939 Improve parsing of license
Duarte Meneses [Wed, 18 Oct 2017 12:57:49 +0000 (14:57 +0200)]
SONAR-9996 Finalize uninstall at startup
Duarte Meneses [Wed, 18 Oct 2017 12:15:18 +0000 (14:15 +0200)]
SONAR-9996 Add WS api/editions/uninstall
Duarte Meneses [Wed, 18 Oct 2017 12:17:10 +0000 (14:17 +0200)]
SONAR-9996 synchronous uninstall of edition
Duarte Meneses [Wed, 18 Oct 2017 12:16:32 +0000 (14:16 +0200)]
SONAR-9996 Edition management state supports uninstall
Duarte Meneses [Thu, 19 Oct 2017 06:45:26 +0000 (08:45 +0200)]
SONAR-10010 Add WS api/edition/form_data
Sébastien Lesaint [Wed, 18 Oct 2017 08:15:28 +0000 (10:15 +0200)]
SONAR-9941 api/plugins/uninstall fails on edition bundled plugin
Sébastien Lesaint [Wed, 18 Oct 2017 08:03:55 +0000 (10:03 +0200)]
SONAR-9941 api/plugins/install fails on edition bundled plugin
Grégoire Aubert [Wed, 18 Oct 2017 13:26:48 +0000 (15:26 +0200)]
SONAR-9936 Better handling of button disabled depending on the edition status
Grégoire Aubert [Wed, 18 Oct 2017 12:58:06 +0000 (14:58 +0200)]
SONAR-9936 Automatically update edition status every 5 seconds
Grégoire Aubert [Wed, 18 Oct 2017 10:23:17 +0000 (12:23 +0200)]
LICENSE-72 Update set license component to work without an edition
Grégoire Aubert [Tue, 17 Oct 2017 14:30:21 +0000 (16:30 +0200)]
SONAR-9936 Update marketplace pending plugins notif
Grégoire Aubert [Tue, 17 Oct 2017 14:17:11 +0000 (16:17 +0200)]
SONAR-9936 Update edition notification to be scoped to page and not whole administration
Grégoire Aubert [Tue, 17 Oct 2017 12:41:51 +0000 (14:41 +0200)]
SONAR-9944 Update editions json format and use url from global settings
Grégoire Aubert [Mon, 16 Oct 2017 15:18:19 +0000 (17:18 +0200)]
SONAR-9937 Create a form to apply the license and install/update an edition
Sébastien Lesaint [Tue, 17 Oct 2017 13:54:04 +0000 (15:54 +0200)]
SONAR-9939 implementation of api/editions/preview
Duarte Meneses [Tue, 17 Oct 2017 07:25:40 +0000 (09:25 +0200)]
SONAR-9940 implementation of api/editions/apply_license
Duarte Meneses [Mon, 16 Oct 2017 08:03:38 +0000 (10:03 +0200)]
SONAR-9939 Parse base64 license
Duarte Meneses [Mon, 16 Oct 2017 15:36:02 +0000 (17:36 +0200)]
SONAR-9946 download in temp dir to support download thread killed
Sébastien Lesaint [Mon, 16 Oct 2017 15:50:28 +0000 (17:50 +0200)]
SONAR-9940 update mock to commit license when no change required
in api/editions/apply_licence
Sébastien Lesaint [Mon, 16 Oct 2017 10:02:33 +0000 (12:02 +0200)]
SONAR-9951 add internal extension point LicenseCommit
Sébastien Lesaint [Tue, 17 Oct 2017 09:00:21 +0000 (11:00 +0200)]
SONAR-9954 return sonar.editions.jsonUrl in api/navigation/global
Sébastien Lesaint [Tue, 17 Oct 2017 08:59:54 +0000 (10:59 +0200)]
SONAR-9954 add hidden property sonar.editions.jsonUrl
with production default value
Grégoire Aubert [Mon, 16 Oct 2017 08:01:37 +0000 (10:01 +0200)]
SONAR-9936 Add Editions pack in the marketplace
Grégoire Aubert [Fri, 13 Oct 2017 13:45:56 +0000 (15:45 +0200)]
SONAR-9935 Add some unit tests
Grégoire Aubert [Fri, 13 Oct 2017 09:22:57 +0000 (11:22 +0200)]
SONAR-9934 Prevent user to install/update/uninstall plugins part of an edition
Sébastien Lesaint [Mon, 16 Oct 2017 08:15:41 +0000 (10:15 +0200)]
SONAR-9976 add editionBundled flag to response of api/plugins/installed
Sébastien Lesaint [Fri, 13 Oct 2017 15:04:12 +0000 (17:04 +0200)]
SONAR-9976 add editionBundled flag to several webServices
api/plugins/[available|updates]
api/system/upgrades
Duarte Meneses [Mon, 16 Oct 2017 09:02:32 +0000 (11:02 +0200)]
SONAR-9946 Background download and "pre-installation" of an edition
Sébastien Lesaint [Fri, 13 Oct 2017 12:26:52 +0000 (14:26 +0200)]
SONAR-9939 add WS api/editions/preview (mock implementation)
same mock implementation as for api/editions/apply_license
Sébastien Lesaint [Thu, 12 Oct 2017 18:00:04 +0000 (20:00 +0200)]
SONAR-9951 finalize edition install at startup (mocked implem.)
Sébastien Lesaint [Thu, 12 Oct 2017 14:50:31 +0000 (16:50 +0200)]
SONAR-9940 add WS api/editions/apply_license (mocked implementation)
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
Sébastien Lesaint [Thu, 12 Oct 2017 11:30:14 +0000 (13:30 +0200)]
SONAR-9943 add WS api/editions/status
Sébastien Lesaint [Thu, 12 Oct 2017 09:35:31 +0000 (11:35 +0200)]
SONAR-9943 add InternalPropertiesDao#selectByKeys
Grégoire Aubert [Wed, 11 Oct 2017 15:32:30 +0000 (17:32 +0200)]
SONAR-9935 Migrate Update center to Marketplace
Stas Vilchik [Mon, 23 Oct 2017 07:46:53 +0000 (09:46 +0200)]
SONAR-9702 cut long branch name in header
Julien Lancelot [Mon, 23 Oct 2017 09:37:36 +0000 (11:37 +0200)]
SONAR-9991 Set BranchPersister as Inteface
This will allow privileged plugin as GOV to do nothing on branch
Tom [Mon, 23 Oct 2017 07:36:18 +0000 (09:36 +0200)]
update jdk to 1.8u151
Eric Hartmann [Mon, 23 Oct 2017 07:24:29 +0000 (09:24 +0200)]
Automatic merge from branch-6.6
* origin/branch-6.6:
Prepare for next development iteration
Use released version of Orchestrator 3.15.0.1256
Release 6.6
Stas Vilchik [Fri, 20 Oct 2017 15:42:45 +0000 (17:42 +0200)]
minimize css
Stas Vilchik [Fri, 20 Oct 2017 14:48:31 +0000 (16:48 +0200)]
delete yarn-error.log
Stas Vilchik [Fri, 20 Oct 2017 14:41:03 +0000 (16:41 +0200)]
update size of bar chart
Stas Vilchik [Fri, 20 Oct 2017 13:26:27 +0000 (15:26 +0200)]
fix file permalink with branch
Grégoire Aubert [Fri, 20 Oct 2017 14:40:03 +0000 (16:40 +0200)]
SONAR-9504 Support ESC keyboard shortcut to skip onboarding tuto from anywhere on the tuto
Grégoire Aubert [Fri, 20 Oct 2017 13:56:15 +0000 (15:56 +0200)]
SONAR-9918 Remove plugins section on system info page for cluster nodes
Simon Brandhof [Fri, 20 Oct 2017 14:26:54 +0000 (16:26 +0200)]
Compute Engine must start after its local web server
Julien HENRY [Fri, 20 Oct 2017 14:51:23 +0000 (16:51 +0200)]
Improve coverage
Duarte Meneses [Fri, 20 Oct 2017 13:28:40 +0000 (15:28 +0200)]
SONAR-9991 Clean up remaining references to P/R
Eric Hartmann [Fri, 20 Oct 2017 14:15:53 +0000 (16:15 +0200)]
Fix quality flaws
Simon Brandhof [Fri, 20 Oct 2017 14:28:17 +0000 (16:28 +0200)]
Prepare for next development iteration
Stas Vilchik [Fri, 20 Oct 2017 08:40:08 +0000 (10:40 +0200)]
SONAR-9473 improve transition of dashed border
Stas Vilchik [Thu, 19 Oct 2017 14:37:43 +0000 (16:37 +0200)]
add missing coding_rules.deactivate_in_quality_profile message
Stas Vilchik [Thu, 19 Oct 2017 14:32:33 +0000 (16:32 +0200)]
stop using jquery for ajax calls
Stas Vilchik [Thu, 19 Oct 2017 13:34:50 +0000 (15:34 +0200)]
SONAR-8872 Fields in the Administration section are too small
Stas Vilchik [Thu, 19 Oct 2017 13:25:03 +0000 (15:25 +0200)]
GOV-290 Allow removing past analysis of Portfolios
Stas Vilchik [Thu, 19 Oct 2017 09:34:05 +0000 (11:34 +0200)]
LICENSE-75 display support page in administration
Simon Brandhof [Fri, 20 Oct 2017 12:09:25 +0000 (14:09 +0200)]
Use released version of Orchestrator 3.15.0.1256
Julien Lancelot [Fri, 20 Oct 2017 11:34:17 +0000 (13:34 +0200)]
Add unit tests
Julien HENRY [Fri, 20 Oct 2017 09:51:00 +0000 (11:51 +0200)]
SONAR-9770 Deprecate preview properties
Simon Brandhof [Fri, 20 Oct 2017 11:31:35 +0000 (13:31 +0200)]
Release 6.6
Julien Lancelot [Thu, 19 Oct 2017 15:50:42 +0000 (17:50 +0200)]
SONAR-9262 Prevent using files/dirs/modules facets when no proj/org
Julien Lancelot [Thu, 19 Oct 2017 13:44:55 +0000 (15:44 +0200)]
SONAR-9917 Improve notification messages on branches
Julien Lancelot [Wed, 18 Oct 2017 15:51:56 +0000 (17:51 +0200)]
SONAR-9983 Upgrade the packaged plugins
Julien Lancelot [Wed, 18 Oct 2017 13:26:30 +0000 (15:26 +0200)]
SONAR-8967 Fail fast when trying to analyse a module
Julien Lancelot [Wed, 18 Oct 2017 10:10:59 +0000 (12:10 +0200)]
SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitions
These settings are not used for issues coming from common repository
Eric Hartmann [Thu, 19 Oct 2017 11:47:56 +0000 (13:47 +0200)]
SONAR-9142 Remove 'previous_analysis' option
Julien HENRY [Wed, 18 Oct 2017 12:03:28 +0000 (14:03 +0200)]
SONAR-8727 Do not fail when SCM login is longer than 255 characters
Daniel Schwarz [Fri, 13 Oct 2017 15:20:36 +0000 (17:20 +0200)]
SONAR-8727 add IT that shows, that scm accounts >255 chars are an issue
Julien HENRY [Tue, 17 Oct 2017 15:39:28 +0000 (17:39 +0200)]
SONAR-9984 Coverage per tests should be disabled for short living branches
Julien HENRY [Thu, 19 Oct 2017 10:10:27 +0000 (12:10 +0200)]
SONAR-9949 Also merge open issues from short living branches
Julien HENRY [Tue, 17 Oct 2017 08:28:33 +0000 (10:28 +0200)]
SONAR-9993 Issue search WS should return comment functional date
Julien HENRY [Mon, 16 Oct 2017 15:15:49 +0000 (17:15 +0200)]
SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entries
Julien HENRY [Mon, 16 Oct 2017 14:25:09 +0000 (16:25 +0200)]
SONAR-9987 Add a changelog entry when copying/merging issues
Julien HENRY [Fri, 13 Oct 2017 09:11:45 +0000 (11:11 +0200)]
SONAR-9970 Copy issue changes when creating an long living branch
Julien HENRY [Thu, 12 Oct 2017 15:53:52 +0000 (17:53 +0200)]
SONAR-9949 Copy all issue attributes when merging a short in a long living branch
Julien HENRY [Wed, 11 Oct 2017 10:07:37 +0000 (12:07 +0200)]
SONAR-9913 Match issues from short living branches more aggressively
When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before
taking any of the CONFIRMED ones.
Janos Gyerik [Fri, 20 Oct 2017 08:23:38 +0000 (10:23 +0200)]
SONAR-9969 Change the validation logic of the new branch parameter (#2666)
* Fail-fast when branch name or target used without branch plugin
* Allow missing BranchParamsValidator, improve the check for missing
* Reuse branches doc link constant
Simon Brandhof [Fri, 20 Oct 2017 08:03:20 +0000 (10:03 +0200)]
Upgrade to released version of Orchestrator
Simon Brandhof [Fri, 20 Oct 2017 07:44:07 +0000 (09:44 +0200)]
Fix analysis of pull requests on Travis
Daniel Trebbien [Thu, 19 Oct 2017 18:16:19 +0000 (13:16 -0500)]
Fix some logger calls
Simon Brandhof [Thu, 19 Oct 2017 14:59:51 +0000 (16:59 +0200)]
Add documentation link in cluster error message
Simon Brandhof [Thu, 19 Oct 2017 10:16:11 +0000 (12:16 +0200)]
Do not crash with technical errors when cluster is enabled
Eric Hartmann [Wed, 18 Oct 2017 15:38:47 +0000 (17:38 +0200)]
SONAR-9869 Fix changedAt value when a webhook is triggered from Web
Julien Lancelot [Thu, 19 Oct 2017 12:28:44 +0000 (14:28 +0200)]
SONAR-9880 Fix missing migrations
Stas Vilchik [Thu, 19 Oct 2017 11:39:34 +0000 (13:39 +0200)]
SONAR-8635 do not check assign_to_me action
Julien Lancelot [Wed, 18 Oct 2017 09:52:57 +0000 (11:52 +0200)]
Set branches WS as public and fix description
Julien Lancelot [Wed, 18 Oct 2017 08:44:55 +0000 (10:44 +0200)]
SONAR-8635 Remove "assign_to_me" actions from issues
Julien Lancelot [Tue, 17 Oct 2017 14:46:49 +0000 (16:46 +0200)]
SONAR-9926 Let project admins cancel background tasks
Julien Lancelot [Tue, 17 Oct 2017 14:38:09 +0000 (16:38 +0200)]
SONAR-9926 CeQueue#cancel now needs CeQueuDto instead of uuid
Daniel Schwarz [Tue, 17 Oct 2017 13:45:31 +0000 (15:45 +0200)]
In unit tests do not log the creation of indexes anymore
The huge number of log lines slow down our development cycles. Especially opening the travis logs is slow, if the test output is too verbose.
Daniel Schwarz [Tue, 17 Oct 2017 13:01:39 +0000 (15:01 +0200)]
Fix quality flaws
Simon Brandhof [Tue, 17 Oct 2017 07:55:00 +0000 (09:55 +0200)]
SONAR-10000 optimize DB migrations on resource_index
Teryk Bellahsene [Wed, 18 Oct 2017 14:40:46 +0000 (16:40 +0200)]
SONAR-7309 Reorder DB Cleaner settings and replace snapshot by analysis
Teryk Bellahsene [Tue, 17 Oct 2017 16:16:28 +0000 (18:16 +0200)]
SONAR-7309 DB Cleaner strategy to keep only analyses with a version
Teryk Bellahsene [Tue, 17 Oct 2017 14:15:35 +0000 (16:15 +0200)]
SONAR-9995 Order setings definitions by category, index and then name case insensitive
Stas Vilchik [Tue, 17 Oct 2017 13:34:27 +0000 (15:34 +0200)]
SONAR-9903 send empty scmAccount to reset the field
Teryk Bellahsene [Tue, 17 Oct 2017 13:08:05 +0000 (15:08 +0200)]
SONAR-9903 Ignore SCM accounts that are duplicates when adding a user
Teryk Bellahsene [Tue, 17 Oct 2017 08:46:50 +0000 (10:46 +0200)]
SONAR-8331 Rename Complexity to Cyclomatic Complexity
Teryk Bellahsene [Mon, 16 Oct 2017 14:56:55 +0000 (16:56 +0200)]
Document organization resolution for WS api/qualityprofiles/search