Code AI platform with Code Search & Cody
Go to file
Felix Becker cdfa5abb81
Remove CODEOWNERS again for package.json files (#5823)
* Remove CODEOWNERS again for package.json files

* Remove labels: bot from Renovate config

Configured in shared config
2019-10-01 21:39:20 +02:00
.buildkite/hooks CI: add comment to post-checkout script (#2827) 2019-03-18 23:46:05 -07:00
.github Remove CODEOWNERS again for package.json files (#5823) 2019-10-01 21:39:20 +02:00
.storybook Update dependency sass-loader to v8 (#5455) 2019-09-21 13:51:39 +02:00
.vscode prefer using the Prisma GraphQL VS Code extension (#5268) 2019-08-18 04:05:33 -07:00
browser Add docs for regression tests, more config options (#5746) 2019-09-30 14:56:59 -07:00
client mv client/browser browser (#3826) 2019-05-06 19:36:03 +02:00
cmd repo-updater: Replace SubSyncer with PreSync function (#5765) 2019-10-01 12:07:15 +02:00
dev Update zoekt so we can remove sleep hack (#5784) 2019-10-01 16:43:38 +02:00
doc docs: more comprehensive description of username normalization (#5772) 2019-09-30 13:02:21 -07:00
docker-images convert to semver for custom prom/graf docker images (#5682) 2019-09-20 17:44:26 -07:00
enterprise repo-updater: Replace SubSyncer with PreSync function (#5765) 2019-10-01 12:07:15 +02:00
lsif Update dependency @types/lodash to v4.14.141 2019-10-01 19:22:17 +00:00
migrations auth: allow trailing hyphen in username and org name (#5680) 2019-09-30 08:28:55 -07:00
packages Migrate to ESLint 🔧 (#5072) 2019-08-06 03:39:54 +02:00
pkg repo-updater: fallback onto users repos endpoint when org fails (#5748) 2019-09-30 05:50:56 -07:00
schema repo-updater: add nameTransformations in GitLab external serv… (#5638) 2019-09-25 08:54:24 -07:00
shared Add docs for regression tests, more config options (#5746) 2019-09-30 14:56:59 -07:00
ui/assets simplify Activation{Dropdown,Checklist} styles (#4538) 2019-06-16 19:44:30 -07:00
web Add docs for regression tests, more config options (#5746) 2019-09-30 14:56:59 -07:00
.dockerignore server: Use Dockerfile and build script instead of godockerize (#1971) 2019-01-21 14:07:29 +02:00
.editorconfig Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.eslintrc.js Use fromFetch() instead of ajax() (#5561) 2019-09-19 22:04:05 +02:00
.gitattributes repo-updater: Collapse testdata files in PRs (#3999) 2019-05-15 10:26:45 +02:00
.gitignore add envrc to gitignore (#4628) 2019-06-20 16:21:23 -07:00
.gitmodules Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.graphqlconfig prefer using the Prisma GraphQL VS Code extension (#5268) 2019-08-18 04:05:33 -07:00
.mailmap Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.prettierignore mv client/browser browser (#3826) 2019-05-06 19:36:03 +02:00
.stylelintrc.json Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
.yarnrc Use npmjs.org instead of yarnpkg.com (#926) 2018-11-10 12:14:21 -08:00
babel.config.js SQLite backend (#5332) 2019-09-13 14:42:49 -05:00
CHANGELOG.md Update zoekt so we can remove sleep hack (#5784) 2019-10-01 16:43:38 +02:00
CONTRIBUTING.md fix: broken link to code of conduct in CONTRIBUTING.md (#1230) 2018-12-04 14:14:41 -08:00
doc.go Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
go.mod Update zoekt so we can remove sleep hack (#5784) 2019-10-01 16:43:38 +02:00
go.sum Update zoekt so we can remove sleep hack (#5784) 2019-10-01 16:43:38 +02:00
graphql-schema-linter.config.js Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
gulpfile.ts Bitbucket server integration (#4686) 2019-06-28 15:19:08 +02:00
jest.config.base.js Polyfill fetch in tests (#5689) 2019-09-20 22:21:24 +02:00
jest.config.js SQLite backend (#5332) 2019-09-13 14:42:49 -05:00
LICENSE clarify license (#2543) 2019-03-03 16:39:46 +08:00
LICENSE.apache clarify license (#2543) 2019-03-03 16:39:46 +08:00
LICENSE.enterprise clarify license (#2543) 2019-03-03 16:39:46 +08:00
package.json Update dependency @types/lodash to v4.14.141 2019-10-01 19:22:17 +00:00
prettier.config.js Publish Sourcegraph as open source 🚀 2018-09-30 23:13:36 -07:00
README.md Cleanup dev docs (#5688) 2019-09-20 13:59:22 -07:00
renovate.json Remove CODEOWNERS again for package.json files (#5823) 2019-10-01 21:39:20 +02:00
SECURITY.md Create SECURITY.md and link to security policy (#5220) 2019-08-22 21:39:20 -07:00
tsconfig.json Update dependency @sourcegraph/prettierrc to v3 (#3974) 2019-05-13 13:17:09 -07:00
tslint.config.js Migrate to ESLint 🔧 (#5072) 2019-08-06 03:39:54 +02:00
yarn.lock Update dependency @types/lodash to v4.14.141 2019-10-01 19:22:17 +00: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.13 or later)
  • Docker
  • PostgreSQL (v11 or higher)
  • Node.js (version 8 or 10)
  • Redis
  • Yarn
  • Nginx

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. Ensure Docker is running

  2. Initialize the PostgreSQL database

  3. Start the development server

    ./dev/launch.sh
    

Sourcegraph should now be running at http://localhost:3080.

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

Documentation

The docs folder 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 web/src/enterprise directories.

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