From 3b22d7708b8953d264c1d1039081b8faff0a6168 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Tue, 7 Dec 2021 11:26:26 -0500 Subject: [PATCH 1/4] Added endpoints in entity api for datasets/prov-info to localhost, dev, test, stage, and prod --- api_endpoints.dev.json | 8 ++++++++ api_endpoints.localhost.json | 8 ++++++++ api_endpoints.prod.json | 8 ++++++++ api_endpoints.stage.json | 8 ++++++++ api_endpoints.test.json | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 725cf4e..40c3821 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -251,6 +251,14 @@ "method": "GET", "endpoint": "/datasets/<*>/organs", "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/prov-info", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "ingest-api.dev.hubmapconsortium.org": [ diff --git a/api_endpoints.localhost.json b/api_endpoints.localhost.json index 4d4463b..1dde396 100644 --- a/api_endpoints.localhost.json +++ b/api_endpoints.localhost.json @@ -251,6 +251,14 @@ "method": "GET", "endpoint": "/datasets/<*>/organs", "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/prov-info", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "localhost:8484": [ diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 62c7dc7..448d8d9 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -251,6 +251,14 @@ "method": "GET", "endpoint": "/datasets/<*>/organs", "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/prov-info", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "ingest.api.hubmapconsortium.org": [ diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index 4097bd8..c5115c8 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -251,6 +251,14 @@ "method": "GET", "endpoint": "/datasets/<*>/organs", "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/prov-info", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "ingest-api.stage.hubmapconsortium.org": [ diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 020fdcc..aed7167 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -251,6 +251,14 @@ "method": "GET", "endpoint": "/datasets/<*>/organs", "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/prov-info", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "ingest-api.test.hubmapconsortium.org": [ From 04ead897203e145d801643ef9d858ab6e656e295 Mon Sep 17 00:00:00 2001 From: "Zhou (Joe) Yuan" Date: Tue, 7 Dec 2021 11:40:35 -0500 Subject: [PATCH 2/4] Bump version to 2.0.19 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c945ef1..ed2af5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.18 +2.0.19 From ddb326551d698c6f8b3e8289a775f6d34202c1ac Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Mon, 13 Dec 2021 14:36:11 -0500 Subject: [PATCH 3/4] Add /entities//revisions --- api_endpoints.dev.json | 5 +++++ api_endpoints.localhost.json | 5 +++++ api_endpoints.prod.json | 5 +++++ api_endpoints.stage.json | 5 +++++ api_endpoints.test.json | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 40c3821..dcfffaa 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -72,6 +72,11 @@ "endpoint": "/datasets/<*>/revisions", "auth": false }, + { + "method": "GET", + "endpoint": "/entities/<*>/revisions", + "auth": false + }, { "method": "PUT", "endpoint": "/datasets/<*>/retract", diff --git a/api_endpoints.localhost.json b/api_endpoints.localhost.json index 1dde396..caf154b 100644 --- a/api_endpoints.localhost.json +++ b/api_endpoints.localhost.json @@ -80,6 +80,11 @@ "endpoint": "/datasets/<*>/revisions", "auth": false }, + { + "method": "GET", + "endpoint": "/entities/<*>/revisions", + "auth": false + }, { "method": "GET", "endpoint": "/favicon.ico", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 448d8d9..5208efe 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -80,6 +80,11 @@ "endpoint": "/datasets/<*>/revisions", "auth": false }, + { + "method": "GET", + "endpoint": "/entities/<*>/revisions", + "auth": false + }, { "method": "GET", "endpoint": "/favicon.ico", diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index c5115c8..13c621a 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -80,6 +80,11 @@ "endpoint": "/datasets/<*>/revisions", "auth": false }, + { + "method": "GET", + "endpoint": "/entities/<*>/revisions", + "auth": false + }, { "method": "GET", "endpoint": "/favicon.ico", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index aed7167..b65f090 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -72,6 +72,11 @@ "endpoint": "/datasets/<*>/revisions", "auth": false }, + { + "method": "GET", + "endpoint": "/entities/<*>/revisions", + "auth": false + }, { "method": "PUT", "endpoint": "/datasets/<*>/retract", From 521070bc3aebab259a1589026d5550f0ab2ae9a0 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Tue, 14 Dec 2021 15:04:35 -0500 Subject: [PATCH 4/4] Added endpoints in entity api for datasets//prov-info to localhost, dev, test, stage, and prod --- api_endpoints.dev.json | 5 +++++ api_endpoints.localhost.json | 5 +++++ api_endpoints.prod.json | 5 +++++ api_endpoints.stage.json | 5 +++++ api_endpoints.test.json | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 40c3821..4ae7dbc 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -259,6 +259,11 @@ "groups": [ "5777527e-ec11-11e8-ab41-0af86edb4424" ] + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/prov-info", + "auth": false } ], "ingest-api.dev.hubmapconsortium.org": [ diff --git a/api_endpoints.localhost.json b/api_endpoints.localhost.json index 1dde396..a64fa42 100644 --- a/api_endpoints.localhost.json +++ b/api_endpoints.localhost.json @@ -259,6 +259,11 @@ "groups": [ "5777527e-ec11-11e8-ab41-0af86edb4424" ] + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/prov-info", + "auth": false } ], "localhost:8484": [ diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 448d8d9..26a220a 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -259,6 +259,11 @@ "groups": [ "5777527e-ec11-11e8-ab41-0af86edb4424" ] + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/prov-info", + "auth": false } ], "ingest.api.hubmapconsortium.org": [ diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index c5115c8..f7c1828 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -259,6 +259,11 @@ "groups": [ "5777527e-ec11-11e8-ab41-0af86edb4424" ] + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/prov-info", + "auth": false } ], "ingest-api.stage.hubmapconsortium.org": [ diff --git a/api_endpoints.test.json b/api_endpoints.test.json index aed7167..a35b539 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -259,6 +259,11 @@ "groups": [ "5777527e-ec11-11e8-ab41-0af86edb4424" ] + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/prov-info", + "auth": false } ], "ingest-api.test.hubmapconsortium.org": [