Skip to content

Commit

Permalink
Merge pull request #778 from dbmi-bgm/sn_add_user
Browse files Browse the repository at this point in the history
SN Add user
  • Loading branch information
sarahgonicholson authored Nov 21, 2024
2 parents 6194231 + 25f30ab commit 1cace69
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ cgap-portal
Change Log
----------

16.2.0
======
`PR 778: SN Add user <https://github.com/dbmi-bgm/cgap-portal/pull/778>`_

* Add to user item for SN to `master-inserts/user.json`


16.1.0
=====

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "cgap-portal".
name = "encoded"
version = "16.1.0"
version = "16.2.0"
description = "Computational Genome Analysis Platform"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down
17 changes: 17 additions & 0 deletions src/encoded/tests/data/master-inserts/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,22 @@
}
],
"user_institution": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"
},
{
"email": "[email protected]",
"first_name": "Sarah",
"last_name": "Nicholson",
"uuid": "21a76481-3843-4b38-b18c-a41babb0748f",
"groups": [
"admin"
],
"project": "12a92962-8265-4fc0-b2f8-cf14f05db58b",
"project_roles": [
{
"project": "12a92962-8265-4fc0-b2f8-cf14f05db58b",
"role": "developer"
}
],
"user_institution": "828cd4fe-ebb0-4b36-a94a-d2e3a36cc989"
}
]

0 comments on commit 1cace69

Please sign in to comment.