gto icon indicating copy to clipboard operation
gto copied to clipboard

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.

Results 78 gto issues
Sort by recently updated
recently updated
newest added

One of the most powerful features of GTO is the ability to audit model lifecycle and have its history tightly coupled with your git repository. But the result of GTO...

stages

@aguschin not allowing two versions referring to the same commit might be limiting. I see at least one scenario when that would be desirable, say we register some prerelease version...

discussion
design
limitations

The GTO CLI test framework is fragile (and IMO a lot of these tests are not actually useful either) since all of the tests are hard coded to check for...

housekeeping
p1-high

I'm interested in enforcing that model versions are assigned to "lower" deployment environments (closer to dev) before they are allowed to be assigned to "higher" environments (closer to prod). I've...

enhancement
stages
studio

Like description, labels and custom info

A: docs

Hi, Would it be possible to make the "v" in "v1.2.3" optional? It's not strict semver. https://semver.org/#is-v123-a-semantic-version Thanks! :)

discussion
design

Update https://iterative.ai/blog/gto-model-registry

A: docs

Talking about example-gto see https://stackoverflow.com/questions/68078004/why-doesnt-my-github-action-trigger-on-a-regex-tag

A: docs
enhancement

Would it be possible to add an "author" column to the result of `gto history`? Where "commit" events have the commit author as "author", and for all gto events ("assignment",...

enhancement

Hello! I am getting this error when I try to get the last version of the artifact at the non existent stage. Let's say I have the following registry: $...

bug