Skip to content
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

🏷 Release 0.2.0 #217

Merged
merged 1 commit into from
Apr 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# Kids First Dataservice Release 0.2.0

### Summary

Feature Emojis: ✨x38 πŸ‘·x10 πŸ›x10 ♻️x6 πŸ“x5 πŸ—ƒx3 🐳x2 πŸ”§x2 Nonex2 πŸ’₯x1 🐘x1 πŸ–Όx1 πŸ”₯x1 🚒x1 🏷x1 πŸ•·x1
Feature Labels: [feature](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"feature"+) x24 [data model](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"data+model"+) x22 [refactor](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"refactor"+) x9 [bug](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"bug"+) x9 [devops](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"devops"+) x8 [documentation](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"documentation"+) x3 [Epic](https://github.com/kids-first/kf-api-dataservice/issues?utf8=%E2%9C%93&q=label%3A"Epic"+) x1

### New features and changes

- (#10) ✨ Create person entity - @dankolbman
- (#15) πŸ‘· Add Jenkinsfile - @dankolbman
- (#17) 🐳 Add docker file - @dankolbman
- (#23) πŸ—ƒ Add base mixin for the data model - @dankolbman
- (#26) πŸ”§ Refactor code base to be modular for additional entities - @znatty22
- (#27) ✨ Kids First Ids - @dankolbman
- (#30) ♻️ Formatting responses and abstracting out some of the models - @dankolbman
- (#31) πŸ“ Update readme with information - @dankolbman
- (#33) πŸ‘· Add CircleCI tests - @dankolbman
- (#34) πŸ‘· Add badge for CircleCI - @dankolbman
- (#37) πŸ› Fix circleci - @dankolbman
- (#38) πŸ› Update/fix Base class in models.py - @znatty22
- (#49) πŸ”§ Update sqlalchemy config w foreign key constraint for sqlite - @znatty22
- (#54) πŸ› Initialize database on start - @dankolbman
- (#56) ✨ Status page and rerouting - @dankolbman
- (#60) ♻️ Rename Person to Participant in all relevant files - @znatty22
- (#61) ✨ Add ERD generator - @dankolbman
- (#62) ✨ Demographic resource and tests - @znatty22
- (#64) ✨ Add Demographic db model - @znatty22
- (#65) πŸ’₯ Nuke and paveβ„’ - @dankolbman
- (#66) ✨ Sample db model - @parimalak
- (#67) ✨ Add Diagnosis db model and tests - @znatty22
- (#72) ✨ Deserialize objects - @dankolbman
- (#73) πŸ“ swagger docs - @dankolbman
- (#74) ✨ Aliquot model with Tests - @parimalak
- (#75) ✨ Diagnosis resource and tests - @znatty22
- (#77) ✨ Add pagination - @dankolbman
- (#78) 🐘 Postgres - @dankolbman
- (#79) ✨ Genomic file model and tests - @znatty22
- (#81) ✨ Add Sequencing experiment model with tests - @parimalak
- (#82) ✨ Sample resource and tests - @znatty22
- (#84) ✨ Aliquot resource - @znatty22
- (#85) ♻️ Refactor pg exceptions to flask error handler - @dankolbman
- (#88) ♻️ Refactor dummy data generator - @znatty22
- (#89) ✨ Dummy data generator - @parimalak
- (#91) πŸ‘· Fix dependency bug for CircleCI - @dankolbman
- (#96) πŸ› Change hvac requirement back to http - @dankolbman
- (#97) πŸ‘· Update deploy to QA in Jenkinsfile - @dankolbman
- (#98) πŸ› Fix typo in Jenkins file - @dankolbman
- (#99) πŸ› Add line break - @dankolbman
- (#100) πŸ› Fix Jenkinsfile typo - @dankolbman
- (#102) πŸ‘· Feature/simplifying jenkinsfile - @alubneuski
- (#103) πŸ“ Update README with how to generate mock data - @dankolbman
- (#105) πŸ—ƒ Remove postgres id and use kf_id as primary key - @dankolbman
- (#107) πŸ—ƒ Change uuid field to Postgres UUID - @dankolbman
- (#109) ✨ Add Controlled Access field to Genomic file entity - @parimalak
- (#114) ✨ Family relationship model - @znatty22
- (#121) ✨ Phenotype model - @parimalak
- (#125) ✨ Add Outcome Entity to Model - @parimalak
- (#126) ✨ Workflow model - @znatty22
- (#130) ✨ Study model - @znatty22
- (#131) ✨ Add fields to diagnosis Entity - @parimalak
- (#132) ✨ Add fields to Partcipant Entity - @parimalak
- (#135) ✨ Kf id prefix - @dankolbman
- (#139) πŸ‘· Feature/add clean before checkout - @alubneuski
- (#144) πŸ‘· Removed clean before checkout - @alubneuski
- (#146) ✨ Add Investigator model - @parimalak
- (#149) ✨ Study file model - @parimalak
- (#155) ✨ Add file_size to GenomicFile model - @znatty22
- (#157) πŸ–Ό Readme image - @dankolbman
- (#158) πŸ› Fix self links - @dankolbman
- (#159) πŸ“ add NOTICE - @allisonheath
- (#170) πŸ‘· Add codacy integration - @dankolbman
- (#173) ✨ ⚑️Change PUT to PATCH in all resource APIs and minor updates - @znatty22
- (#174) ✨ Add pagination to resources - @dankolbman
- (#175) ✨ Study resource - @dankolbman
- (#176) ✨ Investigator resource - @dankolbman
- (#177) πŸ”’ Avoid system calls during status request - @dankolbman
- (#178) ♻️ Rename participant tests to conform to naming convention - @dankolbman
- (#179) πŸ”₯ Remove SQLite configuration - @dankolbman
- (#180) ✨ Add phenotype endpoint - @parimalak
- (#181) πŸ‘· Added jenkins webhook property - @alubneuski
- (#183) ♻️ Fix self links - @dankolbman
- (#186) πŸ“ Docs branding - @dankolbman
- (#189) ✨Add outcome endpoint - @parimalak
- (#190) ✨ Sequencing Experiment Resource - @znatty22
- (#194) ✨Family relationship resource - @znatty22
- (#195) 🚒 Added prd deployment step without tagging - @alubneuski
- (#197) ✨Study file resource - @parimalak
- (#200) 🐳 Use nginx for main proxy - @dankolbman
- (#203) 🏷 Feature/adding tagging - @alubneuski
- (#206) ☁️ Added cloud region - @alubneuski
- (#214) πŸ•·fixing - @alubneuski
- (#215) πŸ› Put back dockerfile command - @dankolbman
- (#216) πŸ› Use run script to upgrade db before supervisor - @dankolbman
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="kf-api-dataservice",
version="0.1.0",
version="0.2.0",
description="Data Service API",
license="Apache 2",
packages=find_packages()
Expand Down