Jonas L
|
f47e49c132
|
test: fix AnsibleHCloud module unit tests (#337)
##### SUMMARY
We had a race condition between 2 Pull Requests (#336 and #325) and
everything didn't go through the test pipeline. Fixing it now.
|
2023-09-26 15:44:49 +02:00 |
|
Jonas L
|
9a44bc260f
|
ci: add unit tests to azure pipelines (#325)
##### SUMMARY
Enable unit testing in the CI. We started to write some unit tests for
the inventory, but they were not enforced in the CI.
|
2023-09-26 09:41:19 +02:00 |
|
Jonas L
|
94190ae6cb
|
refactor: move module vars out of __init__ (#336)
##### SUMMARY
- move module vars out of `__init__`
- add modules type hints
- catch hcloud exception for api calls
|
2023-09-26 09:41:01 +02:00 |
|
Jonas L
|
a0e91d942a
|
refactor: rename ansible module classes (#284)
* refactor: rename Hcloud class to AnsibleHCloud
* refactor: rename AnsibleHCloud* modules
* refactor: remove Hcloud deprecation wrapper
|
2023-08-04 09:24:14 +02:00 |
|
Jonas L
|
c15377c672
|
feat: improve hcloud library exceptions handling (#243)
|
2023-07-20 14:34:48 +02:00 |
|