oncall-engine/grafana-plugin
Maxim Mordasov 59a064e05a
Bump MobX version to 6.12 and simplify stores (#3561)
# What this PR does

- update 
  "mobx" to "6.12.0",
  "mobx-react" to "9.1.0",
- add `runInAction` when update observables after async operations
- update babel config and ts config according to the
[guide](https://mobx.js.org/migrating-from-4-or-5.html)
- add  `makeObservable(this);` to each model constructor

## Which issue(s) this PR fixes

https://github.com/grafana/oncall/issues/3453

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2024-01-03 11:37:01 +00:00
..
e2e-tests fix PUT /api/v1/escalation_policies/<id> issue related to updating from_time and to_time (#3581) 2023-12-19 09:13:07 -05:00
src Bump MobX version to 6.12 and simplify stores (#3561) 2024-01-03 11:37:01 +00:00
tools Merge dev to main (#54) 2022-06-13 16:39:58 -06:00
.dockerignore Brojd/improve e2e tests dx (#3516) 2023-12-15 08:58:25 +00:00
.eslintignore generate types, create http client and add exemplary usage (#3384) 2023-11-29 05:16:13 +00:00
.eslintrc.js Webhook labels (#3383) 2023-11-22 11:17:41 +00:00
.gitignore Brojd/improve e2e tests dx (#3516) 2023-12-15 08:58:25 +00:00
.prettierrc.js World, meet OnCall! 2022-06-03 08:09:47 -06:00
.stylelintrc add selector-max-type stylelint rule 2022-11-02 11:44:42 +00:00
babel.config.json Bump MobX version to 6.12 and simplify stores (#3561) 2024-01-03 11:37:01 +00:00
Dockerfile.dev Feat(Dev): Improve Building of Grafana Plugin in Development Env + update node version (#1890) 2023-05-17 16:12:51 -04:00
jest.config.js generate types, create http client and add exemplary usage (#3384) 2023-11-29 05:16:13 +00:00
jest.setup.ts Alert group column/label selector (#3281) 2023-11-29 12:11:31 +00:00
LICENSE World, meet OnCall! 2022-06-03 08:09:47 -06:00
package.json Bump MobX version to 6.12 and simplify stores (#3561) 2024-01-03 11:37:01 +00:00
playwright.config.ts Brojd/improve e2e tests dx (#3516) 2023-12-15 08:58:25 +00:00
plopfile.js Merge dev to main (#54) 2022-06-13 16:39:58 -06:00
README.md move some grafana-plugin/README contents (#3525) 2023-12-08 10:30:01 -05:00
tsconfig.json Bump MobX version to 6.12 and simplify stores (#3561) 2024-01-03 11:37:01 +00:00
webpack.config.js increase mobile app verification token TTL from 1 minute to 5 minutes (#2859) 2023-08-22 17:09:59 +02:00
yarn.lock Bump MobX version to 6.12 and simplify stores (#3561) 2024-01-03 11:37:01 +00:00

Grafana OnCall

Developer-Friendly Alert Management with Brilliant Slack Integration

  • Connect monitoring systems
  • Collect and analyze data
  • On-call rotation
  • Automatic escalation
  • Never miss alerts with calls and SMS

Documentation