Commit 037b42a
authored
Submodule bfx-report-ui updated 398 files
Submodule bfx-reports-framework updated 54 files
- .npmrc+1
- package.json+2-2
- test/1-api-sync-mode-sqlite.spec.js+1-2
- test/2-additional-api-sync-mode-sqlite.spec.js+180-23
- test/3-api-filter-sync-mode-sqlite.spec.js+82-1
- test/helpers/helpers.core.js+18-1
- test/helpers/mock-data.js+1-1
- workers/api.framework.report.wrk.js+14-1
- workers/loc.api/di/app.deps.js+36-11
- workers/loc.api/di/factories/data-inserter-factory.js+14
- workers/loc.api/di/factories/db-migrator-factory.js+24
- workers/loc.api/di/factories/index.js+11
- workers/loc.api/di/factories/migrations-factory.js+53
- workers/loc.api/di/types.js+9-1
- workers/loc.api/errors/index.js+29-1
- workers/loc.api/generate-csv/csv-writer/full-snapshot-report-csv-writer.js+4-2
- workers/loc.api/generate-csv/csv-writer/full-tax-report-csv-writer.js+4-2
- workers/loc.api/generate-csv/csv.job.data.js+116
- workers/loc.api/helpers/limit-param.helpers.js+1-1
- workers/loc.api/helpers/schema.js+103-1
- workers/loc.api/service.report.framework.js+72-7
- workers/loc.api/sync/allowed.colls.js+18-16
- workers/loc.api/sync/colls.accessors/public.colls.conf.accessors.js+11-7
- workers/loc.api/sync/currency.converter/index.js+154-9
- workers/loc.api/sync/dao/dao.js+29-2
- workers/loc.api/sync/dao/dao.sqlite.js+140-30
- workers/loc.api/sync/dao/db-migrations/db.migrator.js+135
- workers/loc.api/sync/dao/db-migrations/helpers/get-fn-arr-to-remove-all-tables.js+14
- workers/loc.api/sync/dao/db-migrations/helpers/index.js+7
- workers/loc.api/sync/dao/db-migrations/migration.js+109
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/abstract.migration.js+77
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v1.js+27
- workers/loc.api/sync/dao/db-migrations/sqlite.db.migrator.js+57
- workers/loc.api/sync/dao/helpers/get-insertable-array-objects-filter.js+32-10
- workers/loc.api/sync/dao/helpers/get-status-messages-filter.js+2-2
- workers/loc.api/sync/dao/helpers/get-table-creation-query.js+27
- workers/loc.api/sync/dao/helpers/get-where-query.js+125-6
- workers/loc.api/sync/dao/helpers/index.js+3-1
- workers/loc.api/sync/dao/helpers/serialization.js+2-1
- workers/loc.api/sync/dao/tables-names.js+26
- workers/loc.api/sync/data.inserter/api.middleware.handler.after.js+16-3
- workers/loc.api/sync/data.inserter/helpers/get-flags-from-ledger-description.js+27
- workers/loc.api/sync/data.inserter/helpers/index.js+3-1
- workers/loc.api/sync/data.inserter/index.js+16-50
- workers/loc.api/sync/fees.report/index.js+29
- workers/loc.api/sync/helpers/redirect-requests-to-api.js+2-1
- workers/loc.api/sync/performing.loan/index.js+267
- workers/loc.api/sync/positions.snapshot/index.js+1-1
- workers/loc.api/sync/progress/index.js+6-3
- workers/loc.api/sync/schema.js+66-54
- workers/loc.api/sync/sync.queue/index.js+8-5
- workers/loc.api/sync/traded.volume/index.js+29
- workers/loc.api/sync/trades/index.js+303
- workers/loc.api/ws-transport/index.js+5-2
0 commit comments