0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00
terraform-provider-proxmox/fwprovider
Rafał Safin 58347c09fe
feat(storage): add new resource proxmox_virtual_environment_download_file (#837)
* feat(core): add query url metadata endpoint to nodes client api

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(core): move storage api code to nodestorage folder

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(core): add download url api

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): add  resource_download_file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): finish new resource_download_file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): generate docs for new download file resource, update other docs and examples

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): add basic acc tests for resource download_file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(test): lint new test file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): warning instead of error when file already exists on resource download file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): better validation in resource download file, delete upload task on error

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): better err message in resource download file

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(core): removed unnecessary toint in custom type bool

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(storage): typo in resource download file error

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): download file resource review - 1

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* feat(storage): finish resource download file after review

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(storage): error instead of warnings in parse int errors in sizeRequiresReplaceModifier

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(docs): remove unwanted changes in virtual_environment_file.md

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(test): fix download file base acceptance tests

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(test): fix resource download file acc tests

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix(test): last fix resource download file acc test

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>

* fix: use PVE-compatible jammy LXC image, fix few typos

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Rafał Safin <rafal.safin@rafsaf.pl>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-02 21:29:13 -05:00
..
structure chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
tests feat(storage): add new resource proxmox_virtual_environment_download_file (#837) 2024-01-02 21:29:13 -05:00
types chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
validators chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
datasource_hagroup.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
datasource_hagroups.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
datasource_haresource.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
datasource_haresources.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
datasource_version.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
hagroup_model.go chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
haresource_model.go chore(code): re-organize and cleanup "fwk provider"'s code (#568) 2023-09-17 22:50:24 +00:00
provider.go feat(storage): add new resource proxmox_virtual_environment_download_file (#837) 2024-01-02 21:29:13 -05:00
resource_download_file.go feat(storage): add new resource proxmox_virtual_environment_download_file (#837) 2024-01-02 21:29:13 -05:00
resource_hagroup.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
resource_haresource.go chore: fix linter error (#645) 2023-10-23 22:41:26 +00:00
resource_linux_bridge.go feat(docs): add initial mini-howtos for VM (#730) 2023-11-28 12:38:47 -05:00
resource_linux_vlan.go feat(docs): add initial mini-howtos for VM (#730) 2023-11-28 12:38:47 -05:00
resource_options.go fix(cluster): can't read back cluster options on PVE 8.1 (#755) 2023-11-29 18:12:21 -05:00