An error occurred while fetching this tab.
convert commit/diff search to job
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: camdencheek
This creates the type commit.SearchJob
which captures the minimal set
of validated arguments for commit and diff search and satisfies the
run.Job
interface. This cuts out all dependency on
search.TextParameters
, constructing the job directly from a search
query.
This is created in doResults
instead of toSearchInputs
because it
depends on having already resolved the list of repos.
Depends on #25805
Push commits to the source branch or add previously merged commits to review them.