- Jul 19, 2019
-
-
Mayra Cabrera authored
Fix Gitaly auto-detection caching Closes #64802 See merge request gitlab-org/gitlab-ce!30954 (cherry picked from commit eb3f465e) ec5ceae6 Fix Gitaly auto-detection caching
-
- Jul 15, 2019
-
-
John Cai authored
-
- Jun 18, 2019
-
-
Zeger-Jan van de Weg authored
The GitalyClient held a lot of logic which was all very tightly coupled. In this instance the feature logic was extracted to make it do just a little less and create a bit more focus in the GitalyClient's responsibilies.
-
- Apr 29, 2019
-
-
- Mar 11, 2019
-
-
Mark Lapierre authored
We typically don't want to enforce request limits in production However, we have some production-like test environments, i.e., ones where `Rails.env.production?` returns `true`. We do want to be able to check if the limit is being exceeded while testing in those environments.
-
- Jan 25, 2019
-
-
Valery Sizov authored
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7434
-
- Dec 21, 2018
-
-
Ahmad Hassan authored
-
- Dec 20, 2018
-
-
Ahmad Hassan authored
-
- Dec 19, 2018
-
-
Ahmad Hassan authored
-
- Nov 20, 2018
-
-
Zeger-Jan van de Weg authored
On HEAD~ we remove the ID from the class, which created a bug. Given we don't need the ID anymore, it has been removed and simplified.
-
Zeger-Jan van de Weg authored
This reverts merge request !23229
-
Sean McGivern authored
This reverts merge request !23140
-
- Nov 19, 2018
-
-
Zeger-Jan van de Weg authored
The disabling of Gitaly was basically stubbing `Feature.enabled?` call, which was never triggered.
-
- Oct 31, 2018
-
-
Ahmad Hassan authored
-
Ahmad Hassan authored
-
- Jan 24, 2018
-
-
Stan Hu authored
This will enable Geo to skip shards that not operational. Relates to gitlab-org/gitlab-ee#4329
-
- Dec 28, 2017
-
-
Alejandro Rodríguez authored
-
- Nov 29, 2017
-
-
Andrew Newdigate authored
-
- Oct 03, 2017
-
-
Andrew Newdigate authored
-
- Sep 19, 2017
-
-
Andrew Newdigate authored
-
- Sep 07, 2017
-
-
Andrew Newdigate authored
-
- Jul 27, 2017
-
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 18, 2017
-
-
Andrew Newdigate authored
-
- Jun 14, 2017
-
-
Robert Speicher authored
-
- May 31, 2017
-
-
Alejandro Rodríguez authored
-
- May 15, 2017
-
-
Jacob Vosmaer (GitLab) authored
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
-
- Apr 03, 2017
-
-
Ahmad Sherif authored
Closes gitaly#166
-