sourcegraph/internal
Idan Varsano 406c2afea8
fix bug for gerrit repos that have a/ at the start of their name (#54973)
We weren't including the `a/ `in the clone url for gerrit repos, which
wasn't really a problem unless the gerrit repo's name started with an
`a/`.

## Test plan

Manual

![image](https://github.com/sourcegraph/sourcegraph/assets/20795805/cfc6918a-a8a5-48c1-ac0a-5e577f9e4d8f)
2023-07-19 14:29:50 +00:00
..
accesstoken Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
actor ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
adminanalytics ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
api Chore: remove unused code (#54801) 2023-07-11 19:28:03 +00:00
apptoken App: Generate token and write app token file for seamless integration with editor extensions (#53782) 2023-06-21 10:38:16 -04:00
audit treat unknown actors as internal for the purpose of audit logs (#54876) 2023-07-12 16:34:24 -05:00
auth Allow multiple auth providers with the same URL (#54289) 2023-07-17 11:44:48 +02:00
authz [bitbucket cloud] Code host connection updates (#55095) 2023-07-19 11:16:59 +00:00
batches all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
binary bazel: fix remaining backend tests (#47961) 2023-03-01 17:03:01 +00:00
byteutils ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
cloneurls Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
cloud Backend: remove EnterpriseDB (#54699) 2023-07-06 20:03:31 -06:00
cmd search-blitz: remove group (#55065) 2023-07-19 12:20:49 +02:00
codeintel all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
codemonitors Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
cody Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
codycontext Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
codygateway cody-gateway: use subscription account name for usage notification (#54648) 2023-07-06 13:41:42 -04:00
collections own: fetch user external accounts in one query. (#53927) 2023-06-23 12:33:37 +04:00
comby Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
completions Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
compute internal: Migrate to gitserver.NewClient (#54850) 2023-07-13 18:04:15 +05:30
conf app: prepare for a more minimal distribution & reduce red-herring errors (#54898) 2023-07-12 22:42:48 +00:00
cookie bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
ctags_config scip-ctags: enable kotlin by default (#53573) 2023-06-15 17:17:44 -04:00
database bzl: update to Go 1.20.5 (#54962) 2023-07-14 17:27:46 +02:00
debugserver internal/trace: remove net/trace integration (#53795) 2023-06-21 18:35:07 +00:00
deviceid bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
diskcache Tracing: remove opentracing (#52978) 2023-06-06 11:02:15 -06:00
dotcomuser Unify cody configuration into single source of truth (#53471) 2023-06-15 03:07:16 +02:00
download bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
embeddings Embeddings: optimize memory usage during decode (#54972) 2023-07-17 08:06:06 -06:00
encryption Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
endpoint [chore] Refactored to use common pointers helper functions (#53441) 2023-06-14 16:48:44 +02:00
env env: add MustGetBytes (#54622) 2023-07-07 07:57:30 -06:00
errcode ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
eventlogger Exclude CodyVSCodeExtension:CodySavedLogin:executed event from pings (#54210) 2023-06-26 15:04:18 -07:00
executor Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
extsvc Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
fastwalk app: initial work to get building on Windows (#52384) 2023-06-19 14:53:07 -07:00
featureflag gRPC: enable zoekt separately (#53118) 2023-06-07 19:32:40 +00:00
fileutil Enable servers to run on Windows OS. (#54233) 2023-06-27 09:04:30 +00:00
github_apps Backend: remove EnterpriseDB (#54699) 2023-07-06 20:03:31 -06:00
gitserver all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
goroutine Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
gosyntect Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
gqltestutil (chore) rename repo key-value-pairs to repo metadata on the API level (#50908) 2023-04-24 20:38:16 +06:00
gqlutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
grpc grpc: searcher: fix race condition with server.send message (#54500) 2023-06-30 16:09:49 -07:00
hashutil bazel: build the //lib folder (#46929) 2023-01-27 15:30:35 +01:00
highlight highlight: Move client into internal package (#54617) 2023-07-05 10:41:25 -05:00
honey Search: update honeycomb metrics (#53327) 2023-06-12 13:48:10 -06:00
hostname bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
httpcli Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
httpserver bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
httptestutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
insights all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
instrumentation opentelemetry: upgrade all packages to v1.16/v0.81 (#54969) 2023-07-17 10:48:19 -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 bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
license Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
licensing chore: improve licensing message when license is invalid (#54956) 2023-07-14 13:31:30 +02:00
limiter ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
logging bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
luasandbox ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
mapfs ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
markdown Improve Markdown rendering (#47074) 2023-01-30 13:36:56 -08:00
memo bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
metrics goroutine/periodic: avoid double-logging errors (#54874) 2023-07-12 21:21:00 +00:00
notebooks Backend: move a bunch of enterprise packages into internal (#54639) 2023-07-05 23:43:24 +00:00
oauthutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
observation observation: set Tracer in TestContext (#54949) 2023-07-14 21:20:27 +02:00
oobmigration Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
otlpenv bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
own gitserver: introduce DB argument to NewClient (#54788) 2023-07-12 13:09:32 +02: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 Batch Changes support for Perforce (#52127) 2023-06-20 23:12:58 +00:00
productsubscription Move cody-gateway out of enterprise (#54802) 2023-07-12 00:36:45 +02:00
profiler Allow to run GCP profiler in other instances (#48204) 2023-02-24 16:30:13 +00:00
pubsub bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
randstring ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
ratelimit ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
rbac rbac: don't include OWNERSHIP permissions to USER role by default. (#53121) 2023-06-08 19:03:26 +04:00
rcache rcache: add DeleteHashItem (#53074) 2023-06-07 10:04:59 +00:00
redislock cody-gateway: implement informational rate limit threshold Slack alerts (#53137) 2023-06-09 22:09:45 -04:00
redispool cody-gateway: implement informational rate limit threshold Slack alerts (#53137) 2023-06-09 22:09:45 -04:00
repos fix bug for gerrit repos that have a/ at the start of their name (#54973) 2023-07-19 14:29:50 +00:00
repoupdater Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
requestclient reqeuestclient, audit, cody-gateway: log user-agent as well (#53785) 2023-06-20 22:12:11 +00:00
resetonce bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
rockskip Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +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 Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
search Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
searcher/v1 gRPC: add support for accesslog interceptor in gitserver package (#51437) 2023-05-15 16:16:42 +00:00
security ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
service App - Use git remote as repo "name" if available (#53610) 2023-06-19 07:16:36 -04:00
session Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
settings Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
singleprogram app: prepare for a more minimal distribution & reduce red-herring errors (#54898) 2023-07-12 22:42:48 +00:00
slack bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
src-cli release: v5.1.0 bake constants and static content (#53991) 2023-06-22 18:55:52 +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 Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
syncx ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
sysreq ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
temporarysettings bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
testutil debt: extract a buncha stuff from cmd/frontend that was used outside of frontend (#52570) 2023-06-01 14:20:11 +01:00
timeutil ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
trace Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
tracer Tracing: remove opentracing (#52978) 2023-06-06 11:02:15 -06:00
ttlcache ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
txemail ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
types graphql api: add user.completedPostSignup and setCompletedPostSignup (#54676) 2023-07-07 12:17:09 +02:00
unpack ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
uploadhandler ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
uploadstore uploadstore: add method to list all keys (#54682) 2023-07-07 12:39:26 +02:00
usagestats gitserver: introduce DB argument to NewClient (#54788) 2023-07-12 13:09:32 +02:00
users SCIM: Add "is SCIM controlled" flag to site user, and "SCIM" badge on UI (#48727) 2023-03-07 14:15:39 +00:00
vcs Enable servers to run on Windows OS. (#54233) 2023-06-27 09:04:30 +00:00
version autoupgrade: use heartbeats to detect crashed autoupgrade attempts (#53859) 2023-06-21 15:05:13 +00:00
webhooks/outbound Move enterprise/internal/batches package to internal/batches (#54855) 2023-07-12 08:42:35 -06:00
workerutil Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
wrexec gitserver: change the way repo name is checked for git command recording. (#55111) 2023-07-19 18:03:17 +04:00
xcontext Backend: add xcontext.Detach (#53122) 2023-06-08 08:54:50 -06: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