Commit graph

  • d428dbfd27
    refactor: added exact number of args to list cmd David J. Allen 2025-03-20 08:58:06 -06:00
  • 053773d90c
    fix: added secrets file path to collect parameters David J. Allen 2025-03-19 15:46:53 -06:00
  • ceeaa5d891
    refactor: minor changes to store in collect David J. Allen 2025-03-19 15:31:24 -06:00
  • a8f0c12505
    fix: added missing funcs for secret store implementations David J. Allen 2025-03-19 11:36:29 -06:00
  • 932daeafe1
    refactor: added func to remove secrets from store David J. Allen 2025-03-19 11:10:26 -06:00
  • 5b79031afa
    refactor: updated secrets cmd implementation David J. Allen 2025-03-17 18:34:08 -06:00
  • 23bd31a1aa
    feat: add 'secrets' command to root David J. Allen 2025-03-17 11:39:23 -06:00
  • 73c3323cc8
    chore: updated go deps David J. Allen 2025-03-17 10:37:18 -06:00
  • f18d279468
    refactor: updated description/example and added 'secrets-file' flag to cmd David J. Allen 2025-03-17 10:37:04 -06:00
  • 5ecc051fef
    refactor: added optional secrets file parameter and lookup in collect David J. Allen 2025-03-17 10:34:53 -06:00
  • c3a7ebf975
    chore: added pre-condition guards for secrets David J. Allen 2025-03-17 10:14:36 -06:00
  • a1276360fe
    refactor: added function to open secrets store by checking env var David J. Allen 2025-03-14 13:28:47 -06:00
  • 48a53f6d5d
    Merge pull request #82 from OpenCHAMI/fix-imports David Allen 2025-03-13 11:33:48 -06:00
  • c5ee0c6a4c
    fix: update goimports in update.go David Allen 2025-03-13 11:32:47 -06:00
  • a1877a3d32
    Merge pull request #81 from OpenCHAMI/71-bug-redfishv1updateserviceactionssimpleupdate-gives-errors-for-openbmc David Allen 2025-03-13 11:10:31 -06:00
  • ac4f591061
    Merge branch 'main' into 71-bug-redfishv1updateserviceactionssimpleupdate-gives-errors-for-openbmc David Allen 2025-03-13 11:10:18 -06:00
  • 9615f523f1
    feat: enhance firmware update functionality and add BMC identification support Alex Lovell-Troy 2025-02-06 17:25:56 -05:00
  • 8bb8e4a49a
    feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management Alex Lovell-Troy 2025-03-07 17:10:31 -05:00
  • 524a38a475
    collect: return collection output from CollectInventory() David J. Allen 2025-02-26 16:18:42 -07:00
  • 1477da9693
    refactor: moved internal functions to pkg and updated refs David J. Allen 2025-02-20 17:09:21 -07:00
  • a270d68e4b
    chore: fix critical dependabot issues by updating crypto David Allen 2025-02-06 13:06:37 -07:00
  • 1fc366eee2
    bugfix: fixed URL param not being set for UpdateFirmwareRemote David J. Allen 2025-01-30 08:43:42 -07:00
  • 853e27c312
    feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management Alex Lovell-Troy 2025-03-07 17:10:31 -05:00
  • 5bbd0b8998
    fix: changed 'update' cmd to use gofish David J. Allen 2025-02-26 16:18:42 -07:00
  • 6d0811e86d
    Fix README link Pat Riehecky 2025-02-24 13:07:38 -06:00
  • ebcd3ff917
    refactor: moved internal functions to pkg and updated refs David J. Allen 2025-02-20 17:09:21 -07:00
  • b56b800482
    Merge pull request #80 from OpenCHAMI/68-bug-in-command-update-the-variable-host-is-not-assigned David Allen 2025-03-13 10:19:02 -06:00
  • f9d1cba470
    feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management Alex Lovell-Troy 2025-03-07 17:10:31 -05:00
  • 97a569dd7a
    collect: return collection output from CollectInventory() David J. Allen 2025-02-26 16:18:42 -07:00
  • dcd80a0bc7
    Fix README link Pat Riehecky 2025-02-24 13:07:38 -06:00
  • 81116ec616
    refactor: moved internal functions to pkg and updated refs David J. Allen 2025-02-20 17:09:21 -07:00
  • 3b85dd3049
    chore: fix critical dependabot issues by updating crypto David Allen 2025-02-06 13:06:37 -07:00
  • 588b1b9798
    fix: change db.MustExec to db.Exec and handle error David Allen 2025-02-06 12:59:24 -07:00
  • 241c45f584
    Update prbuild.yml Alex Lovell-Troy 2025-02-05 12:34:13 -05:00
  • ffe60f4a8c
    chore: update build workflow and add container build script (#70) Alex Lovell-Troy 2025-02-05 12:01:10 -05:00
  • 90c394e245
    cmd: exported commands for external use David Allen 2025-02-04 13:51:57 -07:00
  • 055ed831a8
    Merge pull request #79 from OpenCHAMI/alovelltroy/secretsmanager David Allen 2025-03-12 09:34:39 -06:00
  • 1f2e72dab6
    feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management Alex Lovell-Troy 2025-03-07 17:10:31 -05:00
  • 76b9d35ec7
    Merge pull request #77 from OpenCHAMI/collect-mini-refactor David Allen 2025-02-26 16:32:38 -07:00
  • 555990c6b6
    collect: return collection output from CollectInventory() David J. Allen 2025-02-26 16:18:42 -07:00
  • 525c5502c9
    Merge pull request #75 from jcpunk/fix-doc David Allen 2025-02-24 12:10:40 -07:00
  • 5a06aa3fb9
    Fix README link Pat Riehecky 2025-02-24 13:07:38 -06:00
  • 2b1277690b
    Merge pull request #74 from OpenCHAMI/export-funcs David Allen 2025-02-20 19:23:23 -07:00
  • 5843bc1768
    refactor: moved internal functions to pkg and updated refs David J. Allen 2025-02-20 17:09:21 -07:00
  • 3e19d57d42
    Merge pull request #73 from OpenCHAMI/fix-security-with-deps-update David Allen 2025-02-12 09:24:47 -07:00
  • b77f9a8c9c
    chore: update golang.org/x/crypto and golang.org/x/sys dependencies to latest versions Alex Lovell-Troy 2025-02-07 11:10:10 -05:00
  • 01f811dc07
    feat: add --insecure flag to allow insecure connections for firmware updates Alex Lovell-Troy 2025-02-07 09:56:36 -05:00
  • 7bdad54ed5
    refactor: improve Redfish service connection handling and update status retrieval Alex Lovell-Troy 2025-02-07 09:52:21 -05:00
  • d8e47cd1a1
    feat: enhance firmware update functionality and add BMC identification support Alex Lovell-Troy 2025-02-06 17:25:56 -05:00
  • 314d060c3c
    chore: fix critical dependabot issues by updating crypto David Allen 2025-02-06 13:06:37 -07:00
  • 9ef3f86f70
    Merge pull request #72 from OpenCHAMI/fix-handling-cache-create-error David Allen 2025-02-06 13:02:51 -07:00
  • 5357aab06f
    fix: change db.MustExec to db.Exec and handle error David Allen 2025-02-06 12:59:24 -07:00
  • a113a457d6
    Update prbuild.yml Alex Lovell-Troy 2025-02-05 12:34:13 -05:00
  • f291ba41f9
    chore: update build workflow and add container build script (#70) Alex Lovell-Troy 2025-02-05 12:01:10 -05:00
  • 52c7e85a5e
    Merge pull request #69 from OpenCHAMI/export-cmds David Allen 2025-02-04 14:15:53 -07:00
  • fd54f367b8
    cmd: exported commands for external use David Allen 2025-02-04 13:51:57 -07:00
  • 659c63b43b
    bugfix: fixed URL param not being set for UpdateFirmwareRemote David J. Allen 2025-01-30 08:43:42 -07:00
  • c0e498766f
    refactor: exported more cmd variables David J. Allen 2024-12-11 14:13:51 -07:00
  • de8dd3cabd
    Merge pull request #7 from davidallendj/experimental-cmd-export David Allen 2024-12-11 11:06:06 -07:00
  • 83e6ae55d0
    refactor: updated references David J. Allen 2024-12-11 10:57:42 -07:00
  • 94a1ea33fd
    cmd: exported scan and collect commands for external use David J. Allen 2024-12-11 10:14:35 -07:00
  • e529e0fda3
    updated references in cmd/cache.go David J. Allen 2024-11-03 21:25:52 -07:00
  • 19f7803f9a
    Merge pull request #6 from davidallendj/update-refs David Allen 2024-11-03 19:54:39 -07:00
  • d889082e80
    updated all references David J. Allen 2024-11-03 19:53:48 -07:00
  • 58627a53ec
    go.mod: updated module name David J. Allen 2024-11-03 19:51:30 -07:00
  • 25f885c823
    readme: updated refs to github.com/davidallendj David J. Allen 2024-11-03 19:50:46 -07:00
  • 20399ec167
    Merge pull request #5 from davidallendj/cache-cmd David Allen 2024-11-03 19:41:27 -07:00
  • 170df80621
    Merge branch 'main' into cache-cmd David Allen 2024-11-03 19:37:29 -07:00
  • 45ee89ffc3
    fix AMD64 microcode version in attestation Alex Lovell-Troy 2024-10-30 12:51:47 -06:00
  • 4588a8b9b8
    Merge pull request #66 from OpenCHAMI/alexlovelltroy/build-improvements Alex Lovell-Troy 2024-10-30 14:40:23 -04:00
  • 6f18094680
    Refactor how versioning information is indicated in the build and in the source. Alex Lovell-Troy 2024-10-30 12:36:07 -06:00
  • 237eb6219b
    Add better version reporting. Alex Lovell-Troy 2024-10-30 10:09:32 -06:00
  • 041d134079
    refactor: Update Go version Alex Lovell-Troy 2024-10-30 09:56:44 -06:00
  • 7941d6caad
    Merge pull request #65 from OpenCHAMI/update-changelog David Allen 2024-10-29 16:31:39 -06:00
  • 95cdd1b9d5
    changelog: updated and added missing tag entries David J. Allen 2024-10-29 16:30:31 -06:00
  • 3417c6c29e
    Merge pull request #62 from OpenCHAMI/manager-data David Allen 2024-10-24 18:04:16 -06:00
  • 9e289b4946
    Merge branch 'main' into manager-data David Allen 2024-10-24 17:57:00 -06:00
  • f674ecb8be
    Merge pull request #63 from OpenCHAMI/fix-output-flag Alex Lovell-Troy 2024-10-24 11:23:46 -04:00
  • 265021056f
    collect: removed extra gofish import David J. Allen 2024-10-23 11:30:07 -06:00
  • 4f6011381b
    crawler: include IP in manager's ethernet interfaces David J. Allen 2024-10-22 14:23:24 -06:00
  • ac78e21ee8
    crawler: change check to exclude ethernet interfaces without IPs David J. Allen 2024-10-17 18:38:29 -06:00
  • c9ae96ab76
    crawler: add check to get IP address from manager's ethernet interface David J. Allen 2024-10-17 15:54:45 -06:00
  • 294f4520f2
    Merge pull request #64 from OpenCHAMI/update-readme David Allen 2024-10-16 14:23:19 -06:00
  • 88ae24b131
    readme: updated content and sections David J. Allen 2024-10-16 13:32:57 -06:00
  • 26522ebd12
    version: more small tweaks David J. Allen 2024-10-16 13:32:16 -06:00
  • 3aaa7c4f1d
    makefile: small tweaks David J. Allen 2024-10-16 13:31:26 -06:00
  • 27fec74cea
    collect: fixed issue with writing output to file David J. Allen 2024-10-15 15:26:20 -06:00
  • e87b2184a2
    cache: refactor after updating util David J. Allen 2024-10-15 15:25:42 -06:00
  • 036a5d3ab7
    util: refactor checking if path exists David J. Allen 2024-10-15 15:25:03 -06:00
  • deffdc48db
    collect: added MACAddr and manager data to output David J. Allen 2024-10-15 13:54:00 -06:00
  • e31e91ec15
    refactor: changed crawler function name David J. Allen 2024-10-15 13:52:23 -06:00
  • e1cc0bfd38
    crawler: add function to fetch manager data David J. Allen 2024-10-15 13:51:38 -06:00
  • e1d49e17a1
    goreleaser: fixed hook to output correct filename David J. Allen 2024-10-02 15:12:47 -06:00
  • 86e9ce03ca
    Merge pull request #42 from OpenCHAMI/tests David Allen 2024-09-26 11:19:44 -06:00
  • 71fe229452
    Makefile: Update goreleaser to v2 (v2.3.2) Devon Bautista 2024-09-26 10:55:52 -06:00
  • 6212114948
    .gitignore: Delete rebase delineators Devon Bautista 2024-09-26 10:53:58 -06:00
  • 38da4a20ba
    Fixed typo in Makefile David Allen 2024-09-26 10:51:05 -06:00
  • 26989d1a18
    Fixed releaser .PHONY in Makefile David Allen 2024-09-26 10:49:48 -06:00
  • 8334b0e4ca
    Fixed issue with test not working David Allen 2024-09-26 10:07:12 -06:00
  • c07ea3c8eb
    Updated go deps David Allen 2024-09-26 10:07:00 -06:00