Vadim Stepanov
22cb36bbb2
Simplify README.md commands ( #578 )
...
* .env_hobby -> .env
* update instructions
* pull only engine
* spelling
* remove GRAFANA_USER and GRAFANA_PASSWORD
* .env -> .env.dev
2022-09-29 13:06:33 +01:00
Rares Mardare
81df9c4838
Merge pull request #520 from grafana/472-wrong-team
...
472 wrong team
2022-09-29 14:59:52 +03:00
Vadim Stepanov
526b04f71e
change alert group naming for demo alert link ( #571 )
2022-09-29 14:09:54 +03:00
Vadim Stepanov
72e3a8c1a7
Update docker-compose version to 3.8 ( #577 )
...
* update docker-compose to 3.8 + cleanup
* change single quote to double
* make cpus string
* use extension field for oncall environment
2022-09-29 14:09:29 +03:00
Vadim Stepanov
20b8dbc2fd
lint
2022-09-29 08:45:15 +01:00
Joey Orlando
9f3f691ea4
Feat 549 - add telegram permalink to alert groups http response ( #551 )
...
* rename AlertGroup.permalink to slack_permalink
* add telegram key to alert_groups permalinks object in public API response
2022-09-28 16:59:57 +02:00
Rares Mardare
3a83516a2b
map to /incidents
2022-09-28 16:08:14 +03:00
Rares Mardare
e040494e24
Merge pull request #573 from grafana/rares/yarnlock-update
...
yarnlock update
2022-09-28 14:25:34 +03:00
Rares Mardare
1f5a3dc2f0
yarnlock update
2022-09-28 14:10:04 +03:00
Yulia Shanyrova
c86c05533a
Merge branch 'dev' into 318-slack-installation-ux
2022-09-28 12:36:34 +02:00
Yulia Shanyrova
c103464981
WIP. Slack redesign work
2022-09-28 10:20:18 +02:00
Rares Mardare
d0a59a6755
store scheduleId on store instead of passing the prop around
2022-09-27 22:43:49 +03:00
Rares Mardare
4fe644d123
renaming
2022-09-27 22:29:29 +03:00
Rares Mardare
03485a8243
added Promise.all + loader for schedule page
2022-09-27 22:21:45 +03:00
Rares Mardare
d7eb7107b7
color scheme for avatar
2022-09-27 21:57:02 +03:00
Jack Jackson
5136b05727
Fully specify ingressClassName
...
As per
[here](https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation ),
the annotation-based approach of setting Ingress Class was deprecated in
Kubernetes v1.18, which is presumably why there is a [check](7deb6fb920/helm/oncall/templates/ingress-regular.yaml (L4) )
to only add the annotation for Kubernetes versions lower than this.
However, there was no corresponding logic to add an explicit
`ingressClassName` for later versions. This change adds that.
2022-09-27 11:42:42 -07:00
Joey Orlando
0afb377117
Feat 380/311 - make plugin configuration error messages more human readable/actionable ( #563 )
...
* remove unused imports
* remove unused/redundant jsx comment
* don't show pluginStatusMessage as a styled link
* show more human readable plugin configuration errors
2022-09-27 17:31:25 +02:00
Tim Willems
516b2c446a
Changed Redis Connection String possibilities ( #538 )
...
* Update helm.py
Changed Redis Connection String possibilities
added Redis Username
added Redis Protocol
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
2022-09-27 17:20:41 +02:00
Rares Mardare
645b78d033
conditional useStore
2022-09-26 14:17:17 +03:00
Rares Mardare
2bbddb5357
linter
2022-09-26 14:10:36 +03:00
Rares Mardare
cbb0f7c024
build fix
2022-09-26 14:06:30 +03:00
Rares Mardare
ea54d21b76
Merge branch 'dev' into 472-wrong-team
2022-09-26 13:34:46 +03:00
Rares Mardare
63d2fbf715
provide width/height
2022-09-26 13:18:01 +03:00
Yulia Shanyrova
e5ca08fc1a
Merge branch 'dev' into 318-slack-installation-ux
2022-09-26 10:30:09 +02:00
Rares Mardare
f12d105ce2
color schema component
2022-09-23 17:47:02 +03:00
Vadim Stepanov
eb6bd0faf4
Merge pull request #557 from grafana/dev
...
Merge dev to main
2022-09-23 12:11:18 +01:00
Vadim Stepanov
2dbd64105a
Update CHANGELOG.md
2022-09-23 12:10:19 +01:00
Vadim Stepanov
5859e883c5
Update CHANGELOG.md
2022-09-23 12:10:01 +01:00
Michael Derynck
accee4ebbe
Use create_engine_url to add prefix to previous/next links ( #553 )
...
* Use create_engine_url to add prefix to previous/next links
* Remove override of get_paginated_response since it is unchanged from parent
* More concise override
* Make both overrides behave the same
* add test for public API alert groups pagination
Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
2022-09-23 10:45:28 +01:00
Matias Bordese
4412ae52d2
Merge pull request #552 from grafana/matiasb/fix-outgoing-webhook-resolve-hostname
...
Fix outgoing webhook to resolve IP from parsed hostname
2022-09-22 20:22:29 -03:00
Michael Derynck
d3d1b3c447
Merge pull request #529 from sabzco/dev
...
Increase num of `getPluginSyncStatus` retries to 10
2022-09-22 16:07:05 -06:00
Matias Bordese
2988c10c92
Fix outgoing webhook to resolve IP from parsed hostname
2022-09-22 14:35:37 -03:00
Matias Bordese
8c3d5656a2
Merge pull request #548 from grafana/matiasb/rework-bulk-actions
...
Rework queries for alert groups bulk actions
2022-09-22 10:41:30 -03:00
Joey Orlando
e16064c6ba
#539 - add slack permalink to alert group public API response ( #543 )
...
* add .python-version to .gitignore
* add .nvmrc to frontend
Also update DEVELOPER.md to mention optionally using nvm
* update DEVELOPER.md to reflect running successfully locally
* markdown autoformatter styling changes
* add slack permalink to alertgroup public api http response
* update changelog
* address PR comments
- rename permalink to permalinks in alert group public api seralizer
- add permalinks property to AlertGroup model
- update public api alert groups test
- update alertgroups public documentation to include permalinks property
* add default DEBUG = True in dev.py settings
2022-09-22 15:17:17 +02:00
Matias Bordese
859a04e42a
Add transaction blocks
2022-09-22 09:15:13 -03:00
Rares Mardare
402d38b59b
Merge pull request #550 from grafana/store-onCallApiUrl
...
Fix for onCallApiUrl not being set
2022-09-22 13:54:01 +03:00
Rares Mardare
ca95af4940
fix for onCallApiUrl not being set
2022-09-22 13:46:22 +03:00
Michael Derynck
f7e01f6735
Merge pull request #547 from grafana/live-setting-phone-validation
...
Use phonenumbers for validation instead of regex
2022-09-21 16:49:34 -06:00
Matias Bordese
8e7c6cf554
Rework queries for alert groups bulk actions
2022-09-21 15:50:31 -03:00
Michael Derynck
b6faf425fd
Handle parse exception
2022-09-21 12:36:52 -06:00
Michael Derynck
edac2e334f
Use phonenumbers package to validate live settings twilio number instead of regex to support EU number
2022-09-21 12:22:05 -06:00
Maxim Mordasov
3db4038a4f
fix user timezone select ( #546 )
2022-09-21 13:41:47 +01:00
Matias Bordese
1392994d26
Merge pull request #526 from grafana/matiasb/fix-all-day-filter-events
...
Fix support for all_day events in schedule filter_events
2022-09-21 08:58:06 -03:00
Rares Mardare
5441a4da95
improvements :)
2022-09-21 14:43:50 +03:00
Rares Mardare
761a79e116
not found notification
2022-09-21 13:43:13 +03:00
Maxim Mordasov
9330b89101
Schedules alpha fixes ( #541 )
...
* schedule alpha major fixes
* Fix shift update for web schedules
* Fix priority level regex, fix getting shifts without duration
* Fix shift update for web schedules
* Fix tests for shift update
* Fix priority level test
* schedule alpha fixes
* add final schedule click handler
* fix date time picker
* fix utc timzeonr time picker
* fix utc time data
* dont use user timezone on start
Co-authored-by: Julia <ferril.darkdiver@gmail.com>
2022-09-21 11:19:59 +01:00
Rares Mardare
49ea882fcf
extends base state
2022-09-21 10:55:58 +03:00
Rares Mardare
05199570c2
typing for children prop
2022-09-20 17:27:06 +03:00
Rares Mardare
6ee247a231
better naming
2022-09-20 17:25:46 +03:00
Rares Mardare
1e43539663
refactored the duplicate code of wrong data state
2022-09-20 17:24:20 +03:00