-
Notifications
You must be signed in to change notification settings - Fork 3
merge: staging into main #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* feat: updated beta version code * chore: update version --------- Co-authored-by: Na Yoon Kim <nayoonkim@nas-macbook-pro.lan>
) * feat: yaml file to validate against with for data types * wip: validation and generate functions for data types yaml file * import yaml file to validate file * wip: update yaml file and validate function for datatypes * ✨ feat: validation function for datatype description data * ✨ feat: generate function for datatype description yaml file * ✨ feat: tests for generating datatype description file * ✨ feat: tests for validating datatype description data * ✨ feat: update version for pyfairdatatools * 🐛 fix: correct function name on import * 🐛 fix: assert validation function's output * ♻️ refactor: isort * ♻️ refactor: run black on branch * ♻️ refactor: update poetry and run format * ♻️ refactor: add data type for dictionary * ♻️ refactor: import data type for dictionary * 🐛 fix: update the imports for generate * 🐛 fix: linter issue * ✨ feat: add types-pyyaml with poetry * ♻️ refactor: Add none case instead of N/A string for mypy error * 🐛 fix: black formatting issues * ♻️ refactor: add types override for classifying rules * 🚧 wip: remove pylint and pydocstyle temporarily to create builds * ♻️ refactor: parameters for tests * 🐛 fix: assert after generate * 🐛 fix: formatting * ♻️ refactor: update workflow file (upload coverage) * ♻️ refactor: update makefile, workflow, and function names
* 🔨 chore: add script to sync schemas * ✨ feat: add support for datacite 4.5 * 🐛 fix: update datacite 4.5 schema changes * 🐛 fix: update datacite 4.5 schema changes * 🐛 fix: update datacite 4.5 schema changes * 🐛 fix: update datacite 4.5 schema changes * 🐛 fix: update datacite 4.5 schema changes * 🐛 fix: remove required values * ⏪ chore: reset study_desccription schema * ✨ feat: update study_description schema (#14) * 🚧 wip: update schema * 🚧 wip: update schema * 🚧 wip: update schema * 🚧 wip: update change notes * 🔨 chore: refactor clinical trials data structure * 🔨 chore: refactor clinical trials data structure * ✨ feat: update study_description * 🔨 chore: move changes folder
* ♻️ refactor: update tests to handle validation and generation * 🚧 wip: function to data conversion * ♻️ refactor: conver pipeline function to pyfairdatatools * 🐛 fix: import modules needed * 📦 create beta builds for pipeline testing * ♻️ refactor: updates based on comments * ♻️ refactor: update convert function for updated schema * ♻️ refactor: update conversion function for new schema * 🐛 fix: identifier object not in for loop
Co-authored-by: Sanjay Soundarajan <sanjay.16@live.com>
* wip: study metadata * fix: ci version * fix: import * fix: import * fix: import * fix: import validate * fix: import validate * fix: import validate * fix: import style * fix: pulling schema statement * fix: validate readme * fix: updated schemas * fix: updated study description creation * fix: validation error handling * fix: validation error handling for separate metadata * fix: validation error handling * fix: validation error handling for study design * fix: comments * fix: func call * fix: remove validate call * fix: fix the full name * fix: move integration function into a generate.py
* fix: update validate docs * fix: update generate docs * fix: typo * feat: adsd clinical trials info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this workflow for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not modify this file. Since we usually do "squash and merge", branches do not recognize previously merged commits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but generally to answer, it looks like its a config yaml that runs when a release is published, or when a pull request into staging is merged as a pre-release / beta package.
Uh oh!
There was an error while loading. Please reload this page.