- 22 Jan, 2019 15 commits
-
-
GitLab Bot authored
-
Douwe Maan authored
Add CSS & JS global flags to represent browser and platform Closes #50013 See merge request gitlab-org/gitlab-ce!24017
-
Mek Stittri authored
Document better the process around quarantined tests See merge request gitlab-org/gitlab-ce!24452
-
GitLab Bot authored
-
Sean McGivern authored
Fix 404s with snippet uploads in object storage Closes #52595 See merge request gitlab-org/gitlab-ce!24550
-
GitLab Bot authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kamil Trzciński authored
Force Auto DevOps redeployment when application secrets are updated Closes #55540 See merge request gitlab-org/gitlab-ce!24498
-
Phil Hughes authored
Resolve "Merge request file browser should always be possible show/hide" Closes #52971 See merge request gitlab-org/gitlab-ce!24103
-
Sam Bigelow authored
-
Stan Hu authored
Previously, an HTTP request for `/uploads/-/system/personal_snippet/:snippet_id/:hash/:filename` would look for an uploader of `PersonalFileUploader` class and use `PersonalFileUploader#upload_paths` to search the datbase for one of the following paths: 1. `:hash/:filename` 2. `uploads/-/system/personal_snippet/:id/:hash/:filename` However, when the upload were stored in object storage, `PersonalFileUploader#store_dirs` stored the path as: `personal_snippet/:snippet_id/:hash` The extraneous `uploads/-/system` prefix prevented the path from being matched, and uploads in object storage would return a 404 error. Uploads in local storage would work fine. To fix this, we set the `#base_dir` properly so that `#upload_paths` generates the right value for object storage. Note that this also makes `#store_dirs` do the right thing in `FileUploader`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52595
-
Evan Read authored
Add missing ":" from example yaml file. See merge request gitlab-org/gitlab-ee!9227
-
- 21 Jan, 2019 25 commits
-
-
Evan Read authored
Docs - Multi-level Child Epics See merge request gitlab-org/gitlab-ee!9244
-
Victor Wu authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Bot authored
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Resolve "Don't check confidential issues for spam" Closes #56371 See merge request gitlab-org/gitlab-ce!24453
-
Mike Greiling authored
Merge branch '8432-switch-snowplow-storage-strategy-back-to-localstorage-pending-upstream-fix' into 'master' Resolve "Switch snowplow storage strategy back to localStorage pending upstream fix" Closes #8432 See merge request gitlab-org/gitlab-ee!9223
-
Tim Zallmann authored
Fix excessive blank space in project activity view Closes #56225 See merge request gitlab-org/gitlab-ce!24510
-
GitLab Bot authored
-
Phil Hughes authored
Add a string externalisation in note form See merge request gitlab-org/gitlab-ce!24514
-
Phil Hughes authored
Fix a string externalisation for i18n See merge request gitlab-org/gitlab-ee!9243
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Docs route maps Closes #53178 See merge request gitlab-org/gitlab-ce!24488
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Skip kerberos when running 'bundle install' in update docs Closes #52346 See merge request gitlab-org/gitlab-ce!24534
-
Rémy Coutable authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add note about default See merge request gitlab-org/gitlab-ce!24445
-
GitLab Bot authored
-
Marcia Ramos authored
Update release error tracking is available in to 11.8 See merge request gitlab-org/gitlab-ce!24528
-
Achilleas Pipinellis authored
Add tip about Go packages Closes #56493 See merge request gitlab-org/gitlab-ce!24477
-