Skip to content

fix: web updater is now disabled by default + discourage users to use the web updater#41385

Merged
DeepDiver1975 merged 1 commit intomasterfrom
fix/disable-web-updater-by-default
Jul 3, 2025
Merged

fix: web updater is now disabled by default + discourage users to use the web updater#41385
DeepDiver1975 merged 1 commit intomasterfrom
fix/disable-web-updater-by-default

Conversation

@DeepDiver1975
Copy link
Copy Markdown
Member

@DeepDiver1975 DeepDiver1975 commented Jul 2, 2025

Description

The web updater is a relic of old times and can cause more trouble than help.
More details on #41149

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@update-docs
Copy link
Copy Markdown

update-docs bot commented Jul 2, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@jvillafanez
Copy link
Copy Markdown
Member

I'll probably need some additional context...

If we want to just disable the web updater, adding a migration to set the web-updater.enabled config to false should be enough. However, it seems we're doing more than that.

I assume we don't want people to run the web-updater.
What is the behavior when the web-updater is disabled? I guess it will just show a message telling people that a new version is available. However, what if it's enabled? What is the difference between having the web-updater enabled or disabled?

/**
* @return DataResponse
*/
public function createCredentials() {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

['name' => 'Admin#createCredentials', 'url' => '/credentials', 'verb' => 'GET'],
should also be removed.

@DeepDiver1975 DeepDiver1975 force-pushed the fix/disable-web-updater-by-default branch 2 times, most recently from d613006 to 5544551 Compare July 2, 2025 13:12
@DeepDiver1975 DeepDiver1975 changed the title fix: web updater is now disabled by default fix: web updater is now disabled by default + discourage users to use the web updater Jul 2, 2025
@DeepDiver1975 DeepDiver1975 force-pushed the fix/disable-web-updater-by-default branch from 5544551 to 8fd1aba Compare July 2, 2025 14:02
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jul 2, 2025

@DeepDiver1975 DeepDiver1975 merged commit f1b00f4 into master Jul 3, 2025
6 checks passed
@mmattel mmattel deleted the fix/disable-web-updater-by-default branch July 3, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggestion: Disable (Web-)Updater by default.

3 participants