Commit graph

240 commits

Author SHA1 Message Date
9951b9a1f3
refactor: added more logging info 2024-12-12 14:29:41 -07:00
e1ab1e7102
refactor: added client opts to serve.cmd and more logging info 2024-12-12 14:28:48 -07:00
ebe4e02cf0
fix: minor changes 2024-12-11 10:53:10 -07:00
eda3cce177
refactor: changed log.Printf to log.Error in config 2024-12-11 08:58:05 -07:00
10ed21c5c1
fix: added yaml tag to prevent marshaler from crashing 2024-12-11 08:57:24 -07:00
b6c3533327
chore: tidy and code cleanup 2024-12-10 19:10:07 -07:00
66bb1e6c1a
fix: changed to use correct logging library 2024-12-10 19:09:49 -07:00
d02a49fe80
refactor: changed fmt.Print to log.Info in cmd/fetch 2024-12-10 18:35:55 -07:00
ad45a540f0
chore: tidy and code cleanup 2024-12-10 18:31:03 -07:00
d2b6178350
tests: fixed issue with server not starting with correct config 2024-12-10 15:22:37 -07:00
1848819244
config: updated to use only host and not port var 2024-12-10 15:22:03 -07:00
0fc81ac67c
tests: updated tests to use local packages 2024-12-10 15:09:43 -07:00
c8aa4aae93
generator: added check for *.so extension 2024-12-10 15:09:13 -07:00
9cef01acf3
go.mod: updated deps 2024-12-10 15:08:38 -07:00
7cb4404cbb
tests: fixed minor issues 2024-12-04 16:06:16 -07:00
221bb9a23a
tests: changed how the test generator is added 2024-12-04 15:59:05 -07:00
ebd5c46092
fix: corrected log message 2024-12-04 15:52:22 -07:00
0569c33633
refactor: converted more fmt.Printf to log.* 2024-12-04 15:48:45 -07:00
31d14bcc53
tests: updated to use new API 2024-12-04 15:45:07 -07:00
678e6b66bd
fix: changed logging import to zerolog 2024-12-04 15:44:48 -07:00
e3a8461828
cmd: updated --host flag and removed --port 2024-12-03 15:54:53 -07:00
8f23422db0
refactor: minor changes 2024-12-03 13:45:54 -07:00
c5ee0552b4
readme: updated example to use coredhcp 2024-12-03 13:37:58 -07:00
b858ff3fe5
readme: updated example to use coredhcp and other changes 2024-12-03 13:30:03 -07:00
40c8564681
fix: changed more output to use log instead of fmt 2024-12-03 12:52:06 -07:00
e1a9f4ae36
fix: changed output to use log instead of fmt 2024-12-03 12:51:48 -07:00
5ca4d17d42
fix: added missing output maps 2024-12-03 12:51:13 -07:00
69aac3c929
refactor: more code cleanup and reorganization 2024-11-21 14:16:03 -07:00
72dd8416aa
feat: add initial implementation of server target API 2024-11-21 14:15:43 -07:00
a7b8fb0de5
refactor: more code cleanup and simplification 2024-11-21 14:14:44 -07:00
32065dc163
refactor: name changes and code clean up 2024-11-21 14:13:31 -07:00
b31056f297
readme: update information 2024-11-21 14:10:27 -07:00
David Allen
5b351d2cac
Merge pull request #22 from OpenCHAMI/fix-minor-issues
Fix minor issues
2024-11-14 17:25:38 -07:00
f0c48d5d77
gitignore: added dist/ to file 2024-11-14 17:07:26 -07:00
516f100075
chore: moved contents of dist/ to res/ 2024-11-14 17:06:49 -07:00
dac6c2306f
client: moved cacert logic from 'serve' cmd to client 2024-11-14 16:53:00 -07:00
043f8ec120
goreleaser/docker: removed lib/ refs and other minor changes 2024-11-14 16:30:26 -07:00
b5d492d6c0
cmd: added error when specifying config path but not found 2024-11-14 16:26:17 -07:00
4bd4dac129
cmd: removed flag and added check for cacert 2024-11-14 16:21:04 -07:00
2a9e7c72dc
generator: added warn when default generator not found and fix error messages 2024-11-14 13:45:19 -07:00
e93bef79f2
cmd: moved --cacert flag to use with 'serve' command 2024-11-14 13:44:24 -07:00
ca6e4a8625
goreleaser: fix typo with builds.flags 2024-11-14 13:43:28 -07:00
Alex Lovell-Troy
a55ecf2b88
Merge pull request #21 from OpenCHAMI/20-convert-plugins
Build default plugins directly into the binary executable
2024-11-14 15:26:15 -05:00
9f6a8ac428
refactor: added default plugins and check before loading 2024-11-13 17:42:48 -07:00
0bbd22a558
goreleaser: updated build command 2024-11-13 17:41:42 -07:00
34845f6a5c
plugin: moved default plugins to compile into executable 2024-11-13 17:40:12 -07:00
Alex Lovell-Troy
9328d2a7a1
Merge pull request #13 from OpenCHAMI/pkgbuild
Add PKGBUILD to install configurator binary with plugins
2024-10-24 11:27:43 -04:00
ed0b8f8b59
workflow: added docker login to push package 2024-10-02 15:26:41 -06:00
34acf3d95b
goreleaser: add hook to build plugins 2024-10-02 14:55:18 -06:00
113b6a9368
goreleaser: added lib/ to archive and dockers 2024-10-02 14:49:35 -06:00