Commit 15addc5
Submodule bfx-report-ui updated 149 files
Submodule bfx-reports-framework updated 78 files
- bfx-report-ui+1-1
- config/service.report.json.example+1
- package.json+14-5
- test/1-api-sync-mode-sqlite.spec.js+16-5
- test/2-additional-api-sync-mode-sqlite.spec.js+16-5
- test/3-api-filter-sync-mode-sqlite.spec.js+31-30
- test/4-sub-account.spec.js+160-126
- test/helpers/helpers.core.js+1-1
- test/helpers/helpers.worker.js+1
- test/test-cases/additional-api-sync-mode-sqlite-test-cases.js+48-35
- test/test-cases/api-sync-mode-sqlite-test-cases.js+387-169
- test/test-cases/index.js+3-1
- test/test-cases/sign-up-test-case.js+48
- workers/api.framework.report.wrk.js+20-6
- workers/loc.api/di/app.deps.js+22-1
- workers/loc.api/di/types.js+4-1
- workers/loc.api/errors/index.js+9-12
- workers/loc.api/generate-csv/csv-writer/full-snapshot-report-csv-writer.js+13
- workers/loc.api/generate-csv/csv-writer/full-tax-report-csv-writer.js+14
- workers/loc.api/generate-csv/csv.job.data.js+61-12
- workers/loc.api/helpers/index.js+3-9
- workers/loc.api/helpers/schema.js+5-8
- workers/loc.api/helpers/sub-account-auth.js+1-30
- workers/loc.api/helpers/utils.js+8-60
- workers/loc.api/responder/index.js+65
- workers/loc.api/service.report.framework.js+305-282
- workers/loc.api/service.report.js+8
- workers/loc.api/sync/allowed.colls.js+3-1
- workers/loc.api/sync/authenticator/index.js+756
- workers/loc.api/sync/balance.history/index.js+18-8
- workers/loc.api/sync/colls.accessors/public.colls.conf.accessors.js+10-6
- workers/loc.api/sync/crypto/index.js+164
- workers/loc.api/sync/currency.converter/index.js+215-24
- workers/loc.api/sync/dao/const.js+9
- workers/loc.api/sync/dao/dao.js+4-49
- workers/loc.api/sync/dao/dao.sqlite.js+343-437
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/helpers/get-sql-arr-to-modify-columns.js+26-2
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/helpers/index.js+3-3
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v10.js+111
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v11.js+58
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v12.js+49
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v3.js+11-11
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v4.js+3-3
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v5.js+88
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v6.js+57
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v7.js+74
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v8.js+32
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v9.js+46
- workers/loc.api/sync/dao/helpers/get-insertable-array-objects-filter.js+5-1
- workers/loc.api/sync/dao/helpers/get-symbol-filter.js+6-5
- workers/loc.api/sync/dao/helpers/get-table-creation-query.js+8-2
- workers/loc.api/sync/dao/helpers/get-trigger-creation-query.js+53
- workers/loc.api/sync/dao/helpers/get-where-query.js+27-11
- workers/loc.api/sync/dao/helpers/index.js+6-4
- workers/loc.api/sync/dao/helpers/serialization.js+2-1
- workers/loc.api/sync/dao/helpers/utils.js+63-31
- workers/loc.api/sync/dao/tables-names.js+2
- workers/loc.api/sync/data.inserter/api.middleware.handler.after.js+4
- workers/loc.api/sync/data.inserter/helpers/get-flags-from-ledger-description.js+6-2
- workers/loc.api/sync/data.inserter/helpers/search-close-price-and-sum-amount.js+7-6
- workers/loc.api/sync/data.inserter/helpers/utils.js+46-41
- workers/loc.api/sync/data.inserter/hooks/recalc.sub.account.ledgers.balances.hook.js+10-4
- workers/loc.api/sync/data.inserter/index.js+69-14
- workers/loc.api/sync/full.tax.report/index.js+7-2
- workers/loc.api/sync/helpers/__test__/split-symbol-pairs.spec.js+106
- workers/loc.api/sync/helpers/redirect-requests-to-api.js+4-1
- workers/loc.api/sync/helpers/split-symbol-pairs.js+1-1
- workers/loc.api/sync/performing.loan/index.js+6-2
- workers/loc.api/sync/positions.snapshot/index.js+6-2
- workers/loc.api/sync/progress/index.js+5-2
- workers/loc.api/sync/schema.js+119-46
- workers/loc.api/sync/sub.account.api.data/index.js+6-18
- workers/loc.api/sync/sub.account/index.js+161-72
- workers/loc.api/sync/trades/index.js+6-2
- workers/loc.api/sync/wallets/index.js+5-2
- workers/loc.api/sync/win.loss/index.js+6-2
- workers/loc.api/ws-transport/index.js+27-17
- workers/loc.api/ws-transport/ws.event.emitter.js+3-5
| 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