- 05 Oct, 2018 1 commit
-
-
James Lopez authored
This reverts merge request !21520
-
- 24 Sep, 2018 1 commit
-
-
Michael Kozono authored
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
-
- 20 Sep, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 06 Sep, 2018 1 commit
-
-
James Lopez authored
-
- 24 Jul, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 09 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 04 Jul, 2018 1 commit
-
-
Sean McGivern authored
We don't need to know the details of every library involved in these calls; they will always originate in the GitLab app itself.
-
- 14 Jun, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 06 Jun, 2018 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Zeger-Jan van de Weg authored
Gitaly itself hold very little state, other than the data on disk. This limits the interfaces to set feature flags. Gitaly now has the ability to interpret the request metadata to check for feature flags. https://gitlab.com/gitlab-org/gitaly/merge_requests/704 This allows clients control on the Gitaly server, and given that Rails has an internal chatops interface to set these values this was chosen as solution. Known limitation right now, is that this package doesn't support the opt out that other Gitaly features do.
-
- 01 Jun, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 27 Mar, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
When a repository does not exist on a remote, Gitaly won't be able to clone it. This is correct behaviour, but from the clients perspective a change in behaviour. This change implements the client side changes that allows Gitaly to execute a `git ls-remote <remote-url> HEAD`. This way the client has no need to shell out to Git. In the situation where multiple Gitalies are available, one is chosen at random. This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929, while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
-
- 13 Mar, 2018 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
The same as the SQL queries, show the details of Gitaly calls in the performance bar, as a modal that can be opened in the same way.
-
- 26 Feb, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 29 Jan, 2018 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
/cc @bjk-gitlab /cc @zj
-
- 24 Jan, 2018 1 commit
-
-
Stan Hu authored
This will enable Geo to skip shards that not operational. Relates to gitlab-org/gitlab-ee#4329
-
- 28 Dec, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 12 Dec, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 07 Dec, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 06 Dec, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 29 Nov, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 28 Nov, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
At this time we had good metrics on what number or requests each GRPC received, but were in the dark what controller#action combination was responsable. Or if Sidekiq was responsable. Now added are call counts per service and rpc matched with controller#action combinations.
-
- 22 Nov, 2017 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 01 Nov, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
We were missing data for Gitaly migration call sites against the original implementation. This commit adds a histogram with a flag telling us if gitaly received the call or the original implementation did.
-
- 23 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 16 Oct, 2017 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 06 Oct, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 03 Oct, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 30 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 27 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 26 Sep, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 25 Sep, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
-
- 19 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 07 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 04 Sep, 2017 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-