.codeclimate.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
conflow.gemspec | |
|
|
lib/conflow.rb | 46 | A 0 mins |
|
lib/conflow/error.rb | 3 | A 0 mins |
|
lib/conflow/flow.rb | 29 | A 0 mins |
|
lib/conflow/flow/job_builder.rb | 55 | A 0 mins |
|
lib/conflow/flow/job_handler.rb | 34 | A 0 mins |
|
lib/conflow/future.rb | 25 | A 0 mins |
|
lib/conflow/job.rb | 22 | A 0 mins |
|
lib/conflow/promise.rb | 9 | A 0 mins |
|
lib/conflow/redis.rb | 4 | A 0 mins |
|
lib/conflow/redis/add_job_script.rb | 25 | A 0 mins |
|
lib/conflow/redis/array_field.rb | 37 | A 0 mins |
|
lib/conflow/redis/complete_job_script.rb | 23 | A 0 mins |
|
lib/conflow/redis/connection_wrapper.rb | 12 | A 0 mins |
|
lib/conflow/redis/field.rb | 18 | A 0 mins |
|
lib/conflow/redis/field_builder.rb | 35 | A 0 mins |
|
lib/conflow/redis/findable.rb | 21 | A 0 mins |
|
lib/conflow/redis/hash_field.rb | 42 | A 0 mins |
|
lib/conflow/redis/identifier.rb | 32 | A 0 mins |
|
lib/conflow/redis/model.rb | 59 | A 0 mins |
|
lib/conflow/redis/queue_jobs_script.rb | 21 | A 0 mins |
|
lib/conflow/redis/raw_value_field.rb | 22 | A 0 mins |
|
lib/conflow/redis/resolve_promises_script.rb | 29 | A 0 mins |
|
lib/conflow/redis/script.rb | 43 | A 0 mins |
|
lib/conflow/redis/set_field.rb | 24 | A 0 mins |
|
lib/conflow/redis/sorted_set_field.rb | 37 | A 0 mins |
|
lib/conflow/redis/value_field.rb | 26 | A 0 mins |
|
lib/conflow/version.rb | 3 | A 0 mins |
|
lib/conflow/worker.rb | 10 | A 0 mins |
|