Select the types of activity you want to include in your feed.
Fix archive URL for ranking test (#809)
The `sourcegraph/sourcegraph` repo is now private, so we switch to
`sourcegraph-public-snapshot` for these tests. Eventually, we'll move the
relevant tests to the sourcegraph repo itself.
···22query: (and substr:"assets" substr:"are" substr:"not" substr:"configured" substr:"for" substr:"this" substr:"binary")
33targetRank: 1
4455-**github.com/sourcegraph/sourcegraph/ui/assets/assets.go**
55+**github.com/sourcegraph/sourcegraph-public-snapshot/ui/assets/assets.go**
6633:func (p FailingAssetsProvider) Assets() http.FileSystem {
7714: Assets() http.FileSystem
881:package assets
99hidden 12 more line matches
10101111-github.com/sourcegraph/sourcegraph/schema/schema.go
1111+github.com/sourcegraph/sourcegraph-public-snapshot/schema/schema.go
1212492:type BrandAssets struct {
13131530:type Notice struct {
14141538:type Notifications struct {
1515hidden 668 more line matches
16161717-github.com/sourcegraph/sourcegraph/doc/admin/executors/deploy_executors.md
1717+github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/executors/deploy_executors.md
1818118:## Confirm executors are working
1919194:### Configuring the auth config for use in executors
2020216:### Adding certificates to a binary deployment
2121hidden 47 more line matches
22222323-github.com/sourcegraph/sourcegraph/doc/getting-started/github-vs-sourcegraph.md
2323+github.com/sourcegraph/sourcegraph-public-snapshot/doc/getting-started/github-vs-sourcegraph.md
24248:## Which is best for you?
2525110:### Searching repositories, branches, and forks
262618:As your codebase grows in complexity, the value of code search quickly increases. Sourcegraph may be a good fit for your team if:
2727hidden 66 more line matches
28282929-github.com/sourcegraph/sourcegraph/doc/admin/executors/deploy_executors_terraform.md
2929+github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/executors/deploy_executors_terraform.md
30301:# Deploying Sourcegraph executors using Terraform on AWS or GCP
313156:## Terraform Version
3232415:### **Step 1:** Update the source version of the terraform modules
3333hidden 68 more line matches
34343535-github.com/sourcegraph/sourcegraph/doc/dev/background-information/sg/reference.md
3535+github.com/sourcegraph/sourcegraph-public-snapshot/doc/dev/background-information/sg/reference.md
3636496:### sg lint format
3737505:### sg lint format
38381:<!-- DO NOT EDIT: generated via: go generate ./dev/sg -->
+2-2
internal/e2e/testdata/generate_unit_test.txt
···22query: (and substr:"generate" substr:"unit" substr:"test")
33targetRank: 11
4455-github.com/sourcegraph/sourcegraph/cmd/frontend/internal/insights/resolvers/insight_series_resolver.go
55+github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/internal/insights/resolvers/insight_series_resolver.go
66300:func (j *seriesResolverGenerator) Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error) {
77275: Generate(ctx context.Context, series types.InsightViewSeries, baseResolver baseInsightResolver, filters types.InsightViewFilters, options types.SeriesDisplayOptions) ([]graphqlbackend.InsightSeriesResolver, error)
88286: generateResolver resolverGenerator
···141475: SampleUnit string // Unit for the sample data from the profile.
1515hidden 48 more line matches
16161717-github.com/sourcegraph/sourcegraph/internal/codeintel/autoindexing/internal/inference/lua/test.lua
1717+github.com/sourcegraph/sourcegraph-public-snapshot/internal/codeintel/autoindexing/internal/inference/lua/test.lua
18189: generate = function(_, paths)
19196: patterns = { pattern.new_path_basename "sg-test" },
20208: -- Invoked as part of unit tests for the autoindexing service
+6-6
internal/e2e/testdata/graphql_type_User.txt
···22query: (and substr:"graphql" substr:"type" case_substr:"User")
33targetRank: 1
4455-**github.com/sourcegraph/sourcegraph/cmd/frontend/graphqlbackend/schema.graphql**
55+**github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/graphqlbackend/schema.graphql**
666376:type User implements Node & SettingsSubject & Namespace {
773862: type: GitRefType
885037: type: GitRefType!
99hidden 460 more line matches
10101111-github.com/sourcegraph/sourcegraph/internal/types/types.go
1111+github.com/sourcegraph/sourcegraph-public-snapshot/internal/types/types.go
1212850:type User struct {
13131372: Type *SearchCountStatistics
14141766: Type string
1515hidden 234 more line matches
16161717-github.com/sourcegraph/sourcegraph/client/web/src/enterprise/insights/core/backend/gql-backend/methods/get-dashboard-owners.ts
1717+github.com/sourcegraph/sourcegraph-public-snapshot/client/web/src/enterprise/insights/core/backend/gql-backend/methods/get-dashboard-owners.ts
181822: type: InsightsDashboardOwnerType.Global,
191932: type: InsightsDashboardOwnerType.Personal,
202018: const { currentUser, site } = data
2121hidden 8 more line matches
22222323-github.com/sourcegraph/sourcegraph/cmd/frontend/graphqlbackend/apitest/types.go
2323+github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/graphqlbackend/apitest/types.go
242447:type User struct {
25259: Typename string `json:"__typename"`
262632: Typename string `json:"__typename"`
2727hidden 11 more line matches
28282929-github.com/sourcegraph/sourcegraph/cmd/frontend/internal/batches/resolvers/apitest/types.go
2929+github.com/sourcegraph/sourcegraph-public-snapshot/cmd/frontend/internal/batches/resolvers/apitest/types.go
303052:type User struct {
3131364: User *User
3232393: Type string
3333hidden 68 more line matches
34343535-github.com/sourcegraph/sourcegraph/internal/extsvc/github/common.go
3535+github.com/sourcegraph/sourcegraph-public-snapshot/internal/extsvc/github/common.go
36362030:type User struct {
373766: User *Actor `json:"User,omitempty"`
3838527: Type string
···22query: (and substr:"sourcegraph/server" substr:"docker" substr:"image" substr:"build")
33targetRank: 14
4455-github.com/sourcegraph/sourcegraph/dev/sg/internal/images/images.go
55+github.com/sourcegraph/sourcegraph-public-snapshot/dev/sg/internal/images/images.go
66458: Build int
77234:type ImageReference struct {
88352:type ErrNoImage struct {
99hidden 118 more line matches
10101111-github.com/sourcegraph/sourcegraph/doc/admin/external_services/postgres.md
1111+github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/external_services/postgres.md
121241:### sourcegraph/server
1313192:### sourcegraph/server
141453:### Docker Compose
1515hidden 19 more line matches
16161717-github.com/sourcegraph/sourcegraph/internal/conf/deploy/deploytype.go
1717+github.com/sourcegraph/sourcegraph-public-snapshot/internal/conf/deploy/deploytype.go
181866:func IsDeployTypePureDocker(deployType string) bool {
191912: SingleDocker = "docker-container"
202013: DockerCompose = "docker-compose"
2121hidden 19 more line matches
22222323-github.com/sourcegraph/sourcegraph/schema/schema.go
2323+github.com/sourcegraph/sourcegraph-public-snapshot/schema/schema.go
24242621: ExecutorsBatcheshelperImage string `json:"executors.batcheshelperImage,omitempty"`
25252627: ExecutorsLsifGoImage string `json:"executors.lsifGoImage,omitempty"`
26262631: ExecutorsSrcCLIImage string `json:"executors.srcCLIImage,omitempty"`
2727hidden 22 more line matches
28282929-github.com/sourcegraph/sourcegraph/internal/updatecheck/handler.go
2929+github.com/sourcegraph/sourcegraph-public-snapshot/internal/updatecheck/handler.go
303040: latestReleaseDockerServerImageBuild = newPingResponse("5.1.8")
313145: latestReleaseKubernetesBuild = newPingResponse("5.1.8")
323250: latestReleaseDockerComposeOrPureDocker = newPingResponse("5.1.8")
3333hidden 19 more line matches
34343535-github.com/sourcegraph/sourcegraph/doc/admin/deploy/docker-single-container/index.md
3535+github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/deploy/docker-single-container/index.md
36361:# Docker Single Container Deployment
3737294:### Insiders build
3838238:### File system performance on Docker for Mac
+1-1
internal/e2e/testdata/test_server.txt
···26262925:type serverHandler struct {
2727hidden 180 more line matches
28282929-github.com/sourcegraph/sourcegraph/cmd/gitserver/server/server.go
2929+github.com/sourcegraph/sourcegraph-public-snapshot/cmd/gitserver/server/server.go
3030132:type Server struct {
31312:package server
3232741:func (s *Server) serverContext() (context.Context, context.CancelFunc) {
+2-2
internal/e2e/testdata/time_compare.txt
···88271:func (t Time) Compare(u Time) int {
99hidden 250 more line matches
10101111-github.com/sourcegraph/sourcegraph/internal/api/api.go
1111+github.com/sourcegraph/sourcegraph-public-snapshot/internal/api/api.go
1212127:func (r ExternalRepoSpec) Compare(s ExternalRepoSpec) int {
13137: "time"
1414170: CreatedAt time.Time // the date when this settings value was created
15151616-github.com/sourcegraph/sourcegraph/client/shared/src/codeintel/scip.ts
1616+github.com/sourcegraph/sourcegraph-public-snapshot/client/shared/src/codeintel/scip.ts
1717117: public compare(other: Range): number {
181853: return this.compare(other) < 0
191956: return this.compare(other) <= 0
+3-3
internal/e2e/testdata/zoekt_searcher.txt
···141437:func (s *Searcher) Search(ctx context.Context, args *SearchArgs, reply *SearchReply) error {
1515hidden 9 more line matches
16161717-github.com/sourcegraph/sourcegraph/doc/admin/observability/dashboards.md
1717+github.com/sourcegraph/sourcegraph-public-snapshot/doc/admin/observability/dashboards.md
181816264:## Searcher
191919728:## Zoekt
202016371:### Searcher: Cache store
2121hidden 713 more line matches
22222323-github.com/sourcegraph/sourcegraph/monitoring/definitions/searcher.go
2323+github.com/sourcegraph/sourcegraph-public-snapshot/monitoring/definitions/searcher.go
242412:func Searcher() *monitoring.Dashboard {
252514: containerName = "searcher"
262615: grpcServiceName = "searcher.v1.SearcherService"
2727hidden 31 more line matches
28282929-github.com/sourcegraph/sourcegraph/internal/search/job/job.go
2929+github.com/sourcegraph/sourcegraph-public-snapshot/internal/search/job/job.go
303073: Zoekt zoekt.Streamer
313174: SearcherURLs *endpoint.Map
323275: SearcherGRPCConnectionCache *defaults.ConnectionCache