fog 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Rakefile +1 -0
  2. data/changelog.txt +213 -0
  3. data/fog.gemspec +2 -2
  4. data/lib/fog.rb +1 -1
  5. metadata +35 -35
data/Rakefile CHANGED
@@ -249,6 +249,7 @@ task :changelog do
249
249
  'Henry Addison',
250
250
  'Lincoln Stoll',
251
251
  'Luqman Amjad',
252
+ 'Michael Zeng',
252
253
  'nightshade427',
253
254
  'Patrick Debois',
254
255
  'Wesley Beary'
@@ -1,3 +1,216 @@
1
+ 1.1.1 11/11/2011 a468aa9a3445aae4f496b1a51e26572b8379c3da
2
+ =========================================================
3
+
4
+ Stats! { 'collaborators' => 19, 'downloads' => 300403, 'forks' => 300, 'open_issues' => 14, 'watchers' => 1667 }
5
+
6
+ [core]
7
+ loosen net-ssh dependency to avoid chef conflict. thanks geemus
8
+
9
+ [misc]
10
+ 1.1.0 changelog. thanks geemus
11
+
12
+
13
+ 1.1.0 11/11/2011 b706c7ed66c2e760fdd6222e38c68768575483b2
14
+ =========================================================
15
+
16
+ Stats! { 'collaborators' => 19, 'downloads' => 300383, 'forks' => 300, 'open_issues' => 16, 'watchers' => 1667 }
17
+
18
+ MVP! Michael Zeng
19
+
20
+ [Compute|Libvirt]
21
+ Take into account a query string can be empty, different on some rubies it gives nil, on some empty string. thanks Patrick Debois
22
+
23
+ [OpenStack|compute]
24
+ fix v2.0 auth endpoints. thanks Todd Willey
25
+ default metadata to empy hash. thanks Todd Willey
26
+ add zone awareness. thanks Todd Willey
27
+
28
+ [aws]
29
+ add us-west-2 region. thanks geemus
30
+
31
+ [aws|cloud_watch]
32
+ mark tests pending when mocked. thanks geemus
33
+
34
+ [aws|cloudwatch]
35
+ Add support for put-metric-alarm call. thanks Jens Braeuer
36
+ Remove duplicate RequestId from response. thanks Jens Braeuer
37
+ Add mocked implementation of put_metric_alarm. thanks Jens Braeuer
38
+ Fix whitespace. thanks Jens Braeuer
39
+ Fix merge error. thanks Jens Braeuer
40
+ Add mocked version of put_metric_alarm. thanks Jens Braeuer
41
+
42
+ [aws|compute]
43
+ Mock modify_image_attribute add/remove users. thanks Dan Peterson
44
+ Allow mock tagging to work across accounts. thanks Dan Peterson
45
+ Fix new instance eventual consistency for the non-filtered case. thanks Dan Peterson
46
+ Update security group operations. thanks Dan Peterson
47
+ Test for more invalid security group request input when mocking. thanks Dan Peterson
48
+ Fix a bug in delete_tags, but come up against a bug in AWS where tags aren't deleted if the resource still exists. thanks Dylan Egan
49
+ tags are reset when reloading. #570. thanks Dylan Egan
50
+ fixed sopt_instance_request reply parsing when the original request contained a device mapping. thanks MaF
51
+ wait_for reload then add server tags. thanks geemus
52
+ spot request fixes. thanks geemus
53
+ tweaks for spot request bootstrap. thanks geemus
54
+ save tags for spot_requests#bootstrap. thanks geemus
55
+ update ami for windows. thanks geemus
56
+
57
+ [aws|elb]
58
+ Missed a change as part of #545. thanks Dan Peterson
59
+ use a set union to register new instances. thanks Dylan Egan
60
+ return only the instance IDs on describe. Use only available availability zones. :v:. thanks Dylan Egan
61
+ attribute aliases for CanonicalHostedZoneName(ID). :v:. thanks Dylan Egan
62
+ eventually consistent, like me getting a haircut. :v:. thanks Dylan Egan
63
+
64
+ [aws|emr]
65
+ mark tests pending when mocked. thanks geemus
66
+
67
+ [aws|iam]
68
+ slight cleanup and test with a certificate chain. :cake:. thanks Dylan Egan
69
+
70
+ [aws|mock]
71
+ Dig into mock data instead of instantiating new service objects. thanks Dan Peterson
72
+
73
+ [aws|storage]
74
+ ensure path isn't empty when specifying endpoint. thanks geemus
75
+
76
+ [brightbox]
77
+ Fixed incorrect call to reset_ftp_password. thanks Paul Thornthwaite
78
+
79
+ [brightbox|compute]
80
+ format fixes for tests. thanks geemus
81
+
82
+ [core]
83
+ treat boolean values as a boolean. thanks Peter Meier
84
+ fix attribute squashing with : in key. thanks Peter Meier
85
+ all services should recognize :connection_options. thanks geemus
86
+ separate loggers for deprecations/warnings. thanks geemus
87
+ avoid duplicates in Fog.providers. thanks geemus
88
+ more useful structure for Fog.providers. thanks geemus
89
+ add newlines to logger messages. thanks geemus
90
+ update stats raketask to point to org. thanks geemus
91
+ toss out nil-value keys when checking required credentials. thanks geemus
92
+
93
+ [dns]
94
+ Made model tests use uniq domain names. thanks Brian Hartsock
95
+
96
+ [dnsmadeeasy|dns]
97
+ Fix Fog::DNS::DNSMadeEasy::Record#save to handle updating a record correctly. thanks Peter Weldon
98
+
99
+ [docs]
100
+ update links to point to http://github.com/fog/fog. thanks geemus
101
+
102
+ [dynect|dns]
103
+ Automatically poll jobs if we get them. Closes #575. thanks Dan Peterson
104
+
105
+ [misc]
106
+ Change response parameter. thanks Alan Ivey
107
+ Missing HEAD method. thanks Andrew Newman
108
+ Missing HEAD method. thanks Andrew Newman
109
+ Putting version back. thanks Andrew Newman
110
+ Reformatting and making consistent with other classes. thanks Andrew Newman
111
+ Missed renam to head_namespace. thanks Andrew Newman
112
+ Reverting version and date in gemspec. thanks Andrew Newman
113
+ Formatting. thanks Andrew Newman
114
+ Removed puts of element name. thanks Arvid Andersson
115
+ Changes to allow EMR control through fog. thanks Bob Briski
116
+ Added EMR functions for AWS. thanks Bob Briski
117
+ Adding tests. thanks Bob Briski
118
+ merge EMR changes with upstream repo. thanks Bob Briski
119
+ (#10055) Search vmFolder inventory vs children. thanks Carl Caum
120
+ Adding a path attribute to the vm_mob_ref hash. thanks Carl Caum
121
+ Cleanup Attributes#merge_attributes. thanks Hemant Kumar
122
+ Update S3 doc example to show current API. thanks Jason Roelofs
123
+ Restructure main website's navigation. thanks Jason Roelofs
124
+ Add CloudFormation UpdateStack call. thanks Jason Roelofs
125
+ Minor whitespace change. thanks Jens Braeuer
126
+ Trailing whitespace cleanup. thanks Jens Braeuer
127
+ Whitespace cleanup. thanks Jens Braeuer
128
+ Fix merge error. thanks Jens Braeuer
129
+ Removed statement about @geemus being only member of collaborators list since it's not true anymore. thanks John Wang
130
+ Fixes Fog::AWS::Storage#put_(bucket|object)_acl. thanks Jonas Pfenniger
131
+ Randomize bucket names in tests. thanks Jonas Pfenniger
132
+ Fix AWS S3 bucket and object tests. thanks Jonas Pfenniger
133
+ (#10570) Use nil in-place of missing attributes. thanks Kelsey Hightower
134
+ (#10570) Update `Fog::Compute::Vsphere` tests. thanks Kelsey Hightower
135
+ We use 'Key' for all S3 objects now. thanks Kevin Menard
136
+ Implemented mocks for Zerigo. thanks Kevin Menard
137
+ Updated docs to use newer arg, rather than the old deprecated one. thanks Kevin Menard
138
+ Added the ability to search Zerigo records for a particular zone. thanks Kevin Menard
139
+ Return the only element of the array, not the array itself. thanks Kevin Menard
140
+ Fixed an issue whereby saving an existing record in Zerigo would nil out its value. thanks Kevin Menard
141
+ added DeleteAlarms, DescribeAlarms and PutMetricAlarms. thanks Michael Zeng
142
+ re-adding files. thanks Michael Zeng
143
+ adding describe_alarm_history. thanks Michael Zeng
144
+ adding diable/enable alarm actions. thanks Michael Zeng
145
+ added DescribeAlarmHistory request and parser. thanks Michael Zeng
146
+ fixing describe_alarms and describe_alarms_for_metric requests. thanks Michael Zeng
147
+ cleaned up requesters and parsers. thanks Michael Zeng
148
+ added SetAlarmState. thanks Michael Zeng
149
+ included more response elements, request parameters should now be complete. Included model and collection classes. thanks Michael Zeng
150
+ bug fixes. thanks Michael Zeng
151
+ fixed models and added tests. thanks Michael Zeng
152
+ no need to add rake dep. thanks Michael Zeng
153
+ revert gempspec date change. thanks Michael Zeng
154
+ reverting cloud_watch.rb. thanks Michael Zeng
155
+ reverting cloud_watch.rb. thanks Michael Zeng
156
+ reverting cloud_watch.rb. thanks Michael Zeng
157
+ reverting cloud_watch.rb. thanks Michael Zeng
158
+ reverting cloud_watch.rb. thanks Michael Zeng
159
+ added newline to the end of file. thanks Michael Zeng
160
+ removed all tabs. thanks Michael Zeng
161
+ added alarm_data_tests. thanks Michael Zeng
162
+ spacing change. thanks Michael Zeng
163
+ AWS#hash_to_acl - add support for EmailAddress and URI grantee types. thanks Nathan Sutton
164
+ Test and improve Fog::Storage::AWS.hash_to_acl. thanks Nathan Sutton
165
+ Adding a method to unmock Fog. Addresses issue #594. thanks Nathan Sutton
166
+ Adding documentation for Fog.unmock! and Fog::Mock.reset. thanks Nathan Sutton
167
+ added linode ssh support. thanks Nicholas Ricketts
168
+ added linode ssh support with proper public ip address. thanks Nicholas Ricketts
169
+ cleaned up code to use att_XX methods. thanks Nicholas Ricketts
170
+ clean up public_ip_address code for linode. thanks Nicholas Ricketts
171
+ Seems like rackspace might have changed this. thanks Nik Wakelin
172
+ Sends power parameter in GoGrid's grid_server_power request. thanks Pablo Baños López
173
+ Slicehost uses record-type and zone-id for their API, which messes with Fog internals, so changing these to record_type and zone_id in the parser. thanks Patrick McKenzie
174
+ Did this do anything?. thanks Patrick McKenzie
175
+ Revert "Slicehost uses record-type and zone-id for their API, which messes with Fog internals, so changing these to record_type and zone_id in the parser.". thanks Patrick McKenzie
176
+ Not having the best of days with git. Revert the reversion of the commit that I really do want to make. thanks Patrick McKenzie
177
+ Slicehost uses record-type and zone-id for their API, which messes with Fog internals, so changing these to record_type and zone_id in the parser. thanks Patrick McKenzie
178
+ Do not touch .gitignore. thanks Patrick McKenzie
179
+ Fixing Slicehost DNS so that a) tests pass b) token names map to what Fog expects -- record_type not record-type, value not data, etc c) creation of new DNS records possible. thanks Patrick McKenzie
180
+ 1) Fix so that getting a single record actually works. 2) zone.records currently returns all records in account, not just records for that zone. Add failing test (temporarily, assumes test account has existing zones for this to actually fail) + fix. 3) Add in data alias for record.value, just in case someone needs it, as Slicehost calls this data. thanks Patrick McKenzie
181
+ Allow updates of DNS records. Updates on zones not supported yet. thanks Patrick McKenzie
182
+ Fixing parsing of zone.records.get(id) so that it parses a single record properly rather than attempting to parse a list of records improperly. Fixing tests to match this (expected) behavior rather than work-around the broken way. thanks Patrick McKenzie
183
+ Getting it so zone.records works as expected (loads all records, for that zone only). thanks Patrick McKenzie
184
+ simplification. thanks Peter Meier
185
+ Optimize vSphere convert_vm_mob_ref_to_attr_hash. thanks Rich Lane
186
+ Compact the way options are mapped to request. thanks Todd Willey
187
+ Allow setting userdata as plain ascii or b64. thanks Todd Willey
188
+ bump excon dep. thanks geemus
189
+ [rackspace][dns] fixes for job request format. thanks geemus
190
+ bump net-ssh dependency. thanks geemus
191
+ tshirt offer should be implicit, rather than explicit. thanks geemus
192
+ add region option to aws sns service recognizes method. thanks lostboy
193
+ add capabilities support to cloudformation createstack request. thanks lostboy
194
+
195
+ [ninefold|storage]
196
+ omit signature in stringtosign. thanks geemus
197
+ check objectid for existence. thanks geemus
198
+ allow overwriting files for consistency. thanks geemus
199
+
200
+ [rackspace|dns]
201
+ Fixed request tests that need unique domain name. thanks Brian Hartsock
202
+ Adapted to changes in callback mechanism. thanks Brian Hartsock
203
+
204
+ [rackspace|load_balancers]
205
+ made lb endpoint configurable. thanks Brian Hartsock
206
+
207
+ [release]
208
+ omit Patrick Debois from future MVP status. thanks geemus
209
+
210
+ [vsphere|compute]
211
+ test fixes. thanks geemus
212
+
213
+
1
214
  1.0.0 09/29/2011 a81be08ef2473af91f16f4926e5b3dfa962a34ae
2
215
  =========================================================
3
216
 
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  ## If your rubyforge_project name is different, then edit it and comment out
7
7
  ## the sub! line in the Rakefile
8
8
  s.name = 'fog'
9
- s.version = '1.1.0'
9
+ s.version = '1.1.1'
10
10
  s.date = '2011-11-11'
11
11
  s.rubyforge_project = 'fog'
12
12
 
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  s.add_dependency('multi_json', '~>1.0.3')
43
43
  s.add_dependency('mime-types')
44
44
  s.add_dependency('net-scp', '~>1.0.4')
45
- s.add_dependency('net-ssh', '>=2.2.1')
45
+ s.add_dependency('net-ssh', '>=2.1.3')
46
46
  s.add_dependency('nokogiri', '~>1.5.0')
47
47
  s.add_dependency('ruby-hmac')
48
48
 
data/lib/fog.rb CHANGED
@@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'fog', 'core')
3
3
  module Fog
4
4
 
5
5
  unless const_defined?(:VERSION)
6
- VERSION = '1.1.0'
6
+ VERSION = '1.1.1'
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-11 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder
16
- requirement: &5652490 !ruby/object:Gem::Requirement
16
+ requirement: &6100240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *5652490
24
+ version_requirements: *6100240
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: excon
27
- requirement: &5676280 !ruby/object:Gem::Requirement
27
+ requirement: &6099970 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 0.7.4
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *5676280
35
+ version_requirements: *6099970
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: formatador
38
- requirement: &5676030 !ruby/object:Gem::Requirement
38
+ requirement: &6099720 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 0.2.0
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *5676030
46
+ version_requirements: *6099720
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: multi_json
49
- requirement: &5675800 !ruby/object:Gem::Requirement
49
+ requirement: &6099490 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 1.0.3
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *5675800
57
+ version_requirements: *6099490
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: mime-types
60
- requirement: &5675610 !ruby/object:Gem::Requirement
60
+ requirement: &6099300 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: '0'
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *5675610
68
+ version_requirements: *6099300
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: net-scp
71
- requirement: &5675340 !ruby/object:Gem::Requirement
71
+ requirement: &6099030 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,21 +76,21 @@ dependencies:
76
76
  version: 1.0.4
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *5675340
79
+ version_requirements: *6099030
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: net-ssh
82
- requirement: &5675090 !ruby/object:Gem::Requirement
82
+ requirement: &6098780 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ! '>='
86
86
  - !ruby/object:Gem::Version
87
- version: 2.2.1
87
+ version: 2.1.3
88
88
  type: :runtime
89
89
  prerelease: false
90
- version_requirements: *5675090
90
+ version_requirements: *6098780
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: nokogiri
93
- requirement: &5674860 !ruby/object:Gem::Requirement
93
+ requirement: &6098550 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ~>
@@ -98,10 +98,10 @@ dependencies:
98
98
  version: 1.5.0
99
99
  type: :runtime
100
100
  prerelease: false
101
- version_requirements: *5674860
101
+ version_requirements: *6098550
102
102
  - !ruby/object:Gem::Dependency
103
103
  name: ruby-hmac
104
- requirement: &5674670 !ruby/object:Gem::Requirement
104
+ requirement: &6098360 !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
107
107
  - - ! '>='
@@ -109,10 +109,10 @@ dependencies:
109
109
  version: '0'
110
110
  type: :runtime
111
111
  prerelease: false
112
- version_requirements: *5674670
112
+ version_requirements: *6098360
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: jekyll
115
- requirement: &5674440 !ruby/object:Gem::Requirement
115
+ requirement: &6098130 !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements:
118
118
  - - ! '>='
@@ -120,10 +120,10 @@ dependencies:
120
120
  version: '0'
121
121
  type: :development
122
122
  prerelease: false
123
- version_requirements: *5674440
123
+ version_requirements: *6098130
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: rake
126
- requirement: &5674230 !ruby/object:Gem::Requirement
126
+ requirement: &6097920 !ruby/object:Gem::Requirement
127
127
  none: false
128
128
  requirements:
129
129
  - - ! '>='
@@ -131,10 +131,10 @@ dependencies:
131
131
  version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
- version_requirements: *5674230
134
+ version_requirements: *6097920
135
135
  - !ruby/object:Gem::Dependency
136
136
  name: rbvmomi
137
- requirement: &5674020 !ruby/object:Gem::Requirement
137
+ requirement: &6097710 !ruby/object:Gem::Requirement
138
138
  none: false
139
139
  requirements:
140
140
  - - ! '>='
@@ -142,10 +142,10 @@ dependencies:
142
142
  version: '0'
143
143
  type: :development
144
144
  prerelease: false
145
- version_requirements: *5674020
145
+ version_requirements: *6097710
146
146
  - !ruby/object:Gem::Dependency
147
147
  name: rdoc
148
- requirement: &5673810 !ruby/object:Gem::Requirement
148
+ requirement: &6097500 !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
151
151
  - - ! '>='
@@ -153,10 +153,10 @@ dependencies:
153
153
  version: '0'
154
154
  type: :development
155
155
  prerelease: false
156
- version_requirements: *5673810
156
+ version_requirements: *6097500
157
157
  - !ruby/object:Gem::Dependency
158
158
  name: rspec
159
- requirement: &5673560 !ruby/object:Gem::Requirement
159
+ requirement: &6097250 !ruby/object:Gem::Requirement
160
160
  none: false
161
161
  requirements:
162
162
  - - ~>
@@ -164,10 +164,10 @@ dependencies:
164
164
  version: 1.3.1
165
165
  type: :development
166
166
  prerelease: false
167
- version_requirements: *5673560
167
+ version_requirements: *6097250
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: shindo
170
- requirement: &5673310 !ruby/object:Gem::Requirement
170
+ requirement: &6097000 !ruby/object:Gem::Requirement
171
171
  none: false
172
172
  requirements:
173
173
  - - ~>
@@ -175,10 +175,10 @@ dependencies:
175
175
  version: 0.3.4
176
176
  type: :development
177
177
  prerelease: false
178
- version_requirements: *5673310
178
+ version_requirements: *6097000
179
179
  - !ruby/object:Gem::Dependency
180
180
  name: virtualbox
181
- requirement: &5673080 !ruby/object:Gem::Requirement
181
+ requirement: &6096770 !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements:
184
184
  - - ~>
@@ -186,7 +186,7 @@ dependencies:
186
186
  version: 0.9.1
187
187
  type: :development
188
188
  prerelease: false
189
- version_requirements: *5673080
189
+ version_requirements: *6096770
190
190
  description: The Ruby cloud services library. Supports all major cloud providers including
191
191
  AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for
192
192
  most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.
@@ -2063,7 +2063,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2063
2063
  version: '0'
2064
2064
  segments:
2065
2065
  - 0
2066
- hash: -644444397
2066
+ hash: -684062385
2067
2067
  required_rubygems_version: !ruby/object:Gem::Requirement
2068
2068
  none: false
2069
2069
  requirements: