-
Notifications
You must be signed in to change notification settings - Fork 1
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
release(0.37.0): merge to prod #876
Merged
Merged
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
Release 0.36.0
* feat(preview): added preview images * fix(deps): fix package-lock.json * fix(sanitizer): build error * fix(test): fix tests with PreviewService * fix(preview): minor fixes according to review * ref(preview): added error description and comments * feat(previews): deny requests with more than limit no of sites and admin users
* feat(statsservice): add new method to track calls * feat(axiosinstance): write interceptor to ping dd * fix(axiosinstance): remove user type * fix(stats): remove unused stuff + resolve dpes cycle * refactor(axiosinstance): update for multiple sites
…ch process (#870) * feat(env vars): remove redundant env vars * feat(types): add in site launch types * feat(microservices): delete unused folder * feat(queue): remove queue client and service * feat(queues): fix imports + any reference to env vars * build(package json): remove redundant deps * test(unit tests): fix failing unit tests
* fix(reviewRequestService): upsert in case of concurrent api calls * feat(reviewRequestService): add transactions * test(sequalize): pass jest tests * test(reviewRequestService): add test spec to prevent regression
* feat(types): add types * feat(service): add method to track rating * fix(router): add router * chore(statsservice): add nps variant * refactor(metrics): refactor to const * chore(metrics): removed unused import * chore(statsservice): remove extra import
* Install simple-git and mock-fs packages * Introduce git file system types and errors * Add config variable to specify EFS volume path * Create new GitFileSystemService to support reads * Add unit tests for GitFileSystemService * Update default directory for EFS store * Add TODO notes for unimplemented methods * Abstract repeated checks into individual functions * Avoid returning unknown errors and null OKs * Checkout the default branch just in case * Use neverthrow the proper way * Update unit tests * Add comment on boolean error type * Add logger for unknown errors * Add missing packages in package-lock.json
* feat(siteLaunch): restrict to admin * fix(siteLaunch): proper check for site admin
|
seaerchin
force-pushed
the
release/0.37.0
branch
from
August 3, 2023 08:08
b7865a3
to
f741d05
Compare
|
harishv7
approved these changes
Aug 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
dup of #875 to prod