Code AI platform with Code Search & Cody
Go to file
Camden Cheek eaa15225ff
replace uses of ReadActionEmailQuery with ListEmailActions (#27508)
This replaces the remaining use of ReadActionEmailQuery with
ListEmailActions, and removes ReadActionEmailQuery. This also removes
one more instance of (CodeMonitorStore).Query(). Additionally,
this allows us to make scanEmails private, which is nice since
we really shouldn't be exposing database scans to external
packages.

This also gets rid of some unnecessary paging that was complicating the
changed function. We should be able to handle listing all email actions
configured for a monitor without needing to page through them.
2021-11-12 14:10:13 -07:00
.buildkite dev/ci: tidy pipeline generation (#27172) 2021-11-12 11:06:25 -08:00
.github web: update external contractor issue template (#27410) 2021-11-12 11:55:09 +00:00
.vscode adding launch.json debugger config (#26691) 2021-11-01 15:46:40 -07:00
client add/remove insight from dashboard (#27397) 2021-11-12 12:43:00 -06:00
cmd update alpine tags (#27528) 2021-11-12 15:29:16 -05:00
dev update alpine tags (#27528) 2021-11-12 15:29:16 -05:00
doc monitoring: use heatmap for aggregate successful operation durations (#27202) 2021-11-12 18:24:45 +00:00
docker-images update alpine tags (#27528) 2021-11-12 15:29:16 -05:00
enterprise replace uses of ReadActionEmailQuery with ListEmailActions (#27508) 2021-11-12 14:10:13 -07:00
hacktoberfest Update hacktoberfest setup guidelines (#26522) 2021-10-22 23:41:43 -07:00
internal update alpine tags (#27528) 2021-11-12 15:29:16 -05:00
lib Make environment access in ExecutionKey explicit (#27423) 2021-11-11 15:04:27 +01:00
migrations Fix race condition in replaceBatchSpecInput (#27509) 2021-11-12 18:48:17 +01:00
monitoring monitoring: use heatmap for aggregate successful operation durations (#27202) 2021-11-12 18:24:45 +00:00
schema codeintel: Add experimental docs to enable auto-indexing (#25764) 2021-11-11 17:20:18 +00:00
third-party-licenses Fix browser extension excessive "all websites" permissions for Safari (#26832) 2021-11-11 09:40:28 +00:00
ui/assets search: No results page (#26154) 2021-11-05 16:50:30 +01:00
.dockerignore web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
.editorconfig sg: add run-set for core app (#23156) 2021-07-23 07:59:43 +00:00
.eslintignore web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
.eslintrc.js Update enterprise import lint rule reference link (#26628) 2021-10-26 09:35:44 +00:00
.gitattributes monitoring: migrate monitoring docs to Sourcegraph API Docs (#22876) 2021-07-16 10:34:17 +08:00
.gitignore Performance: Pre-compress and serve Brotli assets (#25952) 2021-10-15 11:55:12 +01:00
.golangci.yml Fix ioutil rule in golangci-lint (#24583) 2021-09-03 12:42:57 +02:00
.graphqlrc.yml Support multiple GraphQL schema files (#20077) 2021-04-19 14:35:49 +02:00
.mailmap Add Camden to mailmap (#19488) 2021-03-26 16:32:13 +00:00
.mocharc.js web: make web integration tests great again! (#25027) 2021-09-23 16:32:25 +02:00
.nvmrc Upgrade to node.js 16 (#24109) 2021-08-19 12:32:43 +02:00
.percy.yml web: make web integration tests great again! (#25027) 2021-09-23 16:32:25 +02:00
.prettierignore monitoring: migrate monitoring docs to Sourcegraph API Docs (#22876) 2021-07-16 10:34:17 +08:00
.stylelintignore docs: extension architecture (#15679) 2020-12-02 21:17:24 -05:00
.stylelintrc.json Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.tool-versions ci: add trivy security scanning step (#25756) 2021-10-13 16:28:07 -07:00
.yarnrc Ignore workspace root check (#19608) 2021-03-31 15:30:11 +01:00
babel.config.js GraphQL Client: Add Apollo/client and implement on profile settings page (#22166) 2021-06-29 09:23:33 +01:00
CHANGELOG.md Fix SSH-based authentication with code hosts for Batch Changes (#27491) 2021-11-12 12:07:02 +01:00
CODENOTIFY CODENOTIFY: remove myself from code insights & add API docs (#26688) 2021-10-26 14:35:52 -07:00
CONTRIBUTING.md docs: add additional links to accepting contribution doc (#27224) 2021-11-08 10:02:20 -08:00
doc.go Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
go.mod gomod: update zoekt (#27502) 2021-11-12 14:34:11 +00:00
go.sum gomod: update zoekt (#27502) 2021-11-12 14:34:11 +00:00
graphql-schema-linter.config.js Support multiple GraphQL schema files (#20077) 2021-04-19 14:35:49 +02:00
gulpfile.js Improve integration test suite CI run script (#24666) 2021-09-07 16:07:11 +02:00
jest.config.base.js Update dependency marked to v4 (#27358) 2021-11-10 15:38:55 +01:00
jest.config.js web: add empty build-config package (#25965) 2021-10-12 16:14:50 +00:00
LICENSE update licensing language (#25620) 2021-10-04 15:40:59 +01:00
LICENSE.apache Move all client code into client/ folder (#14480) 2020-10-07 22:23:53 +02:00
LICENSE.enterprise clarify license (#2543) 2019-03-03 16:39:46 +08:00
lighthouserc.js Lighthouse: Fix port and run synchronously (#26102) 2021-10-15 09:54:28 +01:00
package.json Fix browser extension excessive "all websites" permissions for Safari (#26832) 2021-11-11 09:40:28 +00:00
postcss.config.js extensibility: add featured extensions to registry (#21665) 2021-06-10 13:55:20 -04:00
prettier.config.js Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
README.md Fix links to quickstart in README.md (#27266) 2021-11-09 11:17:24 +01:00
renovate.json update upstream alpine (#24896) 2021-09-13 12:27:29 -05:00
SECURITY.md consolidate security policy (#7906) 2020-01-21 10:03:11 -08:00
sg.config.yaml Fix missing quotes in sg.config.yaml (#27367) 2021-11-10 16:16:15 +01:00
shell.nix nix: add golangci-lint (#25592) 2021-10-01 15:39:40 +02:00
svgo.config.js Performance: Optimize static SVG assets with SVGO (#26285) 2021-10-27 15:27:36 +01:00
tsconfig.all.json web: add empty build-config package (#25965) 2021-10-12 16:14:50 +00:00
tsconfig.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
yarn.lock codeintel: Delay hiding the popover (#27468) 2021-11-11 13:51:43 -07:00

Sourcegraph

build

Sourcegraph is a fast and featureful code search and navigation engine.

sourcegraph com_github com_golang_go_-_blob_src_net_http_request go_L855_6

Features

Try it now

Sourcegraph has three editions:

  • Sourcegraph Cloud lets you search over the open-source ecosystem plus your private code. Search strings, search patterns, search symbols and find references across your entire codebase and the open-source world.
  • Sourcegraph Enterprise lets you run your own Sourcegraph instance in your own environment.
  • Sourcegraph OSS is an open-source version of Sourcegraph that provides the core functionality of Sourcegraph (code search, code browsing, basic code navigation), but lacks more advanced features (enterprise authentication, repository permissions, admin controls, advanced code navigation, etc.)

Source code for all three editions is contained in this repository. See the License section for more details.

More:

  • Install the open-source browser extension to add Sourcegraph-like powers to your code review and code host.
  • File feature requests and bug reports in our issue tracker.
  • Visit about.sourcegraph.com for more information about features, use cases, and organizations that use Sourcegraph.

Self-hosted installation

Sourcegraph Enterprise (free up to 10 users)

The fastest way to run Sourcegraph self-hosted is with the Docker container. See the quickstart installation guide. There are also several additional ways of running a production instance.

Sourcegraph OSS

  1. Go through Quickstart to install sg and dependencies
  2. Start the development environment in OSS mode:
    sg start oss
    

Sourcegraph should now be running at https://sourcegraph.test:3443.

For detailed instructions and troubleshooting, see the local development documentation.

Development

Refer to the Developing Sourcegraph guide to get started.

Documentation

The doc directory has additional documentation for developing and understanding Sourcegraph:

License

This repository contains both OSS-licensed and non-OSS-licensed files. We maintain one repository rather than two separate repositories mainly for development convenience.

All files in the enterprise and client/web/src/enterprise fall under LICENSE.enterprise.

The remaining files fall under the Apache 2 license. Sourcegraph OSS is built only from the Apache-licensed files in this repository.