Skip to content

Commit

Permalink
Merge pull request #25 from ezewer/master
Browse files Browse the repository at this point in the history
Update sub-modules
  • Loading branch information
prdn authored Oct 28, 2019
2 parents 3637515 + 2b10b9f commit 95ba661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 151 files
2 changes: 1 addition & 1 deletion bfx-reports-framework
Submodule bfx-reports-framework updated 33 files
+0 −3 .mocha.opts
+5 −0 .mocharc.json
+1 −1 bfx-report-ui
+1 −0 config/service.report.json.example
+9 −2 init.sh
+2 −2 package.json
+142 −1 test/1-api-sync-mode-sqlite.spec.js
+29 −23 test/2-additional-api-sync-mode-sqlite.spec.js
+923 −0 test/3-api-filter-sync-mode-sqlite.spec.js
+39 −4 workers/loc.api/generate-csv/csv-writer/full-snapshot-report-csv-writer.js
+91 −88 workers/loc.api/generate-csv/csv-writer/full-tax-report-csv-writer.js
+28 −26 workers/loc.api/generate-csv/csv.job.data.js
+97 −56 workers/loc.api/service.report.framework.js
+4 −0 workers/loc.api/service.report.js
+2 −1 workers/loc.api/sync/allowed.colls.js
+63 −5 workers/loc.api/sync/colls.accessors/public.colls.conf.accessors.js
+22 −6 workers/loc.api/sync/dao/dao.sqlite.js
+15 −0 workers/loc.api/sync/dao/helpers/filter-model-name-map.js
+10 −21 workers/loc.api/sync/dao/helpers/get-insertable-array-objects-filter.js
+32 −0 workers/loc.api/sync/dao/helpers/get-status-messages-filter.js
+15 −0 workers/loc.api/sync/dao/helpers/get-symbol-filter.js
+115 −26 workers/loc.api/sync/dao/helpers/get-where-query.js
+9 −1 workers/loc.api/sync/dao/helpers/index.js
+4 −7 workers/loc.api/sync/dao/helpers/serialization.js
+19 −0 workers/loc.api/sync/dao/helpers/sql.operators.js
+18 −25 workers/loc.api/sync/data.inserter/api.middleware.handler.after.js
+4 −2 workers/loc.api/sync/data.inserter/helpers/index.js
+62 −2 workers/loc.api/sync/data.inserter/helpers/utils.js
+116 −9 workers/loc.api/sync/data.inserter/index.js
+45 −1 workers/loc.api/sync/full.snapshot.report/index.js
+84 −137 workers/loc.api/sync/full.tax.report/index.js
+4 −1 workers/loc.api/sync/progress/index.js
+38 −0 workers/loc.api/sync/schema.js

0 comments on commit 95ba661

Please sign in to comment.