Skip to content

Commit

Permalink
Publish Sourcegraph as open source 🚀
Browse files Browse the repository at this point in the history
Internal revision: sourcegraph/sourcegraph-intermediate-2018@d0cebbadc708dc53ddddee6753f494214a589b26
Executor: @slimsag
  • Loading branch information
Sourcegraph authored and Stephen Gutekanst committed Oct 1, 2018
0 parents commit 02a03f5
Show file tree
Hide file tree
Showing 3,723 changed files with 1,014,596 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

root = true

[*]
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.go]
indent_style = tab

[{*.js,*.json,*.yml,*.md,.babelrc,.stylelintrc}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmd/frontend/internal/graphqlbackend/schema.go linguist-generated=true
CHANGELOG.md merge=union
34 changes: 34 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://help.github.com/articles/about-codeowners/

*git* @keegancsmith
/migrations/ @keegancsmith
monolith/ @keegancsmith
search @keegancsmith
/src/ @felixfbecker
/xlang/ @keegancsmith @beyang
/schema/ @sqs
/src/site-admin/ @sqs
/src/settings/ @sqs
conf/ @sqs
/cmd/frontend/internal/auth/ @sqs
/dev/config.json @sqs
/client/vscode/ @chrismwendt
/cmd/frontend/internal/app/pkg/updatecheck/ @dadlerj
/src/tracking/ @dadlerj
/enterprise/ @beyang
/cmd/frontend/ @beyang
/cmd/gitserver/ @beyang
/cmd/indexer/ @beyang
/cmd/lsp-proxy/ @beyang
/cmd/repo-updater/ @beyang
/cmd/searcher/ @beyang
/cmd/server/ @beyang
/cmd/symbols/ @beyang
/pkg/ @beyang

# Don't set any reviewers for these,
# configure by package through Renovate config (see renovate.json)
**/package.json
**/yarn.lock
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Bug report
about: Report problems and unexpected behavior

---

- **Sourcegraph version:** <!-- the version of Sourcegraph or "Sourcegraph.com" -->
- **Platform information:** <!-- OS version, cloud provider, web browser version, Docker version, etc., depending on the issue -->

#### Steps to reproduce:

1.
2.

#### Expected behavior:

#### Actual behavior:
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for Sourcegraph

---

#### Feature request description

<!-- A description of what feature you would like. -->

#### Is your feature request related to a problem? If so, please describe.

<!-- A description of what the problem is. Ex. I'm always frustrated when [...] -->

#### Describe alternatives you've considered.

<!-- A description of any alternative solutions or features you've considered. -->

#### Additional context

<!-- Add any other context or other information you'd like to provide. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Question
about: Ask a question about Sourcegraph

---

#### Question description

<!-- Type your question here. -->

#### Is your question related to a problem? If so, please describe or link to another issue.

<!-- A description of what the related problem is. Ex. I'm always frustrated when [...] -->

#### Additional context

<!-- Add any other context or other information you'd like to include. -->
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- delete the irrelevant line below -->

> This PR updates the CHANGELOG.md file to describe any user-facing changes.
> This PR does not need to update the CHANGELOG because ...
20 changes: 20 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- important
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has not had any recent activity.
To keep our open issue list representative of our actual priorities,
it will be closed if no further activity occurs.
If this issue should stay open, simply remove the stale label.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
100 changes: 100 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
/vagrant_ansible_inventory_default
/.vagrant

# Vim
*.swp

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.\#*
.dir-locals.el

# Go
*.o
*.a
*.so

# Mac OS X
.DS_Store

# Python
*.py[cod]
__pycache__

# langkit
/workspace/

# Test binaries
*.test

grapher/python/pysonar2/tests
grapher/ruby/rubysonar/target
grapher/ruby/rubysonar/dependency-reduced-pom.xml
grapher/ruby/yard/.bundle
npm-debug.log
yarn-error.log
.codemod.bookmark
.elasticbeanstalk/

.tmp/*.jar

/cmd/frontend/internal/graphqlbackend/node_modules

/ui/artifacts
/ui/node_modules
/ui/assets/_goTemplates.js
/ui/assets/analytics.js
/ui/assets/bundle.js
/ui/assets/bundle.css
/ui/assets/sourcebox.js
/ui/assets/sourcebox.css
/ui/assets/test.js
/ui/assets/test.css
/ui/assets/vs
/ui/assets/*.html
/ui/assets/*.map
/ui/.tmp
*.json.actual

eb-bundle.zip

/cmd/frontend/internal/app/assets/distassets_vfsdata.go

/release/

/conf/private

/provision/kubernetes/gen
/deploy/sourcegraph.com/src
/deploy/sourcegraph/src

# Sublime
*.sublime-project
*.sublime-workspace

.bin/

.gtm/

cmd/src/debug
cmd/gitserver/debug
cmd/indexer/debug

/dev/e2e/log.html
/.gtm/

# Web
node_modules/
package-lock.json
.nyc_output/
coverage/
out/
src/backend/graphqlschema.ts
src/schema/*
puppeteer/
package-lock.json
/dist
sourcegraph-webapp-*.tgz
Empty file added .gitmodules
Empty file.
61 changes: 61 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
Aaron Leung <[email protected]> <[email protected]>
Alex Saveliev <[email protected]> <[email protected]>
Antonina Cherednichenko <[email protected]> <[email protected]>
Beyang Liu <[email protected]> <[email protected]>
Beyang Liu <[email protected]> beyang <[email protected]>
Quinn Slack <[email protected]> sqs <>
Quinn Slack <[email protected]> sqs <[email protected]>
Quinn Slack <[email protected]> <[email protected]>
Caroline Frost <[email protected]> Caroline Frost <[email protected]>
Caroline Frost <[email protected]> carolinefrost <[email protected]>
Caroline Frost <[email protected]> CarolineFrost <[email protected]>
Dmitri Shuralyov <[email protected]> Dmitri Shuralyov <>
Farhan Attamimi <[email protected]> Farhan <[email protected]>
Farhan Attamimi <[email protected]> Farhan Attamimi <[email protected]>
Geoffrey Gilmore <[email protected]> Geoffrey Gilmore <[email protected]>
Geoffrey Gilmore <[email protected]> Geoffrey Gilmore <[email protected]>
Geoffrey Gilmore <[email protected]> Geoffrey Gilmore <[email protected]>
Geoffrey Gilmore <[email protected]> Geoffrey Gilmore <[email protected]>
Geoffrey Gilmore <[email protected]> ggilmore <[email protected]>
Isaac Snow <[email protected]> Isaac Snow <[email protected]>
Isaac Snow <[email protected]> ijsnow <[email protected]>
Jamie Wilson <[email protected]> Jamie Wilson <[email protected]>
Jamie Wilson <[email protected]> Jamie Wilson <[email protected]>
John Rothfels <[email protected]> John Rothfels <[email protected]>
John Rothfels <[email protected]> rothfels <[email protected]>
John Rothfels <[email protected]> John Rothfels <[email protected]>
John Rothfels <[email protected]> John Rothfels <[email protected]>
John Rothfels <[email protected]> John Rothfels <[email protected]>
John Rothfels <[email protected]> John Rothfels <[email protected]>
Jonathan Poler <[email protected]> Jonathan Poler <[email protected]>
Jonathan Poler <[email protected]> jon <[email protected]>
Leo Succar-Ferré <[email protected]> Leo Succar-Ferré <[email protected]>
Linda Xie <[email protected]> Linda Xie <[email protected]>
Matt Sprague <[email protected]> Matt Sprague <[email protected]>
Nick Snyder <[email protected]> Nick Snyder <[email protected]>
Nico Tonozzi <[email protected]> Nico Tonozzi <[email protected]>
Renfred Harper <[email protected]> Renfred Harper <>
Rich Taylor <[email protected]> Rich Taylor <[email protected]>
Rohan Pai <[email protected]> Rohan Pai <[email protected]>
Samuel Lavery <[email protected]> Sam Lavery <[email protected]>
Seebs <[email protected]> Seebs <[email protected]>
Stephen Gutekanst <[email protected]> Stephen Gutekanst <>
Stephen Gutekanst <[email protected]> Stephen Gutekanst <[email protected]>
Stephen Gutekanst <[email protected]> Stephen Gutekanst <[email protected]>
Vanesa Ortiz <[email protected]> Vanesa <[email protected]>
Vanesa Ortiz <[email protected]> Vanesa Ortiz <[email protected]>
Dan Adler <[email protected]> dadlerj <[email protected]>
Julien Chien <[email protected]> julien <[email protected]>
Martin Amps <[email protected]> martinamps <[email protected]>
Matt Sprague <[email protected]> matt <[email protected]>
Matt Sprague <[email protected]> mattfs <[email protected]>
Richard Musiol <[email protected]> neelance <[email protected]>
Pararth Shah <[email protected]> pararthshah <[email protected]>
Ildar Isaev <[email protected]> root <Ildar Isaev>
Seebs <[email protected]> seebs <[email protected]>
Sourcegraph Team <[email protected]> the Sourcegraph team <[email protected]>
Unknown <[email protected]> Unknwon <[email protected]>
Unknown <[email protected]> 无闻 <[email protected]>
Renovate Bot <[email protected]> renovate[bot] <renovate[bot]@users.noreply.github.com>
Matt King <[email protected]> Matthew King <[email protected]>
Nico Tonozzi <[email protected]> Dominic Tonozzi <[email protected]>
18 changes: 18 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.bin/
*.bundle.*
client/phabricator/scripts/loader.js
cmd/frontend/db/schema.md
cmd/xlang-python/python-langserver/
package-lock.json
package.json
ui/assets/
vendor/
.nyc_output/
coverage/
out/
dist/
src/backend/graphqlschema.ts
src/schema/
ts-node-*
testdata
.github/*
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@sourcegraph/stylelint-config"]
}
14 changes: 14 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.editorconfig",
"eg2.tslint",
"esbenp.prettier-vscode",
"kumar-harsh.graphql-for-vscode",
"ms-vscode.Go",
"shinnn.stylelint",
"exiasr.hadolint",
"bierner.markdown-mermaid"
]
}
Loading

0 comments on commit 02a03f5

Please sign in to comment.