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 |
|
Yulia Shanyrova
|
78598fb95b
|
Merge pull request #224 from grafana/1099-list-shift-missing-users
Return list of usernames in a shift that do not match users in OnCall
|
2022-07-14 13:32:07 +02:00 |
|
Michael Derynck
|
fc97a4e3de
|
Merge dev
|
2022-07-12 15:45:59 -06:00 |
|
Michael Derynck
|
74a32c444a
|
Use utility function to create URLs
|
2022-07-12 15:42:20 -06:00 |
|
Michael Derynck
|
75172d5e2c
|
Return list of usernames in a shift that do not match users in OnCall
|
2022-07-12 11:00:02 -06: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
|
87fda3caf6
|
Use shift public key in events
|
2022-07-06 15:47:21 -03:00 |
|
Matias Bordese
|
fea2456a8f
|
Add schedule filter_events plugin API
|
2022-07-05 15:50:38 -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
|
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 |
|
Innokentii Konstantinov
|
587fdb441d
|
Fix default value for OSS_INSTALLATION
|
2022-06-08 20:23:26 +04:00 |
|
Innokentii Konstantinov
|
778f8688ef
|
Fix tests
|
2022-06-08 20:15:07 +04:00 |
|
Innokentii Konstantinov
|
5be51de1ea
|
Sync only admins and editors
|
2022-06-08 18:14:50 +04:00 |
|
Innokentii Konstantinov
|
e277534f32
|
Sync only admins and editors
|
2022-06-08 17:31:55 +04:00 |
|
Innokentii Konstantinov
|
c82e06a1e0
|
Add "grafana_cloud_connection" feature
|
2022-06-08 17:12:29 +04:00 |
|
Innokentii Konstantinov
|
5d18e636a2
|
Fix live_settings search
|
2022-06-06 18:08:32 +04:00 |
|
Innokentii Konstantinov
|
829ed8230b
|
Make CloudConnection instance wide
|
2022-06-06 16:02:09 +04:00 |
|
Innokentii Konstantinov
|
75f319fb5d
|
Add CloudUsersView and CloudUserView
|
2022-06-04 16:49:10 +04: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 |
|