- 07 Jul, 2017 40 commits
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34847
-
Sean McGivern authored
Added EachBatch for iterating tables in batches See merge request !12707
-
Robert Speicher authored
Don't mark empty MRs as merged on push to the target branch Closes #32800 See merge request !12711
-
Douwe Maan authored
Allow admins to retrieve user agent details for an issue or snippet Closes #29508 See merge request !12655
-
Douwe Maan authored
Test logging in via the Authentiq OAuth provider in a feature spec Closes #34737 See merge request !12694
-
Annabel Dunstone Gray authored
Fixed text overflow issue in new sidebars See merge request !12648
-
Phil Hughes authored
-
Annabel Dunstone Gray authored
Moves alert boxes to below the breadcrumbs See merge request !12631
-
Phil Hughes authored
-
Robert Speicher authored
Migrate Gitlab::Git::Repository#commit_count to Gitaly Closes gitaly#355 See merge request !12688
-
Kamil Trzciński authored
Add variables to pipelines schedules Closes #32568 See merge request !12372
-
Sean McGivern authored
Fix dashboard labels dropdown Closes #34590 See merge request !12708
-
Sean McGivern authored
Native group milestones See merge request !12280
-
Felipe Artur authored
-
James Lopez authored
-
Douwe Maan authored
Speed up `all_commit_shas` for new merge requests See merge request !12706
-
Douwe Maan authored
Resolve "Inconsistent location of members page between groups and projects" Closes #29893 See merge request !11560
-
Tim Zallmann authored
-
Yorick Peterse authored
This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
-
Douwe Maan authored
N+1 problems on milestone page Closes #34736 See merge request !12670
-
Sean McGivern authored
When we push to an MR's target branch, we check if the MR's HEAD commit is contained in the push. This lets us mark MRs as merged if they were merged manually. However, we also added a feature where you can create an empty MR from an issue. If that MR is created around the time of a merge to the default branch, we would process the push after creating the MR, and consider it to be a manual merge. To fix that, we exclude empty MRs from this process. If they are empty, they were empty before the push we're processing, so we shouldn't touch them!
-
Douwe Maan authored
This makes the `Boards::CreateService` more reusable for EE See merge request !12704
-
Douwe Maan authored
Follow-up from "Namespace license checks for multiple assignees" Closes gitlab-ee#2839 See merge request !12701
-
Tim Zallmann authored
Refactor several javascript files to ES module syntax See merge request !12683
-
James Lopez authored
-
Nick Thomas authored
-
Shinya Maeda authored
-
James Lopez authored
-
Yorick Peterse authored
Fix ShaAttribute concern when there is no table Closes #34798 See merge request !12705
-
Sean McGivern authored
For merge requests created after 9.4, we have a `merge_request_diff_commits` table we can get all the SHAs from very quickly. We just need to exclude these when we load from the legacy format, by ignoring diffs with no serialised commits. Once these have been migrated in the background, every MR will see this improvement.
-
Kamil Trzciński authored
Add Group secret variables Closes #12729 See merge request !12582
-
Sean McGivern authored
Remove option to disable Gitaly in Rails See merge request !12677
-
Shinya Maeda authored
-
Ahmad Sherif authored
Closes gitaly#355
-
Sean McGivern authored
When this is added to a new model, it would fail before the migrations were run - including when trying to run migrations in production mode!
-
James Edwards-Jones authored
Update VERSION to 9.4.0-pre. See merge request !12702
-
Jacob Vosmaer authored
-
Kamil Trzcinski authored
-
Bob Van Landuyt authored
-
Takuya Noguchi authored
-