Łukasz Mierzwa
0e75e63737
fix(docs): add annotations order option
2020-05-09 15:18:56 +01:00
Łukasz Mierzwa
b379e091c7
fix(tests): add annotation custom order sort tests
2020-05-09 15:18:56 +01:00
Łukasz Mierzwa
7711f3bcd6
fix(tests): update tests with annotations order option
2020-05-09 15:18:56 +01:00
Benoît Knecht
7f3846b9f8
feat(backend): Add option to order annotations
...
The `annotations.order` option lets users pass a list of annotation names in
the order they want them displayed. Any annotation that isn't in the list is
shown after the annotations from the list, in alphabetical order.
For instance, with
```yaml
annotations:
order:
- summary
- description
```
an alert with `description`, `help`, `runbook` and `summary` annotations will
have them displayed in that order:
- `summary`
- `description`
- `help`
- `runbook`
Signed-off-by: Benoît Knecht <bknecht@protonmail.ch >
2020-05-09 15:18:56 +01:00
Łukasz Mierzwa
bc6615fafb
fix(tests): update snapshots
2020-05-07 20:40:14 +01:00
Renovate Bot
b5bf1ce02f
fix(deps): update dependency react-datepicker to v2.15.0
2020-05-07 20:40:14 +01:00
Łukasz Mierzwa
210ed758ea
fix(ci): retry e2e demo site tests
2020-05-07 20:02:31 +01:00
Renovate Bot
7bd138477d
chore(deps): update dependency puppeteer to v3.0.4
2020-05-07 11:57:15 +00:00
Renovate Bot
4526dc9487
fix(deps): update dependency react-transition-group to v4.4.1
2020-05-06 19:56:21 +01:00
Renovate Bot
e696d09d8a
chore(deps): update dependency puppeteer to v3.0.3
2020-05-06 17:37:40 +01:00
Renovate Bot
2ef39c17bb
chore(deps): update module rogpeppe/go-internal to v1.6.0
2020-05-06 13:32:11 +00:00
Renovate Bot
4aeec4ec4c
chore(deps): update dependency fetch-mock to v9.5.0
2020-05-05 22:29:28 +01:00
Renovate Bot
75147c23a1
fix(deps): update dependency react-transition-group to v4.4.0
2020-05-05 21:19:12 +01:00
Renovate Bot
e65463b725
chore(deps): update dependency markdownlint-cli to v0.23.0
2020-05-05 13:58:14 +01:00
Renovate Bot
c6448581a6
chore(deps): update dependency storybook-addon-performance to v0.11.0
2020-05-05 05:23:28 +00:00
Renovate Bot
b06f1176f3
chore(deps): update dependency node-sass to v4.14.1
2020-05-05 00:53:16 +00:00
Renovate Bot
705f41b395
fix(deps): update dependency moment to v2.25.3
2020-05-04 18:17:25 +00:00
Renovate Bot
78fb68edfb
fix(deps): update dependency qs to v6.9.4
2020-05-03 23:17:35 +01:00
Łukasz Mierzwa
c316c94851
fix(ui): animate load more buttons
2020-05-03 17:38:43 +01:00
Renovate Bot
9239e8c264
chore(deps): update module gin-gonic/gin to v1.6.3
2020-05-03 16:08:34 +01:00
Łukasz Mierzwa
75eeaf233c
fix(ui): don't remove ?q= from query args when filter list is empty
2020-05-03 12:52:10 +01:00
Renovate Bot
eef3d675d6
chore(deps): update module mitchellh/mapstructure to v1.3.0
2020-05-02 22:29:13 +01:00
Łukasz Mierzwa
6127a3cf4e
fix(deps): run go mod tidy
2020-05-02 20:30:09 +01:00
Renovate Bot
4f47c9e2fb
chore(deps): update module sirupsen/logrus to v1.6.0
2020-05-02 20:30:09 +01:00
Renovate Bot
3befbea3aa
fix(deps): update dependency react-autosuggest to v10.0.2
2020-05-02 18:26:31 +00:00
Łukasz Mierzwa
ffc217566f
fix(ui): labels in the overview modal have wrong close icon color in dark mode
2020-05-02 17:27:33 +01:00
Łukasz Mierzwa
b92523b6e7
fix(ui): fix modal-body className
2020-05-02 16:04:13 +01:00
Łukasz Mierzwa
49090452a6
feat(ci): run e2e tests on demo site from CI
2020-05-02 15:28:42 +01:00
Łukasz Mierzwa
487b96917f
chore(ui): upgrade all 3rd party dependencies
2020-05-02 14:19:39 +01:00
Łukasz Mierzwa
43b57769ff
fix(ui): tweak grid icons margins
2020-05-02 13:52:05 +01:00
Łukasz Mierzwa
c397e60a32
fix(ui): revert set min-width on alert menu button
...
This reverts commit c4f4f6cff8 .
2020-05-02 13:29:24 +01:00
Łukasz Mierzwa
b85caf0b78
fix(deps): revert update dependency moment to v2.25.1
...
This reverts commit b4cb68d883 .
2020-05-01 21:23:49 +01:00
Renovate Bot
b4cb68d883
fix(deps): update dependency moment to v2.25.1
2020-05-01 19:45:50 +00:00
Łukasz Mierzwa
924c222e73
fix(demo): add rich annotations to test rendering
2020-05-01 19:06:12 +01:00
Łukasz Mierzwa
c4f4f6cff8
fix(ui): set min-width on alert menu button
...
This makes buttons less likely to have a unique width. Alert labels will be better aligned.
2020-05-01 18:36:16 +01:00
Łukasz Mierzwa
c857573ac1
fix(ui): rewrite Alert component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
dc3900663c
fix(ui): rewrite DeleteSilence component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
38a57fc24d
fix(ui): rewrite ManagedSilence component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
2dbbbb542c
fix(ui): rewrite Browser component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
f9c007d3bd
fix(ui): rewrite MatchCounter component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
1072e367c5
fix(ui): don't animate initial value of silence progress
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
bc0452a12f
fix(ui): rewrite FetchIndicator component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
d614c5298d
fix(ui): rewrite SilenceMatch component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
a0b19cb4c1
fix(ui): rewrite SilenceSubmitController component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
cd41829a27
fix(ui): rewrite SilenceProgress component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
2440b7778e
fix(ui): rewrite GroupHeader & GroupFooter components with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
dd3d9bdc73
fix(ui): rewrite ReloadNeeded component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
198a4178d2
fix(ui): rewrite MultiGridConfiguration component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
faca57831c
fix(ui): rewrite DateTimeSelect component with hooks
2020-05-01 17:57:42 +01:00
Łukasz Mierzwa
c253c40d4f
fix(ui): rewrite History component with hooks
2020-05-01 17:57:42 +01:00