-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bfx-report-ui
updated
30 files
Submodule bfx-reports-framework
updated
27 files
+1 −0 | .dockerignore | |
+1 −1 | Dockerfile.express | |
+1 −1 | Dockerfile.grenache-grape | |
+8 −26 | Dockerfile.worker | |
+3 −3 | README.md | |
+1 −1 | bfx-report-ui | |
+11 −2 | docker-compose.yaml | |
+14 −0 | locales/en/pdf.json | |
+14 −0 | locales/es-EM/pdf.json | |
+14 −0 | locales/pt-BR/pdf.json | |
+14 −0 | locales/ru/pdf.json | |
+14 −0 | locales/tr/pdf.json | |
+14 −0 | locales/zh-CN/pdf.json | |
+14 −0 | locales/zh-TW/pdf.json | |
+1 −1 | package.json | |
+4 −1 | scripts/deploy.sh | |
+12 −5 | scripts/launch.sh | |
+6 −3 | scripts/setup.sh | |
+67 −66 | terraform/.terraform.lock.hcl | |
+1 −1 | terraform/modules/ec2/main.tf | |
+1 −1 | terraform/modules/network/main.tf | |
+8 −1 | terraform/modules/ssm_random_sec_param/main.tf | |
+2 −2 | terraform/versions.tf | |
+1 −0 | workers/api.framework.report.wrk.js | |
+4 −4 | workers/loc.api/generate-report-file/pdf-writer/index.js | |
+0 −90 | workers/loc.api/generate-report-file/pdf-writer/translations.yml | |
+4 −1 | workers/loc.api/process.message.manager/utils.js |