Commit Graph

21 Commits

Author SHA1 Message Date
6893e8185e
change uuid to vm_id and app_id 2025-07-20 19:08:12 +03:00
6d2b5ed377
add support for multiple offers per node 2025-07-07 18:01:03 +03:00
99470dbac3
minor fixes on logs and cli 2025-07-02 03:26:18 +03:00
fd8dbd9ce7
cargo fmt 2025-06-25 19:20:31 +05:30
af22741ade
switch from LP to credits and allow slots 2025-06-25 04:13:09 +03:00
13a00e2318
added Apache 2.0 License 2025-06-19 20:43:05 +03:00
420653bcb6
Improves brain URL selection for different networks
list of 3 brain urls for staging and testnet
refactor brain URL selection for staging and testnet environments.
2025-06-16 13:53:10 +05:30
ddc5d24857
Implement follow redirect on delete and update vm 2025-06-13 17:21:52 +05:30
a25c53d709
Implement macro for grpc redirect
redirect handling in gRPC client and add macro for follow redirects
random brain url selection for staging environment.
cleanup duplicate sign_request function
2025-06-13 17:08:52 +05:30
41d9bd104f
WIP on implementing redirect
Refactors brain connection logic to use custom endpoint while runtime
Implements redirect handling in the `create_vm` function to gracefully handle server moves by reconnecting to the new URL
2025-06-11 19:12:14 +05:30
51d50ff496
adapting CLI to the surreal brain 2025-06-05 16:30:00 +03:00
e4db755b18 Fix tonic TLS issues (#1)
Co-authored-by: Noor <noormohammedb@protonmail.com>
Reviewed-on: #1
2025-03-29 18:14:45 +00:00
383908b171
added support for self signed TLS certificates 2025-03-28 23:35:53 +02:00
7d7200bca4
feat: app UUID cli completion 2025-03-24 16:42:40 +05:30
683c49564d
refactor: move report_node grpc call to general module and update CLI handler 2025-03-21 20:38:28 +05:30
ba872917c2
refactor: reorganize super-cli gRPC method to general module
change grpc type import as  proto in snp grpc module
and updated its related imports
2025-03-21 18:11:04 +05:30
62999d2469
refactor: reorganize gRPC module and update operator handling 2025-03-21 17:08:52 +05:30
bb861fe817
refactor: replace direct block_on calls with utils::block_on for consistency 2025-03-20 16:44:57 +05:30
aeca70e062
refactor: General grpc update client
reorganize proto imports
fix rename Brain vm client
2025-03-18 23:58:50 +05:30
505e7c3faf
organized snp proto through shared crate 2025-03-17 20:34:47 +05:30
ba19eb4ec1
code migration 2025-03-16 22:28:19 +02:00