mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
Requires https://github.com/sourcegraph/src-cli/pull/661 This PR closes the bonus goal in EM2.3 to move changeset spec generation into the backend. After this change, src-cli doesn't need to build the changeset specs anymore and also doesn't need to create them via the API. We will just extract the cache entries from the logs and build the changeset specs based on those, which is 100% equivalent and, besides repo archive fetching, removes the need of src in executors to talk to the API at all. Closes #26142 |
||
|---|---|---|
| .. | ||
| batches | ||
| codeintel | ||
| gitservice | ||
| output | ||
| postgresdsn | ||
| process | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
| tools.go | ||
Sourcegraph lib module
This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.
Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.