- 05 Dec, 2018 34 commits
-
-
Grzegorz Bizon authored
Resolve "Use read_repository scope on read-only files endpoints" Closes #54826 See merge request gitlab-org/gitlab-ce!23534
-
Marin Jankovski authored
Remove merge:master job entirely See merge request gitlab-org/gitlab-ce!23585
-
Yorick Peterse authored
Apparently disabling it by checking for a variable doesn't actually disable it. [ci skip]
-
Achilleas Pipinellis authored
Fix list that doesn't render properly See merge request gitlab-org/gitlab-ce!23574
-
Mike Greiling authored
Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
-
Achilleas Pipinellis authored
fix: update the link to the new address. See merge request gitlab-org/gitlab-ce!23524
-
Kamil Trzciński authored
Merge request pipelines See merge request gitlab-org/gitlab-ce!23217
-
Douwe Maan authored
Don't request changelog for MR with 'meta' label See merge request gitlab-org/gitlab-ce!23556
-
James Lopez authored
-
Douwe Maan authored
Extract code into IssueBoardEntity / serializer (follow up) See merge request gitlab-org/gitlab-ce!23511
-
Achilleas Pipinellis authored
Add example email on push notification to docs See merge request gitlab-org/gitlab-ce!23566
-
Rémy Coutable authored
Namely the `ci-build` and `meta` labels. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Winnie Hellmann authored
-
🤖 GitLab Bot 🤖 authored
This reverts commit 22954f22
-
Shinya Maeda authored
-
Shinya Maeda authored
-
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
-
Evan Read authored
-
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 6 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
-