Skip to content

Conversation

@lexiv0re
Copy link
Collaborator

No description provided.

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
@lexiv0re lexiv0re requested review from aonnikov and Copilot August 18, 2025 12:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces backward-compatible support for multiple desktop update channels by adding a new DESKTOP_UPDATES_CHANNELS environment variable while keeping the existing DESKTOP_UPDATES_CHANNEL for compatibility with older desktop versions.

  • Added DESKTOP_UPDATES_CHANNELS environment variable across configuration files
  • Updated fallback logic in desktop application to prefer the new variable
  • Maintained backward compatibility with existing DESKTOP_UPDATES_CHANNEL

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pods/front/src/__start.ts Adds new DESKTOP_UPDATES_CHANNELS environment variable to the front-end configuration
dev/docker-compose.yaml Updates environment variables to use single channel for legacy variable and multiple channels for new variable
dev/docker-compose.min.yaml Updates environment variables to use single channel for legacy variable and multiple channels for new variable
desktop/src/ui/types.ts Adds new DESKTOP_UPDATES_CHANNELS type definition with deprecation comment for old variable
desktop/src/main/start.ts Updates fallback logic to check new variable before falling back to deprecated one

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@lexiv0re lexiv0re merged commit c1d7faa into develop Aug 18, 2025
15 checks passed
@lexiv0re lexiv0re deleted the qfix/mult-upd-channels branch August 18, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants