|
|
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 |
|
|
|
b488c32195
|
Updated vars in 'root' cmd
|
2024-09-20 16:52:31 -06:00 |
|
|
|
41c0e24c06
|
Changed logic for RunTargets in 'generate' cmd
|
2024-09-20 16:52:00 -06:00 |
|
|
|
6785402928
|
Removed vars from fetch cmd
|
2024-09-20 16:51:18 -06:00 |
|
|
|
c822531fde
|
Added check to remove duplicates in 'inspect' cmd
|
2024-09-20 16:50:45 -06:00 |
|
|
|
cd57c36d7e
|
Added PKGBUILD to install configurator binary with plugins
|
2024-09-18 21:27:10 -06:00 |
|
Alex Lovell-Troy
|
8fba2347b7
|
Merge pull request #12 from OpenCHAMI/update-middleware
Add OpenCHAMI logger and authenticator to chi router
|
2024-08-27 16:13:13 +03:00 |
|
|
|
fbf39b15b5
|
Updated server to use OpenCHAMI middleware
|
2024-08-22 14:56:54 -06:00 |
|
|
|
008fabaa78
|
Updated go deps
|
2024-08-22 14:54:29 -06:00 |
|
David Allen
|
be9db173a3
|
Made building pluging and executable prereqs for test rule
|
2024-08-01 16:40:28 -06:00 |
|
David Allen
|
dcff41dd43
|
Add shell directive to git_tag
|
2024-08-01 16:14:47 -06:00 |
|
David Allen
|
49fd6fb892
|
Changed space indentations to tabs in Makefile
|
2024-08-01 16:10:35 -06:00 |
|
David Allen
|
7a1b57931e
|
Updated Makefile with changes to container rules
|
2024-08-01 16:02:58 -06:00 |
|
David Allen
|
73ca17dce6
|
Updated Makefile with recommended changes
|
2024-08-01 15:47:24 -06:00 |
|
David Allen
|
80ade5bf6f
|
Updated README.md to include Docker section
|
2024-08-01 11:02:42 -06:00 |
|
David Allen
|
a0ee615d30
|
Added local Docker container rule for testing locally
|
2024-07-30 11:32:21 -06:00 |
|
David Allen
|
dbea108f74
|
Updated Dockerfile and Makefile
|
2024-07-30 11:29:19 -06:00 |
|
David Allen
|
6f027fa7fb
|
Added goreleaser and GitHub workflow
|
2024-07-30 10:47:39 -06:00 |
|
David Allen
|
699ff76e42
|
Added Dockerfile and Makefile rule
|
2024-07-30 10:36:16 -06:00 |
|
|
|
7e50a36275
|
Added TODO about limiting args
|
2024-07-29 19:20:55 -06:00 |
|
|
|
4a52188353
|
Shorted coredhcp description message
|
2024-07-29 19:20:13 -06:00 |
|
|
|
bcf71fa297
|
Added access token envvar check and changed logging
|
2024-07-29 19:19:09 -06:00 |
|
|
|
e4c7338142
|
Updated go dependencies
|
2024-07-29 19:15:06 -06:00 |
|
|
|
bf5f18a6a1
|
Reimplemented and formatted 'inspect' subcommand
|
2024-07-29 19:14:43 -06:00 |
|
|
|
082afd8737
|
Updated Makefile to use correct import and added docs rule
|
2024-07-29 19:13:58 -06:00 |
|
|
|
bc6eac3544
|
Fixed calling incorrect function in cmd/generate.go
|
2024-07-28 15:26:34 -06:00 |
|
|
|
5555d1c92b
|
Fixed more imports after refactoring
|
2024-07-28 15:23:51 -06:00 |
|
David Allen
|
8e44a45d54
|
Merge pull request #10 from OpenCHAMI/fix-imports
Fixed imports after refactoring
|
2024-07-28 15:16:32 -06:00 |
|
|
|
b1023e7a75
|
Fixed imports after refactoring
|
2024-07-28 15:12:26 -06:00 |
|
|
|
13d0e76255
|
Fixed imports after refactoring
|
2024-07-28 15:02:28 -06:00 |
|
David Allen
|
ab3ed902ba
|
Merge pull request #9 from OpenCHAMI/unit-tests
Update testing code
|
2024-07-15 16:19:08 -06:00 |
|
David Allen
|
e84ed01fa8
|
Fixed (mostly) issues with tests failing
|
2024-07-15 16:16:53 -06:00 |
|
David Allen
|
f12b0056b7
|
Updated example plugin imports
|
2024-07-15 16:16:29 -06:00 |
|
David Allen
|
2d367df02d
|
Update .gitignore
|
2024-07-15 16:15:45 -06:00 |
|
David Allen
|
71a7c8d5b9
|
Fixed typo in README.md
|
2024-07-15 11:44:32 -06:00 |
|
David Allen
|
e300b0dffb
|
Updated README.md adding a test section
|
2024-07-15 11:28:56 -06:00 |
|
David Allen
|
7bed71fc3e
|
Merge pull request #8 from OpenCHAMI/unit-tests
[WIP] Added initial general unit tests
|
2024-07-10 17:03:29 -06:00 |
|