Code AI platform with Code Search & Cody
Go to file
Camden Cheek b5da3f82fc
Replace .golangci.yml with .golangci.enforced.yml (#19568)
This commit replaces the current .golangci.yml with
.golangci.enforced.yml so editors will display the same errors as CI.

Additionally, it removes references to .golangci.enforced.yml from the
documentation.
2021-03-30 17:43:56 -06:00
.buildkite Increase memory for storybook build in CI (#18876) 2021-03-04 19:38:17 +01:00
.github workflows: Remove assign-to-one-project.yml (it doesn’t work) (#19274) 2021-03-19 10:36:03 +01:00
.storybook Add @storybook/addon-a11y (#19360) 2021-03-24 09:08:12 +00:00
.vscode web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
client streaming search: fix diff result highlighting (#19543) 2021-03-30 11:31:40 -07:00
cmd database: Require Postgres 12 (#19424) 2021-03-30 22:35:21 +00:00
dev Replace .golangci.yml with .golangci.enforced.yml (#19568) 2021-03-30 17:43:56 -06:00
doc Replace .golangci.yml with .golangci.enforced.yml (#19568) 2021-03-30 17:43:56 -06:00
docker-images docker-image: Update codeintel-db to postgres 12 (#19574) 2021-03-30 14:45:48 -05:00
enterprise Use site credentials in reconciler and changeset syncer (#19552) 2021-03-30 16:36:45 +02:00
internal database: Require Postgres 12 (#19424) 2021-03-30 22:35:21 +00:00
lib all: update all go.sum files (#19124) 2021-03-15 06:39:19 +00:00
migrations database: Fix conflicting migrations (#19558) 2021-03-30 12:17:14 +00:00
monitoring Enable gocritic unlambda and wrapperfunc lints (#19333) 2021-03-23 12:50:33 -06:00
schema conf: correctly handle default value of GitMaxCodehostRequestsPerSecond (#19528) 2021-03-29 15:26:56 +00:00
third-party-licenses add sourcegraph/codeintelutils into sourcegraph/sourcegraph (#18665) 2021-03-01 14:38:18 -08:00
ui/assets Use go embedded files for ui/assets and template packages (#19276) 2021-03-22 14:37:51 +01:00
.dockerignore web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
.editorconfig Hide monaco cursor in Chromatic and Percy (#13643) 2020-09-04 23:29:27 +02:00
.eslintignore web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
.eslintrc.js ci: add and use linting rule to check /help URLs (#17936) 2021-02-05 11:33:59 -08:00
.gitattributes monitoring: mark monitoring API docs as generated (#17088) 2021-01-06 21:24:48 +08:00
.gitignore Move sg.config.yaml to repo root & allow private overwrites (#19487) 2021-03-29 10:14:53 +02:00
.gitmodules Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.golangci.yml Replace .golangci.yml with .golangci.enforced.yml (#19568) 2021-03-30 17:43:56 -06:00
.graphqlconfig prefer using the Prisma GraphQL VS Code extension (#5268) 2019-08-18 04:05:33 -07:00
.mailmap Add Camden to mailmap (#19488) 2021-03-26 16:32:13 +00:00
.mocharc.js Move all client code into client/ folder (#14480) 2020-10-07 22:23:53 +02:00
.nvmrc Update Node.js to v14.15.4 (#16981) 2021-01-06 14:46:23 +01:00
.percy.yml web: move Percy-specific CSS to Percy config file (#18551) 2021-02-22 16:28:28 -08:00
.prettierignore web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +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 Pin kubectl used for CI (#19212) 2021-03-17 10:45:59 +01:00
.yarnrc Use npmjs.org instead of yarnpkg.com (#926) 2018-11-10 12:14:21 -08:00
babel.config.js Pin cssnano version that treats :focus-visible correctly (#14086) 2020-09-23 22:21:31 +02:00
CHANGELOG.md database: Require Postgres 12 (#19424) 2021-03-30 22:35:21 +00:00
CODENOTIFY Deglobalize CODENOTIFY settings for eseliger (#16710) 2020-12-14 15:50:22 +01:00
CONTRIBUTING.md fix: update broken link to code of conduct (#7781) 2020-01-15 13:45:14 -08:00
doc.go Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
go.mod Finish work inlining most assets (#19279) 2021-03-22 23:41:13 +01:00
go.sum Finish work inlining most assets (#19279) 2021-03-22 23:41:13 +01:00
graphql-schema-linter.config.js Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
gulpfile.js gulp: disable graphql-codegen's watch feature (#16411) 2020-12-07 10:22:35 +01:00
jest.config.base.js web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
jest.config.js Add PageSelector component and create new Wildcard component library (#19026) 2021-03-17 08:44:51 +00:00
LICENSE Move all client code into client/ folder (#14480) 2020-10-07 22:23:53 +02: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
package.json Add build-browser-extension script (#19503) 2021-03-26 18:42:52 -04:00
postcss.config.js Implement new toggle components (#13774) 2020-09-11 17:43:08 -04:00
prettier.config.js Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
README.md dev: remove nginx (#13299) 2021-02-18 14:38:58 +00:00
renovate.json Don't open Renovate PRs for typescript nightly (#13378) 2020-08-26 21:19:05 +02:00
SECURITY.md consolidate security policy (#7906) 2020-01-21 10:03:11 -08:00
sg.config.yaml Move sg.config.yaml to repo root & allow private overwrites (#19487) 2021-03-29 10:14:53 +02:00
tsconfig.all.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
tsconfig.json web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00
yarn.lock web: flatten frontend packages inside of the client folder (#19378) 2021-03-26 15:35:26 +08:00

Sourcegraph

build apache license

Sourcegraph OSS edition is a fast, open-source, fully-featured code search and navigation engine. Enterprise editions are available.

Screenshot

Features

Try it yourself

Development

Prerequisites

  • Git
  • Go (1.15 or later)
  • Docker
  • PostgreSQL (v11 or higher)
  • Node.js (version 8 or 10)
  • Redis
  • Yarn

For a detailed guide to installing prerequisites, see these instructions.

Installation

Prebuilt Docker images are the fastest way to use Sourcegraph Enterprise. See the quickstart installation guide.

To use Sourcegraph OSS:

  1. Initialize the PostgreSQL database

  2. Ensure Docker is running

  3. Configure the HTTPS reverse proxy

  4. Start the development server

    ./dev/start.sh
    

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

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

Documentation

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

License

Sourcegraph OSS is available freely under the Apache 2 license. Sourcegraph OSS comprises all files in this repository except those in the enterprise/ and client/web/src/enterprise directories.

All files in the enterprise/ and client/web/src/enterprise/ directories are subject to the Sourcegraph Enterprise license.