sourcegraph/internal/singleprogram
Quinn Slack 8caa9ad9a7
update code references to "Sourcegraph App" -> "Cody App" (#56747)
This updates variable names, property names, env var names, etc., to call it "Cody App".

The entire diff was created by running the following commands:

```
fastmod -e go SourcegraphAppMode CodyAppMode
fastmod -e go,ts,tsx sourcegraphAppMode codyAppMode
fastmod -e ts,tsx isSourcegraphApp isCodyApp
fastmod -e ts,tsx,go,yaml,sh,js SOURCEGRAPH_APP CODY_APP
fastmod -e ts,tsx,go,json,mod,graphql,md,js 'Sourcegraph App\b' 'Cody App'
fastmod -e ts,tsx,go,json,mod,graphql,md,js 'Sourcegraph app\b' 'Cody app' # with a few changes skipped
```
2023-09-19 12:31:12 -10:00
..
BUILD.bazel App - Fix shutdown of postgres when terminating (#52463) 2023-05-26 09:34:27 -04:00
postgresql.go app: do not suggest running your own postgres (#54894) 2023-07-12 22:04:33 +00:00
singleprogram.go update code references to "Sourcegraph App" -> "Cody App" (#56747) 2023-09-19 12:31:12 -10:00