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
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
Yulia Shanyrova
e5ca08fc1a
Merge branch 'dev' into 318-slack-installation-ux
2022-09-26 10:30:09 +02: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
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
86149ae186
Merge pull request #536 from grafana/token-form-change-curl-endpoint
...
135 - change api endpoint
2022-09-16 16:07:43 +03:00
Rares Mardare
9c0b30bde2
change api endpoint
2022-09-16 16:02:51 +03:00
Rares Mardare
e5e1688bb4
Merge pull request #503 from grafana/135-token-form
...
135 - token form
2022-09-16 14:58:36 +03:00
Vadim Stepanov
77984b77ab
Fix empty byday in ICAL rrule ( #535 )
2022-09-16 12:36:50 +01:00
maskin25
3c3f611fd2
Merge pull request #528 from grafana/fix-typescript
...
fix typescript errors
2022-09-15 14:18:10 +03:00
Rares Mardare
fd38af4e17
unused css rule
2022-09-14 16:01:50 +03:00
Rares Mardare
18adabd9ed
linter
2022-09-14 15:42:14 +03:00
Rares Mardare
c06d021906
ux for token form
2022-09-14 15:35:39 +03:00
S. M. Mir-Ismaili
4dfabb5ead
Increase num of getPluginSyncStatus retries to 10
2022-09-14 16:56:29 +04:30
Michael Derynck
07468de0a8
Merge pull request #514 from grafana/fix-delete-organization-log-message
...
Fix log message
2022-09-13 08:33:25 -06:00
Matias Bordese
284fcfe74d
Refactoring, adding tests
2022-09-13 10:30:34 -03:00
Maxim
9a6a7d0d1c
fix typescript errors
2022-09-13 16:04:54 +03:00
Yulia Shanyrova
70bd4072d1
Merge pull request #511 from grafana/476-478-small-improvements
...
small bugs fixes: link color and column naming
2022-09-13 12:18:38 +02:00
Matias Bordese
4ec1727ecf
Fix support for all_day events in schedule filter_events
2022-09-12 17:25:46 -03:00
Rares Mardare
4cbb65a5cb
pick hostname from onCallApiUrl
2022-09-12 16:57:59 +03:00
Matias Bordese
a606a6de2e
Update CHANGELOG.md
2022-09-12 10:20:08 -03:00
maskin25
12fb7b5966
Merge pull request #521 from grafana/schedules-alpha-fix-typescript
...
Schedules alpha fix typescript
2022-09-12 15:33:30 +03:00
Maxim
33ddc8727f
fix wh stripe
2022-09-12 15:31:10 +03:00
Yulia Shanyrova
1708410f21
WIP slack changes
2022-09-12 14:28:46 +02:00
Matias Bordese
86dd8722c8
Merge pull request #519 from grafana/matiasb/fix-schedule-api-shifts-team-check
...
Fix shifts/schedule teams validation on schedule creation
2022-09-12 09:10:12 -03:00
Rares Mardare
65420d7799
added curl example + minor refactoring
2022-09-12 14:36:40 +03:00
Maxim
e4cec97305
show admins and editors only for user groups select
2022-09-12 12:09:45 +03:00
Matias Bordese
2da2cfff56
Fix shifts/schedule teams validation on schedule creation
2022-09-09 12:24:07 -03:00
Rares Mardare
b26e643dfd
Merge pull request #489 from grafana/336-missmatched-sections
...
336 - Mismatch between plugin and tabs order
2022-09-09 17:30:45 +03:00
Rares Mardare
f7f7327205
Merge pull request #493 from grafana/1299-hide-grafana-url
...
1299 - Hide grafana url if undefined on plugin config
2022-09-09 17:30:34 +03:00
maskin25
bab378c34d
disable frontend enterprise frontend ts check ( #516 )
2022-09-09 12:13:58 +01:00
Maxim
6b85eed2b9
disable frontend enterprise frontend ts check
2022-09-09 14:05:42 +03:00