Cancel pending UI, README update, fix healthcheck DST desync#124
Merged
science merged 3 commits intoproductionfrom Mar 10, 2026
Merged
Cancel pending UI, README update, fix healthcheck DST desync#124science merged 3 commits intoproductionfrom
science merged 3 commits intoproductionfrom
Conversation
Shows "Cancelling..." with disabled button and faded row while the cancel API call is in-flight, restoring on error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add heat-to-target, Ready By scheduling, heating/cooling analysis, skip/unskip, sensor config, dynamic reporting intervals, OTA updates, and full API endpoint listing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Recurring healthchecks were created with a frozen UTC cron schedule, but cron fires in the system timezone which adjusts for DST. After the March 2026 DST transition, the cron ping arrived 1 hour early (12:29 vs 13:29 UTC), causing daily false "down" alerts. Fix by using the system timezone for both the cron expression and the healthcheck schedule, so DST shifts are handled identically by both systems. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
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.
Summary
Production fix already applied (DST)
America/Los_AngelestimezoneTest plan
🤖 Generated with Claude Code