-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Setup Dockerfile (monorepo) (#1046)
## 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
1 parent
13845f6
commit 1afd76e
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
**/cypress/support/* | ||
**/cypress/plugins/* | ||
**/cypress/fixtures/* | ||
**/src/graphql/types/* | ||
**/src/graphql/* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.