Commit graph

  • 4cc3f7f7ac
    Changed order of adding default ports to add host correctly David J. Allen 2024-08-07 19:57:37 -06:00
  • 3d6daa757a
    Fixed error message format for list command David J. Allen 2024-08-07 19:20:11 -06:00
  • 39ad0d75c6
    Changed host to hostname being stored in cache David J. Allen 2024-08-07 19:16:43 -06:00
  • 88fb71b436
    Removed storage file David J. Allen 2024-08-07 19:03:27 -06:00
  • 890e3392ed
    Added TODO comments to tests and other minor change David Allen 2024-08-07 13:15:09 -06:00
  • dd829cd10e
    Fixed '--subnet' flag not adding hosts to scan David Allen 2024-08-07 13:14:07 -06:00
  • 0c30d4dc3a
    Merge branch 'main' into refactor David Allen 2024-08-07 11:14:06 -06:00
  • 22b88a908a
    Updated example config David Allen 2024-08-07 10:59:46 -06:00
  • 6d1dae25ec
    Major 'internal' package refactor David Allen 2024-08-07 10:59:10 -06:00
  • 2c841906b2
    Updated 'cmd' package David Allen 2024-08-07 10:58:03 -06:00
  • f4ee1e1738
    Merge pull request #48 from OpenCHAMI/45-hotfix David Allen 2024-08-01 15:31:00 -06:00
  • f3427b0de9
    Fixed getting ethernet interfaces in CollectEthernetInterfaces() David J. Allen 2024-08-01 12:48:05 -06:00
  • 777aa3c118
    Merge pull request #47 from OpenCHAMI/45-hotfix Alex Lovell-Troy 2024-07-31 19:01:24 +03:00
  • 0a6fb84d14
    Removed unused code that used bmclib David J. Allen 2024-07-31 09:22:51 -06:00
  • f3162e7e77
    Updated go dependencies removing bmclib David J. Allen 2024-07-31 09:21:56 -06:00
  • 6c54801b5d
    Fixed syntax error with command description David J. Allen 2024-07-31 09:21:25 -06:00
  • 7fc913eb1f
    Updated .gitignore David Allen 2024-07-31 08:45:54 -06:00
  • d5eacf0264
    Updated Makefile David Allen 2024-07-31 08:45:42 -06:00
  • 2d4293359a
    Updated README.md with features section David Allen 2024-07-30 14:25:38 -06:00
  • 1ea779e802
    Changed short help message for root command David Allen 2024-07-30 14:23:53 -06:00
  • 8ff71f6cef
    Minor changes to tests David Allen 2024-07-30 14:06:31 -06:00
  • 0922bbf5f9
    Removed unused updating code and bmclib dependency and other minor changes David Allen 2024-07-30 14:05:55 -06:00
  • 9b3c21a20a
    Removed magellan's internal logger for zerolog David Allen 2024-07-30 14:04:34 -06:00
  • 386e9f2777
    Renamed smd package to client David Allen 2024-07-30 14:03:34 -06:00
  • e19d0b2d7c
    Updated go dependencies David Allen 2024-07-30 14:02:27 -06:00
  • b27e6b6a73
    Renamed vars and switched to use zerolog David Allen 2024-07-30 14:02:12 -06:00
  • 606a7b47cc
    Removed unused code, rename vars, and changed output to use hive partitioning strategy David Allen 2024-07-30 14:00:23 -06:00
  • aefce13f57
    Refactored/reorganized utils David Allen 2024-07-24 11:52:12 -06:00
  • fe3c339195
    Corrected the username/password flag names David Allen 2024-07-24 10:34:28 -06:00
  • d877f9b18f
    Removed unused query params David Allen 2024-07-24 10:28:23 -06:00
  • d73575ab05
    Fixed imports and removed unused query params David Allen 2024-07-24 10:24:12 -06:00
  • f498d07aa2
    Fixed small issue with command string David Allen 2024-07-24 10:22:48 -06:00
  • a65c640aab
    Removed unused functions in collect.go David Allen 2024-07-24 10:19:01 -06:00
  • 3078770247
    Removed commented out code David Allen 2024-07-24 10:15:06 -06:00
  • 6873ffd1cb
    Moved SMD-related API to pkg David Allen 2024-07-24 10:13:57 -06:00
  • 6ff223aae1
    Removed 'dora' API David Allen 2024-07-24 10:12:54 -06:00
  • 00f9d4ebf0
    Merge pull request #44 from OpenCHAMI/api-docs David Allen 2024-07-23 16:27:53 -06:00
  • bf2a27d6da
    Added 'docs' rule to Makefile David Allen 2024-07-23 16:23:18 -06:00
  • f7b08da064
    Added more API documentation David Allen 2024-07-23 16:18:21 -06:00
  • 2bc3c74277
    Minor changes to README.md David Allen 2024-07-23 16:17:02 -06:00
  • 0bf5507f6f
    Changed Dockerfile to use binary instead of script David Allen 2024-07-23 13:47:05 -06:00
  • 2c472f5ad9
    Fixed small typo David Allen 2024-07-23 13:46:36 -06:00
  • ecefa3b86f
    Updated README to include information about building on Debian David Allen 2024-07-23 13:46:01 -06:00
  • eba9dfa1e7
    Added more documentation and changed param names David Allen 2024-07-22 14:22:02 -06:00
  • c537e496da
    Fixed issue with required param David Allen 2024-07-22 14:20:06 -06:00
  • 1ab5c8a7df
    Added initial round of comments for API documentation David Allen 2024-07-18 18:18:03 -06:00
  • 10eabf2844
    Updating dependencies Alex Lovell-Troy 2024-07-17 17:58:06 -04:00
  • 796a67d5ab
    Tidied up CLI flag names David Allen 2024-07-17 15:42:00 -06:00
  • 085a2cfd0b
    Added initial tests for API and compatibiilty coverage David Allen 2024-07-17 15:35:16 -06:00
  • 865ed85a05
    fix formatting error in workflow Alex Lovell-Troy 2024-07-17 17:30:00 -04:00
  • ab346f7592
    Addressing x/net dependabot issue Alex Lovell-Troy 2024-07-17 17:27:02 -04:00
  • 334e397d00
    Update attestation path Alex Lovell-Troy 2024-07-17 17:15:02 -04:00
  • 81fccde750
    Remove unnecessary attestation support script Alex Lovell-Troy 2024-07-17 17:10:14 -04:00
  • 65f0e3889f
    Updating to goreleaser v2 Alex Lovell-Troy 2024-07-17 17:07:57 -04:00
  • 78f6762888
    Updating to goreleaser v2 Alex Lovell-Troy 2024-07-17 17:06:41 -04:00
  • 68745c1800
    Remove attestation of non-existent container Alex Lovell-Troy 2024-07-17 17:02:44 -04:00
  • 54fce64802
    Removing docker container from goreleaser to address build errors Alex Lovell-Troy 2024-07-17 16:55:06 -04:00
  • bf2cea11a8
    Update .goreleaser.yaml Alex Lovell-Troy 2024-07-17 16:49:47 -04:00
  • 9cf535e71a
    Include Checkout in the workflow Alex Lovell-Troy 2024-07-17 16:44:14 -04:00
  • 4948ecc47c
    Create main.yml Alex Lovell-Troy 2024-07-17 16:39:33 -04:00
  • 80c645f85f
    Update rf-emulator.yml to map ports correctly David Allen 2024-07-17 11:35:59 -06:00
  • 1614909204
    Merge pull request #41 from OpenCHAMI/emulator David Allen 2024-07-16 16:02:54 -06:00
  • 53efe7c6b7
    Added detail in README.md about emulator David Allen 2024-07-16 16:01:36 -06:00
  • fcd2aae259
    Added emulator for testing with docker/compose David Allen 2024-07-16 15:53:57 -06:00
  • 45d614dff4
    Merge pull request #39 from cjh1/collection-nis David Allen 2024-07-11 10:32:31 -06:00
  • fcebaec631
    Add network interfaces to system information Chris Harris 2024-07-11 10:20:28 -04:00
  • ab16c8d5fd
    Remove unnecessary marshal/umarshal Chris Harris 2024-07-10 16:00:08 -04:00
  • 70fc040da1
    Add network interfaces to crawl Chris Harris 2024-07-10 11:51:55 -04:00
  • 396cbae31e
    Merge pull request #37 from OpenCHAMI/36-running-the-crawl-subcommand-without-arguments-causes-a-crash David Allen 2024-07-02 15:15:13 -06:00
  • 09eb48a241
    Update crawl command to improve URI handling and provide clearer instructions Alex Lovell-Troy 2024-07-02 16:55:17 -04:00
  • afe84f6129
    chore: Clean up URI handling in crawl command Alex Lovell-Troy 2024-07-02 16:37:39 -04:00
  • eccd9adb41
    Improve crawl instruction and log Redfish Version Alex Lovell-Troy 2024-07-02 16:25:28 -04:00
  • fdc574f5f2
    Improved Error handling without panics Alex Lovell-Troy 2024-07-01 13:53:32 -04:00
  • e26bd175f1
    Merge pull request #35 from cjh1/scan-timestamp David Allen 2024-07-01 09:20:13 -06:00
  • 3386690f17
    Add uri positional argument and remove uri flag Alex Lovell-Troy 2024-07-01 10:59:42 -04:00
  • 6aeffc92f1
    Add timestamp to scan results cache Chris Harris 2024-06-28 12:13:17 -04:00
  • 5f86f9a378
    Merge pull request #34 from OpenCHAMI/alovelltroy/add-single-crawl Alex Lovell-Troy 2024-06-28 17:44:24 +03:00
  • 895128c868
    Merge branch 'main' into alovelltroy/add-single-crawl Alex Lovell-Troy 2024-06-28 17:44:14 +03:00
  • e6325719f4
    Update crawler to better handle odd Redfish implementations Alex Lovell-Troy 2024-06-28 06:17:22 +02:00
  • a7d5b0ebbb
    Add standalone command for querying a single BMC and outputting inventory json Alex Lovell-Troy 2024-06-27 08:56:45 +02:00
  • c80aba6cf8
    Update README.md David Allen 2024-06-26 10:35:02 -06:00
  • 5072b9bc21
    Merge pull request #30 from OpenCHAMI/cleanup David Allen 2024-06-10 14:21:03 -06:00
  • 68069558ee
    Added print for systems before unmarshaling David Allen 2024-06-05 08:35:13 -06:00
  • 00ead8954a
    Added small improvements to some print messages David Allen 2024-06-04 12:14:42 -06:00
  • 804342783a
    Appended EthernetInterfaces to manager link string David Allen 2024-05-29 14:07:58 -06:00
  • 389a61be1b
    Changed how ethernet interfaces are retrieved via managers David Allen 2024-05-29 13:58:44 -06:00
  • a5644476f3
    Fixed comparison again... David Allen 2024-05-28 17:27:00 -06:00
  • 8436d8923e
    Fixed comparison for managers David Allen 2024-05-28 17:20:17 -06:00
  • 63669ad369
    Changed how CollectSystem fetches system data David Allen 2024-05-22 14:44:32 -06:00
  • 495ee9cc2a
    Added debug print to check for systems David Allen 2024-05-20 08:17:06 -06:00
  • ae33ff1bd8
    Added more error checks David Allen 2024-05-16 16:00:26 -06:00
  • 81dee7f1c9
    Added temp print statement(s) David Allen 2024-05-16 15:54:53 -06:00
  • 08a2c8ede7
    Removed password from data sent and slightly changed error messages David Allen 2024-05-16 15:52:40 -06:00
  • 0a3489f575
    Changed systems nil check to check count instead David Allen 2024-05-16 15:49:56 -06:00
  • 472735fb9d
    Added an error catch for CollectAll in cmd David Allen 2024-05-16 15:41:07 -06:00
  • b024675e92
    Added error related util functions David Allen 2024-05-16 15:18:12 -06:00
  • 9c5fd3c142
    Added more error messages David Allen 2024-05-16 15:16:43 -06:00
  • 978790f081
    Added print for URL when system is NIL David Allen 2024-05-16 14:48:38 -06:00
  • 1aab3796be
    Added error messages for checks David Allen 2024-05-16 14:41:17 -06:00
  • 477bbdeece
    Added extra check and work around if system returns nil David Allen 2024-05-16 10:44:08 -06:00