- 07 Jul, 2017 40 commits
-
-
Stan Hu authored
Identified via `ENABLE_BULLET=1 bundle exec rspec spec/requests/api/merge_requests_spec.rb:34` Improves speed of #34159
-
Douwe Maan authored
Include new URL helpers retroactively into includers of Gitlab::Routing Closes #34821 See merge request !12716
-
Sean McGivern authored
Add gitaly_git_blob_raw feature See merge request !12712
-
Sean McGivern authored
Allow to enable the performance bar per user or Feature group Closes #33929 and #34528 See merge request !12362
-
Annabel Dunstone Gray authored
Fixed jobs page not being in new admin sidebar See merge request !12710
-
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
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
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
-
Douwe Maan authored
-
Sean McGivern authored
# Conflicts: # db/schema.rb
-
Sean McGivern 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
-
Sean McGivern authored
Native group milestones See merge request !12280
-
Felipe Artur authored
-
James Lopez authored
-
Sean McGivern 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
-
Phil Hughes authored
-
Nick Thomas authored
-
Shinya Maeda authored
-
James Lopez authored
-