sourcegraph/internal
Stephen Gutekanst 01afd265b7
API docs: default search indexing to off temporarily (#25857)
Once search indexing finished, CPU usage of codeintel-db spiked up due to
an issue with the OOB migration #25856 and I have now identified some more
key schema changes we'll need to make to have this table scale better.

Defaulting search indexing to off for now and will re-enable by default once
I've made some of these key changes.

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
2021-10-08 16:34:13 +00:00
..
actor convert unnecessary panic to error (#25171) 2021-09-21 08:40:13 -06:00
amplitude usagestats: use Amplitude HTTP API endpoint (#25324) 2021-09-30 14:41:50 +08:00
api httpcli: Expand usage across the codebase (#23575) 2021-08-05 10:46:16 +00:00
authz authz: move providers to enterprise namespace (#24579) 2021-09-03 16:40:43 +08:00
cmd codeintel-qa: Rewrite precise-code-intel-tester (#25412) 2021-10-04 09:46:24 -05:00
codeintel/stores/dbstore codeintel: add dependency repositories referenced in LSIF uploads (#22984) 2021-08-24 15:48:21 +01:00
comby move store test utils into their own package (#24800) 2021-09-09 16:18:23 +00:00
compute compute: don't attempt to slice negative ranges (#25491) 2021-09-29 09:49:17 -07:00
conf API docs: default search indexing to off temporarily (#25857) 2021-10-08 16:34:13 +00:00
cookie security: Add password related logging (#22729) 2021-07-09 17:19:44 +02:00
database Make batch_spec_id on resolution jobs unique (#25832) 2021-10-08 16:12:05 +02:00
debugserver debugserver: Add /healthz and /ready endpoints (#19846) 2021-04-08 20:21:29 +00:00
diskcache all: Replace github.com/pkg/errors with github.com/cockroachdb/errors (#21684) 2021-06-11 13:49:21 +05:30
encryption build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00
endpoint endpoint: add tests for k8s endpoint creation (#25151) 2021-09-21 16:27:47 +02:00
env dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
errcode dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
eventlogger usagestats/auth: log backend events for sign up and sign in success/failure (#23975) 2021-08-17 11:46:06 +08:00
extsvc internal/extsvc: Return accurate error from V3Client.get (#24593) 2021-09-03 20:00:15 +05:30
featureflag perf: Don't fetch feature flags when not used in request (#24725) 2021-09-08 19:08:26 +02:00
gitserver add commit/diff query optimization (#25753) 2021-10-07 16:54:13 +00:00
goreman build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00
goremancmd dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
goroutine workerutil: Add automatic shutdown configuration (#23741) 2021-08-11 10:56:36 -05:00
gqltestutil codeintel-qa: Rewrite precise-code-intel-tester (#25412) 2021-10-04 09:46:24 -05:00
honey honey: add HONEYCOMB_SUFFIX and HONEYCOMB_DISABLE (#25215) 2021-09-22 11:56:52 +02:00
hostname Store hostname of workerutil Record processor on job dequeue (#21739) 2021-06-21 13:10:11 +01:00
httpcli httpcli: hardcode dnserror in not found test (#24733) 2021-09-08 16:33:48 +02:00
httpserver Appease and enforce goimports lint (#18748) 2021-03-02 09:03:45 -07:00
httptestutil dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
insights Insights: migrate dashboards in settings to the database (#25765) 2021-10-08 09:07:59 -07:00
inventory dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
jsonc secrets: Redact GitCredentials/password in AWSCODECOMMIT config (#23832) 2021-08-13 11:11:44 +02:00
lazyregexp add time parsing for before/after fields (#25414) 2021-09-28 11:00:24 -06:00
linkheader API: Add public endpoint to redirect to current src-cli download. (#7600) 2020-01-12 14:21:36 -06:00
logging Fix race condition in log output by writing to same buffer (#22407) 2021-06-28 09:41:37 +00:00
metrics httpcli: Expand usage across the codebase (#23575) 2021-08-05 10:46:16 +00:00
mutablelimiter mutablelimiter: Clean up comments (#23712) 2021-08-09 14:36:44 +02:00
observation codeintel: add dependency repositories referenced in LSIF uploads (#22984) 2021-08-24 15:48:21 +01:00
oobmigration oobmigrations: Add metadata column (#25028) 2021-09-16 14:50:43 +02:00
pathmatch Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
profiler profiler: remove SRC_DISABLE_PROFILER envvar (#25739) 2021-10-06 19:41:43 +02:00
pubsub dx: Use cockroachdb/errors over stdlib errors (#22684) 2021-07-08 14:55:34 -05:00
randstring Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
ratelimit ratelimit: Set fallback burst to 1 from 100 (#24454) 2021-08-31 16:33:42 +02:00
rcache httpcli: Expand usage across the codebase (#23575) 2021-08-05 10:46:16 +00:00
redispool dx: Use cockroachdb/errors over stdlib errors (#22684) 2021-07-08 14:55:34 -05:00
repos db: Reduce pressure from status messages (#25517) 2021-09-29 10:06:10 -05:00
repotrackutil Enforce unconvert lint (#18746) 2021-03-01 12:28:08 -07:00
repoupdater Render "View on Bitbucket Cloud" links in the UI (#25533) 2021-09-30 06:08:47 -04:00
search convert commit/diff search to job (#25807) 2021-10-08 09:07:42 -06:00
sentry sentry: allow specify a DSN for backend (#17363) 2021-01-18 20:22:16 +08:00
slack dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
src-cli Bump src-cli min version to 3.32.0 and re-gen docs (#25108) 2021-09-20 14:15:32 +00:00
src-prometheus dx: Vet use of errors (#22704) 2021-07-12 19:51:38 +00:00
store move store test utils into their own package (#24800) 2021-09-09 16:18:23 +00:00
symbols endpoint: add rendezvous hashing support (#23921) 2021-08-18 13:19:23 +02:00
sysreq build with go 1.17 (#24566) 2021-09-03 14:46:55 +00:00
temporarysettings temporary settings: graphql backend (#24295) 2021-08-26 07:57:22 -07:00
testutil move store test utils into their own package (#24800) 2021-09-09 16:18:23 +00:00
timeutil search: Move FakeClock to timeutil (#17283) 2021-01-14 11:24:46 -07:00
trace Increase httptrace timeout (#25663) 2021-10-06 11:47:23 -07:00
tracer all: instrument version in trace and prometheus (#24127) 2021-08-19 14:34:53 +02:00
txemail Fix alertmanaged config (#23639) 2021-08-05 14:27:22 -07:00
types gitserver: store LastChanged in gitserver_repos (#25686) 2021-10-06 06:34:34 +02:00
usagestats Attach amplitude IDs to events in BigQuery (#25843) 2021-10-08 14:33:10 +00:00
vcs Add original filename to git blame GraphQL response (#25729) 2021-10-07 11:34:46 +02:00
version version: remove src_version metric (#25597) 2021-10-01 16:12:57 +02:00
workerutil dbworker/store: add With method (#25683) 2021-10-05 18:08:13 +02:00