Response Versions Save

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

release-0.5.1

3 years ago

Minor tweaks:

#226: Allow for bot users to be excluded from the cache Also bumps factory_boy to >3

release-0.5.0

3 years ago

#220: Remove deprecated Slack channel API calls. Use conversations API. Fixes #218 #216 / #217 : Bump django from 2.2.10 to 2.2.13

release-0.4.1

3 years ago

Includes a couple of minor wording tweaks:

#223: Consistent reminder wording (hasn't/doesn't) #225: Add a clearer Title placeholder

release-0.4.0

3 years ago

#204 Add a new homepage to UI, and display actions on incident pages #211 Update documentation and code to support the use of Slack bot tokens (starting xoxb)

release-0.3.9

4 years ago

Minor release to address vulnerability, update documentation, and include static select options in the block kit library.

#203 Add static select to block kit library #208 Bump bleach library version #209 Replace ascii arrow with unicode 😎 #210 Documentation improvements

release-0.3.8

4 years ago

Minor release to upgrade dependencies with vulnerabilities.

#198 - Bump django from 2.2.9 to 2.2.10 #200 - Bump bleach from 3.1.0 to 3.1.1

release-0.3.7

4 years ago

#193 Fix: Add missing migration to auto set an actions created date

release-0.3.6

4 years ago

This release adds extra fields to the Actions (#192) with the aim of making actions easier to track and prioritise. All fields are nullable so there should not be a migration problem.

Fields added:

  • Created date - automatically set when the action is created
  • Priority - High, Medium or Low
  • Done date
  • Due date
  • Type
    • Detective - does this make it easier for us to catch this problem in future?
    • Preventative - does this make it less likely to happen in future?
    • Corrective - is this restoring us back to a normal working state?

release-0.3.5

4 years ago

Patch release to include:

#191 Increase the default page size for users to 500 by default

release-0.3.4

4 years ago

New Features

#189 Improved summary and impact update mechanisms

Bug Fixes

#187 Removed private incidents. This wasn't fully featured enough to be useful #188 Improvement to clean up exception handling