Skip to content

Commit

Permalink
Merge pull request #102 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.10 release
  • Loading branch information
yuanzhou authored Jun 15, 2021
2 parents a038c6a + def95fe commit 6c4e5aa
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 31 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9
2.0.10
19 changes: 13 additions & 6 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"method": "GET",
"endpoint": "/datasets/<*>/latest-revision",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/revision",
"auth": false
}
],
"ingest-api.dev.hubmapconsortium.org": [
Expand Down Expand Up @@ -285,6 +287,11 @@
"endpoint": "/datasets/<*>/status/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/file-system-abs-path",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/ingest",
Expand Down
19 changes: 13 additions & 6 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"method": "GET",
"endpoint": "/datasets/<*>/latest-revision",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/revision",
"auth": false
}
],
"localhost:8484": [
Expand Down Expand Up @@ -285,6 +287,11 @@
"endpoint": "/datasets/<*>/status/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/file-system-abs-path",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/ingest",
Expand Down
19 changes: 13 additions & 6 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"method": "GET",
"endpoint": "/datasets/<*>/latest-revision",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/revision",
"auth": false
}
],
"ingest.api.hubmapconsortium.org": [
Expand Down Expand Up @@ -285,6 +287,11 @@
"endpoint": "/datasets/<*>/status/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/file-system-abs-path",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/ingest",
Expand Down
19 changes: 13 additions & 6 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"method": "GET",
"endpoint": "/datasets/<*>/latest-revision",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/revision",
"auth": false
}
],
"ingest-api.stage.hubmapconsortium.org": [
Expand Down Expand Up @@ -285,6 +287,11 @@
"endpoint": "/datasets/<*>/status/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/file-system-abs-path",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/ingest",
Expand Down
19 changes: 13 additions & 6 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"method": "GET",
"endpoint": "/datasets/<*>/latest-revision",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/revision",
"auth": false
}
],
"ingest-api.test.hubmapconsortium.org": [
Expand Down Expand Up @@ -285,6 +287,11 @@
"endpoint": "/datasets/<*>/status/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/datasets/<*>/file-system-abs-path",
"auth": false
},
{
"method": "POST",
"endpoint": "/datasets/ingest",
Expand Down

0 comments on commit 6c4e5aa

Please sign in to comment.