hcloud-ruby icon indicating copy to clipboard operation
hcloud-ruby copied to clipboard

Native ruby client for HetznerCloud

Results 27 hcloud-ruby issues
Sort by recently updated
recently updated
newest added

This PR introduces the possibility of deleting a server by id, without first finding it.

I corrected a typo in the word pagination

This adds the activesupport dependency which provides `.blank?`. It's used in a lot of places so I added the dependency instead of switching to native ruby. ``` $ git grep...

Hi, I updated from 1.1.0 to 1.2.0 and I cannot create ssh keys anymore. It aborts with this error: ``` undefined method `blank?' for "Beaker-runner-fv-az186-249-4769264692-2023-11-01_09_28_37_305488169":String /home/runner/work/puppet-systemd/puppet-systemd/vendor/bundle/ruby/3.2.0/gems/hcloud-1.2.0/lib/hcloud/ssh_key_resource.rb:15:in `create' /home/runner/work/puppet-systemd/puppet-systemd/vendor/bundle/ruby/3.2.0/bundler/gems/beaker-hcloud-5afc510af942/lib/beaker/hypervisor/hcloud.rb:67:in `create_ssh_key' /home/runner/work/puppet-systemd/puppet-systemd/vendor/bundle/ruby/3.2.0/bundler/gems/beaker-hcloud-5afc510af942/lib/beaker/hypervisor/hcloud.rb:29:in...

This ensures that the CI runs on PRs from external contributors as well. Previously it on run when the PR was raised from a branch in the main repo.

activemodel is a runtime dependency, it doesn't need to be listed as development dependency as well.

We have already moved the legacy tests to a folder called integration, because we want to use them for real integration tests against the Hetzner API. This PR applies the...

Hetzner Cloud released ARM64 servers, we have to check whether everything is supported and add missing functionality to hcloud-ruby. - Server Types support a filter `architecture` in queries ([Docs](https://docs.hetzner.cloud/#server-types)) -...

Bumps [rack](https://github.com/rack/rack) from 3.0.1 to 3.0.6.1. Release notes Sourced from rack's releases. v3.0.6.1 No release notes provided. v3.0.4.1 Full Changelog: https://github.com/rack/rack/compare/v3.0.4...v3.0.4.1 v3.0.4 Full Changelog: https://github.com/rack/rack/compare/v3.0.3...v3.0.4 v3.0.3 What's Changed Release v3.0.3...

dependencies