2172 Commits

Author SHA1 Message Date
Ł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
Łukasz Mierzwa
64fc5bd8b1 Merge pull request #479 from prymitive/renovate/node-10.x
chore(deps): update node.js to v10.15.2
2019-02-28 14:10:07 +00:00
Renovate Bot
fb3adf4af9 chore(deps): update node.js to v10.15.2 2019-02-28 12:54:24 +00:00
Łukasz Mierzwa
77af255a68 Merge pull request #478 from prymitive/go-download
chore(ci): drop go mod download calls
2019-02-27 21:38:09 +00:00
Łukasz Mierzwa
43809330a7 chore(ci): drop go mod download calls
Linked issue was resolved as of Go 1.12, so this is no longer needed
2019-02-27 20:46:59 +00:00
Łukasz Mierzwa
d49748e639 Merge pull request #477 from prymitive/docker-go-modules
chore(go): use /src as source dir when building Go code
2019-02-27 20:45:39 +00:00
Łukasz Mierzwa
cf7a7de679 chore(go): use /src as source dir when building Go code
Modules no longer require being inside the GOPATH, moving it outside ensures that we don't use anything from GOPATH anymore
2019-02-27 20:06:20 +00:00
Łukasz Mierzwa
bca7b440f4 Merge pull request #476 from prymitive/go-1.12
chore(backend): use go 1.12 when building demo docker image
2019-02-27 08:58:28 +00:00
Łukasz Mierzwa
cf4444f6f3 chore(backend): use go 1.12 when building demo docker image 2019-02-27 08:07:26 +00:00
Łukasz Mierzwa
527fc082f2 Merge pull request #475 from prymitive/renovate/docker-golang-1.x
chore(deps): update golang docker tag to v1.12.0
2019-02-27 07:57:44 +00:00
Renovate Bot
7debec6976 chore(deps): update golang docker tag to v1.12.0 2019-02-27 07:05:35 +00:00
Łukasz Mierzwa
c0ac6b21b2 Merge pull request #474 from prymitive/go-mod-tidy
chore(backend): run go mod tidy
2019-02-27 07:04:29 +00:00
Łukasz Mierzwa
d358de94fe chore(backend): run go mod tidy
This is to cleanup go.sum from old entries and ensure it contains everything it should
2019-02-26 23:02:00 +00:00
Łukasz Mierzwa
816965fd0a Merge pull request #473 from prymitive/go-1.12
chore(backend): use go 1.12 on travis
2019-02-26 20:47:44 +00:00
Łukasz Mierzwa
28f03bce39 chore(backend): use go 1.12 on travis 2019-02-26 19:56:35 +00:00
Łukasz Mierzwa
b447702fce Merge pull request #469 from prymitive/renovate/github.com-gin-contrib-static-digest
chore(deps): update github.com/gin-contrib/static commit hash to d034493
2019-02-26 19:55:56 +00:00
Renovate Bot
131a2ce43c chore(deps): update github.com/gin-contrib/static commit hash to d034493 2019-02-26 19:06:46 +00:00
Łukasz Mierzwa
c4ba44dedb Merge pull request #468 from prymitive/renovate/github.com-gin-contrib-gzip-digest
chore(deps): update github.com/gin-contrib/gzip commit hash to 3ee4a99
2019-02-26 18:46:01 +00:00
Renovate Bot
37df516ee5 chore(deps): update github.com/gin-contrib/gzip commit hash to 3ee4a99 2019-02-26 18:02:26 +00:00