0117f0355a
chore: made changes to build and fix issues
2025-07-10 20:56:04 -06:00
9970e49d94
chore: updated list cmd
2025-07-10 20:56:04 -06:00
b165fe2927
chore: more miscellaneous updates
2025-07-10 20:56:04 -06:00
5b474b74be
feat: sessions core implementation
2025-07-10 20:56:03 -06:00
86fcf54b6e
chore: miscellaneous updates
2025-07-10 20:56:03 -06:00
a9492c70f6
feat: added func to load session token
2025-07-10 20:56:03 -06:00
4dac84e4de
chore: removed login cmd
2025-07-10 20:56:03 -06:00
114086f78b
feat: added JSON utility functions
2025-07-10 20:56:02 -06:00
153a50ee50
chore: removed migrations
2025-07-10 20:56:02 -06:00
62a6226067
chore: moved scripts to bin/ directory
2025-07-10 20:56:02 -06:00
4257c317b6
feat: added sessions cmd
2025-07-10 20:56:02 -06:00
12969adf25
Add support for storage command and crawler output
...
Partially addresses issue #3 by adding a simple `magellan list devices` command to list storage devices. To close the issue, this PR still requires including storage device information in the `crawler`'s output.
Reviewed-on: towk/magellan-ng#5
2025-07-10 20:56:02 -06:00
6deb292494
chore: update references and imports
2025-07-10 20:54:30 -06:00
1ed8c59f80
refactor: exported more cmd variables
2025-07-10 20:54:30 -06:00
ad1cbc7f1f
refactor: updated references
2025-07-10 20:54:30 -06:00
6b04e3baa6
updated all references
2025-07-10 20:54:29 -06:00
841a427020
Changed DeleteScannedAssets to work correct and added db tag
2025-07-10 20:54:29 -06:00
Devon Bautista
01936cb77b
fix: adjust secret store precedence in collect command
2025-07-10 20:54:29 -06:00
3cdde3bad3
feat: add default secret to local store
2025-07-10 20:54:29 -06:00
24f61a5916
readme: update with secrets and emulator sections
2025-07-10 20:54:28 -06:00
a23bf21900
chore: updated go deps
2025-07-10 20:54:28 -06:00
David Allen
5baebbc98e
Fix emulator image in rf-emulator.yml
...
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2025-07-10 20:54:28 -06:00
a46fe5a5cb
collect: return collection output from CollectInventory()
2025-07-10 20:54:28 -06:00
David Allen
a7aefed988
chore: fix critical dependabot issues by updating crypto
2025-07-10 20:54:27 -06:00
848d9468e4
collect: return collection output from CollectInventory()
2025-07-10 20:54:27 -06:00
86a8acd9a6
refactor: moved internal functions to pkg and updated refs
2025-07-10 20:54:27 -06:00
David Allen
d4bbfec88d
chore: fix critical dependabot issues by updating crypto
2025-07-10 20:54:27 -06:00
Alex Lovell-Troy
c844a46415
feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management
2025-07-10 20:54:26 -06:00
f9b56fdc54
refactor: moved internal functions to pkg and updated refs
2025-07-10 20:54:26 -06:00
Alex Lovell-Troy
2814028b36
chore: update build workflow and add container build script ( #70 )
...
* chore: update build workflow and add container build script
* Add build dependencies to workflow
* fix: remove unnecessary magellan installation path from goreleaser config
2025-07-10 20:54:26 -06:00
c6594eeb2d
refactor: exported more cmd variables
2025-07-10 20:54:26 -06:00
6f176767af
refactor: updated references
2025-07-10 20:54:25 -06:00
17fc3ce0dd
cmd: exported scan and collect commands for external use
2025-07-10 20:54:25 -06:00
452b58cd3e
updated references in cmd/cache.go
2025-07-10 20:54:25 -06:00
fb3a936224
updated all references
2025-07-10 20:54:25 -06:00
8de7c40b7c
go.mod: updated module name
2025-07-10 20:54:24 -06:00
8774d4b29a
readme: updated refs to github.com/davidallendj
2025-07-10 20:54:24 -06:00
683c8e977e
Fixed removing from cache with --with-* flags
2025-07-10 20:54:24 -06:00
98ad63a797
Minor changes
2025-07-10 20:54:24 -06:00
d2bb3a94fe
Added cache command and ability to delete cached assets
2025-07-10 20:54:24 -06:00
7e7c8ed274
Changed DeleteScannedAssets to work correct and added db tag
2025-07-10 20:54:20 -06:00
Ben McDonald
7e8011ce29
Merge pull request #107 from bmcdonald3/scan-pdus
...
Scan pdus
2025-07-10 14:14:03 -07:00
David Allen
376dfc6725
Merge pull request #108 from OpenCHAMI/fix-secrets-cmd
...
Fix `secrets` command not showing error message
2025-07-09 11:01:43 -06:00
264b8780a3
fix: removed Run() to display error message with non-existent sub-commands
2025-07-09 09:51:44 -06:00
Ben McDonald
833fb80c10
Switch insecure default to true
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 15:22:31 -07:00
Ben McDonald
3a6ed5a24e
Switch to a warn
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 15:22:25 -07:00
Ben McDonald
117783d264
Pull length of assets check out, per David's feedback
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 11:12:22 -07:00
Ben McDonald
96931cd8a3
Add include flag
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 11:12:14 -07:00
Ben McDonald
c413dd5649
Add printing to stdout or a file instead of only DB for scan
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 15:51:19 -07:00
Ben McDonald
7988ed6b9f
Remove unnecessary insecure flag
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 15:51:12 -07:00