incident-bot
incident-bot copied to clipboard
The Open Source Incident Management Framework
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.0 to 7.34.1. Release notes Sourced from eslint-plugin-react's releases. v7.34.1 Fixed [jsx-no-leaked-render]: prevent wrongly adding parens (#3700[] @developer-bandi) [boolean-prop-naming]: detect TS interfaces (#3701[] @developer-bandi) [boolean-prop-naming]: literalType error...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
**Is your feature request related to a problem? Please describe.** I would like to be able to edit timeline events (time and text)/ **Describe the solution you'd like** As an...
Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2024.1. Commits fb43f95 Github releases 3680953 Bump version numbers to 2024.1 / 2024a 8cde178 IANA 2024a e22640e Squashed 'tz/' changes from cc48c2dfa..beeb53a3d ebee1ae Stop building...
Bumps [@uiw/react-textarea-code-editor](https://github.com/uiwjs/react-textarea-code-editor) from 2.1.9 to 3.0.2. Release notes Sourced from @uiw/react-textarea-code-editor's releases. v3.0.2 Documentation v3.0.2: https://raw.githack.com/uiwjs/react-textarea-code-editor/f868481/index.html Comparing Changes: https://github.com/uiwjs/react-textarea-code-editor/compare/v3.0.1...v3.0.2 npm i @uiw/[email protected] 🐞 fix(type): fix export type issue. (#170) 55ee30f...
Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 0.29.0 to 1.0.0. Changelog Sourced from marshmallow-sqlalchemy's changelog. 1.0.0 (2024-01-30) +++++++++++++++++++ Remove __version__ attribute. Use feature detection or importlib.metadata.version("marshmallow-sqlalchemy") instead (:pr:568). Support marshmallow>=3.10.0 (:pr:566). Passing info={"marshmallow": ...}...
**Describe the bug** We have 16 schedules in PagerDuty, and when we run `/incident pager` the command times out. In the log I see the following messages ``` PagerDuty returned...
## Describe your changes I've added a couple of things to allow a custom jira template be used for postmortems. ``` integrations: confluence: postmortem_template_id: 163984 ``` By setting the postmortem_template_id,...
## Describe your changes - Fixed timestamp generation so that it correctly reflects the time at the timezone. Previously timestamps were generated with the local machine time `datetime.datetime.now()` and then...