Commit graph

313 commits

Author SHA1 Message Date
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
David Allen
fc1232ddeb
Updated generation unit tests 2024-07-10 17:02:57 -06:00
David Allen
02406dec9f
Minor changes 2024-07-10 17:02:11 -06:00
David Allen
e14a27cf84
Updated Makefile 2024-07-10 17:00:48 -06:00
David Allen
7115954cf1
Updated imports to use pkg/ instead of internal/ 2024-07-10 12:19:27 -06:00
David Allen
7361ec739f
Moved internal/ to pkg/ to make building external plugins possible 2024-07-10 12:11:28 -06:00
David Allen
075b1a1f7f
Fixed minor issues with test syntax 2024-07-10 09:57:20 -06:00
David Allen
9f3d4c3fe2
Updated Makefile to include a test rule 2024-07-10 09:56:20 -06:00
David Allen
6359f8eaba
Added initial general unit tests 2024-07-09 17:52:46 -06:00
David Allen
1d862ebd8c
Added more API documentation and minor changes 2024-07-08 18:18:16 -06:00
David Allen
cd840b2bf0
Fixed issue with generate and added some documentation to funcs 2024-07-08 16:11:10 -06:00
David Allen
7494468bed
Upated plugin implementations return type 2024-07-08 16:08:28 -06:00
David Allen
871776ca84
Fixed plugin code example formatting 2024-07-03 12:55:22 -06:00
David Allen
df6d841ac7
Minor change to disclaimer formatting 2024-07-03 12:54:04 -06:00
David Allen
902c72f809
Added disclaimer in README.md about incomplete plugin implementations 2024-07-03 12:53:05 -06:00
David Allen
c197afddce
Merge pull request #7 from OpenCHAMI/improvements
Small miscellaneous improvements
2024-07-03 12:49:48 -06:00
David Allen
f8f76342ac
Updated generator plugins 2024-07-03 12:48:39 -06:00
David Allen
7c266e6406
Updated README.md 2024-07-03 12:47:35 -06:00
David Allen
c63e9745bb
Added access-token CLI flag for fetch command 2024-07-03 12:47:14 -06:00
David Allen
af5e330731
Updated example Jinja templates 2024-07-03 12:46:35 -06:00
David Allen
7a234c1e16
Merge pull request #6 from OpenCHAMI/refactor
Refactored more code with general improvements
2024-07-03 11:43:30 -06:00
David Allen
bf937bf4d4
Changed server handlers to use public and protected routes correctly with auth 2024-07-03 11:42:27 -06:00
David Allen
7836aef5c3
Added CONFIGURATOR_JWKS_URL var for key verification 2024-07-03 11:41:17 -06:00