Releases: bucketgit/bgit
Releases · bucketgit/bgit
1.3.4
Fixed
- Local broker repositories now support issue and task-board endpoints, so
bgit issueandbgit boardcommands work for local broker clones. - Broker commands now preserve local broker S3/GCS storage settings from
.git/configwhen 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
Latest development release for 1.3.4-dev
1.3.3
Fixed
- Fixed the
bgit webCI 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
Latest development release for 1.3.3-dev
1.3.2
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 unarchivecommands.
Fixed
bgit fetchandbgit pushnow keep matchingorigin/*remote-tracking refs
in sync withbucketgit/*, so nativegit statusno longer reports stale
ahead/behind state after bgit operations.bgit webnow counts only open pull requests in the Pull requests tab badge.
1.3.2-dev
Latest development release for 1.3.2-dev
1.3.1
Fixed
- Guarded oversized local and web diff/index allocation paths to avoid integer
overflow in pathological repositories.
1.3.1-dev
Latest development release for 1.3.1-dev
1.3.0
Added
- Added Go-native local broker support with repository-backed metadata,
filesystem-backedfile://repositories, and AWS/GCP-backeds3://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
Latest development release for 1.3.0-dev