sourcegraph/internal
Thorsten Ball ff2c167682
purge worker: fix bug in gRPC handler and bump log level (#58842)
This endpoint was broken, because `deleteRepo` expects the "deleted
repo" name (including "DELETED-" at the start), because it itself does
the whole "undelete repo name" stuff.
2023-12-08 10:11:18 +00:00
..
accesstoken SSC: Fix Cody Web (#58800) 2023-12-06 23:28:57 +01:00
actor requestinteraction: add X-Sourcegraph-Interaction-ID propagation (#58016) 2023-11-22 20:09:39 +00:00
adminanalytics logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
api Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
apptoken Don't disable features when license disabled (#58326) 2023-11-20 15:22:01 +00:00
audit logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
auth eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
authbearer telemetrygateway: add exporter and service (#56699) 2023-09-20 05:20:15 +00:00
authz Use clear map function from go 1.21 (#58759) 2023-12-04 16:24:06 -08:00
batches azuredevops: Add support for SSH cloning (#58655) 2023-11-30 09:49:15 +01:00
binary bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00
bytesize github star/size exclusion: incorporate feedback from code review (#58398) 2023-11-17 10:21:24 +01:00
byteutils ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
cloneurls Separate database package mocks to dbmocks package (#55778) 2023-08-14 10:48:45 +02:00
cloud Backend: remove EnterpriseDB (#54699) 2023-07-06 20:03:31 -06:00
cmd Update marketing website link in monorepo (#58449) 2023-12-01 22:22:34 +00:00
codeintel Cleanup: replace a few custom functions with pointers.DerefZero (#58619) 2023-11-28 17:33:18 -07:00
codemonitors Update marketing website link in monorepo (#58449) 2023-12-01 22:22:34 +00:00
cody update code references to "Sourcegraph App" -> "Cody App" (#56747) 2023-09-19 12:31:12 -10:00
codycontext Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
codygateway Enable logging Fireworks requests for Self-Serve users (#58556) 2023-11-27 09:15:30 +01:00
collections Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
comby Chore: remove some uses of log15 (#57519) 2023-10-10 16:27:52 -06:00
completions SSC: Fix Cody Web (#58800) 2023-12-06 23:28:57 +01:00
compute logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
conf Redact observability alert sensitiva data (#58684) 2023-11-30 16:10:43 -03:00
cookie
ctags_config site-config: Make symbols not required in syntaxHighlighting (#57276) 2023-10-16 19:53:19 -04:00
database SSC: Fix Cody Web (#58800) 2023-12-06 23:28:57 +01:00
debugserver logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
deviceid
diskcache Tracing: remove opentracing (#52978) 2023-06-06 11:02:15 -06:00
diskusage source: display alert when gitserver disk usage exceeds 90% (#56562) 2023-09-15 01:39:07 +01:00
download
embeddings Embeddings: refactor job scheduling code (#58787) 2023-12-06 14:40:26 -08:00
encryption encryption: Standardize envelope encryption (#56711) 2023-10-02 23:01:04 +02:00
endpoint logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
env Chore: remove some uses of log15 (#57519) 2023-10-10 16:27:52 -06:00
errcode dotcom: don't lazy add repos with size >= 1GB && stars < 100 (#58553) 2023-12-05 16:30:32 +00:00
eventlogger Backend: remove unused LogEvent (#55464) 2023-08-02 19:30:44 +00:00
executor Chore: construct logger inside dbtest.NewDB (#57549) 2023-10-11 20:41:11 -05:00
extsvc azuredevops: Add support for SSH cloning (#58655) 2023-11-30 09:49:15 +01:00
fastwalk app: initial work to get building on Windows (#52384) 2023-06-19 14:53:07 -07:00
featureflag Chore: clean up dead code (#58280) 2023-11-14 14:29:03 -07:00
fileutil Add additional logging for rename failures (#58458) 2023-11-21 14:55:00 +01:00
github_apps Chore: remove empty BUILD.bazel files (#58250) 2023-11-10 11:36:11 -07:00
gitserver build: add buildifier check to Aspect Workflows (#58566) 2023-11-27 14:58:01 +02:00
goroutine lib/managedservicesplatform: init MSP runtime, add lib/background from internal/goroutine (#57651) 2023-10-28 03:08:12 +00:00
gosyntect syntax-highlighter: Delete Theme and CSS fields (#58368) 2023-11-17 08:33:48 -05:00
gqltestutil aspect workflows: add initial aspect workflow yaml (#56569) 2023-11-24 11:52:17 +02:00
gqlutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
grpc requestinteraction: add X-Sourcegraph-Interaction-ID propagation (#58016) 2023-11-22 20:09:39 +00:00
hashutil
highlight syntax-highlighter: Enable tree-sitter locals for Java (#58468) 2023-11-22 14:07:25 +08:00
honey Search: update honeycomb metrics (#53327) 2023-06-12 13:48:10 -06:00
hostname
httpcli add localDevDenyList for denylists (#58771) 2023-12-05 12:43:40 +00:00
httpserver
httptestutil Remove GitHub proxy service (#56485) 2023-09-14 19:43:40 +02:00
insights eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
instrumentation tracer: enforce trace policy entirely via Sampler (#58068) 2023-11-02 09:00:14 -07:00
inventory ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
jsonc ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
lazyregexp
license telemetry-export: 5.2.1 default enablement (#57605) 2023-10-17 13:03:33 -07:00
licensing completions: add claude-instant-1.2 to all references of claude-instant-1.2-cyan (#58786) 2023-12-06 09:59:55 -08:00
limiter ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
logging Chore: clean up dead code (#58280) 2023-11-14 14:29:03 -07:00
luasandbox logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
mapfs ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
markdown
memo
metrics logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
notebooks Chore: construct logger inside dbtest.NewDB (#57549) 2023-10-11 20:41:11 -05:00
oauthtoken Refactor ExternalAccountsStore functions (#57509) 2023-10-13 10:41:10 +02:00
oauthutil Remove global lock around GitHub.com requests (#58190) 2023-11-15 14:20:06 +01:00
observation logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
oobmigration Share code insights DB handle in worker (#57949) 2023-10-27 19:10:05 +00:00
opencodegraph OpenCodeGraph prototype (#58675) 2023-12-06 21:39:33 -08:00
otlpenv
own eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
packagefilters packages: move filter matching to postgres for name filter membership testing (#49940) 2023-06-16 16:46:45 +00:00
paths codeintel: consolidate enterprise & oss codeintel packages (#54431) 2023-07-05 14:58:41 +01:00
perforce gitserver: Replace P4Exec endpoint with properly typed and individually tested RPC calls (#57247) 2023-10-09 15:06:49 +02:00
productsubscription telemetrygateway: add exporter and service (#56699) 2023-09-20 05:20:15 +00:00
profiler Allow to run GCP profiler in other instances (#48204) 2023-02-24 16:30:13 +00:00
pubsub telemetry-gateway: add attributes to pubsub events (#58837) 2023-12-07 15:18:45 -08:00
randstring ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
ratelimit logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
rbac bazel+rbac: mention correct target in generated files (#58704) 2023-12-01 12:58:08 +02:00
rcache Chore: remove some uses of log15 (#57519) 2023-10-10 16:27:52 -06:00
redislock cody-gateway: implement informational rate limit threshold Slack alerts (#53137) 2023-06-09 22:09:45 -04:00
redispool Chore: construct logger inside dbtest.NewDB (#57549) 2023-10-11 20:41:11 -05:00
repos purge worker: fix bug in gRPC handler and bump log level (#58842) 2023-12-08 10:11:18 +00:00
repoupdater dotcom: don't lazy add repos with size >= 1GB && stars < 100 (#58553) 2023-12-05 16:30:32 +00:00
requestclient requestclient: add SRC_USE_CLOUDFLARE_HEADERS to use CF headers (#58567) 2023-12-07 20:27:28 +00:00
requestinteraction requestinteraction: add X-Sourcegraph-Interaction-ID propagation (#58016) 2023-11-22 20:09:39 +00:00
rockskip logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
sanitycheck Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
scim Update marketing website link in monorepo (#58449) 2023-12-01 22:22:34 +00:00
search eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
searcher/v1 build: add buildifier check to Aspect Workflows (#58566) 2023-11-27 14:58:01 +02:00
security Allow banning of email domains for DotCom registration (#56278) 2023-08-30 21:44:52 +00:00
service Cleanup: use new go 1.21 features (#58617) 2023-11-28 13:49:38 -07:00
session Don't disable features when license disabled (#58326) 2023-11-20 15:22:01 +00:00
settings Remove unused settings and env vars (#58580) 2023-11-27 10:08:12 +01:00
singleprogram support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00
siteid Separate database package mocks to dbmocks package (#55778) 2023-08-14 10:48:45 +02:00
slack
sourcegraphoperator Refactor ExternalAccountsStore functions (#57509) 2023-10-13 10:41:10 +02:00
src-cli chore: Remove old CODENOTIFY entries (#57658) 2023-10-17 09:49:21 +00:00
src-prometheus ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
suspiciousnames debt: extract a buncha stuff from cmd/frontend that was used outside of frontend (#52570) 2023-06-01 14:20:11 +01:00
symbols build: add buildifier check to Aspect Workflows (#58566) 2023-11-27 14:58:01 +02:00
sysreq ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
telemetry eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
telemetrygateway telemetry: support float64 attributes (#58643) 2023-11-29 08:11:09 -08:00
temporarysettings
testutil Compare JSON test output semantically instead of as strings. (#56667) 2023-09-15 09:08:44 -07:00
timeutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
trace eventlogs: add automatic propagation for trace ID (#58060) 2023-11-03 21:27:23 +00:00
tracer internal/tracer: silence opentelemetry debug logs (#58243) 2023-11-09 19:40:14 +00:00
ttlcache logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
txemail Revert progress made on "Enhanced admin onboarding" (#56239) 2023-09-01 16:06:25 -05:00
types search jobs: unify query validation (#58549) 2023-12-05 16:55:29 +01:00
unpack ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
updatecheck eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
uploadhandler ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
uploadstore uploadstore: Don't read AWS config for blobstore backend (#57431) 2023-10-19 20:37:18 +02:00
usagestats eventlogs: use real deprecation warnings in backend (#58751) 2023-12-05 17:05:41 +00:00
users logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
vcs Enable servers to run on Windows OS. (#54233) 2023-06-27 09:04:30 +00:00
version Chore: construct logger inside dbtest.NewDB (#57549) 2023-10-11 20:41:11 -05:00
webhooks/outbound sec: add deny list for external http requests (#58162) 2023-11-23 14:00:27 +00:00
workerutil dbworker: include recordID in fetchDebugInformationForJob error (#58036) 2023-11-01 16:13:59 +02:00
wrexec wrexec: Don't panic when process state is nil (#57610) 2023-10-16 23:40:16 +02:00
buf.yaml sg lint: fix 'buf lint' rule by actually adding buf.yaml file (#48076) 2023-02-22 23:04:21 +00:00
BUILD.bazel bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00