-
Notifications
You must be signed in to change notification settings - Fork 47
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 80 files changed
- 5 contributors
Commits on Aug 5, 2022
-
Remove use of external mock module (#162)
Python since 3.4 has included mock in the standard library, under the unittest module. Since the lowest version supported is greater than that, we can switch to using it and drop one external requirement.
Configuration menu - View commit details
-
Copy full SHA for b55756f - Browse repository at this point
Copy the full SHA b55756fView commit details -
document installation path via conda-forge (#149)
* install via conda-forge Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
Configuration menu - View commit details
-
Copy full SHA for cdf0ce5 - Browse repository at this point
Copy the full SHA cdf0ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bd2ec - Browse repository at this point
Copy the full SHA 32bd2ecView commit details -
Simplify Requirement Constraints (#163)
This includes the remove of the upper boundary. Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 76ec7ed - Browse repository at this point
Copy the full SHA 76ec7edView commit details
Commits on Aug 17, 2022
-
Add validation helper for Label Values/Keys (#164)
* Add validation helper for Label Values/Keys This implementation is similar to the implementation in the hcloud-go. To give the "user" as much as verbosity as possible i introduced two methods. - `validate` which is a simple validator that just returns True/False.add-validator-for-labels - `validate_verbose` which also returns the corresponding error message (like which key/value is not correctly formatted) I decided against calling one of both function in the other and instead duplicate the code. This is based on my feeling that the code would be more complex when we as a sample call validate_verbose in validate. Also, it is slightly more readable imho, but we can discuss this :) Closes #153 Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> * Fix tox Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 090be27 - Browse repository at this point
Copy the full SHA 090be27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2de84e - Browse repository at this point
Copy the full SHA c2de84eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.0...v1.18.0