Commit Graph

10 Commits

Author SHA1 Message Date
Matt Bierner cf82f857de Add basic github lexical search
Fixes #312210

This is using the old search endpoint. We'll start switching over the new one once it's ready

Co-authored-by: Copilot <copilot@github.com>
2026-04-23 14:16:49 -07:00
Matt Bierner 8ce07df287 Extract out IGithubApiFetcherService (#4171)
* Extract out `IGithubApiFetcherService`

This service provides a consistent way to call github apis with throttling and error handling

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-03 23:44:58 +00:00
Matt Bierner bdb2e05961 Pass telemetry info headers to github code search status endpoint (#4005)
* Pass telemetry info headers to github code search status endpoint

* Don't allow `| undefined`
2026-02-25 21:24:19 +00:00
Rob Lourens 976029131b Refactor networking method args (#3916) 2026-02-23 15:34:28 +00:00
Tyler James Leonhardt c90db9ae49 Move to new auth API shape (#2595)
This will be more intentional on when one token is needed than the other.
2025-12-15 23:39:33 +00:00
Rob Lourens 0044ab75e7 Clean up parameters in fetch methods just a little bit (#1031) 2025-09-12 04:41:50 +00:00
Matt Bierner c257f79722 Also move getting ado auth token into AdoCodeSearchService (#675)
Follow up on #673, doing the same for ado
2025-08-19 21:23:58 +00:00
Matt Bierner 88cbaa304d Move getting auth token into GithubCodeSearchService (#673)
This hides the implementation a bit better and should let us find the correct token for different repos
2025-08-19 20:40:15 +00:00
Ulugbek Abdullaev 6c7f7fbed6 logService: simplify API (#375) 2025-07-28 08:00:50 +00:00
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00