Elijah Hamovitz
Elijah Hamovitz
The RED team has settled this on the channel they'd like to use for automated notifications. See [slack thread](https://codedotorg.slack.com/archives/C0SUN2W3D/p1715628737726949?thread_ts=1715368244.381839&cid=C0SUN2W3D) for more context
Currently, attempting to clone an RDS cluster with our custom `rds:clone_cluster` rake task fails with the extremely misleading error message: Aws::RDS::Errors::InvalidParameterValue: The parameter DBParameterGroupName is not a valid identifier. Identifiers...
Currently, attempting to clone a cluster with the default settings results in the error: rake aborted! Aws::RDS::Errors::InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.r4.large,...
## Links ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage - [ ]...
ActiveModel contains internal logic which will cache information about valid attributes for the model at initialization time. Unfortunately, that means if a migration makes a change to a column, the...
## Links - https://makandracards.com/makandra/53562-devise-invalidating-all-sessions-for-a-user ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage -...
This one is interesting, but I think overall an improvement: > Check for usages of not (`not` or `!`) called on a method when an inverse of that method can...
Reverts code-dot-org/code-dot-org#61443, restoring https://github.com/code-dot-org/code-dot-org/pull/61289
Check the results of applying https://github.com/code-dot-org/code-dot-org/pull/66536 to an existing environment ## Links - Jira: ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ##...
## Links - Jira: ## Testing story ## Deployment strategy ## Follow-up work ## Privacy ## Security ## Caching ## PR Checklist: - [ ] Tests provide adequate coverage -...