sourcegraph/cmd
Quinn Slack 4bb8dc2d84
add experimental Cody search page (#49661)
The Cody search page at `/search/cody` (behind the `cody` feature flag) accepts inputs such as `react class components` or `authentication changes` and converts them into Sourcegraph search query syntax.
    
This is an experimental feature and requires the site config `completions` to be set.
    
Also removes old Cody experimental web app code.

![image](https://user-images.githubusercontent.com/1976/226089768-8249443b-7c37-45c4-8ae1-ae104f559bcf.png)

![image](https://user-images.githubusercontent.com/1976/226089782-91ae905b-36a3-4d63-b79a-fbd709c96046.png)
2023-03-25 04:03:19 +00:00
..
blobstore bazel: build docker images binary with bazel (#49525) 2023-03-22 14:22:07 +00:00
frontend add experimental Cody search page (#49661) 2023-03-25 04:03:19 +00:00
github-proxy bazel: build docker images binary with bazel (#49525) 2023-03-22 14:22:07 +00:00
gitserver Cloning progress updates in the database (#49933) 2023-03-24 16:51:54 +00:00
loadtest bazel: build docker images binary with bazel (#49525) 2023-03-22 14:22:07 +00:00
migrator bazel: fix unbound var (#49847) 2023-03-22 15:17:10 +00:00
repo-updater bazel: routine configure run (#49889) 2023-03-23 11:32:49 +02:00
searcher bazel: build searcher for docker (#49497) 2023-03-22 16:56:35 +02:00
server dep: use new docker base (#49706) 2023-03-20 18:15:21 +01:00
sitemap Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
sourcegraph-oss svcmain: introduce urfave/cli (#49518) 2023-03-17 12:31:49 +02:00
symbols bazel: routine configure run (#49889) 2023-03-23 11:32:49 +02:00
worker bazel: configure (#49825) 2023-03-22 11:01:24 +02:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.