dependabot[bot]
91a0febeec
build(deps): bump react-datepicker from 1.6.0 to 1.7.0 in /ui
...
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases )
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v1.6.0...v1.7.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-17 10:36:31 +00:00
Łukasz Mierzwa
a09d360c7d
Merge pull request #154 from prymitive/fix-label-set
...
fix(ui): move ul to a dedicated div to prevent bottom border
2018-10-16 19:22:31 +01:00
Łukasz Mierzwa
a85f3810aa
fix(ui): move ul to a dedicated div to prevent bottom border
...
The way list-group-flush is styled any extra element on the ul level seems to be causing top/bottom borders to show up, move it under a dedicated div to prevent that from happening, with list-group-flush we want borders only between label set elements
2018-10-16 18:43:16 +01:00
Łukasz Mierzwa
24f0b53c0b
Merge pull request #153 from prymitive/dependabot/dep/github.com/prometheus/client_golang-0.9.0
...
build(deps): bump github.com/prometheus/client_golang from 0.8.0 to 0.9.0
2018-10-16 13:16:20 +01:00
dependabot[bot]
ecd91620c0
build(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v0.8.0...v0.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-16 11:18:30 +00:00
Łukasz Mierzwa
681e6eeede
Merge pull request #152 from prymitive/dependabot/npm_and_yarn/ui/mobx-react-5.3.1
...
build(deps): bump mobx-react from 5.2.8 to 5.3.1 in /ui
2018-10-16 11:40:40 +01:00
dependabot[bot]
76c9c8d0e5
build(deps): bump mobx-react from 5.2.8 to 5.3.1 in /ui
...
Bumps [mobx-react](https://github.com/mobxjs/mobx-react ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/mobxjs/mobx-react/releases )
- [Changelog](https://github.com/mobxjs/mobx-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mobxjs/mobx-react/compare/5.2.8...5.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-16 09:42:16 +00:00
Łukasz Mierzwa
a064b6e898
Merge pull request #147 from prymitive/label-name-style
...
refactor(ui): change label style to make the value more visible
2018-10-16 09:25:19 +01:00
Łukasz Mierzwa
6cfff556a5
chore(demo): always deploy to heroku
...
This means that heroku runs anything, rather than current master, but it allows to test PRs there
2018-10-15 19:05:49 +01:00
Łukasz Mierzwa
6a2f5c9c81
feat(demo): add alerts with long strings to the demo generator
2018-10-15 19:05:49 +01:00
Łukasz Mierzwa
cd29ae431e
refactor(ui): use flex instead of float in alert group header
2018-10-15 19:05:49 +01:00
Łukasz Mierzwa
8bc2c83de3
refactor(ui): change label style to make the value more visible
...
Fixes #18
2018-10-15 19:05:49 +01:00
Łukasz Mierzwa
794b54e5b9
Merge pull request #150 from prymitive/dependabot/npm_and_yarn/ui/node-sass-4.9.4
...
build(deps-dev): bump node-sass from 4.9.3 to 4.9.4 in /ui
2018-10-15 16:45:48 +01:00
dependabot[bot]
8682c1ea03
build(deps-dev): bump node-sass from 4.9.3 to 4.9.4 in /ui
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.9.3...v4.9.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-15 08:00:59 +00:00
Łukasz Mierzwa
548ef75970
Merge pull request #149 from prymitive/dependabot/npm_and_yarn/ui/react-scripts-2.0.5
...
build(deps): bump react-scripts from 2.0.4 to 2.0.5 in /ui
2018-10-14 21:07:40 +01:00
dependabot[bot]
5764136a18
build(deps): bump react-scripts from 2.0.4 to 2.0.5 in /ui
...
Bumps [react-scripts](https://github.com/facebook/create-react-app ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/compare/react-scripts@2.0.4...v2.0.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-14 19:11:05 +00:00
Łukasz Mierzwa
038d80807b
Merge pull request #148 from prymitive/speed-up-updates
...
refactor(ui): speed up updates with large number of alerts
2018-10-14 13:41:15 +01:00
Łukasz Mierzwa
bbd9edab26
refactor(ui): speed up updates with large number of alerts
...
Comparing group dicts with large number of alerts is expensive, doing it per group and using hash checks will speed up updates, especially when alerts don't change often
2018-10-14 12:09:38 +01:00
Łukasz Mierzwa
e6715d8ea1
Merge pull request #146 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/free-regular-svg-icons-5.4.1
...
build(deps): bump @fortawesome/free-regular-svg-icons from 5.4.0 to 5.4.1 in /ui
2018-10-11 23:33:37 +01:00
dependabot[bot]
2cedb13a52
build(deps): bump @fortawesome/free-regular-svg-icons
...
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 22:00:18 +00:00
Łukasz Mierzwa
3ba8ad817d
Merge pull request #145 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/free-solid-svg-icons-5.4.1
...
build(deps): bump @fortawesome/free-solid-svg-icons from 5.4.0 to 5.4.1 in /ui
2018-10-11 22:58:08 +01:00
dependabot[bot]
ea720f90d6
build(deps): bump @fortawesome/free-solid-svg-icons
...
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 21:23:37 +00:00
Łukasz Mierzwa
970633453f
Merge pull request #144 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/fontawesome-svg-core-1.2.6
...
build(deps): bump @fortawesome/fontawesome-svg-core from 1.2.5 to 1.2.6 in /ui
2018-10-11 22:21:25 +01:00
dependabot[bot]
e0c8f946c8
build(deps): bump @fortawesome/fontawesome-svg-core
...
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 19:53:17 +00:00
Łukasz Mierzwa
ee32e23550
Merge pull request #143 from prymitive/dependabot/npm_and_yarn/ui/@commitlint/travis-cli-7.2.1
...
build(deps-dev): bump @commitlint/travis-cli from 7.2.0 to 7.2.1 in /ui
2018-10-11 20:42:38 +01:00
dependabot[bot]
023fc9e0c9
build(deps-dev): bump @commitlint/travis-cli from 7.2.0 to 7.2.1 in /ui
...
Bumps [@commitlint/travis-cli](https://github.com/marionebl/commitlint ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/marionebl/commitlint/releases )
- [Changelog](https://github.com/marionebl/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/marionebl/commitlint/compare/v7.2.0...v7.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-11 18:54:35 +00:00
Łukasz Mierzwa
6dbe5683c8
Merge pull request #142 from prymitive/match-counter-tooltip
...
feat(ui): add tooltips to silence matcher counters
2018-10-11 12:59:45 +01:00
Łukasz Mierzwa
ba3a572604
feat(ui): add tooltips to silence matcher counters
2018-10-11 12:23:22 +01:00
Łukasz Mierzwa
931c7d0582
Merge pull request #141 from prymitive/pagination-tweaks
...
chore(ui): tweak affected alerts preview
2018-10-11 12:21:23 +01:00
Łukasz Mierzwa
a0cca7f049
chore(ui): tweak affected alerts preview
2018-10-11 11:50:16 +01:00
Łukasz Mierzwa
02443edd8d
Merge pull request #140 from prymitive/fix-silence-for-hide
...
fix(ui): fix silence form reset callbacks
2018-10-11 10:55:58 +01:00
Łukasz Mierzwa
96acb5bbfe
fix(ui): fix silence form reset callbacks
...
resetProgress() should only be called *after* form is hidden, doing it before will cause it to re-render with UserInput stage which will trigger autocomplete requests
2018-10-11 10:25:31 +01:00
Łukasz Mierzwa
3fb4feb731
feat(ui): allow passing extra props down to modal transition
2018-10-11 10:24:35 +01:00
Łukasz Mierzwa
e443e659c6
Merge pull request #138 from prymitive/dependabot/npm_and_yarn/ui/@sentry/browser-4.1.1
...
build(deps): bump @sentry/browser from 4.1.0 to 4.1.1 in /ui
2018-10-11 08:44:01 +01:00
dependabot[bot]
39d5775158
build(deps): bump @sentry/browser from 4.1.0 to 4.1.1 in /ui
...
Bumps [@sentry/browser](https://github.com/getsentry/raven-js ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/getsentry/raven-js/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/raven-js/compare/4.1.0...4.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-10 22:37:10 +00:00
Łukasz Mierzwa
e81bc0aa3c
Merge pull request #139 from prymitive/preview-pagination
...
feat(ui): paginate long preview lists
2018-10-10 23:12:49 +01:00
Łukasz Mierzwa
8d7561cee6
feat(ui): paginate long preview lists
2018-10-10 22:41:05 +01:00
Łukasz Mierzwa
5b7f1f6eae
Merge pull request #137 from prymitive/dependabot/npm_and_yarn/ui/@sentry/browser-4.1.0
...
build(deps): bump @sentry/browser from 4.0.6 to 4.1.0 in /ui
2018-10-10 13:51:08 +01:00
dependabot[bot]
59eb0a3649
build(deps): bump @sentry/browser from 4.0.6 to 4.1.0 in /ui
...
Bumps [@sentry/browser](https://github.com/getsentry/raven-js ) from 4.0.6 to 4.1.0.
- [Release notes](https://github.com/getsentry/raven-js/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/raven-js/compare/4.0.6...4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-10 12:12:27 +00:00
Łukasz Mierzwa
29f05605a1
Merge pull request #136 from prymitive/update-screenshots
...
chore(docs): update screenshots
2018-10-09 21:45:33 +01:00
Łukasz Mierzwa
67eb1ad94e
chore(docs): update screenshots
2018-10-09 21:14:36 +01:00
Łukasz Mierzwa
50665e28e0
Merge pull request #135 from prymitive/modal-fix
...
fix(ui): don't try to enable scrolling on unmounted modal
v0.14
2018-10-09 20:21:03 +01:00
Łukasz Mierzwa
909d5a13b3
fix(ui): don't try to enable scrolling on unmounted modal
...
when we call enableBodyScroll() .modal instance is already gone, which causes crashes on touch enabled devices
2018-10-09 19:44:20 +01:00
Łukasz Mierzwa
b39f37a6e9
Merge pull request #134 from prymitive/dependabot/dep/github.com/sirupsen/logrus-1.1.1
...
build(deps): bump github.com/sirupsen/logrus from 1.0.6 to 1.1.1
2018-10-09 10:02:23 +01:00
dependabot[bot]
d767f4a574
build(deps): bump github.com/sirupsen/logrus from 1.0.6 to 1.1.1
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.0.6 to 1.1.1.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.0.6...v1.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-09 08:33:32 +00:00
Łukasz Mierzwa
639548955d
Merge pull request #132 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/free-regular-svg-icons-5.4.0
...
build(deps): bump @fortawesome/free-regular-svg-icons from 5.3.1 to 5.4.0 in /ui
2018-10-09 09:27:49 +01:00
dependabot[bot]
b794b55e3d
build(deps): bump @fortawesome/free-regular-svg-icons
...
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-09 07:41:48 +00:00
Łukasz Mierzwa
1546781668
Merge pull request #131 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/free-solid-svg-icons-5.4.0
...
build(deps): bump @fortawesome/free-solid-svg-icons from 5.3.1 to 5.4.0 in /ui
2018-10-09 08:36:00 +01:00
dependabot[bot]
c615f415d6
build(deps): bump @fortawesome/free-solid-svg-icons
...
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-10-09 07:02:45 +00:00
Łukasz Mierzwa
544d45e86c
Merge pull request #130 from prymitive/dependabot/npm_and_yarn/ui/@fortawesome/fontawesome-svg-core-1.2.5
...
build(deps): bump @fortawesome/fontawesome-svg-core from 1.2.4 to 1.2.5 in /ui
2018-10-09 07:58:57 +01:00