Fix: db reset was also resetting the migrations tables#826
Merged
Conversation
doonga
pushed a commit
to greyrock-labs/home-ops
that referenced
this pull request
May 18, 2026
…3 ) (#73) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/arabcoders/watchstate](https://github.com/arabcoders/watchstate) | patch | `v1.8.2` → `v1.8.3` | --- ### Release Notes <details> <summary>arabcoders/watchstate (ghcr.io/arabcoders/watchstate)</summary> ### [`v1.8.3`](https://github.com/arabcoders/watchstate/releases/tag/v1.8.3) [Compare Source](arabcoders/watchstate@v1.8.2...v1.8.3) ##### What's Changed - Fix: db reset was also resetting the migrations tables by [@​arabcoders](https://github.com/arabcoders) in [#​826](arabcoders/watchstate#826) **Full Changelog**: <arabcoders/watchstate@v1.8.2...v1.8.3> *** ##### Commits since v1.8.2 - [`c3cd1b7`](arabcoders/watchstate@c3cd1b7) refactor: add event id to dispatch logs - [`c649ca1`](arabcoders/watchstate@c649ca1) refactor: improve tainted/untainted messaging - [`f85dfa7`](arabcoders/watchstate@f85dfa7) fix: db reset was also resetting the migrations tables which causes startup issues. Fixes [#​825](arabcoders/watchstate#825) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/73
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.
This pull request introduces several improvements and enhancements to log viewing and event navigation in the frontend, along with some clarifications and minor corrections in documentation and backend log parsing. The most significant changes are the addition of contextual links to log entries, allowing users to quickly navigate to related events, history, or backend details, and the ability to open detailed event views in a modal. Additionally, log parsing on the backend has been improved to extract more metadata, and documentation has been updated for clarity.
Frontend Enhancements: