iron_titan 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/lib/iron_titan/api/groups_api.rb +1 -1
- data/lib/iron_titan/api/jobs_api.rb +1 -1
- data/lib/iron_titan/api/runner_api.rb +1 -1
- data/lib/iron_titan/api_client.rb +1 -1
- data/lib/iron_titan/api_error.rb +1 -1
- data/lib/iron_titan/configuration.rb +1 -1
- data/lib/iron_titan/models/complete.rb +1 -1
- data/lib/iron_titan/models/error.rb +1 -1
- data/lib/iron_titan/models/error_body.rb +1 -1
- data/lib/iron_titan/models/group.rb +1 -1
- data/lib/iron_titan/models/group_wrapper.rb +1 -1
- data/lib/iron_titan/models/groups_wrapper.rb +1 -1
- data/lib/iron_titan/models/id_status.rb +1 -1
- data/lib/iron_titan/models/job.rb +1 -16
- data/lib/iron_titan/models/job_wrapper.rb +1 -1
- data/lib/iron_titan/models/jobs_wrapper.rb +1 -1
- data/lib/iron_titan/models/new_job.rb +1 -16
- data/lib/iron_titan/models/new_jobs_wrapper.rb +1 -1
- data/lib/iron_titan/models/start.rb +1 -1
- data/lib/iron_titan/version.rb +2 -2
- data/lib/iron_titan.rb +1 -1
- data/spec/api/groups_api_spec.rb +1 -1
- data/spec/api/jobs_api_spec.rb +1 -1
- data/spec/api/runner_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/complete_spec.rb +1 -1
- data/spec/models/error_body_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/group_spec.rb +1 -1
- data/spec/models/group_wrapper_spec.rb +1 -1
- data/spec/models/groups_wrapper_spec.rb +1 -1
- data/spec/models/id_status_spec.rb +1 -1
- data/spec/models/job_spec.rb +1 -1
- data/spec/models/job_wrapper_spec.rb +1 -1
- data/spec/models/jobs_wrapper_spec.rb +1 -1
- data/spec/models/new_job_spec.rb +1 -1
- data/spec/models/new_jobs_wrapper_spec.rb +1 -1
- data/spec/models/start_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e69234c7562c8d25983030f04e1538f3facafa55
|
4
|
+
data.tar.gz: 65083fb971466438f769902f7aaba5783313a57b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b59cd20b2d782ffe24f3f87cdfaab3baf04c23a0c7849eb919d6aeff8ad4998b1b0badffd0f95a9ead6c1e86a1b0d3bb3ad916bd1c30e24c65fb22b01741ed
|
7
|
+
data.tar.gz: eb7ca7a39c063e74141860dad1f1aaffd9db1799ca5b47d5bad5ee6152c8fad951d8267db11e95a882c79c794bd9f385d15aec685fcedcc8122cd2f935a03e72
|
data/README.md
CHANGED
@@ -6,9 +6,9 @@ The ultimate, language agnostic, container based job processing framework.
|
|
6
6
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
|
-
- API version: 0.4.
|
10
|
-
- Package version: 0.4.
|
11
|
-
- Build date: 2016-06-20T22:
|
9
|
+
- API version: 0.4.4
|
10
|
+
- Package version: 0.4.4
|
11
|
+
- Build date: 2016-06-20T22:28:54.593Z
|
12
12
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
13
13
|
|
14
14
|
## Installation
|
@@ -24,15 +24,15 @@ gem build iron_titan.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./iron_titan-0.4.
|
27
|
+
gem install ./iron_titan-0.4.4.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./iron_titan-0.4.
|
29
|
+
(for development, run `gem install --dev ./iron_titan-0.4.4.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'iron_titan', '~> 0.4.
|
35
|
+
gem 'iron_titan', '~> 0.4.4'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/lib/iron_titan/api_error.rb
CHANGED
@@ -3,7 +3,7 @@ Titan API
|
|
3
3
|
|
4
4
|
The ultimate, language agnostic, container based job processing framework.
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.4.
|
6
|
+
OpenAPI spec version: 0.4.4
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
@@ -253,7 +253,6 @@ module IronTitan
|
|
253
253
|
# @return true if the model is valid
|
254
254
|
def valid?
|
255
255
|
return false if @image.nil?
|
256
|
-
return false if @payload.to_s.length <
|
257
256
|
return false if @priority.nil?
|
258
257
|
status_validator = EnumAttributeValidator.new('String', ["delayed", "queued", "running", "success", "error", "cancelled"])
|
259
258
|
return false unless status_validator.valid?(@status)
|
@@ -262,20 +261,6 @@ module IronTitan
|
|
262
261
|
return true
|
263
262
|
end
|
264
263
|
|
265
|
-
# Custom attribute writer method with validation
|
266
|
-
# @param [Object] payload Value to be assigned
|
267
|
-
def payload=(payload)
|
268
|
-
if payload.nil?
|
269
|
-
fail ArgumentError, "payload cannot be nil"
|
270
|
-
end
|
271
|
-
|
272
|
-
if payload.to_s.length <
|
273
|
-
fail ArgumentError, "invalid value for 'payload', the character length must be great than or equal to ."
|
274
|
-
end
|
275
|
-
|
276
|
-
@payload = payload
|
277
|
-
end
|
278
|
-
|
279
264
|
# Custom attribute writer method checking allowed values (enum).
|
280
265
|
# @param [Object] status Object to be assigned
|
281
266
|
def status=(status)
|
@@ -3,7 +3,7 @@ Titan API
|
|
3
3
|
|
4
4
|
The ultimate, language agnostic, container based job processing framework.
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.4.
|
6
|
+
OpenAPI spec version: 0.4.4
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
@@ -131,25 +131,10 @@ module IronTitan
|
|
131
131
|
# @return true if the model is valid
|
132
132
|
def valid?
|
133
133
|
return false if @image.nil?
|
134
|
-
return false if @payload.to_s.length <
|
135
134
|
return false if @priority.nil?
|
136
135
|
return true
|
137
136
|
end
|
138
137
|
|
139
|
-
# Custom attribute writer method with validation
|
140
|
-
# @param [Object] payload Value to be assigned
|
141
|
-
def payload=(payload)
|
142
|
-
if payload.nil?
|
143
|
-
fail ArgumentError, "payload cannot be nil"
|
144
|
-
end
|
145
|
-
|
146
|
-
if payload.to_s.length <
|
147
|
-
fail ArgumentError, "invalid value for 'payload', the character length must be great than or equal to ."
|
148
|
-
end
|
149
|
-
|
150
|
-
@payload = payload
|
151
|
-
end
|
152
|
-
|
153
138
|
# Checks equality by comparing each attribute.
|
154
139
|
# @param [Object] Object to be compared
|
155
140
|
def ==(o)
|
data/lib/iron_titan/version.rb
CHANGED
@@ -3,7 +3,7 @@ Titan API
|
|
3
3
|
|
4
4
|
The ultimate, language agnostic, container based job processing framework.
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.4.
|
6
|
+
OpenAPI spec version: 0.4.4
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
|
@@ -22,5 +22,5 @@ limitations under the License.
|
|
22
22
|
=end
|
23
23
|
|
24
24
|
module IronTitan
|
25
|
-
VERSION = "0.4.
|
25
|
+
VERSION = "0.4.4"
|
26
26
|
end
|
data/lib/iron_titan.rb
CHANGED
data/spec/api/groups_api_spec.rb
CHANGED
data/spec/api/jobs_api_spec.rb
CHANGED
data/spec/api/runner_api_spec.rb
CHANGED
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
data/spec/models/error_spec.rb
CHANGED
data/spec/models/group_spec.rb
CHANGED
data/spec/models/job_spec.rb
CHANGED
data/spec/models/new_job_spec.rb
CHANGED
data/spec/models/start_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED