Chris Hill-Scott

Results 11 issues of Chris Hill-Scott

Pyupgrade1 automatically upgrades syntax for newer versions of Python. Newer syntax is often friendlier and less verbose – for example f-string formatting rather than calls to `str.format`. It has a...

These are the straightforward changes from this doc: https://docs.google.com/document/d/15jG6UW7aoCQ15E8uTVfpMG_lEYtCbJueEg-ww2O-6Nc/edit?pli=1 We’re changing the wording here based on things we observed in user research.

If someone isn’t getting a response to their request they could try: - requesting again - asking a different team member This pull request adds a link to the personalisation...

In case we do a migration that needs the cache clearing, or if we get some dodgy data in our local environments it’s useful to be able to clear the...

We excluded this file from version control because it’s copied automatically from utils, so we only need to modify it and track changes there. In theory at least. In practice...

We excluded this file from version control because it’s copied automatically from utils, so we only need to modify it and track changes there. In theory at least. In practice...

Depends on: - [x] https://github.com/alphagov/notifications-utils/pull/1137

We won’t ever want to have one service batching up unsubscribe requests for another. As of https://github.com/alphagov/notifications-api/pull/4191 we are serialising the service ID so the method on the model doesn’t...

Best reviewed commit-by-commit. *** Notifications are one of the last database objects in the admin app that we are still passing around as raw JSON, rather than wrapping them in...

This removes the check which hides the feature from non-platform-admin users, making it available to everyone.