hexlet-codebattle/codebattle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.bashrc
.editorconfig
.github/ISSUE_TEMPLATE/bugreport.yml
.github/pull_request_template.md
.github/workflows/master.yml
.github/workflows/pr.yml
.gitignore
.tool-versions
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Makefile
README.md
ROADMAP.md
ansible.cfg
ansible/ansible.cfg
ansible/development.yml
ansible/development/group_vars/all/vars.yml
ansible/development/inventory
ansible/production/group_vars/all/vars.yml
ansible/production/group_vars/all/vault.yml
ansible/production/inventory
ansible/templates/environment.j2
ansible/templates/secrets.auto.tfvars.j2
ansible/terraform.yml
docker-compose.yml
k8s/Makefile
k8s/app-chart/Chart.yaml
k8s/app-chart/templates/chat_bot_deployment.yaml
k8s/app-chart/templates/codebattle_configmap.yaml
k8s/app-chart/templates/codebattle_deployment.yaml
k8s/app-chart/templates/codebattle_ingress.yaml
k8s/app-chart/templates/codebattle_service.yaml
k8s/app-chart/templates/runner_daemon_set.yaml
k8s/app-chart/templates/runner_deployment.yaml
k8s/app-chart/templates/runner_service.yaml
k8s/app-chart/templates/rust_runner_deployment.yaml
k8s/app-chart/templates/rust_runner_service.yaml
k8s/app-chart/values.yaml
make-compose.mk
services/app/.credo.exs
services/app/.dockerignore
services/app/.env.docker
services/app/.formatter.exs
services/app/.gitignore
services/app/.iex.exs
services/app/Dockerfile.codebattle
services/app/Dockerfile.dev
services/app/Dockerfile.runner
services/app/Makefile
services/app/README.md