Docs | Support

alphagov/notifications-api

master
6 years, 5 months ago
@servingUpAces Merge pull request #2766 from alphagov/delete-stmt-order-by-and-hour-separate Delete stmt order by
No dependencies with known security vulnerabilities.
delete-stmt-order-by-and-hour-separate
6 years, 5 months ago
@leohemsted order the insert/update by created_at you should always order by when doing a limit/offset, to guar
No dependencies with known security vulnerabilities.
optimize-delete-stmt-remove-subquery
6 years, 5 months ago
@leohemsted set delete(synchronize_session=False) on bulk deletes When we're bulk updating, make sure we call `
No dependencies with known security vulnerabilities.
optimize-delete-stmt-remove-subquery
6 years, 5 months ago
@leohemsted set delete(synchronize_session=False) on bulk deletes When we're bulk updating, make sure we call `
No dependencies with known security vulnerabilities.
optimize-delete-stmt-remove-subquery
6 years, 5 months ago
@idavidmcdonald more wip
No dependencies with known security vulnerabilities.
update-postage-constraint
6 years, 5 months ago
@klssmith Update JSON schema postage validation for new values
No dependencies with known security vulnerabilities.
hourly-task-to-purge-data
6 years, 5 months ago
@servingUpAces First draft to purge high volume data on an hourly basis. This makes the assumption that we do not
No dependencies with known security vulnerabilities.
optimize-delete-stmt-remove-subquery
6 years, 5 months ago
@servingUpAces This option removes the subquery all together. It has been recommended that subqueries are really in
No dependencies with known security vulnerabilities.
optimise-delete-stmt
6 years, 5 months ago
@servingUpAces Remove the join to NotificationHistory. This is saying that we are confident that the NotificationH
No dependencies with known security vulnerabilities.
master
6 years, 5 months ago
@idavidmcdonald Merge pull request #2753 from alphagov/increase-pool-size Increase the queue pool size to 30.
No dependencies with known security vulnerabilities.
validate-and-format-postcode-api-flow
6 years, 5 months ago
@CrystalPea Update postcode validation error message
No dependencies with known security vulnerabilities.
validate-and-format-postcode-api-flow
6 years, 5 months ago
@CrystalPea Update postcode validation error message
No dependencies with known security vulnerabilities.
master
6 years, 5 months ago
@klssmith Merge pull request #2757 from alphagov/sms-response-task Add a task to handle SMS responses
No dependencies with known security vulnerabilities.
sms-response-task
6 years, 5 months ago
@klssmith Add a task to process sms callback from our providers This runs on the new `sms-callbacks` queue. T
No dependencies with known security vulnerabilities.
validate-and-format-postcode-api-flow
6 years, 5 months ago
@CrystalPea Update postcode validation error message
No dependencies with known security vulnerabilities.