cup icon indicating copy to clipboard operation
cup copied to clipboard

Git Contribution Automation

Results 7 cup issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [0.3.0](https://github.com/flipt-io/cup/compare/v0.2.0...v0.3.0) (2023-10-13) ### Features * **concepts/controllers:** add callout linking to flipt controller ([4bb0963](https://github.com/flipt-io/cup/commit/4bb09637b748c3974fb7823d1bd7d897e5dcbc60)) * **docs/concepts:** add details around bindings ([9f68ec8](https://github.com/flipt-io/cup/commit/9f68ec87201ca1d999ef2b77377119dfa2d906b8))...

autorelease: pending

Wazero 1.4 will come with a new experimental FS interface. This will allow for custom implementations to handle writeable filesystem operations. I think we could leverage these capabilities to avoid...

linear

More often than not, controllers will be defined and scoped to a set of supported resource types. For example, the Flipt controller handles Flipt and Segment resource types only. It...

enhancement

The `cup` API should have some mechanism for tracking the state of resource change proposals. When a Put or Delete action occurs, it results in a proposal to a target...

enhancement

The package needs a bit of love (unit tests, comments etc.). Once it is tidied up, we should tag a version of it for external use. It would be nice...

enhancement

Currently, we clone source projects into memory. This is _ok_, but wont scale well for larger projects. We should support cloning to temporary or specified directories. Some care will likely...

enhancement

There are a number of pieces currently hard-coded that should be moved out as configuration or API parameters. These include: - commit and author signatures - Target reference for reads...

enhancement