add a helper struct to keep channels open#2166
Merged
filipslezaklab merged 2 commits intomigrationfrom Mar 3, 2026
Merged
Conversation
filipslezaklab
approved these changes
Mar 3, 2026
filipslezaklab
added a commit
that referenced
this pull request
Mar 6, 2026
* initial migration commit * set migration on flags init * add session info endpoint * fix clippy * sqlx query for offline * migration wizard ui init - copy existing steps * up * update ui * add dedicated migration wizard API (#2157) * add a separate API server for the migration wizard * add auth endpoints to migration API * add migration confirm ui content * upgrade ui packages * add translations strings * remove wizard_needed flag * Migration config to db, part 1 (#2156) * fix migration flags (#2159) * update migration routes * allow persisting active migration step * upgrade wizard navigation * update ui redirects for _authorized * add a helper struct to keep channels open (#2166) Co-authored-by: Filip Ślęzak <102536422+filipslezaklab@users.noreply.github.com> * update finish step * fix final step navigate * Update types.ts * resolve merge duplicate files, merge wizard-flags to wizard * core compiles * update sqlx queries * ui fix route guards * update session-info cache logic * fix ensure secret crashing on first run after 2.0 upgrade * adjust migration finish action * fix after merge conflicts * update sqlx * fix wizard.rs after merge issues * fix react p > div error * Update justfile * provide default value for auth_cookie_timeout * Move config values to DB settings - part 2 (#2202) --------- Co-authored-by: Maciek <19913370+wojcik91@users.noreply.github.com> Co-authored-by: Jacek Chmielewski <jchmielewski@teonite.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.
No description provided.