Skip to content

Commit

Permalink
Merge pull request #100 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.9 release
  • Loading branch information
yuanzhou authored Jun 9, 2021
2 parents 09ec1b7 + 0b078ce commit a038c6a
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 58 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.8
2.0.9
32 changes: 24 additions & 8 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/hello",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets",
Expand Down Expand Up @@ -396,6 +388,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-commit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-remove",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/uploads",
Expand Down
32 changes: 24 additions & 8 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/hello",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets",
Expand Down Expand Up @@ -396,6 +388,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-commit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-remove",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/uploads",
Expand Down
32 changes: 24 additions & 8 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/hello",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets",
Expand Down Expand Up @@ -396,6 +388,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-commit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-remove",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/uploads",
Expand Down
32 changes: 24 additions & 8 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/hello",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets",
Expand Down Expand Up @@ -396,6 +388,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-commit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-remove",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/uploads",
Expand Down
32 changes: 24 additions & 8 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"endpoint": "/status",
"auth": false
},
{
"method": "GET",
"endpoint": "/hello",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "GET",
"endpoint": "/datasets",
Expand Down Expand Up @@ -396,6 +388,30 @@
"endpoint": "/logout",
"auth": false
},
{
"method": "POST",
"endpoint": "/file-upload",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-commit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/file-remove",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/uploads",
Expand Down
3 changes: 0 additions & 3 deletions nginx/conf.d-dev/entity-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ server {
access_log /usr/src/app/log/nginx_access_entity-api.log;
error_log /usr/src/app/log/nginx_error_entity-api.log warn;

# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
alias /usr/share/nginx/html/favicon.ico;
Expand Down
3 changes: 0 additions & 3 deletions nginx/conf.d-localhost/entity-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ server {
# Logging to the mounted volume for outside container access
access_log /usr/src/app/log/nginx_access_entity-api.log;
error_log /usr/src/app/log/nginx_error_entity-api.log warn;

# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
Expand Down
4 changes: 2 additions & 2 deletions nginx/conf.d-localhost/ingest-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ server {
access_log /usr/src/app/log/nginx_access_ingest-api.log;
error_log /usr/src/app/log/nginx_error_ingest-api.log warn;

# Allows file uploads up to 500 megabytes
client_max_body_size 500M;
# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
Expand Down
3 changes: 0 additions & 3 deletions nginx/conf.d-prod/entity-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ server {
access_log /usr/src/app/log/nginx_access_entity-api.log;
error_log /usr/src/app/log/nginx_error_entity-api.log warn;

# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
alias /usr/share/nginx/html/favicon.ico;
Expand Down
3 changes: 0 additions & 3 deletions nginx/conf.d-stage/entity-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ server {
access_log /usr/src/app/log/nginx_access_entity-api.log;
error_log /usr/src/app/log/nginx_error_entity-api.log warn;

# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
alias /usr/share/nginx/html/favicon.ico;
Expand Down
3 changes: 0 additions & 3 deletions nginx/conf.d-test/entity-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ server {
access_log /usr/src/app/log/nginx_access_entity-api.log;
error_log /usr/src/app/log/nginx_error_entity-api.log warn;

# Set file upload size liit to 10M, default is 1M.
client_max_body_size 10M;

# No auth_request for favicon
location = /favicon.ico {
alias /usr/share/nginx/html/favicon.ico;
Expand Down

0 comments on commit a038c6a

Please sign in to comment.