Commit graph

22 commits

Author SHA1 Message Date
Peter 34c431790e
refactor: use connect-go instead of regular Google gRPC
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
- support binary name for plugins
- register plugins for container jobs
2023-09-12 18:43:34 +02:00
Peter e60726ef9e
feat: implement new and man for plugin modules
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
- use extracted shared libraries
2023-08-23 22:06:26 +02:00
Peter c0b3cdc611
refactor: move gRPC code to extra repo
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-08-17 17:04:16 +02:00
Peter f1e79ba75e
feat: move gRPC code to extra module
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-08-16 17:34:32 +02:00
Peter 786578bc6f
feat: adapt new wire format
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
update to Go 1.21
2023-08-15 21:47:19 +02:00
Peter 5af8ddceab
refactor: rework plugins to track their state
Some checks failed
continuous-integration/drone/push Build is failing
- introduce individual commands to manage plugins
- store plugin in state to skip loading them to memory every time
2023-06-29 20:14:52 +02:00
Peter 1261932bdc
refactor: apply golangci-lint findings
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-22 19:16:00 +02:00
Peter 73ef9e5135
feat: manual for individual modules
Refactor CLI to group module related commands together.
Extend HCL writing support to support slices of complex types including slices of blocks with labels.
2023-06-19 20:19:56 +02:00
Peter ab282b8dc0
refactor: replace global 'buildr' variable with 'repo' and 'vcs' 2023-06-09 17:33:46 +02:00
Peter ee2cdfd942
feat: initial plugin support 2023-05-24 22:10:01 +02:00
Peter 0111ee8c27
fix(tools): tools should also just write to output directory and buildr is taking care that files are stored in bin dir
close #7
2023-05-03 18:05:12 +02:00
Peter fee941a0e4
feat(state): introduce SQLite based state store
Allow modules to keep a state of their latest execution and skp if not necessary
2023-05-02 18:44:47 +02:00
Peter fd2aebaa3b
refactor(cli): restructure initialization logic and get rid of global state 2023-05-01 10:15:53 +02:00
Peter c60fc4b347
feat(vcs): expose Git and version metadata to tasks 2023-04-30 10:59:26 +02:00
Peter b84a583116
feat(ignore): skip ignore for tools/buildr binary
- rename tools directory to bin
- add mount options to container tasks
- generally improve error messages
2023-04-24 10:37:08 +02:00
Peter 46f27b55f9
feat(container): improve container probing
- copy buildr binary to tools directory to ensure everything necessary is within the repo scope
- monitor created container to check if it exited unexpectedly
- maintain a pool for byte buffers and introduce helper function
- detect container host properties to be able to copy right binary into it
2023-04-20 11:23:13 +02:00
Peter f5c9dfc231
refactor(ignore): make ignore implement fs.FS for easier testing later on 2023-04-19 18:39:56 +02:00
Peter 3e617cedbd
feat(task): stream output from tasks on the fly 2023-04-18 21:30:46 +02:00
Peter 0e0207ee64
feat(task): completed container task prototype 2023-04-18 18:06:13 +02:00
Peter ead4832124
docs(readme): add links to docs and fider 2023-04-18 09:21:19 +02:00
Peter 4f899ebd9e
feat(task): basic prototype of container tasks
extraction of created files is still missing
2023-04-14 20:08:59 +02:00
Peter 3819c692de
feat: prepare container execution 2023-04-11 22:30:48 +02:00