Commit Graph

46 Commits

Author SHA1 Message Date
Lukasz Mierzwa
aa0e3dd68e fix(tests): get rid of enzyme 2026-02-19 10:53:16 +00:00
Łukasz Mierzwa
4cf6864174 fix(ui): use new import style 2024-01-01 17:48:44 +00:00
Łukasz Mierzwa
49be79d675 fix(ui): format code 2023-11-13 10:11:37 +00:00
Łukasz Mierzwa
92496d5fc0 fix(tests): reformat code 2023-07-25 19:16:46 +01:00
Łukasz Mierzwa
33100f01f8 fix(tests): update tests 2022-11-07 15:37:20 +00:00
Łukasz Mierzwa
e36acbd97d fix(tests): update jest tests 2022-06-02 10:20:58 +01:00
Łukasz Mierzwa
236c66c73c fix(project): drop support for alertmanger <0.22.0 2022-04-16 14:57:02 +01:00
Łukasz Mierzwa
5a1854f92d fix(ui): migrate to FontAwesome 6 2022-02-09 16:21:35 +00:00
Łukasz Mierzwa
6f3afcbdbb feat(ui): allow acks to use local timezone
Fixes #3704
2021-12-19 15:24:42 +00:00
Łukasz Mierzwa
f9aa757101 fix(ui): resolve lint errors 2021-12-15 17:02:38 +00:00
Łukasz Mierzwa
31c9468368 fix(ui): use slices for labels instead of maps 2021-10-29 17:18:15 +01:00
Łukasz Mierzwa
055f8d9f9a fix(ui): don't rely on alert list for silences 2021-07-16 19:12:29 +01:00
Łukasz Mierzwa
504a44d135 fix(ci): enable more checks in tsconfig 2021-05-25 12:46:10 +01:00
Łukasz Mierzwa
9e28da96d1 chore(ui): migrate styles to bootstrap v5 2021-05-18 21:28:28 +01:00
Łukasz Mierzwa
19345cc53a feat(ui): add support for alertmanager v0.22.0 2021-05-15 11:41:01 +01:00
Łukasz Mierzwa
7ad196155f fix(ui): reformat code 2021-05-10 11:06:40 +01:00
Łukasz Mierzwa
e45debed58 fix(ui): enable mobx strict mode in tests 2021-05-03 19:29:05 +01:00
Łukasz Mierzwa
7638d655a7 fix(ui): fix typescript warnings 2021-04-07 14:17:48 +01:00
Łukasz Mierzwa
2b963c65d1 feat(ui): allow customising ack silence comment
Fixes #2369
2020-11-24 19:52:56 +00:00
Łukasz Mierzwa
836cf67fe8 fix(tests): move fixtures to a dedicated folder 2020-10-28 12:26:51 +00:00
Łukasz Mierzwa
fd155db464 fix(ui): migrate to mobx-react-lite v3 2020-10-02 17:28:34 +01:00
Łukasz Mierzwa
632a111056 fix(ui): migrate code to mobx v6 2020-10-02 14:08:11 +01:00
Łukasz Mierzwa
6d961fa09d fix(ui): always pass type to useRef & useState 2020-07-22 21:39:43 +01:00
Łukasz Mierzwa
aa022796b4 fix(ui): resolve eslint reported issues 2020-07-21 17:58:08 +01:00
Łukasz Mierzwa
fcc795b7c9 chore(tests): migrate jest tests to typescript 2020-07-21 17:58:08 +01:00
Łukasz Mierzwa
4a16661558 chore(ui): migrate more components to typescript 2020-07-17 11:58:41 +01:00
Łukasz Mierzwa
f42f5d0f9d fix(ui): reset failed ack button after 20s
If acking an alert fails we render failure icon, but there's no way to try again. Reset button after 20s.
2020-06-25 13:09:32 +01:00
Łukasz Mierzwa
6a7cc1c72f feat(ui): drop moment.js to reduce bundle size 2020-06-17 18:57:13 +01:00
Łukasz Mierzwa
508e47f5c4 fix(ui): drop mobx-react 2020-06-10 18:15:51 +01:00
Łukasz Mierzwa
be882121cd fix(ui): drop useLocalStore from AlertAck 2020-06-08 17:16:01 +01:00
Łukasz Mierzwa
80bbc58090 fix(ui): use react-popper-tooltip instead of react-tippy 2020-05-14 11:14:45 +01:00
Łukasz Mierzwa
686f42af22 fix(ui): rewrite AlertAck with hooks 2020-05-12 18:01:47 +01:00
Łukasz Mierzwa
4b63726bc1 fix(ui): show ack errors on tooltips 2020-03-28 12:52:15 +00:00
Łukasz Mierzwa
c12f218b4e fix(ui): reformat code using prettier v2 2020-03-25 21:43:39 +00:00
Lukas Stiebellehner
5dcfe46d93 fix(ui): typo in quick acknowledge tooltip 2020-03-18 13:56:36 +01:00
Łukasz Mierzwa
caded5f465 fix(ui): remove silenceForm.author usage in the UI 2020-02-22 15:50:01 +00:00
Łukasz Mierzwa
541b1ef519 feat(ui): enforce username from credentials if auth is enabled 2020-02-22 15:50:01 +00:00
Łukasz Mierzwa
eac4b2fe85 fix(ui): acknowledgement silences should only match active alerts 2020-02-21 10:11:22 +00:00
Łukasz Mierzwa
1f22a11e14 fix(ui): use CORS credential settings from each alertmanager configuration
Fixes #1432
2020-02-19 12:10:42 +00:00
Łukasz Mierzwa
d0f59977b0 fix(ui): remove alertmanager API V1 support 2020-02-12 16:09:55 +00:00
Łukasz Mierzwa
3df4d27efc feat(ui): disable silence actions for read-only alertmanagers 2020-01-28 22:26:56 +00:00
Łukasz Mierzwa
e58cdc7d68 fix(ui): import only needed functions from semver 2019-12-18 10:18:29 +00:00
Łukasz Mierzwa
de43f1ac4a feat(ui): theme switching
This add "proper" dark mode using darkly bootstrap theme
2019-11-27 12:18:13 +00:00
Łukasz Mierzwa
159bcc4e8a fix(ui): use mode:no-cors for fetch GET requests
This should play better with auth middlewares that uses redirects since CORS will no longer break the redirect chain
2019-11-14 16:25:17 +00:00
Łukasz Mierzwa
7ade445cf0 fix(ui): prefer author from headers when acking alerts 2019-11-11 18:25:16 +00:00
Łukasz Mierzwa
63a3d2a30b feat(ui): allow acknowledging alerts using short lived silences 2019-11-05 14:11:23 +00:00