mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Removes the extension registry UI and the GraphQL API that is necessary for the registry extension UI. Any extensions that already exist locally or remotely can still be used with the enableLegacyExtensions site config flag and by enabling the extensions in your user settings. This change is an intermediate step toward removing the extension registry (except the endpoint that's needed to support pre-4.0 Sourcegraph instances). I think this PR has a 99% chance of going into the 4.4 release (2023-01-20) and not needing to be reverted. Subsequent PRs that actually make it impossible to use local or custom legacy extensions are still pending customer communication and confirmation. I hope we can merge other future PRs there as well, but there is a greater chance we'd need to revert them before 4.4. By making this PR first, it means less of a revert and more progress regardless of what we learn from customers. |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.js | ||
| BUILD.bazel | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| typedoc.js | ||
Sourcegraph extension API
This package contains only the types for the Sourcegraph extension API (sourcegraph.d.ts).