Code AI platform with Code Search & Cody
Go to file
Robert Lin d75a3733d4
lib/errors: add interfaces for typed errors (#39256)
Introducing custom error types can be tricky - I realized there's no code-level assertions or docs on Is and As implementations, so this PR introduces some interfaces to guide implementers. We write them ourselves because the standard library does not provide them, and it allows us to include docstrings better.
2022-07-25 19:59:14 -04:00
.buildkite ci: annotate Honeycomb events with buildkite metadata (#38641) 2022-07-12 15:38:14 +02:00
.github Alter action to move issues labeled 'design' to new board (#39175) 2022-07-20 19:37:06 +00:00
.vscode vscode: add experimental esbuild support (#34010) 2022-06-09 22:42:45 -04:00
client search: log lucky search events (#39329) 2022-07-25 13:18:33 -06:00
cmd remove pointer events.user_id to match database not null constraint (#39376) 2022-07-25 11:44:03 -07:00
dev sg: ignore config overwrite when generating reference for docs (#39367) 2022-07-25 18:40:06 +02:00
doc added line saying to NOT edit the caddyfile (#39385) 2022-07-25 21:01:09 +00:00
docker-images docker-images: publish sourcegraph/opentelemetry-collector with bundled config (#39002) 2022-07-20 12:06:23 -07:00
enterprise remove pointer events.user_id to match database not null constraint (#39376) 2022-07-25 11:44:03 -07:00
hacktoberfest hacktoberfest: fix sentence case in the subheading (#29297) 2022-01-11 12:09:48 +08:00
internal Search backend: add diff formatting function (#39379) 2022-07-25 11:58:44 -07:00
lib lib/errors: add interfaces for typed errors (#39256) 2022-07-25 19:59:14 -04:00
migrations dependencies: add updated_at/created_at to LockfileIndex (#39361) 2022-07-25 13:01:22 +00:00
monitoring codeintel: alert when all executor jobs are failing (#38767) 2022-07-19 15:10:40 +00:00
schema data-usage: scrape events and configure max batch size (#39267) 2022-07-22 09:06:37 -07:00
third-party-licenses chore: update third-party licenses (#33336) 2022-06-08 15:09:43 -07:00
ui/assets notebooks: Add notepad enable/disable button and CTA (#33905) 2022-04-15 00:41:26 +02:00
.dockerignore symbols: Build in Docker (#34335) 2022-04-25 16:03:55 -06:00
.editorconfig sg: add run-set for core app (#23156) 2021-07-23 07:59:43 +00:00
.eslintignore vscode: create integration test harness (#33921) 2022-04-22 09:54:35 -04:00
.eslintrc.js Refactor InputTooltip to use new Tooltip component (#38822) 2022-07-15 10:34:38 -04:00
.gitattributes chore: Mark __snapshots__ directories as generated. (#37546) 2022-06-27 08:23:35 +02:00
.gitignore ci: annotate Honeycomb events with buildkite metadata (#38641) 2022-07-12 15:38:14 +02:00
.golangci.yml ci: disable depguard again (#34359) 2022-04-22 17:53:21 +02:00
.graphqlrc.yml Support multiple GraphQL schema files (#20077) 2021-04-19 14:35:49 +02:00
.hadolint.yaml bump comby version to 1.7.1 (#35830) 2022-05-20 20:12:01 -07:00
.mailmap mailmap: update replacements for Joe (#29614) 2022-01-12 10:56:56 +08:00
.mocharc.js web: mute Polly.js error logging on CI (#38406) 2022-07-11 01:24:53 -07:00
.percy.yml Update browser extention installation detection logic on web (#32449) 2022-03-14 23:29:39 +06:00
.prettierignore chore: Tell prettier to ignore Cargo's output target/ dir. (#37472) 2022-06-21 07:17:09 +00:00
.stylelintignore docs: extension architecture (#15679) 2020-12-02 21:17:24 -05:00
.stylelintrc.json web: integrate @sourcegraph/stylelint-plugin-sourcegraph and ban bootstrap imports (#34956) 2022-05-05 04:27:26 +00:00
.tool-versions dev/ci: make sg lint in CI conditional, unify linter steps (#35331) 2022-05-12 10:39:08 -07:00
.trivyignore ci: ignore benign CVE-2021-43816 in prometheus (#31069) 2022-02-11 16:49:10 +00:00
.yarnrc Ignore workspace root check (#19608) 2021-03-31 15:30:11 +01:00
babel.config.js [SG-33302] Upgrade all client packages to use the latest version of the JSX transform (#34287) 2022-04-22 12:25:38 +01:00
buf.gen.yaml lsif typed syntax highlighter v0.1 (#30016) 2022-02-23 11:44:17 -05:00
buf.work.yaml RFC 519: Add LSIF typed schema (#29457) 2022-01-11 16:16:12 -06:00
CHANGELOG.md doc: add documentation around Read-Only changesets (#39306) 2022-07-22 08:50:51 -07:00
CODENOTIFY api docs: bye (#34798) 2022-05-18 01:03:03 +00:00
CONTRIBUTING.md doc: update cla-bot workflow (#37395) 2022-06-21 15:27:07 -07:00
doc.go Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
gen.go mocks: Reorganize mock definitions into multiple files (#36967) 2022-06-27 20:59:16 +00:00
go.mod Migrate graphqlbackend.RepositoryResolver to use sg/log (#38924) 2022-07-25 10:41:01 +02:00
go.sum Migrate graphqlbackend.RepositoryResolver to use sg/log (#38924) 2022-07-25 10:41:01 +02:00
graphql-schema-linter.config.js Support multiple GraphQL schema files (#20077) 2021-04-19 14:35:49 +02:00
gulpfile.js web: lint root *.js files (#34164) 2022-04-20 05:22:08 -07:00
jest.config.base.js notebooks: use sticky sidebar (#38513) 2022-07-13 11:22:22 -07:00
jest.config.js tests: use glob for jest projects field (#29681) 2022-01-13 01:11:52 -08: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 protocol_timeout (#27565) 2021-12-10 15:56:16 +00:00
mockgen.temp.yaml mocks: Reorganize mock definitions into multiple files (#36967) 2022-06-27 20:59:16 +00:00
mockgen.test.yaml Search backend: handle repo:contains predicates during repo resolution (#38988) 2022-07-21 16:56:34 +00:00
mockgen.yaml mocks: Reorganize mock definitions into multiple files (#36967) 2022-06-27 20:59:16 +00:00
package.json [SG-38706] Dependabot: update shell-quote to a non-vulnerable version (#39077) 2022-07-20 22:03:34 +07: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 doc: use absolute images for image links in README (#33299) 2022-03-31 22:08:51 -07:00
renovate.json chore: add test plans to bot and release tool PRs (#31351) 2022-02-22 07:53:25 -08:00
SECURITY.md consolidate security policy (#7906) 2020-01-21 10:03:11 -08:00
sg.config.yaml docker-images: publish sourcegraph/opentelemetry-collector with bundled config (#39002) 2022-07-20 12:06:23 -07:00
shell.nix nix: add nssTools and clippy (#37393) 2022-06-20 13:46:11 +01:00
svgo.config.js Performance: Optimize static SVG assets with SVGO (#26285) 2021-10-27 15:27:36 +01:00
tsconfig.all.json CI: Fix Tooltip imports causing TS build to fail (#36649) 2022-06-06 13:40:40 +00:00
tsconfig.eslint.json web: lint root *.js files (#34164) 2022-04-20 05:22:08 -07:00
tsconfig.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
yarn.lock re-sync yarn lock file (#39149) 2022-07-20 15:32:31 +00: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.