Matias Bordese

Results 35 comments of Matias Bordese

Right, makes sense. Thanks.

> > 5. Cannot delete override which is happening now: > > @maskin25 I checked the backend part, the override deletion works the same as deletion of regular shifts. When...

hey @sergeyshevch, there is a [WIP branch](https://github.com/grafana/oncall/pull/211/) where I have been doing some initial work. There are still a few decisions to be made on how we should document/how much...

Adding a few more details. It looks like since we process alerts from newer Grafana through the AlertManager handler, we are not setting a `title` (`message` neither) in the created...

> Would be nice to mention possibility of using PG as a DB here: https://grafana.com/docs/oncall/latest/open-source/#production-environment, also highlight that it's not a preferred option. My idea was to add something there...

Yeah, this is mostly thought for a custom/on-prem installation, and as a PoC of how a custom (and simple) backend could be plugged in to the existing notification mechanisms.

Closing this one since the feature got implemented by #621 :rocket:

Thanks for the extra details, will take a look.

Right, none of the regexes is considering the quotes (not a new issue, but with the changes parsing the git diff header the given diff breaks). #90 will fix the...

I see, returning target file for renamed files makes sense. OTOH, thanks for the additional report and the example, you are right, it should include the `sub/` in the path....