Renovate Bot
a5a2a84fa7
fix(deps): update react monorepo to v16.8.5
2019-03-22 18:38:32 +00:00
Łukasz Mierzwa
baf0890392
feat(ui): hide filter counter value when not needed
...
Right now counter badge is rendered on every filter instance, but if there's only one filter that counter has the same value as the total alert counter on left side. With this change counter badge will only be rendered if there's a filter with hits != total alert count
2019-03-22 17:02:40 +00:00
Renovate Bot
0ff98bdc38
fix(deps): update dependency react-transition-group to v2.7.0
2019-03-22 13:24:41 +00:00
Renovate Bot
8f9b466827
fix(deps): update dependency @sentry/browser to v4.6.5
2019-03-22 13:24:03 +00:00
Renovate Bot
c47fc0db74
fix(deps): update font awesome
2019-03-21 21:28:37 +00:00
Łukasz Mierzwa
147de0098b
chore(ui): upgrade all 3rd party dependencies
2019-03-21 12:19:56 +00:00
Łukasz Mierzwa
f79b655893
chore(ui): use rocket icon on the upgrade screen
2019-03-20 21:54:05 +00:00
Renovate Bot
8a9e2ac95c
fix(deps): update font awesome
2019-03-19 22:38:19 +00:00
Renovate Bot
b8814d0c5f
fix(deps): update dependency @babel/polyfill to v7.4.0
2019-03-19 21:06:26 +00:00
Łukasz Mierzwa
3974315ccc
feat(ui): add UI toggle for changing autohide settings
...
This adds a checkbox in the settings form to control if navbar autohide is on or off
Fixes #530
2019-03-15 14:57:27 +00:00
Łukasz Mierzwa
fc334ab4ac
feat(ui): add settings for controlling navbar autohide
...
This allows to control if the navbar should hide on idle or not
2019-03-15 14:57:27 +00:00
Renovate Bot
e3fdbd66f7
fix(deps): update dependency react-resize-detector to v4.0.5
2019-03-15 14:00:30 +00:00
Łukasz Mierzwa
4a751843fb
fix(ui): shared silences is now a list
...
API changed, so UI needs to follow
2019-03-15 11:26:46 +00:00
Łukasz Mierzwa
a642dd7aff
fix(ui): add margin around silence fallback
2019-03-15 11:25:30 +00:00
Renovate Bot
7874f9dea4
fix(deps): update dependency react-resize-detector to v4.0.4
2019-03-14 18:39:55 +00:00
Łukasz Mierzwa
4d138ddca7
fix(ui): tweak animations
...
Cleanup props by removing 'in' which is passed in from parent.
Set dropdown max-height to be biggish, so that the dropdown doesn't need to expand more after animation is complete.
Drop margin, padding and border overrides so transitions can't alter the size of the dropdown.
2019-03-14 18:04:21 +00:00
Renovate Bot
9dfac092c3
fix(deps): update dependency react-datepicker to v2.2.0
2019-03-14 12:38:33 +00:00
Renovate Bot
0d26e98cdd
fix(deps): update dependency react-transition-group to v2.6.1
2019-03-14 10:35:58 +00:00
Renovate Bot
f250e81ddc
fix(deps): update dependency react-json-pretty to v2.1.0
2019-03-14 08:28:22 +00:00
Renovate Bot
dedc9d1ef7
chore(deps): update dependency enzyme-adapter-react-16 to v1.11.2
2019-03-14 07:03:45 +00:00
Łukasz Mierzwa
bd0a32ec8a
chore(ui): hide annotation details only when clicking on the - icon
...
This changes handling of annotation hide/show clicks. Right now annotation details are toggled when anything inside the annotation div is clicked. With this change showing annotation details stays the same (click anywhere), but hiding those details only works when clicking the minus icon. A tooltip was added and cursor changes to pointer only when hoovering over clickable elements.
Fixes #518
2019-03-13 18:06:15 +00:00
Renovate Bot
84b5d79b44
chore(deps): update dependency enzyme-adapter-react-16 to v1.11.0
2019-03-13 07:47:09 +00:00
Renovate Bot
9bbafdfab8
fix(deps): update dependency react-json-pretty to v2.0.1
2019-03-13 05:52:19 +00:00
Renovate Bot
1ee6410273
fix(deps): update dependency react-select to v2.4.2
2019-03-12 10:35:04 +00:00
Łukasz Mierzwa
6f24026ae0
fix(ui): update grid after long silence is truncated
...
Ensures that grid is always packed correctly, since truncating silence comment can alter the size of alert group card
2019-03-08 20:10:57 +00:00
Łukasz Mierzwa
41cca9e501
feat(ui): deduplicate silences
...
If all alerts in a group are silenced and the same silence ID is used for all of them then there's no point in rendering silence object for each of the alerts, since they are all identical. Move the silence rendering to the footer if that happens so we save screen space
2019-03-08 17:41:22 +00:00
Łukasz Mierzwa
e3596dfbf4
feat(ui): truncate silences with long comments
...
Only show first 2 lines of a silence comment by default, the rest should be visible only when silence details are visible
2019-03-07 23:01:11 +00:00
Renovate Bot
2f4f686d49
fix(deps): update dependency react-scripts to v2.1.8
2019-03-07 01:01:39 +00:00
Renovate Bot
69cf07130b
fix(deps): update react monorepo to v16.8.4
2019-03-05 23:43:20 +00:00
Renovate Bot
3624aa67af
fix(deps): update dependency react-resize-detector to v4.0.2
2019-03-05 19:36:54 +00:00
Łukasz Mierzwa
95ef07bb25
chore(ui): upgrade all 3rd party dependencies
2019-03-05 14:44:48 +00:00
Łukasz Mierzwa
f099ccc0ea
feat(ui): render an indicator icon when alert is inhibited
...
Right now we don't mark inhibted alerts in any way, so they look like silenced alerts with no silence details. Add an icon with tooltip so inhibited alerts can be easily distinguished from silenced onces
2019-03-05 11:02:08 +00:00
Renovate Bot
bfb07eae54
fix(deps): update dependency react-resize-detector to v4
2019-03-04 14:41:18 +00:00
Łukasz Mierzwa
a41c07bcee
fix(ui): pass credentials when sending silences to alertmanager
...
Fixes #484
2019-03-01 20:47:36 +00:00
Łukasz Mierzwa
1093b38164
feat(ui): use not-equal operator when user alt+clicks on a label
...
When user clicks on a label we apply a foo=bar filter, this change allows to add a foo!=bar filter by holding Alt key when clicking.
Fixes #485
2019-03-01 19:44:08 +00:00
Renovate Bot
3d6b8d32ed
fix(deps): update dependency react-transition-group to v2.6.0
2019-02-26 14:48:15 +00:00
Renovate Bot
e0e7eacd40
fix(deps): update dependency @sentry/browser to v4.6.4
2019-02-26 12:05:03 +00:00
Renovate Bot
c5f97f80b9
chore(deps): update dependency enzyme-adapter-react-16 to v1.10.0
2019-02-26 08:59:35 +00:00
Renovate Bot
40c2310cc8
chore(deps): update dependency markdownlint-cli to v0.14.0
2019-02-25 06:52:43 +00:00
Łukasz Mierzwa
6ac1d17c18
refactor(ui): use bootstrap utilities for word breaks
...
Using bootstrap means that we don't need to worry about browser compatibility, which in this case means Edge where this wasn't enough
2019-02-24 22:35:39 +00:00
Łukasz Mierzwa
e20f75e09c
fix(ui): use current number of alerts in the count label
...
alertsToRender can be higher than the number of alerts in a group if the number keeps changing. This means we might end up with 'Showing 30/10', so ensuring that we don't show a number higher than the actual group size will make it more accurate
2019-02-23 11:18:44 +00:00
Łukasz Mierzwa
56a4150b86
chore(ui): upgrade all 3rd party dependencies
2019-02-22 22:47:12 +00:00
Renovate Bot
63fb461b01
fix(deps): update react monorepo to v16.8.3
2019-02-21 23:27:18 +00:00
Łukasz Mierzwa
3bd6ebbf3a
feat(ui): use grid sorting settings from the API as defaults
2019-02-20 22:24:54 +00:00
Renovate Bot
76709f4d3f
fix(deps): update dependency react-onclickoutside to v6.8.0
2019-02-20 20:32:45 +00:00
Renovate Bot
ff33045fcb
fix(deps): update dependency @sentry/browser to v4.6.3
2019-02-20 14:19:06 +00:00
Renovate Bot
624577cd61
fix(deps): update dependency @sentry/browser to v4.6.2
2019-02-19 15:43:04 +00:00
Łukasz Mierzwa
397bbe5783
feat(config): allow configuring label value mapping for sorting
...
This feature solves the problem of sorting by label when values have special meaning and alphabetic sort doesn't make sense for it.
2019-02-18 23:17:47 +00:00
Renovate Bot
7993c39442
fix(deps): update dependency react-select to v2.4.1
2019-02-18 02:16:34 +00:00
Łukasz Mierzwa
15f8af9a4a
fix(tests): update snapshot after upgrading enzyme
...
Those extra lines are 2 buttons that should be present: Back and Submit. Not sure why those were missing before, but looks like new enzyme fixes this snapshot test as those are expected.
2019-02-17 09:50:40 +00:00