Maxim
0c78d25529
add selector-max-type stylelint rule
2022-11-02 11:44:42 +00:00
Ildar Iskhakov
12da061d6e
Update Chart.yaml
2022-11-02 17:40:33 +08:00
Ildar Iskhakov
ed5262f2f5
Add BROKER_TYPE env var to the helm chart ( #697 )
2022-11-02 17:37:41 +08:00
th30nlyw4y
f1af588552
Add ability to set more env vars via config & change env template & f… ( #674 )
...
* Add ability to set more env vars via config & change env template & fix env spacing
* Fix default redirectHost value
* Additional Twilio env vars + modified Twilio vars flow
* Fix wrong phoneNumber rendering
Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
2022-11-02 17:32:05 +08:00
David van der Spek
d3dfaebab7
Helm chart: add support for PostgreSQL ( #661 )
...
* add support for PostgreSQL
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
* disable postgres by default
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
* fix external postgres existing secret
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
* disable ingress annotations and tls by default
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
* fix exec command in notes
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
* Add review comments + cleanup README
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
2022-11-02 15:34:41 +08:00
Matias Bordese
28bfd7b0b2
Update pg docker developer compose to setup grafana using pg db ( #751 )
...
* Update pg docker developer compose to setup grafana using pg db
* Rework postgres 'create if not exists' grafana db
2022-11-02 12:07:18 +08:00
Vadim Stepanov
ae485beded
Update CHANGELOG.md
2022-11-01 14:34:31 +00:00
Yulia Shanyrova
416951b369
navigation css fix ( #750 )
...
* navigation css fix
* linting error fix
2022-11-01 14:31:13 +00:00
Vadim Stepanov
035584f17e
Enable email backend by default ( #740 )
...
* enable email backend by default, catch empty EMAIL_HOST
* fix tests
* fix tests
* fix tests
2022-11-01 13:48:36 +00:00
Innokentii Konstantinov
ca6f7ef691
Update changelog
2022-11-01 19:03:01 +08:00
Innokentii Konstantinov
6d5853d1ff
Update changelog
2022-11-01 19:02:10 +08:00
Yulia Shanyrova
f5d4d2f558
Merge pull request #746 from grafana/chatops-livesettings-fix
...
Chatops livesettings fix
2022-11-01 11:19:33 +01:00
Yulia Shanyrova
a1a5fa51c1
Merge branch 'chatops-livesettings-fix' of github.com:grafana/oncall into chatops-livesettings-fix
2022-11-01 11:04:32 +01:00
Yulia Shanyrova
80f76e9c41
Ackno
2022-11-01 11:04:09 +01:00
Yulia Shanyrova
43f5ed9326
live settings request for slack is fixed
2022-11-01 10:57:58 +01:00
Innokentii Konstantinov
882851e0b8
Revert "Modify CHANGELOG.md"
...
This reverts commit fd8ad47a55 .
2022-11-01 17:39:18 +08:00
Ildar Iskhakov
001a760be7
Update manual_incident.py
2022-11-01 17:23:29 +08:00
Innokentii Konstantinov
fd8ad47a55
Modify CHANGELOG.md
2022-11-01 17:13:39 +08:00
Innokentii Konstantinov
4e8982cc81
Add management command to manually verify phone numbers ( #743 )
...
* Add cmd to manully verify phone numbers
* Rework verify_phone command
2022-11-01 16:38:04 +08:00
Yulia Shanyrova
bb499c5dda
Merge pull request #739 from grafana/matiasb/schedules-filter-by-numeric-type
...
Update schedules endpoint to filter by numeric type
2022-10-31 15:19:21 +01:00
Matias Bordese
64570cc9fd
Update schedules endpoint to filter by numeric type
2022-10-31 11:08:33 -03:00
Yulia Shanyrova
3f424cb0a0
Merge pull request #663 from grafana/637-telegram-installation-redesign
...
Telegram redesign
2022-10-31 12:47:57 +01:00
Yulia Shanyrova
1d605f637a
prettier fix
2022-10-31 12:43:25 +01:00
Yulia Shanyrova
85c3fbc8b8
linting fixes
2022-10-31 12:30:04 +01:00
Yulia Shanyrova
6b65fc7278
Merge branch 'dev' into 637-telegram-installation-redesign
2022-10-31 12:21:40 +01:00
Joey Orlando
5a4c3d6d77
remove POST /api/internal/v1/custom_buttons/{id}/action ( #734 )
...
* remove POST /api/internal/v1/custom_buttons/{id}/action
2022-10-28 10:44:37 +02:00
Joey Orlando
f931ef3992
Merge pull request #730 from grafana/revert-723-revert-708-jorlando/rbac
...
Revert 723 revert 708 jorlando/rbac
2022-10-27 15:44:48 +02:00
Joey Orlando
7974f32239
Revert "Revert "Remove migration-tool Django app and UI page ( #708 )""
2022-10-27 15:42:21 +02:00
Joey Orlando
d9c6104208
Merge pull request #729 from grafana/dev
...
release v.1.0.46
2022-10-27 15:35:42 +02:00
Ildar Iskhakov
00315e5c2d
Merge branch 'main' into dev
2022-10-27 21:28:44 +08:00
Joey Orlando
726650fe4c
Update CHANGELOG.md ( #728 )
2022-10-27 15:23:17 +02:00
Joey Orlando
627afe37e1
Remove references to Alert.migrator_lock attribute
...
This commit patches issue related to #708 .
#708 forgot to remove attributes on models outside of the migration_tool django app that were referencing model attributes from migration_tool.
The only attribute that referenced a field in migration_tool was migrator_lock on the Alert model. This commit removes any references to that attribute.
2022-10-27 13:52:03 +02:00
Joey Orlando
945d29cf47
Update CHANGELOG.md
2022-10-27 12:17:20 +02:00
Joey Orlando
55b23c7d59
Merge pull request #723 from grafana/revert-708-jorlando/rbac
...
Revert "Remove migration-tool Django app and UI page (#708 )"
2022-10-27 12:13:50 +02:00
Joey Orlando
56c6a25dfb
Revert "Remove migration-tool Django app and UI page ( #708 )"
...
This reverts commit 94934bf3e4 .
2022-10-27 12:12:57 +02:00
Joey Orlando
77b85450b1
release v1.0.44
...
release v1.0.44
2022-10-27 11:09:40 +02:00
Joey Orlando
e70eaaacc0
symlink grafana-plugin/CHANGELOG.md from root CHANGELOG.md ( #721 )
2022-10-27 17:03:03 +08:00
Ildar Iskhakov
440a5ee004
Update CHANGELOG.md
2022-10-27 16:02:05 +08:00
Joey Orlando
d19f135756
revert object destructuring changes which affect the value of 'this' ( #719 )
...
* revert object destructuring changes which affect the value of 'this'
* update CHANGELOG.md
2022-10-27 15:51:19 +08:00
Joey Orlando
94934bf3e4
Remove migration-tool Django app and UI page ( #708 )
...
* remove migration_tool app (#687 )
* remove migration-tool page (#699 )
2022-10-26 15:47:08 +02:00
Matias Bordese
8c1f1499cf
Merge pull request #716 from grafana/matiasb/fix-incident-log-no-backend
...
Fix error when generating log line for non-handled messaging backend
2022-10-26 10:28:16 -03:00
Matias Bordese
2c8c66a8c8
Not previously handled backends (eg. mobile) could end here without a messaging backend
2022-10-26 09:30:13 -03:00
Yulia Shanyrova
f2a780c4fa
Changes after review and change incident word
2022-10-26 14:13:26 +02:00
Michael Derynck
8393733bcb
Merge pull request #714 from grafana/dev
...
Merge dev to main
2022-10-25 13:54:43 -06:00
Michael Derynck
ae65f9b782
Merge branch 'main' into dev
2022-10-25 13:47:18 -06:00
Michael Derynck
d32cbb82aa
Merge pull request #713 from grafana/update-changelog-1.0.43
...
Update changelog for v1.0.43
2022-10-25 13:43:06 -06:00
Michael Derynck
c46e3bef01
Update changelog for v1.0.43
2022-10-25 13:42:32 -06:00
Michael Derynck
57f3ce5468
Merge pull request #712 from grafana/mderynck/add-check-notify-group-task
...
Add check for usergroup to notify group task
2022-10-25 12:55:17 -06:00
Michael Derynck
a37df38930
Merge branch 'dev' into mderynck/add-check-notify-group-task
2022-10-25 12:50:12 -06:00
Matias Bordese
ff4d7991cf
Merge pull request #711 from grafana/matiasb/schedules-list-filter-by-type
...
Add optional type filter to internal schedules endpoint
2022-10-25 15:48:58 -03:00