|
|
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 |
|
David Allen
|
aaeac5132b
|
Merge pull request #17 from OpenCHAMI/fix-goreleaser
Fix .goreleaser to build release and package correctly
|
2024-10-02 14:41:33 -06:00 |
|
|
|
8afcf6f005
|
Added dockers to build image and removed unnecessary file
|
2024-10-02 14:31:01 -06:00 |
|
|
|
8a1fa5211b
|
Added CHANGELOG.md
|
2024-10-02 13:58:31 -06:00 |
|
|
|
35ee21b3f7
|
Added consoles substitution to conman plugin
|
2024-10-02 13:46:51 -06:00 |
|
|
|
397bfa5b31
|
Fixed typo in conman plugin
|
2024-10-02 13:29:56 -06:00 |
|
|
|
99eb87d806
|
Renamed LICENSE.md to LICENSE
|
2024-10-02 11:50:28 -06:00 |
|
David Allen
|
9f0e48eb7f
|
Merge pull request #15 from OpenCHAMI/compress
Add option to compress/archive multiple generated files
|
2024-10-02 11:04:09 -06:00 |
|
David Allen
|
6cc8a873bf
|
Merge pull request #14 from OpenCHAMI/minor-refactor
Minor refactoring and improvements
|
2024-10-02 11:03:24 -06:00 |
|
David Allen
|
0d4b8e92fc
|
Merge pull request #11 from OpenCHAMI/docker
Add Dockerfile, Makefile rule, Goreleaser, and Github action
|
2024-09-25 18:17:49 -06:00 |
|
David Allen
|
8099ca9d0f
|
Merge branch 'main' into docker
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
|
2024-09-25 18:17:34 -06:00 |
|
|
|
e14a8565df
|
Added --always flag to git_tag to prevent erroring out
|
2024-09-25 18:09:25 -06:00 |
|
|
|
84e27d622a
|
Added option to compress and archive multiple generated files
|
2024-09-24 15:27:23 -06:00 |
|
|
|
bc6e856179
|
Removed plugins rule that have binaries rule
|
2024-09-23 11:29:38 -06:00 |
|
|
|
e05bd58ef6
|
Changed binaries rule to include build plugins
|
2024-09-23 11:28:53 -06:00 |
|
|
|
cb73258a84
|
Minor changes to error format in dhcpd plugin
|
2024-09-20 16:56:46 -06:00 |
|
|
|
751a2facdb
|
Minor changes to util functions
|
2024-09-20 16:56:15 -06:00 |
|
|
|
601089672c
|
Changed how plugins and tempates are loaded
|
2024-09-20 16:55:31 -06:00 |
|
|
|
b922dbdbda
|
Removed VerifyClaims
|
2024-09-20 16:54:25 -06:00 |
|
|
|
e044d4b5ed
|
Changed from using multiple plugin paths to just one
|
2024-09-20 16:53:30 -06:00 |
|