- 07 Mar, 2018 40 commits
-
-
Douwe Maan authored
Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4827 to CE See merge request gitlab-org/gitlab-ce!17608
-
Clement Ho authored
Move SidebarAssignees vue component See merge request gitlab-org/gitlab-ce!17398
-
Kamil Trzciński authored
Resolve "Add a mention and link to doc for security implications in the Kubernetes cluster page" Closes #43780 and #43781 See merge request gitlab-org/gitlab-ce!17486
-
Mayra Cabrera authored
-
Jacob Schatz authored
Add new frontend guide structure See merge request gitlab-org/gitlab-ce!17611
-
Douwe Maan authored
Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
-
George Tsiolis authored
-
Clement Ho authored
-
Grzegorz Bizon authored
Update GitLab Pages to v0.7.0 See merge request gitlab-org/gitlab-ce!17603
-
Clement Ho authored
Resolve "Make margin around dropdown dividers 4px" Closes #39444 See merge request gitlab-org/gitlab-ce!17517
-
Robert Speicher authored
Reduce number of FindCommit calls from RefsController#logs_tree Closes gitaly#1057 See merge request gitlab-org/gitlab-ce!17566
-
Clement Ho authored
Fix a JS bug in the websocket terminal See merge request gitlab-org/gitlab-ce!17470
-
Robert Speicher authored
Change to Pacific Time Zone [ci skip] See merge request gitlab-org/gitlab-ce!17600
-
Robert Speicher authored
Upgrade grpc gem to 1.10.0 See merge request gitlab-org/gitlab-ce!17575
-
Grzegorz Bizon authored
Conflicts: GITLAB_PAGES_VERSION
-
Nick Thomas authored
Upgrade Workhorse to 4.0.0 See merge request gitlab-org/gitlab-ce!17606
-
-
Filipa Lacerda authored
Resolve: Modal and banner designs for project label and project milestone promotion Closes #41895 See merge request gitlab-org/gitlab-ce!17197
-
Sean McGivern authored
Minor fixes in API doc See merge request gitlab-org/gitlab-ce!17602
-
Douwe Maan authored
Use Project#full_name instead of name_with_namespace See merge request gitlab-org/gitlab-ce!17601
-
Bob Van Landuyt authored
We only allow users that can merge the merge request to push to the fork.
-
Bob Van Landuyt authored
When creating a cross project merge request without changes. The MR widget shows the option to create a new file. It would however link to the wrong project.
-
Bob Van Landuyt authored
Using the relation `Project#source_of_merge_requests` in `Ci::CreatePipelineService` That way we take advantage of all the `ActiveRecord::Relation` magic
-
Bob Van Landuyt authored
The query becomes a lot simpler if we can check the branch name as well instead of having to load all branch names.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Douwe Maan authored
Make git push mandatory See merge request gitlab-org/gitlab-ce!17565
-
Bob Van Landuyt authored
-
Robert Speicher authored
-
Kamil Trzciński authored
-
Kim "BKC" Carlbäcker authored
-
Marcia Ramos authored
Remove wrong assumption about Runners cache GC See merge request gitlab-org/gitlab-ce!17598
-
Nick Thomas authored
-
James Lopez authored
Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'master' See merge request gitlab/gitlabhq!2349
-
Sean McGivern authored
Move Ruby endpoints to OPT_OUT See merge request gitlab-org/gitlab-ce!17561
-
Jan Provaznik authored
-
Nick Thomas authored
Backport of "Geo: Ignore remote stored objects when calculating counts" See merge request gitlab-org/gitlab-ce!17581
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When an MR is created using `allow_maintainer_to_push`, we enable some abilities while the MR is open. This should allow every user with developer abilities on the target project, to push to the source project.
-
Bob Van Landuyt authored
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
-