Skip to content

Commit

Permalink
Merge pull request #95 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.8 release
  • Loading branch information
yuanzhou authored May 24, 2021
2 parents e375641 + d1c20bb commit 09ec1b7
Show file tree
Hide file tree
Showing 10 changed files with 174 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.7
2.0.8
29 changes: 29 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"endpoint": "/dataset/globus-url/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/globus-url",
"auth": false
},
{
"method": "GET",
"endpoint": "/collections",
Expand Down Expand Up @@ -391,6 +396,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/uploads",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/validate",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/metadata/usergroups",
Expand Down
29 changes: 29 additions & 0 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"endpoint": "/dataset/globus-url/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/globus-url",
"auth": false
},
{
"method": "GET",
"endpoint": "/collections",
Expand Down Expand Up @@ -391,6 +396,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/uploads",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/validate",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/metadata/usergroups",
Expand Down
29 changes: 29 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"endpoint": "/dataset/globus-url/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/globus-url",
"auth": false
},
{
"method": "GET",
"endpoint": "/collections",
Expand Down Expand Up @@ -391,6 +396,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/uploads",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/validate",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/metadata/usergroups",
Expand Down
29 changes: 29 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"endpoint": "/dataset/globus-url/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/globus-url",
"auth": false
},
{
"method": "GET",
"endpoint": "/collections",
Expand Down Expand Up @@ -391,6 +396,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/uploads",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/validate",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/metadata/usergroups",
Expand Down
29 changes: 29 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@
"endpoint": "/dataset/globus-url/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/globus-url",
"auth": false
},
{
"method": "GET",
"endpoint": "/collections",
Expand Down Expand Up @@ -391,6 +396,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/uploads",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/validate",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/metadata/usergroups",
Expand Down
7 changes: 7 additions & 0 deletions nginx/conf.d-dev/portal-ui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,12 @@ server {
location / {
# Must use /index.html rather than index.html
try_files $uri /index.html =404;

# Disable cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}
}
7 changes: 7 additions & 0 deletions nginx/conf.d-prod/portal-ui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,12 @@ server {
location / {
# Must use /index.html rather than index.html
try_files $uri /index.html =404;

# Disable cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}
}
7 changes: 7 additions & 0 deletions nginx/conf.d-stage/portal-ui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,12 @@ server {
location / {
# Must use /index.html rather than index.html
try_files $uri /index.html =404;

# Disable cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}
}
7 changes: 7 additions & 0 deletions nginx/conf.d-test/portal-ui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,12 @@ server {
location / {
# Must use /index.html rather than index.html
try_files $uri /index.html =404;

# Disable cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
}
}

0 comments on commit 09ec1b7

Please sign in to comment.