-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
v4.0.0-beta.460 #7768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
andrasbacsai
wants to merge
14
commits into
v4.x
Choose a base branch
from
next
base: v4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v4.0.0-beta.460 #7768
+129
−83
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or Keydb and Redis configuration
… mode Change yellow loading indicators to black in light mode for better visibility while keeping warning (yellow) color for dark mode.
… terminal command
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Fixes #7732 - The proxy status change listener was dispatching ProxyStatusChangedUI before the Traefik version check job had a chance to run. This caused users to see stale version information when they refreshed the page immediately after restarting the proxy. The fix defers the UI refresh when a Traefik version check is being dispatched. The version check job already dispatches its own ProxyStatusChangedUI event when complete, ensuring the UI refreshes with updated version data. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
When a database or application was in a restart loop, the restart count persisted even after the user manually stopped the resource. This caused the UI to continue showing "(Xx restarts)" after user intervention. Now resets restart_count, last_restart_at, and last_restart_type when: - User stops a database (StopDatabase action) - User stops an application (StopApplication action) The existing reset in GetContainersStatus is still needed for containers that exit on their own (crash without recovery, Docker giving up). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP