An error occurred fetching the project authors.
- 18 Feb, 2020 1 commit
-
-
GitLab Bot authored
-
- 13 Feb, 2020 1 commit
-
-
GitLab Bot authored
-
- 12 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 13 Nov, 2019 1 commit
-
-
GitLab Bot authored
-
- 17 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 26 Jun, 2019 1 commit
-
-
Stan Hu authored
When FindCommit ref caching is enabled, negative matches would previously not be cached. However, if a source branch is deleted, there's no need to keep looking up the same commit. This change caches the result of a nil commit.
-
- 27 Mar, 2019 1 commit
-
-
Stan Hu authored
For a given merge request, it's quite common to see duplicate FindCommit Gitaly requests because the Gitaly CommitService caches the request by the commit SHA, not by the ref name. However, most of the duplicate requests use the ref name, so the cache is never actually used in practice. This leads to unnecessary requests that slow performance. This commit allows certain callers to bypass the ref name to OID conversion in the cache. We don't do this by default because it's possible the tip of the branch changes during the commit, which would cause the caller to get stale data. This commit also forces the Ci::Pipeline to use the full ref name so that caching can work for merge requests. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57083
-
- 17 Sep, 2018 1 commit
-
-
Oswaldo Ferreira authored
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
-
- 06 Sep, 2018 1 commit
-
-
Oswaldo Ferreira authored
We used to apply this limitation on GitLab when using Rugged. Now that we've shifted to Gitaly, this parameter needs to be sent via a RPC request. Currently this value is hardcoded on Gitaly.
-
- 29 Jun, 2018 1 commit
-
-
Sean McGivern authored
When we save merge request diffs to the database, we need to expand the diff before doing so. That's so that we can expand diffs (within the normal limits) without hitting the repository, but just by going to the database. This is done implicitly - diffs are expanded unless we say otherwise. However, we have another option we can pass, that lets us enforce diff size limits, that defaults to true. Prior to this commit: - The Rugged code path defaulted to setting `expanded: true` and `enforce_limits: true`. - The Gitaly code path defaulted to setting `expanded: false` and `enforce_limits: true`. This was introduced by eb36fa17, which implemented the initial feature. Since then, if the `gitaly_diff_between` feature flag was enabled, MRs would have diffs that could not be expanded in some cases, with no fix other than to disable the feature flag and force push to the MR to refresh the diff in the database.
-
- 12 Apr, 2018 1 commit
-
-
Rubén Dávila authored
-
- 26 Feb, 2018 1 commit
-
-
Ahmad Sherif authored
-
- 07 Feb, 2018 1 commit
-
-
Ahmad Sherif authored
-
- 23 Jan, 2018 1 commit
-
-
Lin Jen-Shin authored
when counting commit count.
-
- 03 Oct, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 19 Sep, 2017 1 commit
-
-
Ahmad Sherif authored
Fixes gitaly#589
-
- 11 Sep, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
-
- 22 Aug, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 21 Aug, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 08 Aug, 2017 3 commits
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
This helps keep the abstraction layers simpler, and also keep the interface of those methods consistent, in case of implementation changes.
-
Alejandro Rodríguez authored
-
- 01 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 20 Jul, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 19 Jul, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 18 Jul, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Andrew Newdigate authored
-
- 19 Jun, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 13 May, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#199
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 May, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#198
-
- 07 Apr, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 15 Mar, 2017 1 commit
-
-
Ahmad Sherif authored
-