-
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 v0.79.0 #1309
Merged
Merged
release v0.79.0 #1309
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.78.0
V0.78.1 backport
* feat(caddyfile): add initial caddyfile * refactor(infra): shift infra stuff to new folder * chore(formsg): shift stuff into sub folder * refactor(server): shift infra stuff out * refactor(common): shift shared stuff into common folder * build(package/tsconfig): update packages + paths * refactor(server): swap to ts * refactor(request): update type * feat(infra/routes): add new router * refactor(router): shift initialisation in * refactor(middleware): shift shared stuff out * chore(exports): add exports from indexs * chore(featureflag): disable single export * feat(docker): add containers in docker-compose for infra * feat(deploy): update deploy stuff * chore(cleanup): remove unused/extra code in infra/server * fix(aws_deploy): update deploy file * fix(task def): removed portmappings * fix(dockerfile): copy src files over * fix(docker): update port mappings as ecs uses same network * fix(caddy): update to use local dockerfile * fix(caddyfile): upate proxies * fix(caddyfile): try to netweork via loopback * revert(aws_deploy): revert previous changes * revert(deploy_staging): revert * revert(task def): revert be task def * revert(src): revert files that were used for sidecar * refactor(support): shift into new container * fix(docker): update dockerfile + add health check * fix(aws_deploy): update tag * refactor(index): remove unsnued * fix(app spec): do replacement for container name and port * fix(ci): update image names * feat(support): connect db * chore(request): remove unused import * refactor(dockerfile): update to explicitly copy * chore(index): add a line space * refactor(support task def): update so that dd-service is `isomer-support` and team is isomer * chore(formsg tests): shift tests from `src` -> `support`
* feat(deploy_prod): update workflow to include deploy_support * feat(support-task-def): add prod * fix(task def): update dd tags to include service
Merged
Closed
alexanderleegs
approved these changes
Apr 15, 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
#1304
#1285
#1269
#1297
#1294
#1293
Tests
fix(dockerfile): revert to copy .
#1304
ci(sidecar): add deploy files for prod
#1285
See base PR!
ref(app): shift support flows into separate folder + ecs service
#1269
These tests have been done on
staging
, but the success has been checked only via email (ie, receive success email = good enough)"*link*"
inisomer-infra
orisomer
(not entirely sure why, suspect it's because our project tag in infra repo isisomer-infra
which leads to the tag beingisomer-infra
)fix: off-by-one error for month number
#1294
Deploy Notes
fix(dockerfile): revert to copy .
#1304
New environment variables:
env var
: env var detailsfetch_ssm_parameters.sh
)New scripts:
script
: script detailsNew dependencies:
dependency
: dependency detailsNew dev dependencies:
dependency
: dependency detailsfix: off-by-one error for month number
#1294
None
Full Changelog: https://github.com/isomerpages/isomercms-backend/compare/v0.78.1..v0.79.0