1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Commit graph

13 commits

Author SHA1 Message Date
KevinLoiseau
413f0a2dc8
Implement test for ELBV2 describe_tags 2020-01-13 17:17:13 +01:00
KevinLoiseau
aaad43a616
Implement ELBV2 creation pasrer 2019-12-22 12:17:30 +01:00
KevinLoiseau
7f32c06c35
Take care of SslPolicy and Default actions' Order in listeners parser 2019-11-26 16:40:59 +01:00
KevinLoiseau
eea4e0fa45
Take care of ForwardConfig in listeners parser 2019-11-26 16:40:59 +01:00
KevinLoiseau
f195b59528
Take care of RedirectConfig in listeners parser 2019-11-26 16:40:59 +01:00
KevinLoiseau
4ef5513890
Take care of Certificates block in listeners parser 2019-11-26 16:40:59 +01:00
KevinLoiseau
9022987bfb
Fix load balancers parser to handle more than one availability zone with addresses 2019-10-29 13:49:56 +01:00
KevinLoiseau
cf43ef531f
Add test for ELBV2 serializers 2019-10-28 10:56:19 +01:00
David Bishop
62256219f4 Modernize various tests to Ruby 2.x syntax
Also fix up various things that rubocop called out, though not
everything. Mostly whitespace fixes, changing double-quotes to single if
double wasn't required, changing to use ruby 2.x hash syntax where
possible, etc. While tests don't run, they are no more broken than
before (at least, as far as I can tell).
2018-10-16 16:12:42 -06:00
sue445
d9d9d2f97f git grep -l "Compute::AWS" -- tests/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
Eddie Johnston
66187d73fb Fix Fog::Compute::AWS::Images#all
Calling #all fails with the error: `Excon::Error::Socket: 25:28: FATAL: Document is empty (Nokogiri::XML::SyntaxError)`. This was because of the parser not handling nil creationDate values:

```
when 'creationDate'
  @image[name] = Time.parse(value)
```

This commit ensures nil `creationDate` fields are not parsed.
2017-07-11 16:36:48 +01:00
Josh Lane
dcfd354b8a working tests 2015-01-02 09:42:20 -08:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00