Skip to content

Commit

Permalink
Merge pull request #780 from icgc-argo/rc/1.64.0
Browse files Browse the repository at this point in the history
Rc/1.64.0
Release Note:
- Adds a new clinical entity: Surgery 
- Adds surgery cross file validation rules. #773 
- implement Admin delete samples #776 
- add Submitted data table #774 
- Mark submitted file errors #762
  • Loading branch information
blabadi committed Jun 7, 2022
2 parents b3a8061 + 8cdea9b commit ff3f50e
Show file tree
Hide file tree
Showing 30 changed files with 1,362 additions and 215 deletions.
184 changes: 80 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -91,6 +91,7 @@
},
"dependencies": {
"@overturebio-stack/lectern-client": "1.3.0",
"@types/mongoose-paginate-v2": "^1.3.11",
"adm-zip": "^0.4.16",
"async": "^3.0.1",
"bcrypt-nodejs": "^0.0.3",
Expand All @@ -107,14 +108,15 @@
"express-flash": "0.0.2",
"express-session": "^1.16.2",
"express-validator": "^6.14.0",
"migrate-mongo": "^8.2.3",
"ini": ">=1.3.6",
"jsonwebtoken": "^8.5.1",
"kafkajs": "^1.12.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"migrate-mongo": "^8.2.3",
"mock-http-server": "^1.4.1",
"mongoose": "^5.13.14",
"mongoose-paginate-v2": "^1.6.3",
"mongoose-sequence": "^5.2.2",
"morgan": "^1.10.0",
"mquery": ">=3.2.3",
Expand Down

0 comments on commit ff3f50e

Please sign in to comment.