.circleci/config.yml | |
|
|
.circleci/gemspecs/compatible | |
|
|
.circleci/gemspecs/latest | |
|
|
.circleci/scripts/changeloglint.sh | |
|
|
.circleci/scripts/commitspell.sh | |
|
|
.circleci/scripts/release.sh | |
|
|
.circleci/scripts/set_publisher_credentials.sh | |
|
|
.codeclimate.yml | |
|
|
.github/BRANCH_NAMING_CONVENTION.md | |
|
|
.github/DEVELOPMENT_ENVIRONMENT_GUIDE.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/ISSUE_TEMPLATE/issue_report.md | |
|
|
.github/ISSUE_TEMPLATE/question.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.gitignore | |
|
|
.reek.yml | |
|
|
.rspec | |
|
|
.ruby-gemset | |
|
|
.ruby-version | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
healthcheck_endpoint.gemspec | |
|
|
lib/healthcheck_endpoint.rb | 18 | A 0 mins | A 100% |
lib/healthcheck_endpoint/configuration.rb | 120 | A 0 mins | A 100% |
lib/healthcheck_endpoint/core.rb | 17 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/argument_type.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/enpoint_pattern.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/http_status_failure.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/http_status_success.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/not_callable_service.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/not_configured.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/error/configuration/unknown_service.rb | 11 | A 0 mins | A 100% |
lib/healthcheck_endpoint/rack_middleware.rb | 19 | A 0 mins | A 100% |
lib/healthcheck_endpoint/resolver.rb | 65 | A 0 mins | A 100% |
lib/healthcheck_endpoint/version.rb | 3 | A 0 mins |
|