Commit graph

312 commits

Author SHA1 Message Date
df8730463e
cleanup: removed unused code/comments 2025-08-29 16:07:57 -06:00
3244a66f8e
fix: issue with logging not initializing correctly 2025-08-29 16:02:36 -06:00
e5c1b59bc1
feat: allow expanding and remove archive after download 2025-08-29 11:04:16 -06:00
c2d5be5eed
refactor: changed default help.txt j2 vars 2025-08-28 19:45:17 -06:00
f897bc3ca5
fix: issue with downloading without hooks 2025-08-28 19:43:53 -06:00
2536848541
refactor: changed how file/archives are downloaded and saved 2025-08-28 18:20:40 -06:00
98f9acad5d
feat: added downloading templated archives 2025-08-28 12:25:45 -06:00
1ebea8cb73
feat: added working rendering with plugins 2025-08-26 22:11:17 -06:00
fbdaf218eb
chore: added .gitignore 2025-08-24 20:44:52 -06:00
134a0dcac0
feat: added initial hurl tests 2025-08-24 20:42:27 -06:00
eb126d5350
feat: moved and updated archive utility 2025-08-24 20:41:34 -06:00
8b161135ff
feat: updated pkg implementations 2025-08-24 20:40:53 -06:00
86f37555b2
feat: added logging implementation 2025-08-24 20:40:24 -06:00
59a5225b28
feat: updated implementations for cmds 2025-08-24 20:39:39 -06:00
7a96bfd6c7
refactor: combined files defining models 2025-08-24 20:38:39 -06:00
2d6eb1d972
refactor: changed name from configurator to makeshift 2025-08-24 20:36:23 -06:00
0de7beefd0
refactor: removed unnecessary cmd commands 2025-08-24 20:35:36 -06:00
ea4819e97a
refactor: moved plugin files 2025-08-24 20:34:38 -06:00
c24bcf34d4
refactor: removed the example plugins from configurator 2025-08-24 20:33:41 -06:00
5767a8fd47
chore: moved archlinux pkgbuild script 2025-08-24 20:33:05 -06:00
a8e9ed95e6
chore: updated makefile 2025-08-24 20:32:31 -06:00
68d905067f
chore: updated readme 2025-08-24 20:32:12 -06:00
d7a0ddc1c2
chore: updated changelog 2025-08-24 20:31:51 -06:00
a54b39b296
chore: updated go deps 2025-08-24 20:31:10 -06:00
2da5ca3702
feat: added jinja2 and userdata plugins 2025-08-19 21:33:58 -06:00
5c4bbe0b58
feat: added KV storage interface 2025-08-19 21:33:28 -06:00
4d33b12fe0
feat: added 'profile' and 'plugins' flags 2025-08-19 21:32:45 -06:00
97fa0a1062
chore: updated go deps 2025-08-19 21:32:13 -06:00
d56a9e452f
feat: updated server implementation 2025-08-18 11:09:51 -06:00
0d27f07a8b
feat: updated client implementation 2025-08-18 11:04:44 -06:00
fa949baafd
refactor: updated plugin interface 2025-08-18 11:03:54 -06:00
fe67674829
fix: issue creating archive that was a directory 2025-08-18 11:03:19 -06:00
920703fc0e
feat: added skeleton implementation for run and profiles cmd 2025-08-18 11:02:33 -06:00
7e9e186138
chore: updated go deps 2025-08-18 11:01:32 -06:00
419e9781bf
feat: added root, download, list, and serve cmd implementations 2025-08-18 11:01:19 -06:00
1f5775196d
chore: updated license file 2025-08-18 10:59:34 -06:00
05a4913e70
Merge branch 'major-rewrite' of https://git.towk2.me/towk/configurator-ng into major-rewrite 2025-08-14 16:53:48 -06:00
a8c16ed715
chore: added directories and update go deps 2025-08-14 07:41:47 -06:00
1413312893
refactor: updated cmd command funcs 2025-08-14 07:41:09 -06:00
a1a9c6407f
refactor: added more implementation details 2025-08-14 07:40:30 -06:00
72be62c78e
refactor: more implementation to refactor 2025-08-13 22:52:52 -06:00
50e6b53091
refactor: more implementation to refactor and deleted files 2025-08-04 22:32:41 -06:00
ba684bd149
refactor: more implementation to refactor 2025-08-04 15:58:02 -06:00
bfd83f35a3
refactor: initial commit for major rewrite 2025-08-03 20:25:18 -06:00
David Allen
3253cb8bbb
Merge pull request #25 from OpenCHAMI/healthcheck
Add healthcheck for OpenCHAMI deployment recipes
2025-01-07 13:31:06 -07:00
6b0ed4c03d
server: changed endpoint from /status to /configurator/status 2025-01-07 13:27:17 -07:00
ba3690cb5d
refactor: moved /status endpoint to always be public route 2025-01-07 13:20:45 -07:00
b0b52dc432
feat: added healthcheck to server 2025-01-07 13:20:42 -07:00
David Allen
7de2dcc4e8
Merge pull request #24 from OpenCHAMI/readme-and-improvements
Update README, bug fixes, and initial `targets` API
2025-01-07 13:14:13 -07:00
5b08da019c
examples: added test template 2025-01-07 13:11:48 -07:00