-
Notifications
You must be signed in to change notification settings - Fork 2
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 v0.88.0 #1395
Merged
Merged
release v0.88.0 #1395
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
backport v0.87.0
* feat: create form to send email to all site collaborators * chore: remove extra console.log statement * chore: update error message
Snyk has created this PR to upgrade yaml from 2.4.1 to 2.4.2. See this package in npm: yaml See this project in Snyk: https://app.snyk.io/org/isomer/project/676b9e26-cebf-4964-b7b3-d9843e3339ff?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Snyk has created this PR to upgrade dd-trace from 5.11.0 to 5.12.0. See this package in npm: dd-trace See this project in Snyk: https://app.snyk.io/org/isomer/project/676b9e26-cebf-4964-b7b3-d9843e3339ff?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Snyk has created this PR to upgrade winston-cloudwatch from 6.2.0 to 6.3.0. See this package in npm: winston-cloudwatch See this project in Snyk: https://app.snyk.io/org/isomer/project/676b9e26-cebf-4964-b7b3-d9843e3339ff?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Snyk has created this PR to upgrade joi from 17.13.0 to 17.13.1. See this package in npm: joi See this project in Snyk: https://app.snyk.io/org/isomer/project/676b9e26-cebf-4964-b7b3-d9843e3339ff?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
these are all eb specific stuff which has since been deprecated
Merged
harishv7
approved these changes
May 30, 2024
Merged
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.
New
#1394
#1393
#1387
#1390
#1389
#1388
#1386
#1368
#1385
Tests
fix(cache): cached results on the same request
#1393
in local:
go to
SitesCacheService.ts
and modify the functiongetAllRepoData()
Create 2 different Github users with two different access permissions (on two different browers) and spam the
/sites
page.assert that the pages returned are accurate to what the user expects.
In staging:
1.Login via github for a NON admin user, assert that you do not see any sites
feat: create form to send email to all site collaborators
#1368
jacob-staging
siteDeploy Notes
feat: create form to send email to all site collaborators
#1368
New environment variables:
NOTIFY_SITE_COLLABORATORS_FORM_KEY
: Form secret key for the notify site collaborators formfetch_ssm_parameters.sh
)Full Changelog: https://github.com/isomerpages/isomercms-backend/compare/v0.87.0..v0.88.0