Skip to content

Commit

Permalink
Production release (#999)
Browse files Browse the repository at this point in the history
* fix(jungle): migrate dev environment to jungle 4 (#988)

* fix(jungle): migrate dev environment to jungle 4

* fix(jungle): migrate dev environment to jungle 4

* Improve(hapi): changed hapi server routes structure (#992)

* fix(enviroment): change env value

* fix(hasura): add permissions tables

* fix(comments): fix comments section

* fix(hyperion): fix codefactor issues

* fix(hyperion): fix codefactor issues

* fix(hasura): delete migration restriction

* fix(hyperion): fix updater flows

* improve(hapi): changed hapi server routes structure

* feat(hapi): created eosrate stats api endpoint (#993)

* fix(enviroment): change env value

* fix(hasura): add permissions tables

* fix(comments): fix comments section

* fix(hyperion): fix codefactor issues

* fix(hyperion): fix codefactor issues

* fix(hasura): delete migration restriction

* fix(hyperion): fix updater flows

* feat(hapi): created eosrate stats api endpoint

* fix(hapi): fix codefactor error

* fix(webapp): added validation on bp profile page (#995)

* fix(enviroment): change env value

* fix(hasura): add permissions tables

* fix(comments): fix comments section

* fix(hyperion): fix codefactor issues

* fix(hyperion): fix codefactor issues

* fix(hasura): delete migration restriction

* fix(hyperion): fix updater flows

* feat(hapi): created eosrate stats api endpoint

* fix(hapi): fix codefactor error

* fix(webapp): added validation on bp profile page

* feat(hasura): added permissions to getRatesStats action (#997)

* fix(enviroment): change env value

* fix(hasura): add permissions tables

* fix(comments): fix comments section

* fix(hyperion): fix codefactor issues

* fix(hyperion): fix codefactor issues

* fix(hasura): delete migration restriction

* fix(hyperion): fix updater flows

* feat(hapi): created eosrate stats api endpoint

* fix(hapi): fix codefactor error

* fix(webapp): added validation on bp profile page

* feat(hasura): added permissions to getRatesStats action

* fix(hapi): env var syntax

Co-authored-by: Angelo Castro Gamboa <[email protected]>
  • Loading branch information
xavier506 and AngeloCG97 authored Nov 29, 2022
1 parent f13734f commit b61cf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# hapi
HAPI_SERVER_ADDRESS: 0.0.0.0
HAPI_SERVER_PORT: 9090
HAPI_VALID_USERS: ${{secrets.HAPI_VALID_USERS}}
HAPI_VALID_USERS: ${{ secrets.HAPI_VALID_USERS }}
HAPI_POSTGRES_USER: ${{ secrets.HAPI_POSTGRES_USER }}
HAPI_POSTGRES_PASSWORD: ${{ secrets.HAPI_POSTGRES_PASSWORD }}
HAPI_HASURA_URL: ${{ secrets.HAPI_HASURA_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-staging-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# hapi
HAPI_SERVER_ADDRESS: 0.0.0.0
HAPI_SERVER_PORT: 9090
HAPI_VALID_USERS: ${{secrets.HAPI_VALID_USERS}}
HAPI_VALID_USERS: ${{ secrets.HAPI_VALID_USERS }}
HAPI_POSTGRES_USER: ${{ secrets.HAPI_POSTGRES_USER }}
HAPI_POSTGRES_PASSWORD: ${{ secrets.HAPI_POSTGRES_PASSWORD }}
HAPI_HASURA_URL: ${{ secrets.HAPI_HASURA_URL }}
Expand Down

0 comments on commit b61cf7a

Please sign in to comment.