Ildar Iskhakov
Ildar Iskhakov
https://github.com/grafana/oncall/issues/122
Nice idea, I'm agree, we need to give the users ability to trigger outgoing webhooks based on the different events, such as `incident acknowledged`, `incident resolved`, also we can allow...
we also need to * add get method to the outgoing webhooks * allow using json as a field (right now ninja converts it into string)
I think we can remove the forced celery restart from hobby and helm installations. SIGTERM is issued once in 65 minutes as an additional measure if the pod is stuck,...
@Matvey-Kuk I'm sure that the probes will restart the container it it doesn't reply to celery ping, it will work for any worker (pod). We can figure out something similar...
@DavidSpek There is the limitation in current frontend, so we cannot provision the plugin with the token. It will be fixed by in this issue https://github.com/grafana/oncall/issues/452 and the auto-provisioning will...
I propose to keep mysql as a default type supported by the core team Also we can add the env variable DB_TYPE to switch to the other DB such as...
Agree, let's add another env variable, that use can configure during docker-compose up, to use arm64 image and add the ci job to build such an image
We decided to prioritize this bugfix, thanks for the feedback. It's in our short-term backlog now
We were able to reproduce the issue on the android devices. On ios and on the desktop push notifications were able to display the information about the alert. We'll apply...