iron_titan 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -4
- data/lib/iron_titan/api/core_api.rb +4 -4
- data/lib/iron_titan/api/jobs_api.rb +4 -4
- data/lib/iron_titan/api_client.rb +1 -1
- data/lib/iron_titan/api_error.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/job.rb +1 -1
- data/lib/iron_titan/models/job_array.rb +1 -1
- data/lib/iron_titan/models/job_wrapper.rb +1 -1
- data/lib/iron_titan/models/log.rb +1 -1
- data/lib/iron_titan/models/new_job.rb +1 -1
- data/lib/iron_titan/models/new_job_array.rb +1 -1
- data/lib/iron_titan/version.rb +2 -2
- data/lib/iron_titan.rb +1 -1
- data/spec/api/core_api_spec.rb +2 -2
- data/spec/api/jobs_api_spec.rb +2 -2
- data/spec/models/Error_spec.rb +1 -1
- data/spec/models/Job_spec.rb +1 -1
- data/spec/models/error_body_spec.rb +1 -1
- data/spec/models/job_array_spec.rb +1 -1
- data/spec/models/job_wrapper_spec.rb +1 -1
- data/spec/models/log_spec.rb +1 -1
- data/spec/models/new_job_array_spec.rb +1 -1
- data/spec/models/new_job_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d868e4b29cacf53f0183e63cc87c544f8d5957f
|
|
4
|
+
data.tar.gz: c259d7589a7bbf98a5bea4095473434ae5c83ef3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97eadd6329d49d369ca5c166dc2b0ce8b229dd17c1f430e84042803678fbc6f216e96775744bc71648aa54943bc4ae1057ea8bf974f88585703d399c56c6d27a
|
|
7
|
+
data.tar.gz: b4bbe3078085c667306c595dd6aeeecfd0148e9b5bb42fc6c16f5a4ed44690324bd8645b6a82cd5dff9b3a603838504b708418acc2bc90e12b97fe7fb95d09ad
|
data/README.md
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.0.
|
|
6
|
+
OpenAPI spec version: 0.0.3
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
|
|
@@ -149,7 +149,7 @@ module IronTitan
|
|
|
149
149
|
# Gets the next job in the queue, ready for processing.
|
|
150
150
|
# @param [Hash] opts the optional parameters
|
|
151
151
|
# @option opts [Integer] :n Number of jobs to return.
|
|
152
|
-
# @return [
|
|
152
|
+
# @return [JobArray]
|
|
153
153
|
def jobs_get(opts = {})
|
|
154
154
|
data, status_code, headers = jobs_get_with_http_info(opts)
|
|
155
155
|
return data
|
|
@@ -159,7 +159,7 @@ module IronTitan
|
|
|
159
159
|
# Gets the next job in the queue, ready for processing.
|
|
160
160
|
# @param [Hash] opts the optional parameters
|
|
161
161
|
# @option opts [Integer] :n Number of jobs to return.
|
|
162
|
-
# @return [Array<(
|
|
162
|
+
# @return [Array<(JobArray, Fixnum, Hash)>] JobArray data, response status code and response headers
|
|
163
163
|
def jobs_get_with_http_info(opts = {})
|
|
164
164
|
if @api_client.config.debugging
|
|
165
165
|
@api_client.config.logger.debug "Calling API: CoreApi#jobs_get ..."
|
|
@@ -196,7 +196,7 @@ module IronTitan
|
|
|
196
196
|
:form_params => form_params,
|
|
197
197
|
:body => post_body,
|
|
198
198
|
:auth_names => auth_names,
|
|
199
|
-
:return_type => '
|
|
199
|
+
:return_type => 'JobArray')
|
|
200
200
|
if @api_client.config.debugging
|
|
201
201
|
@api_client.config.logger.debug "API called: CoreApi#jobs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
202
202
|
end
|
|
@@ -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.0.
|
|
6
|
+
OpenAPI spec version: 0.0.3
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
|
|
@@ -329,7 +329,7 @@ module IronTitan
|
|
|
329
329
|
# Gets the next job in the queue, ready for processing.
|
|
330
330
|
# @param [Hash] opts the optional parameters
|
|
331
331
|
# @option opts [Integer] :n Number of jobs to return.
|
|
332
|
-
# @return [
|
|
332
|
+
# @return [JobArray]
|
|
333
333
|
def jobs_get(opts = {})
|
|
334
334
|
data, status_code, headers = jobs_get_with_http_info(opts)
|
|
335
335
|
return data
|
|
@@ -339,7 +339,7 @@ module IronTitan
|
|
|
339
339
|
# Gets the next job in the queue, ready for processing.
|
|
340
340
|
# @param [Hash] opts the optional parameters
|
|
341
341
|
# @option opts [Integer] :n Number of jobs to return.
|
|
342
|
-
# @return [Array<(
|
|
342
|
+
# @return [Array<(JobArray, Fixnum, Hash)>] JobArray data, response status code and response headers
|
|
343
343
|
def jobs_get_with_http_info(opts = {})
|
|
344
344
|
if @api_client.config.debugging
|
|
345
345
|
@api_client.config.logger.debug "Calling API: JobsApi#jobs_get ..."
|
|
@@ -376,7 +376,7 @@ module IronTitan
|
|
|
376
376
|
:form_params => form_params,
|
|
377
377
|
:body => post_body,
|
|
378
378
|
:auth_names => auth_names,
|
|
379
|
-
:return_type => '
|
|
379
|
+
:return_type => 'JobArray')
|
|
380
380
|
if @api_client.config.debugging
|
|
381
381
|
@api_client.config.logger.debug "API called: JobsApi#jobs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
382
382
|
end
|
data/lib/iron_titan/api_error.rb
CHANGED
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.0.
|
|
6
|
+
OpenAPI spec version: 0.0.3
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
|
|
@@ -11,5 +11,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module IronTitan
|
|
14
|
-
VERSION = "0.0.
|
|
14
|
+
VERSION = "0.0.3"
|
|
15
15
|
end
|
data/lib/iron_titan.rb
CHANGED
data/spec/api/core_api_spec.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.0.
|
|
6
|
+
OpenAPI spec version: 0.0.3
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
|
|
@@ -70,7 +70,7 @@ describe 'CoreApi' do
|
|
|
70
70
|
# Gets the next job in the queue, ready for processing.
|
|
71
71
|
# @param [Hash] opts the optional parameters
|
|
72
72
|
# @option opts [Integer] :n Number of jobs to return.
|
|
73
|
-
# @return [
|
|
73
|
+
# @return [JobArray]
|
|
74
74
|
describe 'jobs_get test' do
|
|
75
75
|
it "should work" do
|
|
76
76
|
# assertion here
|
data/spec/api/jobs_api_spec.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.0.
|
|
6
|
+
OpenAPI spec version: 0.0.3
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
|
|
@@ -118,7 +118,7 @@ describe 'JobsApi' do
|
|
|
118
118
|
# Gets the next job in the queue, ready for processing.
|
|
119
119
|
# @param [Hash] opts the optional parameters
|
|
120
120
|
# @option opts [Integer] :n Number of jobs to return.
|
|
121
|
-
# @return [
|
|
121
|
+
# @return [JobArray]
|
|
122
122
|
describe 'jobs_get test' do
|
|
123
123
|
it "should work" do
|
|
124
124
|
# assertion here
|
data/spec/models/Error_spec.rb
CHANGED
data/spec/models/Job_spec.rb
CHANGED
data/spec/models/log_spec.rb
CHANGED
data/spec/models/new_job_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iron_titan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Reeder
|
|
@@ -232,7 +232,7 @@ files:
|
|
|
232
232
|
- spec/models/new_job_spec.rb
|
|
233
233
|
homepage: https://github.com/iron-io/titan_ruby
|
|
234
234
|
licenses:
|
|
235
|
-
-
|
|
235
|
+
- Apache 2.0
|
|
236
236
|
metadata: {}
|
|
237
237
|
post_install_message:
|
|
238
238
|
rdoc_options: []
|