-
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(0.28.0): merge to prod #781
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.27.0 to develop
* chore(axios): upgrade axios to 0.24 and add axios cache interceptor pin axios to only allow minor patch upgrades, and pin the version of interceptor exactly. this is because there is a support table [here](https://axios-cache-interceptor.js.org/guide/getting-started) that lists the compat and we require at least 0.6.x for ETag support. in order to prevent versioning errors (0.8.4 of interceptor works wtih 0.25 of axios!!), we will pin the exact version of interceptor + patch version of axios * feat(axiosinstance): add initialisation code * chore(package): lock versions * fix(axiosinstance): update config for cache interceptor
* feat(step functions service): add step functions service * feat(dynamo cb client): add get all items function * feat(config): add env var for step functions * feat(dynamodb): integration with infra service * test(dynamodb service): add test cases * fix(infra service): fix wrong feature flag * style(infra service): use env var rather than inline const * feat(dynamodb service): add type guard * fix(typeguard): fix type guard * style(env var): change naming * fix(typeguard): check for undefined values * style(env var): better naming * fix(config): give default value for step functions arn * style(dynamoDb service): add args to constructor for ease of testing * fix(infra service): add awaits * fix(step functions): region should come from env vars * fix(infra service): handle error appropriately
* feat: fetch only latest open PR from DB * fix: ts error for null check * fix: tests * fix: rename route to listValidReviewRequests * feat: filter for both open and approved PRs * fix: tests
* fix(headerinterpreter): use custom interpreter * build(ppackagge.json): add cache parser * chore(headerinterpreter): prefix w/ custom * fix(axiosinstance): preserve existing headers
* fix(directory): default to empty array * chore(directory): remove console log
* refactor(parsepagename): add guard for markdownpage * refactor(types/utils): update type def and shift util function otu * feat(config): add parsing * feat(pageservice): refactor to have stronger guarantee on method * chore(errors): add new error types * chore(configService): add precondition for pathinfo * refactor(types): rejig * refactor(rr service): more elaborate parsing n defaults * ref(review): update call sites and add new method * chore(services): init service * fix(rr): change andThen to map * chore(rr): ref to fiot new api * chore(error): add status code * fix(sites): update typing and refactor for result * chore(review): update review dto * ref(types): add more github types * chore(pages): add docs * fix(tests): fixed tests and services * chore(notifications spec): add missing imports * test(tests): fixed all tests * chore(types): update types and add default return
seaerchin
changed the title
release(0.28.0): merge to master
release(0.28.0): merge to prod
May 25, 2023
|
kishore03109
approved these changes
May 25, 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.
What's Changed
Full Changelog: v0.27.0...v0.28.0