Innokentii Konstantinov
4765c9b07c
Insight logs ( #348 )
...
* Entity events insight logs
* Insight logging
* Fix event for updating templates
* Format fixes
* Remove organization_log_type.py
* Simplify signature of chatops_insight_log
* insight logs formatting
* Add possibility to enable all insight logging via DynamicSetting
* Fixes
* Style fixes
* Add migration
* Fix migration
2022-08-24 12:04:44 +05:00
Innokentii Konstantinov
6fb22e0860
Add alert detail view ( #385 )
...
* Alert detail view
* Add id to alert serializer
2022-08-19 14:03:07 +05:00
Yulya Artyukhina
fdd369c16b
Merge pull request #288 from grafana/julia-web-schedule-backend-3
...
Create new oncall shift on update for started shifts
2022-07-28 17:30:35 +03:00
Julia
60ac09b950
Correct until validation
2022-07-28 12:18:14 +03:00
Vadim Stepanov
a1b1b83fd1
Optimize alert group list view ( #299 )
...
* Revert "Revert "Alert list view & caching rework (#216 )""
This reverts commit 730dccc3
* Revert "fix AlertGroupClassicMarkdownRenderer"
This reverts commit 82e53d8e0c513feb8aaef332fc1d3800e90538fc.
* optimize alert group list view
* optimize alert group list view
2022-07-27 14:14:59 +03:00
Julia
26d3ac6a48
fix serializer, add tests for shifts internal api endpoint
2022-07-27 13:40:07 +03:00
Julia
c3fc514ad4
Update oncall shift serializer
2022-07-26 16:42:30 +03:00
Julia
0406d7a1f3
Add title for shifts, update shift validation for internal api endpoint
2022-07-25 15:37:25 +03:00
Julia
9537e72e4e
Add creation oncall shift on update by internal api
2022-07-25 12:52:57 +03:00
Yulya Artyukhina
6b456f9820
Merge pull request #220 from grafana/julia-web-schedule-backend-2
...
Internal api endpoint for oncall shifts
2022-07-22 11:52:22 +03:00
Vadim Stepanov
0985cb4cb5
Rollback alert group list rework ( #269 )
...
* Revert "Alert list view & caching rework (#216 )"
This reverts commit 16bbfbbe
* fix AlertGroupClassicMarkdownRenderer
2022-07-21 15:23:02 +01:00
Julia
b7a0411142
Fix oncall shifts serializer, fix migration, update oncall shift log text
2022-07-20 13:11:16 +03:00
Ildar Iskhakov
7e12254d09
Merge pull request #256 from grafana/iskhakov/mobile-app-fixes
...
Add fixes for the mobile app
2022-07-20 11:04:35 +03:00
Ildar Iskhakov
035d5e99c7
Fix linter
2022-07-20 10:58:54 +03:00
Ildar Iskhakov
ee7a58b5cf
Add fixes for the mobile app
2022-07-20 10:26:14 +03:00
Vadim Stepanov
193519abc0
Add version mismatch warning ( #241 )
...
* add version mismatch warning
* add link to update docs
2022-07-18 14:24:03 +01:00
Julia
59e88d0c43
fix update shift at internal api endpoint
2022-07-18 15:43:57 +03:00
Julia
f7b3563600
Update serializers for oncall shifts
2022-07-18 15:23:15 +03:00
Julia
a4c481a1ff
Add rotation_start field to shifts public api endpoint, fix tests
2022-07-18 12:59:50 +03:00
Vadim Stepanov
16bbfbbe73
Alert list view & caching rework ( #216 )
...
* remove cache usage in AlertGroupView
* remove CustomSearchFilter
* remove caching for alerts
* remove readonly db setup
* render templates on alert creation
* serialize only necessary fields on alert groups list
* optimize AlertGroupListSerializer
* return on-demand templating for alerts
* return on-demand templating for alert groups
* use CursorPaginator
* remove templating on alert create
* pass alert to AlertGroupWebRenderer
* alert_count -> alerts_count
* make sql joins after pagination
* add migration
* bring alert.save() back
* fix tests
* fix tests
* fix tests
* add perpage query param
* add cursor pagination to incidents page
* remove cached_render_for_web usage
* post merge fix
* keep cursor
* lint
* remove get_alert_groups_and_days_for_previous_same_period
* fix pagination on navigate
* refine search_fields on AlertGroupView
Co-authored-by: Maxim <hello.makson@gmail.com>
Co-authored-by: Maxim <maxim.mordasov@grafana.com>
2022-07-14 15:19:25 +01:00
Julia
5ebcb39499
fix by_day value, fix getting next event date with respect to rotation end date
2022-07-12 17:13:56 +03:00
Julia
d8a3206130
Add oncall shift endpoint to internal api
2022-07-12 13:59:17 +03:00
Vadim Stepanov
df32f9099f
Add API support for user timezone and working hours ( #201 )
...
* add API support for user timezone and working hours
* add tests
2022-07-11 13:16:56 +01:00
Matias Bordese
b5e624e2ed
Merge pull request #196 from grafana/matiasb-web-schedule-backend-1
...
Initial web schedule model and serializers. Add override shift type.
2022-07-08 14:27:01 -03:00
Matias Bordese
a153d283e4
Initial web schedule model and serializers. Add override shift type.
2022-07-05 12:41:55 -03:00
Julia
5f87f83b2b
Update public endpoint for routes
...
- Add field for telegram
- Add support for messaging backends
2022-06-29 14:05:02 +03:00
Innokentii Konstantinov
174309a531
Optimize schedules select in escalation page ( #129 )
...
* Add FastScheduleSerializer
* Linting
* Chnaged Gselect for RemoteSelect for notifySchedules in escalation policies
Co-authored-by: Yulia Shanyrova <yulia.shanyrova@grafana.com>
2022-06-23 13:46:04 +04:00
Innokentii Konstantinov
e06f77389a
Fix Status column in the user table ( #123 )
...
* Fix Status column in the user table
* Request features in users table
* Remove check of features in users table
* Polishing
* Fix style
* Inroduce hidden_fields
* Fix comment
2022-06-22 18:11:17 +04:00
Matias Bordese
2a5e0dc1f1
Merge pull request #43 from grafana/remove-unused-feature-flag
...
Remove unused messaging backends feature flag
2022-06-15 14:29:26 -03:00
Innokentii Konstantinov
48bfe86d62
Add cloud connection statuses on user page ( #34 )
...
* Add cloud connection statuses on user page
* Add fixes for oncall hobby docker-compose installation
* Fix for links and for cloud user status at User settings
* Delete cloud api token on cloud disconnect
* Merge branch 'dev' into cloud_connection_statuses_on_user_page
* Fix cloud statuses for users
* Fix usagestats service
* Fix phone verification message in users table
* added request after syncing user
* Add endpoint to create CloudHeartbeat and polish code
* Fix imports
* Check token and heartbeat setting in setup_hertbeat_integration
* Add macthed_users_count in cloud users
* Sync users on token change
* Fix query param
* Fix tests
* Heartbit button logic, tab width fix, coount users fix
* Solve problem of existent cloud heartbeat integration
* Solve problem of existent cloud heartbeat integration 2
* Solve problem of existent cloud heartbeat integration 3
* fix build
* build fix, styles for env variables description
Co-authored-by: Ildar Iskhakov <ildar.iskhakov@grafana.com>
Co-authored-by: Yulia Shanyrova <yulia.shanyrova@grafana.com>
2022-06-13 16:29:08 +04:00
Matias Bordese
c0708902d2
Remove unused messaging backends feature flag
2022-06-10 11:09:05 -03:00
Michael Derynck
6b40f95033
World, meet OnCall!
...
Co-authored-by: Eve832 <eve.meelan@grafana.com>
Co-authored-by: Francisco Montes de Oca <nevermind89x@gmail.com>
Co-authored-by: Ildar Iskhakov <ildar.iskhakov@grafana.com>
Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
Co-authored-by: Julia <ferril.darkdiver@gmail.com>
Co-authored-by: maskin25 <kengurek@gmail.com>
Co-authored-by: Matias Bordese <mbordese@gmail.com>
Co-authored-by: Matvey Kukuy <motakuk@gmail.com>
Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
Co-authored-by: Richard Hartmann <richih@richih.org>
Co-authored-by: Robby Milo <robbymilo@fastmail.com>
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
Co-authored-by: Yulia Shanyrova <yulia.shanyrova@grafana.com>
2022-06-03 08:09:47 -06:00