Commit graph

450 commits

Author SHA1 Message Date
David Allen
8df5a50ea9
Merge pull request #51 from OpenCHAMI/minor-changes
Added schema version to output
2024-08-21 13:33:52 -06:00
00aaf1bf4c
Added schema version to output 2024-08-21 13:26:00 -06:00
Lucas Ritzdorf
f393a2ab7f
magellan.sh: remove unused build helper function
We compile as part of the Docker build process, so an extra helper isn't
really needed.
2024-08-21 13:23:54 -06:00
Lucas Ritzdorf
327eb35f4a
release: prefix all version tags with "v"
The goreleaser `.Tag` template already uses the format `vX.Y.Z`, so
that's fine. But our custom `.Major` and `.Major.Minor` formats don't
include that `v` prefix, so we need to add it manually.
2024-08-21 11:36:15 -06:00
David Allen
0ded418ee6
Merge pull request #50 from OpenCHAMI/container-build
Added container building working
2024-08-21 11:26:55 -06:00
b1beac052d
Fixed permissions in workflow 2024-08-21 11:17:22 -06:00
71256f6154
Fixed deprecation warning in goreleaser 2024-08-21 10:56:41 -06:00
054fc58e1a
Fixed typo in workflow 2024-08-21 10:15:47 -06:00
ad52bf9930
Fixed typo in workflow 2024-08-21 10:13:42 -06:00
a1b26e68ae
Fixed automatic builds with docker container 2024-08-21 10:09:21 -06:00
990baea47c
Added container building working 2024-08-21 09:36:15 -06:00
Alex Lovell-Troy
a33fd44435
Merge pull request #49 from OpenCHAMI/add-types
Add more information to crawler output
2024-08-19 09:19:41 -06:00
David Allen
d94152529b
Added more information to crawler output 2024-08-15 14:22:47 -06:00
David Allen
b8b4aedcaa
Merge pull request #46 from OpenCHAMI/refactor
Refactor and clean up code base
2024-08-14 14:45:00 -06:00
David Allen
db44c51113
Added disclaimer about incompatibility with SMD 2024-08-14 14:44:22 -06:00
David Allen
5b1e3e732e
Changed firmware.* back to firmware-* 2024-08-14 14:34:16 -06:00
David Allen
046a833941
Fixed passing the correct argument in Sanitize() 2024-08-14 13:33:12 -06:00
David Allen
4597f63d12
Fixed issue with host string and added internal url package 2024-08-14 10:57:30 -06:00
David Allen
4444a1d299
Updated go deps 2024-08-14 10:56:20 -06:00
David Allen
42dbfeb4f9
Fixed lint errors 2024-08-13 17:45:08 -06:00
David Allen
2b291f811a
Fixed scan not probing the host correctly 2024-08-13 17:01:21 -06:00
David Allen
bb49129d31
Changed showing target host to use debug instead of verbose flag 2024-08-13 16:48:34 -06:00
David Allen
dc07b5396b
Changed saving host to include scheme for collect 2024-08-13 16:48:11 -06:00
David Allen
7285492815
Fixed root persistent flags not binding correctly 2024-08-13 14:44:11 -06:00
David Allen
809aa91ec6
Changed transfer-protocol flag to scheme to match other commands 2024-08-13 14:11:14 -06:00
David Allen
15de7c16c0
Fixed viper flag binding in collect cmd 2024-08-13 13:40:26 -06:00
David Allen
81ec43a923
Minor changes to fix lint errors 2024-08-13 10:41:06 -06:00
David Allen
128f9ad42d
Updated Makefile to include GOPATH in some targets 2024-08-12 17:28:05 -06:00
David Allen
5a2356d7c2
Fixed crawl command help string 2024-08-12 16:35:58 -06:00
David Allen
e3d0791ec1
Changed 'docker' rule to 'container' 2024-08-12 16:35:21 -06:00
David Allen
4aef5166a5
Fixed typo errors in changelog and readme 2024-08-12 13:59:28 -06:00
David Allen
c0a6d3bb6f
More minor changes 2024-08-12 13:09:15 -06:00
David Allen
e02558fd00
Minor changes 2024-08-12 13:08:30 -06:00
David Allen
da2abdfa8d
Updated tests to reflect new API changes 2024-08-12 13:07:57 -06:00
David Allen
411102881d
Removed files from util 2024-08-12 13:07:30 -06:00
David Allen
d412e290df
Removed unused port and clarified default in README.md 2024-08-12 13:06:51 -06:00
David Allen
a7af568ccf
Changed build rule and added release rule to Makefile 2024-08-12 13:06:02 -06:00
David Allen
3287d76588
Separated auth from util and fixed help strings 2024-08-12 13:05:28 -06:00
David Allen
dce823c6d8
Added URL sanitization for SMD host and moved auth from util 2024-08-12 13:04:52 -06:00
f7159c9b66
Fixed issue with collect requests and other minor changes 2024-08-11 14:25:21 -06:00
a6c95ef646
Removed unused variables in client package 2024-08-11 14:24:08 -06:00
d930c4136f
Changed how based URL is derived in update functions 2024-08-11 14:23:19 -06:00
51e24e2edd
Changed how arguments are passed to update command 2024-08-11 14:21:56 -06:00
bc01412b08
Fixed port not being added to probing request 2024-08-09 17:51:23 -06:00
7beb7a33fc
Renamed struct 2024-08-09 17:39:14 -06:00
fc6afc8559
Minor change 2024-08-09 17:35:24 -06:00
24fba89a98
Reformatted scan help message 2024-08-09 17:11:37 -06:00
David Allen
c5a348562b
Refactored how clients work to reduce hard-coded dependencies 2024-08-09 07:59:28 -06:00
David Allen
8e59885f55
Minor changes and improvements 2024-08-09 07:58:42 -06:00
David Allen
8a2541717d
Added flag to show cache info with list command and other minor changes 2024-08-09 07:42:28 -06:00