Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Manage Versions

Prev Next

The checkout pill in the module toolbar displays the current branch or version name. Clicking the pill opens a menu where Creators can switch to any branch or version and access versioning actions.

Module Builder tab bar showing the checkout pill — a badge displaying the current branch name with a chevron — in the toolbar.

Checkout Pill Menu

Clicking the checkout pill opens a menu listing all branches and published versions for the application.

  • Branches display flat, in alphabetical order.
  • Published versions display in a collapsible group below the branch list.
  • Search filters branches and versions together. Matching ancestors expand automatically so results are always reachable.

Selecting a branch or version from the menu switches the working context immediately.

The following actions display at the bottom of the menu:

Action Description
GitMerge Start a Merge... Opens the merge workflow. See Merging Branches.
Settings2 Manage Versions Opens the Manage Versions dialog.
Layers Manage Dependencies Opens the Manage Dependencies dialog. See Application Dependencies.

Manage Versions Dialog

The Manage Versions dialog is the central place for managing branches and published versions. Open it by selecting Manage Versions in the menu.

The dialog displays a tree of published versions with their branches nested beneath. Each branch's commit history displays inline under the branch row. One search field narrows the entire tree; matching entries expand automatically. Versions sort by semantic version number, with v1.10.0 sorting above v1.9.0.

Version Row Actions

Each published version row provides the following actions from its EllipsisVertical (ellipsis):

Action Description
ArrowRightLeft Open Switches the working context to this version. Disabled on the version currently in context.
GitBranch Create Branch from [version] Opens the Create Branch dialog pre-seeded with this version as the source. Requires create permission. See Creating Branches.
GitMerge Merge… Opens the merge workflow with this version as the source. See Merging Branches.
CircleCheck Set as Default Sets this version as the default. Only available on versions that are not already the default. Requires update permission. See Default Version.

Branch Row Actions

Each branch row displays the branch name and a Current badge if it is the active working branch. The following actions are available from its EllipsisVertical (ellipsis):

Action Description
ArrowRightLeft Open Switches the working context to this branch. Not available on the current branch.
GitBranch Create Branch from [branch] Opens the Create Branch dialog pre-seeded with this branch as the source. Requires create permission. See Creating Branches.
GitMerge Merge… Opens the merge workflow with this branch as the source. See Merging Branches.
Upload Publish… Publishes this branch as a new version. Only available on unpublished branches. Requires create permission. See Publishing Branches.
History Branch History Expands the commit history inline beneath the branch row. Selecting it again collapses the history. See Branch History.
Trash2 Delete Branch Permanently deletes the branch. Requires delete permission. See Deleting Branches.

Changelog

Date Change
2026-08-26 Restored from orphaned EN-8049 commits; updated links to renamed articles (publishing-branches, deleting-branches).
2026-08-24 Updated menu actions order, icons, and branch/version row actions to match current UI.
2026-08-24 Rewritten for the rebuilt versioning experience (UQE-17417). Drawer replaced by checkout pill menu and Manage Versions dialog.
2026-08-12 Removed the Compare row actions.
2026-07-15 Initial publication.