- 22 Jan, 2019 23 commits
-
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Resolve "Redirect projects/:id to project page" Closes #53671 See merge request gitlab-org/gitlab-ce!24467
-
Grzegorz Bizon authored
Fix flaky spec in create_cross_project_pipeline_worker_spec Closes #9323 See merge request gitlab-org/gitlab-ee!9251
-
GitLab Bot authored
-
Filipa Lacerda authored
Resolve "Changing group visibility does not re-enable Save button" Closes #53856 See merge request gitlab-org/gitlab-ce!23022
-
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
-
Shinya Maeda authored
-
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
-
Dmitriy Zaporozhets authored
By visiting `projects/:id` you will be redirected to project page with path in it. projects/123 => foo/bar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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
-
Luke Bennett authored
Most browsers do not fire the "input" event for checkboxes or radios. Adds a "change" listener to properly trigger these DirtySubmit updates.
-
- 21 Jan, 2019 17 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
-