Skip to content

Releases: bucketgit/bgit

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

1.3.0

30 May 05:50
6d80cc9

Choose a tag to compare

Added

  • Added Go-native local broker support with repository-backed metadata,
    filesystem-backed file:// repositories, and AWS/GCP-backed s3:// or
    gs:// repositories behind the normal broker authorization model.
  • Added storage-backed local broker ref safeguards with per-ref state records
    and short leases before ref materialization.
  • Misc codeql finding fixes

1.3.0-dev

29 May 20:46

Choose a tag to compare

1.3.0-dev Pre-release
Pre-release

Latest development release for 1.3.0-dev