0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/proxmox/nodes
Pavel Boldyrev d193abd33e
fix(vm): improve reliability of VM create / get operations (#1431)
* fix(vm): improve reliability of VM create / get operations

- Add retries to GET API calls, fix retrying on POST (VM create) API calls.
- Minor fix in acceptance tests

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-07-08 18:17:53 +00:00
..
apt feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
containers chore(deps): update module github.com/avast/retry-go/v4 (v4.5.1 → v4.6.0) (#1229) 2024-04-19 16:48:38 +00:00
storage fix(file): upload timeout with 596 response code (#1315) 2024-05-21 23:31:02 +00:00
tasks chore(code): fix code quality warnings (#1409) 2024-06-25 00:47:50 -04:00
vms fix(vm): improve reliability of VM create / get operations (#1431) 2024-07-08 18:17:53 +00:00
certificate_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
certificate.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
dns_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
dns.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
network_types.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
network.go feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
nodes_types.go feat(vm): add proxmox_virtual_environment_node datasource (#1151) 2024-03-23 20:17:09 -04:00
nodes.go feat(vm): add proxmox_virtual_environment_node datasource (#1151) 2024-03-23 20:17:09 -04:00
query_url_metadata_types.go feat(storage): add new resource proxmox_virtual_environment_download_file (#837) 2024-01-02 21:29:13 -05:00
query_url_metadata.go chore: improve acceptance tests on CI (#1173) 2024-04-07 04:41:57 +00:00