sourcegraph/cmd/executor/internal
Erik Seliger f9ac351dc3
Remove App from codebase (#59115)
Cody no longer needs it and it is obsolete now!

Since App added a non-insignificant amount of new concepts and alternative code paths, I decided to take some time and remove it from out codebase.
This PR removes ~21k lines of code. If we ever want parts of single binary (app), the redis kv alternatives, or the release pipeline for a native mac app back, we can look back at this PR and revert parts of it, but maintaining 21k lines of code and many code paths for which I had to delete a surprisingly small amount of tests justifies this move for me very well.

Technically, to some extent SG App and Cody App both still existed in the codebase, but we don't distribute either of them anymore, so IMO we shouldn't keep this weight in our code.

So.. here we go.

This should not affect any of the existing deployments, we only remove functionality that was special-cased for app.
2023-12-21 01:07:05 +01:00
..
apiclient Chore: clean up dead code (#58280) 2023-11-14 14:29:03 -07:00
config Remove App from codebase (#59115) 2023-12-21 01:07:05 +01:00
ignite Move executor to cmd/executor (#55700) 2023-08-10 02:06:12 +02:00
janitor Move executor to cmd/executor (#55700) 2023-08-10 02:06:12 +02:00
metrics Move executor to cmd/executor (#55700) 2023-08-10 02:06:12 +02:00
run Remove App from codebase (#59115) 2023-12-21 01:07:05 +01:00
util fix installSrc in executors (#57572) 2023-10-16 14:29:10 -07:00
worker logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00