- 05 Dec, 2018 24 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Kushal Pandya authored
Adjust divider margin to comply with design specs See merge request gitlab-org/gitlab-ce!23548
-
Winnie Hellmann authored
-
Rémy Coutable authored
Use a 32-byte version of db_key_base for web hooks Closes #53659 See merge request gitlab-org/gitlab-ce!23573
-
🤖 GitLab Bot 🤖 authored
This reverts commit b53ebd93
-
Kamil Trzciński authored
Update K8s project namespace and ServiceAccount if exist See merge request gitlab-org/gitlab-ce!23525
-
🤖 GitLab Bot 🤖 authored
This reverts commit ac5c20bd
-
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
-
Nick Thomas authored
AES-256-GCM cipher mode requires a key that is exactly 32 bytes long. We already handle the case when the key is too long, by truncating, but the key can also be too short in some installations. Switching to a key that is always exactly the right length (by virtue of right-padding ASCII 0 characters) allows encryption to proceed, without breaking backward compatibility. When the key is too short, encryption fails with an `ArgumentError`, causing the web hooks functionality to be unusable. As a result, zero rows can exist with values encrypted with the too-short key. When the key is too long, it is silently truncated. In this case, the key is unchanged, so values encrypted with the new too-long key will still be successfully decrypted.
-
- 04 Dec, 2018 16 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
-
Thong Kuah authored
This reflects how we now create or update
-
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
-