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

GitHub is pretty weird with it's workflows. We currently can't trigger any CI Runs for external contributions. Seems like we need to add an `workflow_dispatch` trigger: https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow

Pricing is a bit different than the other resource types. It only provides a single API endpoint `/pricing`. On this it only returns a single dictionary. All other resource types...

Rspec tests usually follow a human-readable schema that's almost an English sentence. We currently check whether a Typhoeus stub was called with `expect(stub.times_called).to eq(1)`. Side note: `times_called` uses Typhoeus private...

We are using doubles tests as our primary unit testing mechanism now (`spec/hcloud/` and `spec/doubles/`). We are planning to keep the older fake service tests and use them as integration...

Implementing label support for different resources. Core idea of this PR is to add `has_labels`, which works in the same way as the existing `has_actions`. When added to a resource...

Bumps [rack](https://github.com/rack/rack) from 3.0.6.1 to 3.0.9.1. Release notes Sourced from rack's releases. v3.0.9.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies