Skip to content

Code Monitors: propagate CodeMonitorID through search tree

Warren Gifford requested to merge cc/code-monitor-graphql into main

Created by: camdencheek

This adds CodeMonitorID to the GraphQL search signature and propagates it through the search stack down to the CommitSearch job. This is all that is needed in the search pipeline -- remaining changes will be isolated to the CommitSearch job and the code monitors packages.

Additionally, I expect all of this change to be temporary. Once we can generate a job tree without depending on resolvers, I'd like to generate the tree, mutate the tree, and run the tree all in the worker job.

Merge request reports

Loading