sourcegraph/dev/sg
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
..
adr bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
buf sg: add buf generate lint rule check (#47686) 2023-02-15 18:14:15 +00:00
ci sg: extract ci command in its own package (#56594) 2023-09-13 17:10:32 +00:00
dependencies dev: add a pre-commit hook to searches for tokens (#56499) 2023-09-12 16:20:44 +02:00
internal Make sg wolfi update-hashes work on single images (#56761) 2023-09-19 18:01:58 +01:00
interrupt bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
linters update code references to "Sourcegraph App" -> "Cody App" (#56747) 2023-09-19 12:31:12 -10:00
msp sg/msp: fixup workspace deletion (#56690) 2023-09-15 17:06:35 +00:00
root sg gen / bazel: port generation of reference from go to bazel (#55256) 2023-07-25 12:59:39 +00:00
.gitignore Add MVP version of sg, the Sourcegraph developer command 2021-03-25 15:22:51 +01:00
analytics.go linters: re-enable nolintlint and staticcheck SA1019 (#45847) 2022-12-20 14:24:44 +00:00
bootstrap.sh sg: pass parameters from bootstrap.sh (#43628) 2022-10-31 11:13:37 +02:00
BUILD.bazel sg: extract ci command in its own package (#56594) 2023-09-13 17:10:32 +00:00
checks.go go: Upgrade to 1.20.8 (#56523) 2023-09-12 11:58:32 +00:00
Dockerfile ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
generates.go dev/sg: support arg targets in 'sg gen buf', improve output (#56522) 2023-09-14 12:56:11 -07:00
live.go sg: fix live command after ci build version update (#48116) 2023-02-23 14:50:47 +00:00
main_test.go dev/sg: fix diff output in Buildkite without using Buildkite condition (#36193) 2022-05-30 11:48:15 -07:00
main.go sg: extract ci command in its own package (#56594) 2023-09-13 17:10:32 +00:00
os.go dev/sg: remove globalConf, extract Config into sgconf (#33882) 2022-04-14 09:01:54 -07:00
OWNERS devx: add OWNERS files (#30671) 2022-02-08 11:36:26 +01:00
README.md dev/sg: migrate sg docs to doc/dev (#25933) 2021-10-12 12:49:10 +00:00
release_test.go Migrate to autogold/v2 (needed by Bazel) (#47891) 2023-02-21 10:37:13 +01:00
release.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_adr.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_analytics.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_app.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_audit.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_cloud.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_db.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_deploy.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_embeddings_qa.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_feedback.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_generate.go dev/sg: support arg targets in 'sg gen buf', improve output (#56522) 2023-09-14 12:56:11 -07:00
sg_help.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_insights.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_install.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_lint.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_live.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_logo.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_migration.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_monitoring.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_ops.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_page.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_rfc.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_run.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_secret.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_setup.go doc: sg setup and pre-commit (#56585) 2023-09-13 16:34:05 +02:00
sg_src.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_start_test.go gomod: update zoekt to include ngram sort optimization (#54999) 2023-07-17 15:34:20 +02:00
sg_start.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_teammate.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_telemetry.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_tests.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_update.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_version.go sg msp: initial prototype (#55905) 2023-09-07 17:24:34 -07:00
sg_wolfi.go Make sg wolfi update-hashes work on single images (#56761) 2023-09-19 18:01:58 +01:00
sg.config.example.yaml Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00
suggest_test.go dev/sg: levenshtein suggestions when subcommand not found (#33943) 2022-04-15 05:44:43 +00:00
suggest.go dev/sg: rework output and add Buildkite log headers (#35269) 2022-05-11 17:42:18 +00:00
VISION.md dev/sg: migrate sg docs to doc/dev (#25933) 2021-10-12 12:49:10 +00:00

sg - the Sourcegraph developer tool

          _____                    _____
         /\    \                  /\    \
        /::\    \                /::\    \
       /::::\    \              /::::\    \
      /::::::\    \            /::::::\    \
     /:::/\:::\    \          /:::/\:::\    \
    /:::/__\:::\    \        /:::/  \:::\    \
    \:::\   \:::\    \      /:::/    \:::\    \
  ___\:::\   \:::\    \    /:::/    / \:::\    \
 /\   \:::\   \:::\    \  /:::/    /   \:::\ ___\
/::\   \:::\   \:::\____\/:::/____/  ___\:::|    |
\:::\   \:::\   \::/    /\:::\    \ /\  /:::|____|
 \:::\   \:::\   \/____/  \:::\    /::\ \::/    /
  \:::\   \:::\    \       \:::\   \:::\ \/____/
   \:::\   \:::\____\       \:::\   \:::\____\
    \:::\  /:::/    /        \:::\  /:::/    /
     \:::\/:::/    /          \:::\/:::/    /
      \::::::/    /            \::::::/    /
       \::::/    /              \::::/    /
        \::/    /                \::/____/
         \/____/

sg is the CLI tool that Sourcegraph developers can use to develop Sourcegraph. Learn more about it here.