- 05 Dec, 2018 11 commits
-
-
Rémy Coutable authored
Allow review app smoke test to fail for now See merge request gitlab-org/gitlab-ce!23563
-
Dmitriy Zaporozhets authored
Make KUBECONFIG nil if KUBE_TOKEN is nil See merge request gitlab-org/gitlab-ce!23414
-
Filipa Lacerda authored
Fixed diff files not expanding Closes #54868 See merge request gitlab-org/gitlab-ce!23555
-
🤖 GitLab Bot 🤖 authored
This reverts commit 22954f22
-
Stan Hu authored
Geo: Backport of EE MR Geo: Fix push to secondary over SSH for LFS See merge request gitlab-org/gitlab-ce!22856
-
Ash McKenzie authored
For CE, #lfs_http_url_to_repo calls #http_url_to_repo where as for EE we examine for a Geo setup so we can support push to secondary for LFS.
-
Ash McKenzie authored
Added specs for #deploy_key_pushable?() and #type()
-
Ash McKenzie authored
LfsToken::HMACToken#token_valid?() will be examined and if false, look in redis via LfsToken::LegacyRedisDeviseToken#token_valid?().
-
Evan Read authored
Docs - Fix repository submodule API example See merge request gitlab-org/gitlab-ce!23561
-
Ash McKenzie authored
-
Nick Thomas authored
Upgrade GitLab Workhorse to v7.4.0 See merge request gitlab-org/gitlab-ce!23557
-
- 04 Dec, 2018 29 commits
-
-
Mike Greiling authored
Forward gitlab-svg See merge request gitlab-org/gitlab-ce!23543
-
Dan Davison authored
[QA] Add a log-out step and expectation to `qa/qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb` Closes #52700 See merge request gitlab-org/gitlab-ce!23554
-
ddavison authored
-
Stan Hu authored
Fixed typo in bitbucket import See merge request gitlab-org/gitlab-ce!23568
-
Jason Colyer authored
-
Stan Hu authored
[CE] Backport GroupSAML unlink changes See merge request gitlab-org/gitlab-ce!23536
-
Mike Greiling authored
Remove pronunciation tip for knative Closes #54724 See merge request gitlab-org/gitlab-ce!23549
-
Mek Stittri authored
-
Kamil Trzciński authored
Define the default value for only/except policies See merge request gitlab-org/gitlab-ce!23531
-
Marin Jankovski authored
Temporarily disable automatic merging See merge request gitlab-org/gitlab-ce!23560
-
Yorick Peterse authored
This reverts commit d7291c64
-
Yorick Peterse authored
It appears that for some jobs (https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/129705025 for example) we process a range of commits far greater than necessary, which can lead to commits getting reverted that were merged a long time ago. [ci skip]
-
🤖 GitLab Bot 🤖 authored
This reverts commit c3d0f129
-
Will Chandler authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54868
-
Stan Hu authored
-
Mesut Güneş authored
-
Nick Thomas authored
Encrypt runners tokens Closes #51232 and #52931 See merge request gitlab-org/gitlab-ce!23412
-
Stan Hu authored
Update batch-loader dependency See merge request gitlab-org/gitlab-ce!23535
-
Filipa Lacerda authored
Fixed multiple diff line discussions not expanding Closes #53600 See merge request gitlab-org/gitlab-ce!23539
-
Rémy Coutable authored
Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ce!23453
-
Achilleas Pipinellis authored
update installation from source guide See merge request gitlab-org/gitlab-ce!23516
-
Alex Hanselka authored
-
Dylan Griffith authored
-
James Edwards-Jones authored
Previously we used @user, but this changed to local_assigns[:user] so we could pass a second variable to the view from an EE module Since we were already using current_user librally there it makes sense to replace the remaining usages. See: https://docs.gitlab.com/ee/development/module_with_instance_variables.html
-
James Edwards-Jones authored
- Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682
-
Douwe Maan authored
CE port of Add new service to create the web ide terminal See merge request gitlab-org/gitlab-ce!23514
-
Francisco Javier López authored
-
Shinya Maeda authored
Currently, if a job does not have only/except policies, the policy is considered as an unspecified state, and therefore the job is executed regardless of how it's executed and which branch/tags are targetted. Ideally, this should be specified as only: ['branches', 'tags'], as it indicates that unspecified policy jobs are meant to run on any git references.
-