Commit 4884884
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
| |||
Submodule bfx-report-ui updated 30 files
- package-lock.json+162-84
- package.json+1-1
- public/locales/en/translations.json+12
- src/components/AppSummary/AppSummary.container.js+2
- src/components/AppSummary/AppSummary.js+8-1
- src/components/AppSummary/AppSummary.profits.js+71
- src/components/AppSummary/_AppSummary.scss+11-6
- src/components/Auth/SignUp/SignUp.container.js+4
- src/components/Auth/SignUp/SignUp.js+32
- src/components/Header/Header.js+4
- src/components/Header/LastSyncTime/LastSyncTime.js+39
- src/components/Header/LastSyncTime/_LastSyncTime.scss+12
- src/components/Header/LastSyncTime/index.js+1
- src/components/Header/_Header.scss+1
- src/components/Status/_Status.scss+1
- src/state/auth/saga.js+3-1
- src/state/profits/actions.js+35
- src/state/profits/constants.js+6
- src/state/profits/reducer.js+49
- src/state/profits/saga.js+59
- src/state/profits/selectors.js+12
- src/state/reducers.js+2
- src/state/sagas.js+2
- src/state/sync/actions.js+8
- src/state/sync/constants.js+1
- src/state/sync/reducer.js+7
- src/state/sync/saga.js+27
- src/state/sync/selectors.js+2
- src/ui/Charts/Chart/Chart.js+1-1
- src/ui/Charts/PieChart.js+7-1
Submodule bfx-reports-framework updated 27 files
- .dockerignore+1
- Dockerfile.express+1-1
- Dockerfile.grenache-grape+1-1
- Dockerfile.worker+8-26
- README.md+3-3
- bfx-report-ui+1-1
- docker-compose.yaml+11-2
- locales/en/pdf.json+14
- locales/es-EM/pdf.json+14
- locales/pt-BR/pdf.json+14
- locales/ru/pdf.json+14
- locales/tr/pdf.json+14
- locales/zh-CN/pdf.json+14
- locales/zh-TW/pdf.json+14
- package.json+1-1
- scripts/deploy.sh+4-1
- scripts/launch.sh+12-5
- scripts/setup.sh+6-3
- terraform/.terraform.lock.hcl+67-66
- terraform/modules/ec2/main.tf+1-1
- terraform/modules/network/main.tf+1-1
- terraform/modules/ssm_random_sec_param/main.tf+8-1
- terraform/versions.tf+2-2
- workers/api.framework.report.wrk.js+1
- workers/loc.api/generate-report-file/pdf-writer/index.js+4-4
- workers/loc.api/generate-report-file/pdf-writer/translations.yml-90
- workers/loc.api/process.message.manager/utils.js+4-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments