Skip to content

Commit

Permalink
feat: Setup Dockerfile (monorepo) (#1046)
Browse files Browse the repository at this point in the history
## Description

* Include new unit tests of
#1044
* Move duplicated components / screens into `ui` package
* Update web socket connection, try to fix
#1045
* Various bug fixes
* Setup docker images

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow-up issues.*

I have...

- [X] ran linting
- [X] wrote tests where necessary
- [X] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [X] targeted the correct branch
- [X] provided a link to the relevant issue or specification
- [X] reviewed "Files changed" and left comments if necessary
- [X] confirmed all CI checks have passed
- [X] added an entry to the `CHANGELOG.md` file

Co-authored-by: Riccardo <[email protected]>
Co-authored-by: Magic Cat <[email protected]>
Co-authored-by: Ellie <[email protected]>
  • Loading branch information
4 people authored Nov 22, 2022
1 parent 13845f6 commit 1afd76e
Show file tree
Hide file tree
Showing 19,130 changed files with 299,071 additions and 792,167 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "base",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
33 changes: 33 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Logs
**/*.log
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*

**/.dockerignore
**/.git
**/.github
**/.vscode
**/.DS_Store
**/.env
**/.env.*
**/.mergify.yml
**/.next
**/.swc
**/.turbo
**/CHANGELOG.md
**/coverage
**/dist
**/*Dockerfile*
**/LICENSE
**/node_modules
**/README.md
**/out

.changeset
.yarn/
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ GRAPHQL_WS=ws://localhost:8080/v1/graphql
NODE_ENV=development
PORT=3000
RPC_WEBSOCKET=http://localhost:26657/websocket
NEXT_PUBLIC_CHAIN_TYPE=testnet
NEXT_PUBLIC_CHAIN_TYPE=mainnet
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
**/cypress/support/*
**/cypress/plugins/*
**/cypress/fixtures/*
**/src/graphql/types/*
**/src/graphql/*
91 changes: 0 additions & 91 deletions .github/_workflows/agoric-docker_production.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/_workflows/agoric-docker_staging.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/_workflows/akash-docker_production.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/_workflows/akash-docker_staging.yml

This file was deleted.

Loading

0 comments on commit 1afd76e

Please sign in to comment.