Commit Graph

657 Commits

Author SHA1 Message Date
Maxim Moinat 15bb11df2d
Update vocabulary.Rmd 2021-08-24 13:48:11 +02:00
Adam Black 3949b9e395 Merge branch 'v5.4_unittest' of github.com:OHDSI/CommonDataModel into v5.4_unittest 2021-08-20 14:19:44 -04:00
Adam Black 63e2979481
V5.4 (#435)
* 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

* Resolving conflicts

* Removing unnecessary file

* Trying again to remove .DS_Store, adding to gitignore

* Allow user to specify output location in buildRelease

* replace outputpath with outputfolder for consitent argument names in the package.

* Add test for buildRelease.

* replace outputpath with outputfolder for consistency. update documentation.

* move ddl folder to inst so it is accessible from tests

* update documentation

* Add OMOP header genearator function

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
Co-authored-by: Clair Blacketer <mblacke@its.jnj.com>
Co-authored-by: clairblacketer <clairblacketer@users.noreply.github.com>
2021-08-20 13:30:34 -04:00
Adam Black d84141b5d8
add changes to v5.4 (#433)
* 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

* Resolving conflicts

* Removing unnecessary file

* Trying again to remove .DS_Store, adding to gitignore

* Allow user to specify output location in buildRelease

* replace outputpath with outputfolder for consitent argument names in the package.

* Add test for buildRelease.

* replace outputpath with outputfolder for consistency. update documentation.

* move ddl folder to inst so it is accessible from tests

* update documentation

* Add OMOP header genearator function

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
Co-authored-by: Clair Blacketer <mblacke@its.jnj.com>
Co-authored-by: clairblacketer <clairblacketer@users.noreply.github.com>
2021-08-20 13:00:03 -04:00
Adam Black b7a651d5a1 Merge branch 'v5.4' of github.com:OHDSI/CommonDataModel into v5.4 2021-08-20 12:58:03 -04:00
Adam Black 17a0b8c8b5 Merge branch 'v5.4_unittest' of github.com:OHDSI/CommonDataModel into v5.4 2021-08-20 12:53:57 -04:00
Adam Black fabf605543 Add OMOP header genearator function 2021-08-20 12:52:08 -04:00
clairblacketer 5a27d02ead
Merge pull request #430 from OHDSI/v5.4_cb_updates
Hack-a-thon updates
2021-08-20 12:50:35 -04:00
Adam Black 40e26982d4
Add test for buildRelease (#432)
* 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

* Allow user to specify output location in buildRelease

* replace outputpath with outputfolder for consitent argument names in the package.

* Add test for buildRelease.

* replace outputpath with outputfolder for consistency. update documentation.

* move ddl folder to inst so it is accessible from tests

* update documentation

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
Co-authored-by: Clair Blacketer <mblacke@its.jnj.com>
2021-08-20 12:32:46 -04:00
Adam Black 4e0f815228 Merge branch 'v5.4_unittest' of github.com:OHDSI/CommonDataModel into v5.4 2021-08-20 12:23:33 -04:00
Adam Black 13c6fc4cf3 update documentation 2021-08-20 12:10:41 -04:00
Adam Black d17a4c3e2e move ddl folder to inst so it is accessible from tests 2021-08-20 12:05:15 -04:00
Adam Black de1c577b6b replace outputpath with outputfolder for consistency. update documentation. 2021-08-20 11:25:10 -04:00
Adam Black b8425920ff Add test for buildRelease. 2021-08-20 11:06:47 -04:00
Adam Black f7a42d5482 replace outputpath with outputfolder for consitent argument names in the package. 2021-08-20 11:06:23 -04:00
Adam Black 57d40c2a7d Allow user to specify output location in buildRelease 2021-08-20 11:05:46 -04:00
Clair Blacketer 39213577c3 Trying again to remove .DS_Store, adding to gitignore 2021-08-20 09:34:21 -04:00
Clair Blacketer 83d6a30376 Removing unnecessary file 2021-08-20 08:52:52 -04:00
Clair Blacketer 02d03b4a60 Resolving conflicts 2021-08-20 08:50:18 -04:00
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
Adam Black d1186aacbe add windows and linux runners 2021-08-20 00:10:41 -04:00
Adam Black c98e171ebc add ddl execution 2021-08-19 23:58:18 -04:00
Adam Black ec02071b64 test connection on all platforms 2021-08-19 23:42:04 -04:00
Adam Black 8fc2ae6e4e debug actions 2021-08-19 23:38:29 -04:00
Adam Black 1f994c7eb4 Add missing secrets to yaml!! 2021-08-19 23:30:12 -04:00
Adam Black 2a9fa71612 debug actions. 2021-08-19 23:12:55 -04:00
Adam Black 3af7fdbe69 debug actions 2021-08-19 23:05:43 -04:00
Adam Black 94ffcba404 debug actions. 2021-08-19 22:59:07 -04:00
Adam Black 1610328836 debug github actions 2021-08-19 22:46:33 -04:00
Adam Black e68cb43854 debug tests on github 2021-08-19 22:45:23 -04:00
Adam Black d6d213c7f6 fix bug in setup 2021-08-19 22:31:06 -04:00
Adam Black cedf334df6 Add tests for oracle and sql server. Move setup.R file. 2021-08-19 22:23:39 -04:00
Adam Black 2b0acc8d53 update setup file 2021-08-19 18:49:15 -04:00
Adam Black ff4f8337f8 Fix bug in setup test script. 2021-08-19 16:28:21 -04:00
Adam Black 7e08fa1737 Merge Claire's DDL updates 2021-08-19 16:24:06 -04:00
Adam Black eb3d27926f Add imports and update docs. 2021-08-19 16:22:08 -04:00
Adam Black 63ba979509 Merge in Maxims changes. update documentation 2021-08-19 16:00:24 -04:00
Clair Blacketer 041291eb27 Foreign key fixes 2021-08-19 15:52:33 -04:00
Maxim Moinat b3fddfbb85
Function to Build Release Zips (#429)
* buildRelease and buildReleaseZip

* add buildRelease
2021-08-19 15:43:34 -04:00
Adam Black ed5fb2d428 Add tests for redshift. Clean up test setup file. 2021-08-19 15:17:01 -04:00
Clair Blacketer 690c9edf40 Updated DDLs 2021-08-19 15:04:43 -04:00
Clair Blacketer c1a4422dd1 Changed bigint to integer for consistency 2021-08-19 14:54:44 -04:00
Clair Blacketer 7067be34ac Hack-a-thon updates
Closes #81, #387, #239, #412, #391, #330, #408, #365, #306, #264
2021-08-19 14:42:18 -04:00
Alan Andryc d73a0f426d
Merge branch 'v5.4' into v5.4 2021-08-19 13:30:50 -04:00
Andryc 7036b0e0f3 resolving merge issue on field level csv 2021-08-19 13:14:23 -04:00
Clair Blacketer c9463d0cf1 Adding EPISODE and EPISODE event tables 2021-08-19 12:58:41 -04:00
Andryc 6414b42f6b prepping for pull request 2021-08-19 12:46:40 -04:00
Clair Blacketer a2812b85e5 Added EPISODE and EPISODE_EVENT tables to table_level_5.4
Also update the oncology extension documents to align with the table level file for v5.4
2021-08-19 12:45:44 -04:00
Andryc 4be728e9d8 Updates to yml and cdm531.Rmd 2021-08-19 12:20:49 -04:00
Adam Black 19462d322d
Add tests, github actions, and executeDdl function (#425)
* 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

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
2021-08-19 11:49:36 -04:00