- 06 Jul, 2018 3 commits
-
-
James Lopez authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 05 Jul, 2018 9 commits
-
-
Jan Provaznik authored
-
Andrew Newdigate authored
-
Francisco Javier López 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 11 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.
-
Mark Chao authored
Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
-
Jan Provaznik authored
This assures that old cache is not used if we change format of cached data.
-
Kamil Trzciński authored
-
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 8 commits
-
-
Robert Speicher authored
I never liked the hacky `customized?` method anyway, so this is cleaner.
-
Jan Provaznik authored
-
Micaël Bergeron authored
-
Stan Hu authored
Closes #48505
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
Jan Provaznik authored
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
-
Jarka Kadlecová authored
-
- 02 Jul, 2018 4 commits
-
-
Douwe Maan authored
-
Lin Jen-Shin authored
it also means we're using omniauth, so we need to set it up.
-
Jan Beckmann authored
-
Ash McKenzie authored
-
- 30 Jun, 2018 1 commit
-
-
Pirate Praveen authored
Fixes ActionView::Template::Error (can't modify frozen Hash) #48415
-
- 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
-