response icon indicating copy to clipboard operation
response copied to clipboard

Monzo's real-time incident response and reporting tool ⚡️

Results 46 response issues
Sort by recently updated
recently updated
newest added

It's currently possible to create a notification handler with a function name too long to fit in the `key` column in the notifications database table. Recommendations of fixes, either: -...

I believe it's currently possible to set a channel name with `rename` that is too long to fit in the database table. Recommendations of fixes: 1. Convert to `TextField`, on...

Hi, I am just trying to setup response app on Local Laptop. Getting these error logs. ``` [INFO] Waiting for DB response | [INFO] Migrating database postgres | 2019-07-22 11:29:09.675...

Hey there, we've started to use response very recently as a PoC to handle our incident response process internally. We were looking for a solution that integrates well with slack...

Is it possible to get the UI updated so that it can display action items as shown in the demo video?

enhancement

Hello, I am trying to leverage the packaged version, and adding additional functionality per this documentation: https://github.com/monzo/response/blob/master/docs/development.md In manage.py I've added: `import ui.keyword_handlers` I've created a new file called keyword_handlers.py:...

In addition to the slack event handlers provided by response, it would be great to take actions on the opening, closing or comms channel creation for an incident. These are...

I'd like to submit a pull request but don't have permission to push my branch. Are you open to contributions? We're using response at my work and have a few...

Could an example of how to add additional handlers/commands be added to the demo app so consumers of the new architecture (as a package) know how they can add their...

enhancement

Since the change to disable debug in PROD in #40 (rightly so!), static files are no longer being served up and producing "not found" messages for requests to the those...