Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Releases: AMRC-FactoryPlus/acs-git

v0.0.4-dev.1

07 Mar 10:06
f539727

Choose a tag to compare

v0.0.4-dev.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.3...v0.0.4-dev.1

Access repos by UUID

11 Jan 13:33

Choose a tag to compare

  • 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

11 Jan 13:03

Choose a tag to compare

Test cosign Pre-release
Pre-release
Fix cosign on build

* Remove update-version, these PRs are never merged.
* Run build on all releases.

Drive repo creation from the ConfigDB

20 Jul 08:18
6b5e2ab

Choose a tag to compare

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

12 Jul 08:57
5de8514

Choose a tag to compare

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.