buildr/modules/state
Peter 34c431790e
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
refactor: use connect-go instead of regular Google gRPC
- support binary name for plugins
- register plugins for container jobs
2023-09-12 18:43:34 +02:00
..
schema feat: implement new and man for plugin modules 2023-08-23 22:06:26 +02:00
.gitignore feat(state): introduce SQLite based state store 2023-05-02 18:44:47 +02:00
api.go feat: implement new and man for plugin modules 2023-08-23 22:06:26 +02:00
db.go refactor: rework plugins to track their state 2023-06-29 20:14:52 +02:00
generate.go refactor(oci_image): replace entrypoint string with array 2023-05-27 17:52:30 +02:00
in_memory.go refactor: apply golangci-lint findings 2023-06-22 19:16:00 +02:00
init.go feat(state): introduce SQLite based state store 2023-05-02 18:44:47 +02:00
key.go feat(state): introduce SQLite based state store 2023-05-02 18:44:47 +02:00
key_test.go refactor: apply golangci-lint findings 2023-06-22 19:16:00 +02:00
models.go refactor: use connect-go instead of regular Google gRPC 2023-09-12 18:43:34 +02:00
options.go feat(state): introduce cache e.g. to skip GitHub API requests for the same version information over and over again 2023-05-02 19:11:12 +02:00
plugins.go refactor: use connect-go instead of regular Google gRPC 2023-09-12 18:43:34 +02:00
state_cache.go refactor: apply golangci-lint findings 2023-06-22 19:16:00 +02:00
store.go refactor: rework plugins to track their state 2023-06-29 20:14:52 +02:00
store_test.go refactor: rework plugins to track their state 2023-06-29 20:14:52 +02:00