- 29 Nov, 2018 40 commits
-
-
Clement Ho authored
Resolve "Add border around the repository file tree" Closes #50264 See merge request gitlab-org/gitlab-ce!23018
-
Brandon Labuschagne authored
-
Evan Read authored
Document how to create service account with admin Closes #50005 See merge request gitlab-org/gitlab-ce!23362
-
Thong Kuah authored
-
Stan Hu authored
Update robots.txt to exclude group_members and project_members, which can expose… See merge request gitlab-org/gitlab-ce!23463
-
otheus authored
Update robots.txt to exclude group_members and project_members, which can expose sensitive user information to the web. Please see https://developers.google.com/search/reference/robots_txt for the correct wildcard format.
-
Robert Speicher authored
Update Security developer workflow template See merge request gitlab-org/gitlab-ce!23458
-
Mario de la Ossa authored
-
Clement Ho authored
Add empty state for graphs with no values Closes #53018 See merge request gitlab-org/gitlab-ce!22630
-
Jose Ivan Vargas authored
-
Rémy Coutable authored
Pass GITLAB_REF_SLUG to CNG triggered pipelines See merge request gitlab-org/gitlab-ce!23435
-
Filipa Lacerda authored
Backport of draft-design-improvements changes See merge request gitlab-org/gitlab-ce!23438
-
Nick Thomas authored
Store hashed storage paths in the database See merge request gitlab-org/gitlab-ce!23143
-
Toon Claes authored
-
Annabel Dunstone Gray authored
Fix horizontal scrollbar overlapping content everywhere, #51296. Closes #51296 See merge request gitlab-org/gitlab-ce!23167
-
Harry Kiselev authored
-
Fatih Acet authored
Display commit ID for commit diff discussion on merge request See merge request gitlab-org/gitlab-ce!23370
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
Retry the review-qa-smoke job twice Closes #54610 See merge request gitlab-org/gitlab-ce!23440
-
Rémy Coutable authored
Fix Environment terminal specs for EE See merge request gitlab-org/gitlab-ce!23421
-
Achilleas Pipinellis authored
Docs: add link to the docs site from /help landing page See merge request gitlab-org/gitlab-ce!23434
-
Rémy Coutable authored
Merge branch 'docs/8608-update-approval-guidelines-to-include-red-orange-data-reviews' into 'master' Add RED data security requirement to code review See merge request gitlab-org/gitlab-ce!23426
-
Phil Hughes authored
-
Achilleas Pipinellis authored
Remove link that is broken now See merge request gitlab-org/gitlab-ce!23427
-
Rémy Coutable authored
Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
-
Rémy Coutable authored
Also, enable debug mode. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marcia Ramos authored
-
Kamil Trzciński authored
Improve traceability for failed attempts of archiving traces Closes #51502 See merge request gitlab-org/gitlab-ce!21826
-
Marcia Ramos authored
Encourage MR author preparation in Code Review Guidelines documentation See merge request gitlab-org/gitlab-ce!23360
-
Douwe Maan authored
Remove needless auto-capitalization on Wiki page titles Closes #38317 See merge request gitlab-org/gitlab-ce!23288
-
Rémy Coutable authored
Add config to prohibit impersonation See merge request gitlab-org/gitlab-ce!23338
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Make RemoteMirror's only_protected_branches default value consistent See merge request gitlab-org/gitlab-ce!23410
-
Filipa Lacerda authored
Added frontend GraphQL docs See merge request gitlab-org/gitlab-ce!23405
-
Imre Farkas authored
Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected.
-
Sean McGivern authored
Add a rebase API endpoint for merge requests Closes #33705 See merge request gitlab-org/gitlab-ce!23296
-
Yorick Peterse authored
In EE we redefine Environment#terminals, which makes it impossible to use `allow_any_instance_of(Environment)` or `expect_any_instance_of(Environment)`. Other approaches of stubbing this class, such as by stubbing `new`, only result in spec failures. To solve this issue, we add a simple `defined?(EE)` check in the tests to change the thing that we are testing. This is rather obnoxious, because it requires EE knowledge in CE, and can break if `EE::Environment` is removed without updating CE. Unfortunately, it appears to be the only solution we have apart from modifying these tests in EE (which would cause merge conflicts).
-
Steve Azzopardi authored
-
Shinya Maeda authored
-