- 06 Jul, 2018 3 commits
-
-
James Lopez authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 05 Jul, 2018 8 commits
-
-
Jan Provaznik authored
-
Andrew Newdigate authored
-
Jan Provaznik authored
-
Jacob Vosmaer (GitLab) authored
This reverts merge request !20339
-
Jan Provaznik authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 04 Jul, 2018 9 commits
-
-
Jan Provaznik authored
-
Felipe Artur authored
-
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.
-
Jan Provaznik authored
This assures that old cache is not used if we change format of cached data.
-
Bob Van Landuyt authored
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
-
Jacob Vosmaer (GitLab) authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 03 Jul, 2018 5 commits
-
-
Jan Provaznik authored
-
Micaël Bergeron authored
-
Stan Hu authored
Closes #48505
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
- 02 Jul, 2018 2 commits
-
-
Lin Jen-Shin authored
it also means we're using omniauth, so we need to set it up.
-
Ash McKenzie authored
-
- 29 Jun, 2018 4 commits
-
-
Imre Farkas authored
-
Grzegorz Bizon authored
-
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 b4afa8b098ac, 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.
-
Douwe Maan authored
-
- 28 Jun, 2018 5 commits
-
-
Jan Provaznik authored
If a file is deleted, its new_pos is 0 (less than total_blob_lines), but there is no reason to add the bottom 'match' line in this case because there is not extra content which could be expanded.
-
Oswaldo Ferreira authored
-
Bob Van Landuyt authored
This adds a reusable way to expose permissions for a user to types in GraphQL.
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/326
-
Zeger-Jan van de Weg authored
Prior to this change, most the commits counted were done through Gitaly. This removes the last point where this wasn't the case. This makes the `rugged_count_commits` method obsolete, with its tests. Closes https://gitlab.com/gitlab-org/gitaly/issues/315
-
- 27 Jun, 2018 4 commits
-
-
Robert Speicher authored
-
Toon Claes authored
It already existed in EE in the Geo namespace. This change brings it to CE.
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-