sourcegraph/cmd
Quinn Slack ae338b9797
remove code host native tooltip toggle, hover alerts, command palette, notifs (#48688)
- Remove support for toggling native tooltips from the browser
extension. This let users choose to keep the browser extension installed
and partially active on GitHub but not show Sourcegraph's hovers. This
functionality is less important now that GitHub's new code nav no longer
uses hovers. For old GitHub Enterprise server instances (and GitHub.com
users who have not enabled the new code view), users can disable the
browser extension if they want to disable Sourcegraph's hover
functionality.
- Remove hover alerts, which were used to warn users that the results
are imprecise. We still show this in a hover badge, which is a much
nicer UI for this than a dismissible warning (which felt more "CYA").
- Remove command palette because it was inextricable from notifications
and it was only used by the Sourcegraph extension API (which is
deprecated and will be removed).
- Remove the old notifications UI, which showed notification messages in
Sourcegraph and code host UIs. This is no longer necessary with the
removal of the command palette, because it is no longer possible to
invoke long-running actions whose errors must be shown in a separate,
global UI.

## Test plan

Existing tests suffice to test the existing code intelligence
functionality. This PR just removes functionality.
2023-03-06 20:36:18 -08:00
..
blobstore bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00
frontend remove code host native tooltip toggle, hover alerts, command palette, notifs (#48688) 2023-03-06 20:36:18 -08:00
github-proxy Use new base image with curl from edge/main (#48144) 2023-02-23 19:40:07 +00:00
gitserver codeintel: Services cleanup (#48681) 2023-03-06 14:23:46 -06:00
loadtest Use new base image with curl from edge/main (#48144) 2023-02-23 19:40:07 +00:00
migrator Use new base image with curl from edge/main (#48144) 2023-02-23 19:40:07 +00:00
repo-updater bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00
searcher rename CACHE_DIR env var for searcher as well, and other follow-throughs (#48684) 2023-03-05 23:24:49 -08:00
server rename CACHE_DIR env var for searcher as well, and other follow-throughs (#48684) 2023-03-05 23:24:49 -08:00
sitemap Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
sourcegraph-oss bazel: fix //enterprise/internal/... (#47846) 2023-02-18 12:07:49 -05:00
symbols app: allow running without ctags/docker (#48767) 2023-03-06 15:57:28 -07:00
worker bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.