Skip to content

Commit

Permalink
Merge pull request #209 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.28 release
  • Loading branch information
yuanzhou authored May 11, 2022
2 parents f1481cb + 8a4821b commit eeabd69
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 175 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.27
2.0.28
20 changes: 20 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,26 @@
"method": "GET",
"endpoint": "/nodes/<*>/terms",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/expand",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/paths",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/shortestpaths",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/trees",
"auth": false
}
],
"avr.dev.hubmapconsortium.org": [
Expand Down
20 changes: 20 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,26 @@
"method": "GET",
"endpoint": "/nodes/<*>/terms",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/expand",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/paths",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/shortestpaths",
"auth": false
},
{
"method": "POST",
"endpoint": "/concepts/trees",
"auth": false
}
],
"avr.hubmapconsortium.org": [
Expand Down
87 changes: 0 additions & 87 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,92 +422,5 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
],
"ontology-api.stage.hubmapconsortium.org": [
{
"method": "GET",
"endpoint": "/codes/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/description",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/definitions",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/semantics/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/concepts/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/tui/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/fullCapacityParameterizedTerm/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/nodes/<*>/terms",
"auth": false
}
]
}
87 changes: 0 additions & 87 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,92 +422,5 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
],
"ontology-api.test.hubmapconsortium.org": [
{
"method": "GET",
"endpoint": "/codes/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/description",
"auth": false
},
{
"method": "GET",
"endpoint": "/codes/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/definitions",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/concepts/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/semantics/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/codes",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/concepts",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/concepts/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/tui/<*>/semantics",
"auth": false
},
{
"method": "GET",
"endpoint": "/fullCapacityParameterizedTerm/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/terms/<*>/terms",
"auth": false
},
{
"method": "GET",
"endpoint": "/nodes/<*>/terms",
"auth": false
}
]
}

0 comments on commit eeabd69

Please sign in to comment.