Artem Yakimenko

Results 29 issues of Artem Yakimenko

Looks like this may be a reoccurrence of https://github.com/hashicorp/terraform/issues/19294 ``` λ terraform -v Terraform v0.12.12 + provider.docker v2.5.0 ``` Starting with a recent upgrade of the provider (sadly I do...

bug

Porting over from an old Pull Request (https://github.com/fog/fog/pull/3014) so the work doesn't go to waste: https://github.com/fog/fog/pull/3014/commits/6d1ca20b521cca79a71ae62dfcd33305ad3ed8e1 I'm not that savvy in Openstack so up to you guys to decide whether...

Mainly fixing failing tests due to expired images and image families.

Ok, let's get this ball rolling, here's the list of providers that I've generated from lib: `find . -maxdepth 1 -type f | sed 's/\.\//- [ ] /g'` - [x]...

pinned

For example, we create a model with those attributes: ``` (#)> attributes => {:name=>"fog-test-networkscol-9ca8d6cc-4686-4d3f-9cd2-8d28a9383154", :ipv4_range=>"10.240.133.0/24"} ``` When created actually turns into proper model fields: ```(#)> attributes => {:name=>"fog-test-networkscol-9ca8d6cc-4686-4d3f-9cd2-8d28a9383154", :ipv4_range=>"10.240.133.0/24"} my_network...

pinned

Consider pulling in this PR which never made it to fog trunk: https://github.com/fog/fog/pull/3891

Currently, we cannot aggressively parallelise integration tests due to possibility of cleanup routines for each test instance stepping over each other. 3 things are probably needed: - [ ] We...

enhancement
help wanted
dev
no-issue-activity

Looks like some errors return a `nil` which breaks the `wait_for` routine, see comment in #613

priority/medium
ready
no-issue-activity

This will need to be fixed, otherwise lifecycle doesn't match: ``` λ grep -R "def get([a-z_\*-]*, " . ./lib/fog/google/models/sql/ssl_certs.rb: def get(instance_id, sha1_fingerprint) ./lib/fog/google/models/sql/backup_runs.rb: def get(instance_id, backup_run_id) ./lib/fog/storage/google_xml/models/directories.rb: def get(key, options...

pinned

While figuring out acceptance tests for vagrant-google, I found a weird logic piece in the implementation of synchronous operations in Fog. As an example, let's take a look at Server...

enhancement
dev
priority/low
pinned