-
- Downloads
Project 'c3sl/c3docs/c3hpc-user-docs' was moved to 'root/c3hpc/user-docs'. Please update any links and bookmarks that may still have the old path.
Issue #12: Add new config files, postgres adpater tests and connection
Signed-off-by:
Lucas Fernandes de Oliveira <lfo14@inf.ufpr.br>
Showing
- .gitlab-ci.yml 10 additions, 0 deletions.gitlab-ci.yml
- config/ci_test.yaml.example 176 additions, 0 deletionsconfig/ci_test.yaml.example
- config/config.yaml.example 15 additions, 0 deletionsconfig/config.yaml.example
- database/config.ts 1 addition, 1 deletiondatabase/config.ts
- package.json 6 additions, 0 deletionspackage.json
- src/adapter/postgres.spec.ts 151 additions, 0 deletionssrc/adapter/postgres.spec.ts
- src/adapter/postgres.ts 108 additions, 73 deletionssrc/adapter/postgres.ts
- src/core/adapter.ts 2 additions, 2 deletionssrc/core/adapter.ts
- src/core/dimension.ts 3 additions, 0 deletionssrc/core/dimension.ts
- src/core/engine.spec.ts 32 additions, 122 deletionssrc/core/engine.spec.ts
- src/core/metric.ts 3 additions, 0 deletionssrc/core/metric.ts
- src/core/view.ts 7 additions, 2 deletionssrc/core/view.ts
- src/util/configParser.spec.ts 70 additions, 0 deletionssrc/util/configParser.spec.ts
- src/util/configParser.ts 137 additions, 0 deletionssrc/util/configParser.ts
- test/postgres/fixture.ts 151 additions, 0 deletionstest/postgres/fixture.ts
- test/postgres/fixtures/view1.json 7 additions, 0 deletionstest/postgres/fixtures/view1.json
- test/postgres/fixtures/view2.json 7 additions, 0 deletionstest/postgres/fixtures/view2.json
- test/postgres/fixtures/view3.json 7 additions, 0 deletionstest/postgres/fixtures/view3.json
- test/postgres/fixtures/view4.json 7 additions, 0 deletionstest/postgres/fixtures/view4.json
- test/postgres/fixtures/view5.json 7 additions, 0 deletionstest/postgres/fixtures/view5.json
Loading
Please register or sign in to comment