Ł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
6ebc88b0ba
feat(api): deduplicate silences
...
Detect if all alerts are silenced with the same silence ID and expose this information in the API response.
2019-03-08 16:59:47 +00:00
Łukasz Mierzwa
ae9c2271ca
Merge pull request #499 from prymitive/renovate/node-10.x
...
chore(deps): update node.js
2019-03-08 09:46:18 +00:00
Renovate Bot
9473f32ae8
chore(deps): update node.js
2019-03-08 09:10:39 +00:00
Łukasz Mierzwa
d6a7a5fd10
Merge pull request #505 from prymitive/truncate-long-silences
...
feat(ui): truncate silences with long comments
2019-03-08 06:58:47 +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
Łukasz Mierzwa
05b42f7f6a
feat(demo): add more silence types
...
Generate silences with long comment and with Jira links
2019-03-07 22:59:57 +00:00
Łukasz Mierzwa
383f75bce9
Merge pull request #503 from prymitive/fix-tools-go
...
fix(backend): fix the syntax of tools.go
2019-03-07 17:08:33 +00:00
Łukasz Mierzwa
758a670eb6
feat(renovate): let renovate cleanup lock files
...
This enables Renovate to run 'go mod tidy' and npm/yarn lock file deduplication
2019-03-07 16:09:00 +00:00
Łukasz Mierzwa
a57e3c7c5b
fix(backend): fix the syntax of tools.go
...
Comment was incorrectly formatted, resulting in tools.go being ignored.
Fix the comment and run 'go mod tidy' to fix Go module files
2019-03-07 16:09:00 +00:00
Łukasz Mierzwa
b2b8d45399
Merge pull request #502 from prymitive/renovate/react-scripts-2.x
...
fix(deps): update dependency react-scripts to v2.1.8
2019-03-07 07:32:19 +00:00
Renovate Bot
2f4f686d49
fix(deps): update dependency react-scripts to v2.1.8
2019-03-07 01:01:39 +00:00
Łukasz Mierzwa
efea69603a
Merge pull request #501 from prymitive/renovate/react-monorepo
...
fix(deps): update react monorepo to v16.8.4
2019-03-06 07:02:36 +00:00
Renovate Bot
69cf07130b
fix(deps): update react monorepo to v16.8.4
2019-03-05 23:43:20 +00:00
Łukasz Mierzwa
3c53923b47
Merge pull request #500 from prymitive/renovate/react-resize-detector-4.x
...
fix(deps): update dependency react-resize-detector to v4.0.2
2019-03-05 20:38:44 +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
2e699d6528
Merge pull request #498 from prymitive/yarn-upgrade
...
chore(ui): upgrade all 3rd party dependencies
2019-03-05 15:20:30 +00:00
Łukasz Mierzwa
95ef07bb25
chore(ui): upgrade all 3rd party dependencies
2019-03-05 14:44:48 +00:00
Łukasz Mierzwa
82a31f317c
Merge pull request #497 from prymitive/inhibition-icon
...
feat(ui): render an indicator icon when alert is inhibited
v0.27
2019-03-05 11:35:09 +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
Łukasz Mierzwa
7a0a587ddb
feat(api): expose alert.inhibitedBy in the API
2019-03-05 11:00:54 +00:00
Łukasz Mierzwa
5d9a563479
Merge pull request #496 from prymitive/renovate/react-resize-detector-4.x
...
fix(deps): update dependency react-resize-detector to v4
2019-03-04 15:29:18 +00:00
Renovate Bot
bfb07eae54
fix(deps): update dependency react-resize-detector to v4
2019-03-04 14:41:18 +00:00
Łukasz Mierzwa
708706efde
Merge pull request #495 from prymitive/tweak-demo
...
chore(demo): add inhibited alerts to the generator
2019-03-04 14:40:33 +00:00
Łukasz Mierzwa
6428db6e77
chore(demo): add inhibited alerts to the generator
2019-03-04 12:30:41 +00:00
Łukasz Mierzwa
9ad6aaa49d
chore(github): delete actions workflow
...
Sticking with TravisCI for now
2019-03-03 13:52:21 +00:00
Łukasz Mierzwa
e428beab36
Merge pull request #494 from prymitive/rename-workflow
...
chore(github): rename workflow file
2019-03-03 13:42:09 +00:00
Łukasz Mierzwa
a7d929103c
chore(github): rename workflow file
...
main.workflow is the default filename for actions, so rename the file
2019-03-03 13:41:21 +00:00
Łukasz Mierzwa
dcdc99b6d3
feat(github): use GitHub actions for heroku app
...
This is to test using GitHub actions for building and deploying demo app to Heroku. Right now TravisCI is used for that purpose.
2019-03-03 13:31:52 +00:00
Łukasz Mierzwa
22abc4dab3
Merge pull request #493 from prymitive/renovate/node-10.x
...
chore(deps): update node.js to v10.15.2
2019-03-03 10:08:52 +00:00
Renovate Bot
c82353cdf5
chore(deps): update node.js to v10.15.2
2019-03-03 08:58:41 +00:00
Łukasz Mierzwa
158d41ab39
Merge pull request #491 from prymitive/renovate-race
...
fix(renovate): enable masterIssue option
2019-03-03 07:36:14 +00:00
Łukasz Mierzwa
fcf5a406a9
fix(renovate): enable masterIssue option
...
This is to test if it helps with renovatebot/renovate#3297
2019-03-03 07:35:29 +00:00
Łukasz Mierzwa
876414a0a6
Merge pull request #490 from prymitive/docs
...
fix(docs): add a note about supported Alertmanager releases
2019-03-02 18:57:49 +00:00
Łukasz Mierzwa
f8b343b1b1
fix(docs): add a note about supported Alertmanager releases
...
Fixes #489
2019-03-02 18:21:58 +00:00
Łukasz Mierzwa
2938d6c53e
Merge pull request #488 from prymitive/renovate/github.com-gin-gonic-contrib-digest
...
chore(deps): update github.com/gin-gonic/contrib commit hash to 54ff787
2019-03-02 09:00:15 +00:00
Renovate Bot
0d1ecf29d4
chore(deps): update github.com/gin-gonic/contrib commit hash to 54ff787
2019-03-02 08:22:54 +00:00
Łukasz Mierzwa
0100e2e0bd
Merge pull request #486 from prymitive/silence-post-credentials
...
fix(ui): pass credentials when sending silences to alertmanager
2019-03-01 21:36:35 +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
0d6505777b
Merge pull request #487 from prymitive/alt-click-label
...
feat(ui): use not-equal operator when user alt+clicks on a label
2019-03-01 20:47:08 +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
Łukasz Mierzwa
3bfc63f147
Merge pull request #483 from prymitive/renovate/github.com-gin-contrib-static-digest
...
chore(deps): update github.com/gin-contrib/static commit hash to ed51589
2019-03-01 19:11:26 +00:00
Renovate Bot
61886cf68f
chore(deps): update github.com/gin-contrib/static commit hash to ed51589
2019-03-01 18:30:49 +00:00
Łukasz Mierzwa
48fa8706d7
Merge pull request #482 from prymitive/renovate/github.com-gin-contrib-gzip-digest
...
chore(deps): update github.com/gin-contrib/gzip commit hash to b07653c
2019-03-01 18:28:45 +00:00
Renovate Bot
ec19bd704d
chore(deps): update github.com/gin-contrib/gzip commit hash to b07653c
2019-03-01 17:51:20 +00:00
Łukasz Mierzwa
475213dcbd
Merge pull request #481 from prymitive/renovate/github.com-gin-contrib-cors-digest
...
chore(deps): update github.com/gin-contrib/cors commit hash to f9e1099
2019-03-01 08:58:54 +00:00
Renovate Bot
1e0ed1bccd
chore(deps): update github.com/gin-contrib/cors commit hash to f9e1099
2019-03-01 08:06:03 +00:00
Łukasz Mierzwa
4f5cd09b6a
fix(docs): update README.md
...
Fixed some grammatical and punctuation errors to increase readability.
2019-02-28 22:10:09 +00:00
Łukasz Mierzwa
cada9d0d9c
fix(docs): break long lines to make markdown linter happy
2019-02-28 22:01:20 +00:00
Three7Six
50f0b94ce0
Update README.md
...
Fixed some grammatical and punctuation errors to increase readability.
2019-02-28 09:29:47 -08:00