cfoundry 4.3.1 → 4.3.2.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,7 @@ module CFoundry::V2
5
5
  attribute :name, :string
6
6
  attribute :broker_url, :string
7
7
  attribute :token, :string
8
+
9
+ queryable_by :name
8
10
  end
9
11
  end
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "4.3.1".freeze
3
+ VERSION = "4.3.2.rc1".freeze
4
4
  end
@@ -1,4 +1,3 @@
1
- cf-errors
2
- =========
1
+ # errors
3
2
 
4
- Shared error codes and messages for Cloud Foundry
3
+ Shared error codes and messages for Cloud Foundry
data/vendor/errors/v2.yml CHANGED
@@ -153,6 +153,21 @@
153
153
  http_code: 400
154
154
  message: "The service instance cannot be created because paid service plans are not allowed."
155
155
 
156
+ 60008:
157
+ name: ServiceInstanceDuplicateNotAllowed
158
+ http_code: 400
159
+ message: "An instance of this service is already present in this space. Some services only support one instance per space."
160
+
161
+ 60009:
162
+ name: ServiceInstanceNameTooLong
163
+ http_code: 400
164
+ message: "You have requested an invalid service instance name. Names are limited to 50 characters."
165
+
166
+ 60010:
167
+ name: ServiceInstanceOrganizationNotAuthorized
168
+ http_code: 403
169
+ message: A service instance for the selected plan cannot be created in this organization. The plan is visible because another organization you belong to has access to it.
170
+
156
171
  70001:
157
172
  name: RuntimeInvalid
158
173
  http_code: 400
@@ -203,6 +218,11 @@
203
218
  http_code: 404
204
219
  message: "The service binding could not be found: %s"
205
220
 
221
+ 90005:
222
+ name: UnbindableService
223
+ http_code: 400
224
+ message: "The service doesn't support binding."
225
+
206
226
  100001:
207
227
  name: AppInvalid
208
228
  http_code: 400
@@ -223,6 +243,11 @@
223
243
  http_code: 400
224
244
  message: "You have exceeded your organization's memory limit. Please login to your account and upgrade. If you are trying to scale down and you are receiving this error, you can either delete an app or contact support."
225
245
 
246
+ 100006:
247
+ name: AppMemoryInvalid
248
+ http_code: 400
249
+ message: "You have specified an invalid amount of memory for your application."
250
+
226
251
  110001:
227
252
  name: ServicePlanInvalid
228
253
  http_code: 400
@@ -353,6 +378,11 @@
353
378
  http_code: 400
354
379
  message: "Billing event query start_date and/or end_date are missing or invalid"
355
380
 
381
+ 230002:
382
+ name: EventNotFound
383
+ http_code: 404
384
+ message: "Event could not be found: %s"
385
+
356
386
  240001:
357
387
  name: QuotaDefinitionNotFound
358
388
  http_code: 404
@@ -382,3 +412,28 @@
382
412
  name: StackNotFound
383
413
  http_code: 404
384
414
  message: "The stack could not be found: %s"
415
+
416
+ 260001:
417
+ name: ServicePlanVisibilityInvalid
418
+ http_code: 400
419
+ message: "Service Plan Visibility is invalid: %s"
420
+
421
+ 260002:
422
+ name: ServicePlanVisibilityAlreadyExists
423
+ http_code: 400
424
+ message: "This combination of ServicePlan and Organization is already taken: %s"
425
+
426
+ 270001:
427
+ name: ServiceBrokerInvalid
428
+ http_code: 400
429
+ message: "Service Broker is invalid: %s"
430
+
431
+ 270002:
432
+ name: ServiceBrokerNameTaken
433
+ http_code: 400
434
+ message: "The service broker name is taken: %s"
435
+
436
+ 270003:
437
+ name: ServiceBrokerUrlTaken
438
+ http_code: 400
439
+ message: "The service broker url is taken: %s"
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
5
- prerelease:
4
+ version: 4.3.2.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cloud Foundry Team
@@ -449,16 +449,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
449
449
  version: '0'
450
450
  segments:
451
451
  - 0
452
- hash: 403223188394174439
452
+ hash: 1896093328470718340
453
453
  required_rubygems_version: !ruby/object:Gem::Requirement
454
454
  none: false
455
455
  requirements:
456
- - - ! '>='
456
+ - - ! '>'
457
457
  - !ruby/object:Gem::Version
458
- version: '0'
459
- segments:
460
- - 0
461
- hash: 403223188394174439
458
+ version: 1.3.1
462
459
  requirements: []
463
460
  rubyforge_project: cfoundry
464
461
  rubygems_version: 1.8.25