In D13096#369718, @varun wrote:how'd you decide on --since 1d?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Aug 16 2024
Aug 16 2024
will added a comment to D13096: [terraform] include keyserver logs on keyserver init for qr code for self-host aws-deploy script.
Aug 15 2024
Aug 15 2024
Aug 14 2024
Aug 14 2024
Aug 13 2024
Aug 13 2024
In D12409#352512, @tomek wrote:It might be a good idea to create a task tracking landing this.
will added inline comments to D12409: [lib] Use sqlite for message store local instead of redux persist.
will updated the diff for D12409: [lib] Use sqlite for message store local instead of redux persist.
return local messages when there are payloadMessages
Aug 12 2024
Aug 12 2024
will updated the diff for D12960: [terraform] configure personal ip address through script and not allowed_ips var.
nit sg
will updated the diff for D12960: [terraform] configure personal ip address through script and not allowed_ips var.
update to [[
Aug 9 2024
Aug 9 2024
will updated the diff for D12960: [terraform] configure personal ip address through script and not allowed_ips var.
review feedback
Aug 8 2024
Aug 8 2024
will added inline comments to D12960: [terraform] configure personal ip address through script and not allowed_ips var.
will added inline comments to D12960: [terraform] configure personal ip address through script and not allowed_ips var.
address false positives
Aug 7 2024
Aug 7 2024
review feedback AWS_DEFAULT_REGION to AWS_REGION
rebase and created shared locals file
rebase before landing
move up image to 103
rebase before landing
will updated the diff for D12906: [terraform] Create module for webapp/landing and convert webapp to module.
rebase before landing
Aug 6 2024
Aug 6 2024
Diff no longer required. @marcin seems to have resolved his Nix watchman issues on https://linear.app/comm/issue/ENG-8886/watchman-failure-in-cd-native-andand-yarn-dev
rebase before land
Aug 5 2024
Aug 5 2024
will updated the summary of D12906: [terraform] Create module for webapp/landing and convert webapp to module.
will updated the diff for D12906: [terraform] Create module for webapp/landing and convert webapp to module.
review feedback
will updated the summary of D12927: [keyserver] Do not verify identity logged for webapp and landing.
review feedback
Looks good to me!
In D12959#366803, @bartek wrote:Accepting because according to your test plan, it worked. It should work as long as aws-cli-v2 is used because it supports AWS_DEFAULT_REGION.
But be aware that AWS_REGION env takes precedence over AWS_DEFAULT_REGION in the CLI and generally the former should be used. This script will fail if somebody sets AWS_REGION to something else.
More context: https://stackoverflow.com/a/75670789 and https://docs.aws.amazon.com/sdkref/latest/guide/feature-region.html
It's unfortunate that SO has better explanation than official docs ¯\_(ツ)_/¯
include default blank landing domain
Aug 2 2024
Aug 2 2024
Aug 1 2024
Aug 1 2024
full review feedback
review feedback. use secrets.json approach instead of .env
Jul 31 2024
Jul 31 2024
will added a comment to D12906: [terraform] Create module for webapp/landing and convert webapp to module.
In D12906#365084, @bartek wrote:Nice! The code structure looks neat!
In the future we can do a similar thing to our ECS services - modules can help avoid lots of duplication.The only thing I have mixed feelings is the name node_service - I think of it as a Node.js service (in fact it is) 😅 Could it be sth like keyserver_node_service? IDK
P.S. Have you tried terraform state mv or just killed old resources and restarted? :D Just curious, I'd do the latter
will added inline comments to D12927: [keyserver] Do not verify identity logged for webapp and landing.
Jul 30 2024
Jul 30 2024
Planning to change .env to secrets.json approach
In D12928#366013, @bartek wrote:General question:
What's the advantage of sops-encrypting new .env files instead of reusing our sops_file resource for secrets.json, having webapp-specific config inside it, and then doingwebapp_environment_vars = merge(local.secrets.webapp_secrets, { ... })?
I'm not saying your approach is bad, I just want to understand the motivation
will updated the summary of D12927: [keyserver] Do not verify identity logged for webapp and landing.
Jul 29 2024
Jul 29 2024
will requested review of D12906: [terraform] Create module for webapp/landing and convert webapp to module.