Commit graph

510 commits

Author SHA1 Message Date
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
David Allen
46fc35d4ad
Removed extra print statement 2024-08-08 12:23:10 -06:00
David Allen
77b6a9ba7b
Added check for output directory for collect 2024-08-08 12:21:52 -06:00
4cc3f7f7ac
Changed order of adding default ports to add host correctly 2024-08-07 19:57:37 -06:00
3d6daa757a
Fixed error message format for list command 2024-08-07 19:20:11 -06:00
39ad0d75c6
Changed host to hostname being stored in cache 2024-08-07 19:16:43 -06:00
88fb71b436
Removed storage file 2024-08-07 19:03:27 -06:00
David Allen
890e3392ed
Added TODO comments to tests and other minor change 2024-08-07 13:15:16 -06:00
David Allen
dd829cd10e
Fixed '--subnet' flag not adding hosts to scan 2024-08-07 13:15:16 -06:00
David Allen
0c30d4dc3a
Merge branch 'main' into refactor
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2024-08-07 11:14:06 -06:00
David Allen
22b88a908a
Updated example config 2024-08-07 10:59:46 -06:00
David Allen
6d1dae25ec
Major 'internal' package refactor 2024-08-07 10:59:10 -06:00
David Allen
2c841906b2
Updated 'cmd' package 2024-08-07 10:58:03 -06:00
David Allen
f4ee1e1738
Merge pull request #48 from OpenCHAMI/45-hotfix
Fixed getting ethernet interfaces in CollectEthernetInterfaces()
2024-08-01 15:31:00 -06:00
f3427b0de9
Fixed getting ethernet interfaces in CollectEthernetInterfaces() 2024-08-01 12:48:05 -06:00
Alex Lovell-Troy
777aa3c118
Merge pull request #47 from OpenCHAMI/45-hotfix
Fix magellan not building because of `bmclib` dependency
2024-07-31 19:01:24 +03:00
0a6fb84d14
Removed unused code that used bmclib 2024-07-31 09:22:51 -06:00
f3162e7e77
Updated go dependencies removing bmclib 2024-07-31 09:21:56 -06:00
6c54801b5d
Fixed syntax error with command description 2024-07-31 09:21:25 -06:00
David Allen
7fc913eb1f
Updated .gitignore 2024-07-31 08:45:54 -06:00
David Allen
d5eacf0264
Updated Makefile 2024-07-31 08:45:42 -06:00
David Allen
2d4293359a
Updated README.md with features section 2024-07-30 14:25:38 -06:00
David Allen
1ea779e802
Changed short help message for root command 2024-07-30 14:23:53 -06:00
David Allen
8ff71f6cef
Minor changes to tests 2024-07-30 14:06:31 -06:00
David Allen
0922bbf5f9
Removed unused updating code and bmclib dependency and other minor changes 2024-07-30 14:05:55 -06:00
David Allen
9b3c21a20a
Removed magellan's internal logger for zerolog 2024-07-30 14:04:34 -06:00
David Allen
386e9f2777
Renamed smd package to client 2024-07-30 14:03:34 -06:00
David Allen
e19d0b2d7c
Updated go dependencies 2024-07-30 14:02:27 -06:00
David Allen
b27e6b6a73
Renamed vars and switched to use zerolog 2024-07-30 14:02:12 -06:00
David Allen
606a7b47cc
Removed unused code, rename vars, and changed output to use hive partitioning strategy 2024-07-30 14:00:23 -06:00
David Allen
aefce13f57
Refactored/reorganized utils 2024-07-24 11:52:12 -06:00
David Allen
fe3c339195
Corrected the username/password flag names 2024-07-24 10:34:28 -06:00
David Allen
d877f9b18f
Removed unused query params 2024-07-24 10:28:23 -06:00
David Allen
d73575ab05
Fixed imports and removed unused query params 2024-07-24 10:24:12 -06:00
David Allen
f498d07aa2
Fixed small issue with command string 2024-07-24 10:22:48 -06:00
David Allen
a65c640aab
Removed unused functions in collect.go 2024-07-24 10:19:01 -06:00
David Allen
3078770247
Removed commented out code 2024-07-24 10:15:06 -06:00
David Allen
6873ffd1cb
Moved SMD-related API to pkg 2024-07-24 10:13:57 -06:00
David Allen
6ff223aae1
Removed 'dora' API 2024-07-24 10:12:54 -06:00
David Allen
00f9d4ebf0
Merge pull request #44 from OpenCHAMI/api-docs
Add API documentation to code base
2024-07-23 16:27:53 -06:00
David Allen
bf2a27d6da
Added 'docs' rule to Makefile 2024-07-23 16:23:18 -06:00