Alex Lovell-Troy
|
10eabf2844
|
Updating dependencies
|
2024-07-17 17:58:06 -04:00 |
|
David Allen
|
796a67d5ab
|
Tidied up CLI flag names
|
2024-07-17 15:42:00 -06:00 |
|
David Allen
|
085a2cfd0b
|
Added initial tests for API and compatibiilty coverage
|
2024-07-17 15:36:19 -06:00 |
|
Alex Lovell-Troy
|
865ed85a05
|
fix formatting error in workflow
|
2024-07-17 17:30:00 -04:00 |
|
Alex Lovell-Troy
|
ab346f7592
|
Addressing x/net dependabot issue
|
2024-07-17 17:27:02 -04:00 |
|
Alex Lovell-Troy
|
334e397d00
|
Update attestation path
|
2024-07-17 17:15:02 -04:00 |
|
Alex Lovell-Troy
|
81fccde750
|
Remove unnecessary attestation support script
|
2024-07-17 17:10:14 -04:00 |
|
Alex Lovell-Troy
|
65f0e3889f
|
Updating to goreleaser v2
|
2024-07-17 17:07:57 -04:00 |
|
Alex Lovell-Troy
|
78f6762888
|
Updating to goreleaser v2
|
2024-07-17 17:06:41 -04:00 |
|
Alex Lovell-Troy
|
68745c1800
|
Remove attestation of non-existent container
|
2024-07-17 17:02:44 -04:00 |
|
Alex Lovell-Troy
|
54fce64802
|
Removing docker container from goreleaser to address build errors
|
2024-07-17 16:55:06 -04:00 |
|
Alex Lovell-Troy
|
bf2cea11a8
|
Update .goreleaser.yaml
Remove arm64 target due to compile errors
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
|
2024-07-17 16:49:47 -04:00 |
|
Alex Lovell-Troy
|
9cf535e71a
|
Include Checkout in the workflow
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
|
2024-07-17 16:44:14 -04:00 |
|
Alex Lovell-Troy
|
4948ecc47c
|
Create main.yml
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
|
2024-07-17 16:39:33 -04:00 |
|
David Allen
|
80c645f85f
|
Update rf-emulator.yml to map ports correctly
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
|
2024-07-17 11:35:59 -06:00 |
|
David Allen
|
1614909204
|
Merge pull request #41 from OpenCHAMI/emulator
Added emulator for testing with docker/compose
|
2024-07-16 16:02:54 -06:00 |
|
David Allen
|
53efe7c6b7
|
Added detail in README.md about emulator
|
2024-07-16 16:01:36 -06:00 |
|
David Allen
|
fcd2aae259
|
Added emulator for testing with docker/compose
|
2024-07-16 15:53:57 -06:00 |
|
David Allen
|
45d614dff4
|
Merge pull request #39 from cjh1/collection-nis
Store network interfaces during collect
|
2024-07-11 10:32:31 -06:00 |
|
Chris Harris
|
fcebaec631
|
Add network interfaces to system information
|
2024-07-11 11:26:32 -04:00 |
|
Chris Harris
|
ab16c8d5fd
|
Remove unnecessary marshal/umarshal
|
2024-07-11 10:45:53 -04:00 |
|
Chris Harris
|
70fc040da1
|
Add network interfaces to crawl
|
2024-07-10 11:51:55 -04:00 |
|
David Allen
|
396cbae31e
|
Merge pull request #37 from OpenCHAMI/36-running-the-crawl-subcommand-without-arguments-causes-a-crash
fix #36 and provide better error handling
|
2024-07-02 15:15:13 -06:00 |
|
Alex Lovell-Troy
|
09eb48a241
|
Update crawl command to improve URI handling and provide clearer instructions
|
2024-07-02 16:55:17 -04:00 |
|
Alex Lovell-Troy
|
afe84f6129
|
chore: Clean up URI handling in crawl command
|
2024-07-02 16:37:39 -04:00 |
|
Alex Lovell-Troy
|
eccd9adb41
|
Improve crawl instruction and log Redfish Version
|
2024-07-02 16:25:28 -04:00 |
|
Alex Lovell-Troy
|
fdc574f5f2
|
Improved Error handling without panics
|
2024-07-01 13:53:32 -04:00 |
|
David Allen
|
e26bd175f1
|
Merge pull request #35 from cjh1/scan-timestamp
Add timestamp to scan results cache
|
2024-07-01 09:20:13 -06:00 |
|
Alex Lovell-Troy
|
3386690f17
|
Add uri positional argument and remove uri flag
|
2024-07-01 10:59:42 -04:00 |
|
Chris Harris
|
6aeffc92f1
|
Add timestamp to scan results cache
|
2024-06-28 12:16:45 -04:00 |
|
Alex Lovell-Troy
|
5f86f9a378
|
Merge pull request #34 from OpenCHAMI/alovelltroy/add-single-crawl
|
2024-06-28 17:44:24 +03:00 |
|
Alex Lovell-Troy
|
895128c868
|
Merge branch 'main' into alovelltroy/add-single-crawl
|
2024-06-28 17:44:14 +03:00 |
|
Alex Lovell-Troy
|
e6325719f4
|
Update crawler to better handle odd Redfish implementations
|
2024-06-28 06:17:22 +02:00 |
|
Alex Lovell-Troy
|
a7d5b0ebbb
|
Add standalone command for querying a single BMC and outputting inventory json
|
2024-06-27 08:56:45 +02:00 |
|
David Allen
|
c80aba6cf8
|
Update README.md
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
|
2024-06-26 10:35:02 -06:00 |
|
David Allen
|
5072b9bc21
|
Merge pull request #30 from OpenCHAMI/cleanup
Clean up various miscellaneous issues and improve collecting system and ethernet interface info
|
2024-06-10 14:21:03 -06:00 |
|
David Allen
|
68069558ee
|
Added print for systems before unmarshaling
|
2024-06-05 08:35:13 -06:00 |
|
David Allen
|
00ead8954a
|
Added small improvements to some print messages
|
2024-06-04 12:14:42 -06:00 |
|
David Allen
|
804342783a
|
Appended EthernetInterfaces to manager link string
|
2024-05-29 14:07:58 -06:00 |
|
David Allen
|
389a61be1b
|
Changed how ethernet interfaces are retrieved via managers
|
2024-05-29 13:58:44 -06:00 |
|
David Allen
|
a5644476f3
|
Fixed comparison again...
|
2024-05-28 17:27:00 -06:00 |
|
David Allen
|
8436d8923e
|
Fixed comparison for managers
|
2024-05-28 17:20:17 -06:00 |
|
David Allen
|
63669ad369
|
Changed how CollectSystem fetches system data
|
2024-05-22 14:44:32 -06:00 |
|
David Allen
|
495ee9cc2a
|
Added debug print to check for systems
|
2024-05-20 08:17:06 -06:00 |
|
David Allen
|
ae33ff1bd8
|
Added more error checks
|
2024-05-16 16:00:26 -06:00 |
|
David Allen
|
81dee7f1c9
|
Added temp print statement(s)
|
2024-05-16 15:54:53 -06:00 |
|
David Allen
|
08a2c8ede7
|
Removed password from data sent and slightly changed error messages
|
2024-05-16 15:52:40 -06:00 |
|
David Allen
|
0a3489f575
|
Changed systems nil check to check count instead
|
2024-05-16 15:49:56 -06:00 |
|
David Allen
|
472735fb9d
|
Added an error catch for CollectAll in cmd
|
2024-05-16 15:41:07 -06:00 |
|
David Allen
|
b024675e92
|
Added error related util functions
|
2024-05-16 15:18:12 -06:00 |
|