.codeclimate.yml | |
|
|
.github/CODEOWNERS | |
|
|
.github/workflows/ci.yaml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.rubocop_cc.yml | |
|
|
.rubocop_local.yml | |
|
|
.yamllint | |
|
|
CHANGELOG.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
examples/map.asl | |
|
|
examples/parallel.asl | |
|
|
examples/set-credential.asl | |
|
|
examples/workflow.asl | |
|
|
exe/floe | |
|
|
floe.gemspec | |
|
|
lib/floe.rb | 59 | A 0 mins | A 100% |
lib/floe/cli.rb | 91 | A 25 mins | A 90% |
lib/floe/container_runner.rb | 49 | A 0 mins | B 81% |
lib/floe/container_runner/docker.rb | 165 | A 3 hrs | D 66% |
lib/floe/container_runner/docker_mixin.rb | 17 | A 0 mins | A 100% |
lib/floe/container_runner/kubernetes.rb | 261 | A 2 hrs | C 73% |
lib/floe/container_runner/podman.rb | 91 | A 35 mins | B 81% |
lib/floe/logging.rb | 13 | A 0 mins | B 87% |
lib/floe/null_logger.rb | 9 | A 0 mins | A 100% |
lib/floe/runner.rb | 41 | A 0 mins | A 100% |
lib/floe/validation_mixin.rb | 43 | A 0 mins | A 100% |
lib/floe/version.rb | 3 | A 0 mins |
|
lib/floe/workflow.rb | 134 | A 3 hrs | B 83% |
lib/floe/workflow/branch.rb | 6 | A 0 mins | A 100% |
lib/floe/workflow/catcher.rb | 23 | A 0 mins | A 100% |
lib/floe/workflow/choice_rule.rb | 51 | A 0 mins | A 97% |
lib/floe/workflow/choice_rule/and.rb | 11 | A 0 mins | A 100% |
lib/floe/workflow/choice_rule/data.rb | 119 | A 0 mins | A 98% |
lib/floe/workflow/choice_rule/not.rb | 12 | A 0 mins | A 100% |
lib/floe/workflow/choice_rule/or.rb | 11 | A 0 mins | A 100% |
lib/floe/workflow/context.rb | 109 | A 35 mins | A 97% |
lib/floe/workflow/error_matcher_mixin.rb | 12 | A 0 mins | A 100% |
lib/floe/workflow/intrinsic_function.rb | 26 | A 0 mins | A 100% |
lib/floe/workflow/intrinsic_function/parser.rb | 97 | A 0 mins | A 100% |
lib/floe/workflow/intrinsic_function/transformer.rb | 195 | A 0 mins | A 100% |
lib/floe/workflow/item_processor.rb | 11 | A 0 mins | A 100% |
lib/floe/workflow/path.rb | 41 | A 0 mins | A 100% |
lib/floe/workflow/payload_template.rb | 67 | A 0 mins | A 100% |