Skip to content

Releases: bucketgit/bgit

1.3.5

16 Jun 16:29
932b6ca

Choose a tag to compare

Added

  • Added git-remote-bgit remote-helper mode so the bgit binary can be
    installed under that name and used by native Git for bgit:// and
    bgit::... remotes.

Fixed

  • bgit admin accept-broker-invite now reports a missing SSH identity as an
    invite acceptance problem instead of mislabeling it as broker version skew.

1.3.5-dev

16 Jun 13:08

Choose a tag to compare

1.3.5-dev Pre-release
Pre-release

Latest development release for 1.3.5-dev

1.3.4

05 Jun 16:11
54c1af5

Choose a tag to compare

Fixed

  • Local broker repositories now support issue and task-board endpoints, so
    bgit issue and bgit board commands work for local broker clones.
  • Broker commands now preserve local broker S3/GCS storage settings from
    .git/config when resolving the backing repository.
  • Added bgit board priority STORY_ID ORDER [--lane LANE]; board reordering now
    normalizes lane order to dense story positions so setting a story to priority
    3 shifts the existing 3+ stories down in one broker mutation.

1.3.4-dev

05 Jun 13:59

Choose a tag to compare

1.3.4-dev Pre-release
Pre-release

Latest development release for 1.3.4-dev

1.3.3

01 Jun 16:08
b912d50

Choose a tag to compare

Fixed

  • Fixed the bgit web CI run form by restoring the shared form serialization
    helper used by the Run CI action.
  • Fixed AWS and GCP CI materializers so they can read normal packed Git objects,
    not only loose objects, when creating provider build source archives.

1.3.3-dev

01 Jun 16:04

Choose a tag to compare

1.3.3-dev Pre-release
Pre-release

Latest development release for 1.3.3-dev

1.3.2

01 Jun 08:38
0e6b147

Choose a tag to compare

Added

  • Added Task board story editing, archiving, archived-story listing, activity
    history, and persistent ordering/reordering support across AWS and GCP
    brokers.
  • Added bgit board edit, bgit board assign, bgit board archive, and
    bgit board unarchive commands.

Fixed

  • bgit fetch and bgit push now keep matching origin/* remote-tracking refs
    in sync with bucketgit/*, so native git status no longer reports stale
    ahead/behind state after bgit operations.
  • bgit web now counts only open pull requests in the Pull requests tab badge.

1.3.2-dev

01 Jun 08:05

Choose a tag to compare

1.3.2-dev Pre-release
Pre-release

Latest development release for 1.3.2-dev

1.3.1

30 May 06:33
4818ae3

Choose a tag to compare

Fixed

  • Guarded oversized local and web diff/index allocation paths to avoid integer
    overflow in pathological repositories.

1.3.1-dev

30 May 06:32

Choose a tag to compare

1.3.1-dev Pre-release
Pre-release

Latest development release for 1.3.1-dev