edit mutation
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Created by: coury-clark
Closes https://github.com/sourcegraph/sourcegraph/issues/35655
This adds support for the edit mutation for the non-global backfill. One big caveat here is that any edit will currently trigger a backfill (including superficial fields such as series label). This isn't ideal, but isn't technically blocking. I've opened https://github.com/sourcegraph/sourcegraph/issues/36499 to address this seperately.
Created an insight, let it backfill. Then edited it and watched it generate a new backfill.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.