sourcegraph/internal
Ryan Slade b1ddeff4a2
gitserver: Add RepoCloneProgress endpoint (#10041)
This is similar to /repos, but only returns clone progress and is much
faster as it only needs to check the disk once.
2020-04-21 10:15:27 +02:00
..
actor Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
api db: drop repo.enabled column (#8732) 2020-03-02 21:21:17 +02:00
atomicvalue Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
buildkite ci: remove e2e test bottleneck (#9322) 2020-04-02 11:40:27 -07:00
campaigns campaigns: Launch one changeset syncer per external service (#9544) 2020-04-03 16:45:54 +02:00
cmd/tracking-issue tracking-issue: GitHub issue template (#9956) 2020-04-17 16:17:48 +02:00
codeintel/lsifserver/client Move enterprise/internal/codeintel/lsifserver/client to ./internal (#10006) 2020-04-20 06:27:19 -05:00
comby comby: avoid interface conversion error in logging (#9879) 2020-04-15 00:50:02 -07:00
conf requireRestart: useJaeger, lightstepAccessToken, and lightstepProject (#9578) 2020-04-06 10:17:14 -07:00
db Add an application name to Postgres connections (#9383) 2020-04-09 22:15:18 -07:00
debugserver authz: add debug endpoint for PermsSyncer (#9046) 2020-03-17 20:10:20 +08:00
diskcache Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
endpoint all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
env all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
errcode Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
eventlogger all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
extsvc github: refactor API client to only associate with one token (#9872) 2020-04-20 04:21:43 +08:00
gitserver gitserver: Add RepoCloneProgress endpoint (#10041) 2020-04-21 10:15:27 +02:00
gituri Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
goreman all: ignore most warnings from errcheck (#7817) 2020-01-16 22:57:56 +02:00
goremancmd LSIF: Rewrite LSIF supervisor to use goreman (#7233) 2020-01-06 16:33:38 -06:00
gosrc all: Avoid cost of regex compilation at init time. (#6183) 2019-10-24 06:25:29 +02:00
highlight highlight: fix log length not properly treated in syntect (#10019) 2020-04-21 12:57:40 +08:00
honey Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
httpcli Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
httptestutil Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
httputil all: ignore most warnings from errcheck (#7817) 2020-01-16 22:57:56 +02:00
hubspot all: condense parameter types (#6881) 2019-11-27 01:49:16 -07:00
jsonc Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
lazyregexp gitserver: mark potential corrupt repos based on stderr (#8450) 2020-02-17 17:46:05 +00:00
linkheader API: Add public endpoint to redirect to current src-cli download. (#7600) 2020-01-12 14:21:36 -06:00
lsif LSIF: Add "number of uploads ahead of you" to code intelligence page (#8903) 2020-03-11 12:22:21 -05:00
markdown all: Avoid cost of regex compilation at init time. (#6183) 2019-10-24 06:25:29 +02:00
metrics metrics: introduce MustRegisterDiskMonitor (#9423) 2020-04-01 06:12:52 +02:00
mutablelimiter Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
pathmatch Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
prefixsuffixsaver Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
processrestart Remove the management console (#7197) 2019-12-16 21:30:51 -07:00
pubsub/pubsubutil all: migrate to github.com/inconshreveable/log15 (#9245) 2020-03-24 15:16:26 +02:00
randstring Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
ratelimit Fix typos across sourcegraph repo (#8847) 2020-03-07 07:51:26 +02:00
rcache gomod: update all (#9588) 2020-04-06 19:34:22 +02:00
redispool redis: Tune settings for cache and store (#8235) 2020-02-03 12:11:59 +01:00
registry Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
repotrackutil all: Avoid cost of regex compilation at init time. (#6183) 2019-10-24 06:25:29 +02:00
repoupdater Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
routevar all: Avoid cost of regex compilation at init time. (#6183) 2019-10-24 06:25:29 +02:00
search search: resolve aliases for and/or queries (#10055) 2020-04-20 20:01:53 -07:00
slack Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
sqliteutil symbols: Extract sqlite setup into ./internal (#10004) 2020-04-20 06:27:46 -05:00
src-cli Bump src CLI MinimumVersion to 3.11.0 (#9236) 2020-03-24 07:26:48 +01:00
store Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
symbols Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
sysreq conf: add docker-compose and pure-docker deploy types (#8658) 2020-03-06 13:49:50 -08:00
testutil tracking-issue: golden test (#8074) 2020-01-28 16:06:44 +01:00
timeutil DB: Query percentiles of event values by period (#7994) 2020-01-29 13:56:10 -06:00
trace observability: relax search latency alerts to match real world (#9901) 2020-04-15 12:24:38 -07:00
tracer Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
txemail Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
vcs Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00
version go: upgrade to 1.14 (#8625) 2020-02-27 14:55:54 +08:00
vfsutil Enable selective tracing and update Jaeger site config schema (#9330) 2020-04-02 17:50:22 -07:00