Skip to content

fix(updates): allow development release upgrades - #328

Merged
veryCrunchy merged 6 commits into
mainfrom
fix/dev-release-updates
Aug 12, 2026
Merged

fix(updates): allow development release upgrades#328
veryCrunchy merged 6 commits into
mainfrom
fix/dev-release-updates

Conversation

@veryCrunchy

@veryCrunchy veryCrunchy commented Aug 12, 2026

Copy link
Copy Markdown
Member

Outcome

Versioned development desktop builds that explicitly enable direct package updates can check their selected remote release channel and hand a strictly newer verified package to the existing system-installer flow.

The ncDirectDesktopPackageUpdates opt-in remains mandatory for both development and release packages, so default and distribution-managed installations remain owned by their package manager. Unversioned development runs and unsupported desktop targets remain excluded.

The existing remote manifest, channel, version, URL, platform, format, architecture, size, and SHA-256 validation remains unchanged.

Closes #327

Validation

  • ./gradlew --no-daemon :ui:desktopTest --tests dev.obiente.nextcloudnative.app.DesktopAppUpdatesTest --tests dev.obiente.nextcloudnative.app.AppUpdateChannelsTest --tests dev.obiente.nextcloudnative.app.DesktopUpdateManifestTest
  • ./gradlew --no-daemon :ui:desktopTest :ui:createDistributable
  • bash tools/check-repository.sh

Local distributable validation was performed on Linux. Hosted CI provides the Windows build and packaging check.

@obiente-cloud
obiente-cloud Bot temporarily deployed to Obiente Preview / PR #328 / NC Native August 12, 2026 14:29 Destroyed
@obiente-cloud

obiente-cloud Bot commented Aug 12, 2026

Copy link
Copy Markdown

Obiente preview

NC Native · 5a2e82803de6 · Removed

View preview status

View in Obiente

Obiente updates this comment as the preview changes.

@veryCrunchy veryCrunchy added this to the 0.6 Platform polish milestone Aug 12, 2026
@veryCrunchy veryCrunchy added priority:P1 Required for the pre-release product experience area:release Builds, CI, security, packaging, and releases area:platform Android, desktop, iOS, Windows, macOS, and Linux platform work platform:desktop Desktop-specific implementation or validation type:bug verification Implemented and awaiting full automated or device validation labels Aug 12, 2026
@obiente-cloud
obiente-cloud Bot temporarily deployed to Obiente Preview / PR #328 / NC Native August 12, 2026 14:31 Destroyed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6e07ab9142

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ui/src/desktopMain/kotlin/dev/obiente/nextcloudnative/app/DesktopAppUpdates.kt Outdated
@obiente-cloud
obiente-cloud Bot temporarily deployed to Obiente Preview / PR #328 / NC Native August 12, 2026 14:37 Destroyed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1aafb0fc3c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ui/src/desktopMain/kotlin/dev/obiente/nextcloudnative/app/DesktopAppUpdates.kt Outdated
@obiente-cloud
obiente-cloud Bot temporarily deployed to Obiente Preview / PR #328 / NC Native August 12, 2026 16:18 Destroyed
@veryCrunchy
veryCrunchy merged commit c8a4bc5 into main Aug 12, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:platform Android, desktop, iOS, Windows, macOS, and Linux platform work area:release Builds, CI, security, packaging, and releases platform:desktop Desktop-specific implementation or validation priority:P1 Required for the pre-release product experience type:bug verification Implemented and awaiting full automated or device validation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow development desktop builds to install remote releases

1 participant