-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev to PROD
| web-3 wallet, fixture-standings, bugs, optimization, auth
#1031
Conversation
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
* `hot-fix` for #974 (#975) * `🔥hot-fix` to PROD (#983) * `hot-fix` for #974 * 🔥hot fix/prod h2h issues (#982) * `update` README.md * `issue` #972 #976 * `issue` #972 * `deepsource` JS-0357 * `deepsource` JS-0128 * `deepsource` JS-0051 * `deepsource` JS-0116 * `deepsource` JS-0246 * `deepsource` JS-0241 * `deepsource` JS-0241 * `deepsource` JS-0123 * `deepsource` JS-0356 * issue #957
* `update` logs for `PROD` server * `update` for `Makefile` * `update` for `.dockerignore` * `setup` of `Docker` development env * `update` for `package.json` with `scripts:` * `.gitignore` update * `update` for `Docker` in `PROD` deployment * `update` Makefile * `update` for `README.md` * `update` express server for `https` * add `new` deploy script with `Github Actions` * `update` github actions test * `revert` for `http` only support * `update` for `Makefile` * `update` for `deploy.yml` * `revert` for `http` only support * `add` for `https` deploy * `update` - `Makefile` * `update` - `my-server.js` * issue `990` * issue `990` - `V1` * issue #949 * `update` packages * `update` for `github/actions` * issue #986 * `logs` update * `update` for `settings.json` * `update` issue #986 * `update` for `mobile` view `auth` * `revert` express for `heroku` * `revert` express for `heroku` * `revert` express for `heroku` * `revert` for `DEV` test `heroku` * `revert` for `DEV` test `heroku` * `revert` for `DEV` test `heroku` * `add` back `AuthWidget` * issue #1004 * issue #1004 * issue #1004 `checkout` * `update` example widget * issue #1004 * issue #1004 `dark-mode` hovers * issue #1004 `🐞 debug` * issue #1004 `🐞 debug` * issue #1004 * issue #1004 `🐞 debug update` * `revert` to `PROD` of `express-server` * `deepsource` JS-0239 * `deepsource` JS-0239 * `deepsource` JS-0242 * `deepsource` JS-T1001
* issue #1006 #1021 * `update` .github/deploy script * issue #1019 * `renaming` * `aesthetic` `doc` * `update` for `docker:dev` + `package.json` scripts * `update` with `main` * `update` settings.json * issue #951 * issue #951 * issue #951 * issue #951 `redundant` code * issue #951 * issue #1028 * issue #951 `styles` update * `deepsource` JS-0128
migbash
added
🐞 [A] bug
Something isn't working. Needs to be looked at.
documentation
Improvements or additions to documentation
🌟 [A] enhancement
New feature or request
announcement
Official Announcements
📣 [A] high priority
Something that needs attention and accelerated resolving
labels
Feb 1, 2023
migbash
changed the title
Dev
Dev to Feb 1, 2023
PROD
| web-3 wallet, fixture-standings, bugs, optimization, auth
jonsnowpt
approved these changes
Feb 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐞 [A] bug
Something isn't working. Needs to be looked at.
🌟 [A] enhancement
New feature or request
📣 [A] high priority
Something that needs attention and accelerated resolving
announcement
Official Announcements
documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📃 Squash Description
PRs
Detailed
PR #1030
Transaltions
forauth_translations
#1006Update
forHeroku
deploymentexpress-js
server configuration #1019ℹ Type of change
🧰 How Has This Been Tested?
localhost
heroku
|DEV
✔ Self-checklist:
This code
follows the style guidelines of this projectThis code
is self-reviewedThis code
is commented, particularly in hard-to-understand areasDocumentation
has been updatedThis code
does not generate new warningsThis code
contains added tests that prove my fix is effective or that my feature worksThis code
new and existing unit tests pass locally with my changes⚠ Warning:
Please ensure that your code does not contain
console
without theif (dev) console...
to avoid memory overflows on the server. Or remove the
console
if no longer needed.Please ensure that any
GraphQL
query used starts with theprefix
-REDIS_CACHE_
orFRONTEND_
.