diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-04-24 16:57:35 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-04-25 14:51:04 +0200 |
commit | 5cd57cf250e25d99b73fd372716a2719016a34b2 (patch) | |
tree | 6541cbdcd7978b5c842ca63ad9bac39afa359d77 /changelogs | |
parent | 5beb4ddebfa23b288dc088c7175c2456d411f4f1 (diff) | |
download | gitlab-ce-5cd57cf250e25d99b73fd372716a2719016a34b2.tar.gz |
Repository#exists? can only be queried with Gitaly
Has been in opt out for 5 months, and within GitLab been in production
for longer than that.
No code needs to be migrated as this is implemented in GoLang over at
Gitaly.
Closes https://gitlab.com/gitlab-org/gitaly/issues/314
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/zj-repository-exist-mandatory.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/zj-repository-exist-mandatory.yml b/changelogs/unreleased/zj-repository-exist-mandatory.yml new file mode 100644 index 00000000000..7d83446e90f --- /dev/null +++ b/changelogs/unreleased/zj-repository-exist-mandatory.yml @@ -0,0 +1,5 @@ +--- +title: Repository#exists? is always executed through Gitaly +merge_request: +author: +type: performance |