Commit Graph

9 Commits

Author SHA1 Message Date
Adam Black 532be98c0c
Add unit tests for all databases and DDLs (#431)
* Add github actions workflow to build package and run tests.

* update Description file

* rename .Rproj file.

* Consolidate 'create' functions into one file.

* Add tests for create functions.

* update description

* removed spaces in file and folder names. Regenerated ddl output. Tried to fix Field_Level.csv file.

* consolidate write functions into one file. Add execute function.

* update docs

* add tests for write and execute functions

* update documentation

* Add windows and linux runners in github actions.

* update github actions

* download drivers before running tests

* fix small error in setup test file.

* debug github actions

* debug github actions

* debug github actions

* debug github actions

* fix tiny bug

* comment out execute ddl test

* fix bug in test

* Add execute test back in

* revert accidental change in description

* add print statement for debugging schema error on github actions.

* Fix schema environment variable name

* Add comment to github actions workflow file.

* remove placeholder text in function documentation.

* Rename createdDdl.R to createDdl.R

* Hack-a-thon updates

Closes #81, #387, #239, #412, #391, #330, #408, #365, #306, #264

* Changed bigint to integer for consistency

* Updated DDLs

* Add tests for redshift. Clean up test setup file.

* Foreign key fixes

* Add imports and update docs.

* Fix bug in setup test script.

* update setup file

* Add tests for oracle and sql server. Move setup.R file.

* fix bug in setup

* debug tests on github

* debug github actions

* debug actions.

* debug actions

* debug actions.

* Add missing secrets to yaml!!

* debug actions

* test connection on all platforms

* add ddl execution

* add windows and linux runners

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
Co-authored-by: Clair Blacketer <mblacke@its.jnj.com>
2021-08-20 07:59:29 -04:00
Maxim Moinat b3fddfbb85
Function to Build Release Zips (#429)
* buildRelease and buildReleaseZip

* add buildRelease
2021-08-19 15:43:34 -04:00
Clair Blacketer b49077f9cd Added v5.4 table level file 2021-08-18 11:18:20 -04:00
Clair Blacketer 0f1d9333dd Adding v5.4 field level file 2021-07-20 13:59:23 -04:00
Clair Blacketer f892dac55d Moved R project from CdmDdlBase
This commit pulls the R project over from the CdmDdlBase repository. This will be the jumping-off code for the new OMOP CDM repo.
2021-06-08 20:19:01 -04:00
Clair Blacketer 482b1f0388 Updated front page 2021-06-03 10:57:22 -04:00
Clair Blacketer 6b12abb349 Add refresh cycle info
Added information about the CDM refresh cycle and notes about CDM v6.0
2021-06-03 10:45:05 -04:00
Clair Blacketer 35d53c9f5a Fixes to documentation
Closes #380, #379, #350, #334, #316, #129
2021-02-18 21:37:32 -05:00
clairblacketer 7bb9cf23a0 FAQ numbering fix
closes #344
2021-01-06 10:52:57 -05:00