Skip to content

Commit

Permalink
Merge pull request #151 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.19 release
  • Loading branch information
yuanzhou authored Dec 15, 2021
2 parents 399c18d + 0eb1272 commit fc0036b
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.18
2.0.19
18 changes: 18 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "PUT",
"endpoint": "/datasets/<*>/retract",
Expand Down Expand Up @@ -251,6 +256,19 @@
"method": "GET",
"endpoint": "/datasets/<*>/organs",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/prov-info",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets/<*>/prov-info",
"auth": false
}
],
"ingest-api.dev.hubmapconsortium.org": [
Expand Down
18 changes: 18 additions & 0 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down Expand Up @@ -251,6 +256,19 @@
"method": "GET",
"endpoint": "/datasets/<*>/organs",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/prov-info",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets/<*>/prov-info",
"auth": false
}
],
"localhost:8484": [
Expand Down
18 changes: 18 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down Expand Up @@ -251,6 +256,19 @@
"method": "GET",
"endpoint": "/datasets/<*>/organs",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/prov-info",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets/<*>/prov-info",
"auth": false
}
],
"ingest.api.hubmapconsortium.org": [
Expand Down
18 changes: 18 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down Expand Up @@ -251,6 +256,19 @@
"method": "GET",
"endpoint": "/datasets/<*>/organs",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/prov-info",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets/<*>/prov-info",
"auth": false
}
],
"ingest-api.stage.hubmapconsortium.org": [
Expand Down
18 changes: 18 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "PUT",
"endpoint": "/datasets/<*>/retract",
Expand Down Expand Up @@ -251,6 +256,19 @@
"method": "GET",
"endpoint": "/datasets/<*>/organs",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/prov-info",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets/<*>/prov-info",
"auth": false
}
],
"ingest-api.test.hubmapconsortium.org": [
Expand Down

0 comments on commit fc0036b

Please sign in to comment.