Skip to content

Conversation

@Brendonovich
Copy link
Collaborator

Adds logic for tracking sqlite migration progress in Desktop by reading stdout (works by intercepting the CommandEvent stream and emitting Tauri events)

@github-actions
Copy link
Contributor

Hey! Your PR title desktop: sqlite migration progress bar doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@Brendonovich Brendonovich enabled auto-merge (squash) February 12, 2026 09:42
@Brendonovich Brendonovich merged commit 1413d77 into dev Feb 12, 2026
6 checks passed
@Brendonovich Brendonovich deleted the brendan/sqlite-desktop-progress branch February 12, 2026 09:44
}
CommandEvent::Stderr(line_bytes) => {
let line = String::from_utf8_lossy(&line_bytes);
tracing::info!("{line}");

Choose a reason for hiding this comment

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

Should stderr lines be logged as warnings?

Suggested change
tracing::info!("{line}");
tracing::warn!("{line}");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants