- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 17 2024
Jul 16 2024
feedback. remove unnecessary homebrew install deps script
review feedback
rebase
only create vpc, subnets, and internet gateway if user created option is true
feedback
reduce line count
include logic to disable traffic until all nodes available
create secondary resources after primary
typo
include security group
Jul 12 2024
No longer needed. Included in prior diff
Add option for user created vpc to avoid migration of prod aws rds instance to new vpc
Jul 11 2024
Just saw https://linear.app/comm/issue/ENG-8810/unable-to-login#comment-47abbe95. Unrelated to the actual code in this diff but we should probably make a fix a dependency for this one
Jul 10 2024
run this command every time
Directly synced with Varun. Looks good. Before landing make sure to remove need for unnecessary partition key check and add a comment for changes starting from line 340 in services/identity/src/database.rs
Jul 9 2024
Jul 8 2024
set to false initially
Jun 28 2024
rebase
rebase with new docker image push
revamp. No longer reenabling default features. Instead just adding to rustls-tls to identity Cargo.toml
recompile backup_client from workspace cargo.toml change
Jun 27 2024
Jun 26 2024
add email subscription
fix filters and log group names
change pattern to "dns error"
We actually do want this as "dns error"
Jun 25 2024
In D12563#355851, @bartek wrote:Are you planning to use moved { } block? Or use terraform state mv to move it without recreating?
Jun 24 2024
Jun 23 2024
Jun 20 2024
Jun 19 2024
Jun 18 2024
In D12457#353784, @ashoat wrote:Why not the latest version?
This makes a lot of sense. Not sure why I didn't consider this on first implementation but glad you caught it now.