This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Releases: AMRC-FactoryPlus/acs-git
Releases · AMRC-FactoryPlus/acs-git
v0.0.4-dev.1
What's Changed
- Automatically pull from external repos by @amrc-benmorrow in #6
- Publish branch status over MQTT by @amrc-benmorrow in #7
- Fixes for auto-pull by @amrc-benmorrow in #8
Full Changelog: v0.0.3...v0.0.4-dev.1
Access repos by UUID
- Support accessing repos by UUID. This is easier for automated systems to deal with.
- Allow a repo to be associated with any object, in particular with an edge cluster.
- Remove the Repo Group concept in favour of Auth groups.
Test cosign
Fix cosign on build * Remove update-version, these PRs are never merged. * Run build on all releases.
Drive repo creation from the ConfigDB
Create repos as required based on the ConfigDB entries, rather than creating ConfigDB entries to reflect the repos. This means repos can be created in the ACS boostrap ConfigDB dumps.
Don't delete repo storage when the ConfigDB entry is deleted. Instead provide separate API endpoints to manage the repo storage,
Initial implementation
Implement a Git repo server integrated with the Factory+ auth framework.
- Support creating and deleting repositories.
- Support permissions on repositories in the F+ Auth service.
- Support repository groups to make management easier.