- Oct 16, 2018
-
-
Francisco Javier López authored
-
Francisco Javier López authored
Before https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21362 all the uploads to the wiki where handle by the UploadsController. Now that they are stored inside the wiki repo we are not using it any more. Instead, we're using the old code in the WikisController#show. By default, this code set the content disposition to 'inline', that's why files like pdf were failing to display. We're moving from that approach to benefit from the blob logic and caching them and also mitigate the former error.
-
Achilleas Pipinellis authored
Fix typo: 9.5.8 => 9.5.10 See merge request gitlab-org/gitlab-ce!22368
-
Achilleas Pipinellis authored
Fix link to 'when delayed' YAML configuration item See merge request gitlab-org/gitlab-ce!22349
-
-
Stan Hu authored
Does not allow a SSH URI when importing a project See merge request gitlab-org/gitlab-ce!22309
-
- Oct 15, 2018
-
-
Mike Greiling authored
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
Docs: Fixes image shadow See merge request gitlab-org/gitlab-ce!22366
-
Mek Stittri authored
Define Stage labels in issue workflow See merge request gitlab-org/gitlab-ce!22313
-
Fabio authored
-
Douwe Maan authored
docs remove reference to push rules as not yet implemented for groups See merge request gitlab-org/gitlab-ce!22305
-
Clement Ho authored
Replace `<i>` in vue components with `<icon>` See merge request gitlab-org/gitlab-ce!20748
-
George Tsiolis authored
-
Douwe Maan authored
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
-
Clement Ho authored
Allow Issue and Merge Request sidebar to be toggled from collapsed state Closes #52532 See merge request gitlab-org/gitlab-ce!22353
-
Stan Hu authored
Add a new QA::ElementWithPattern cop Closes #52516 See merge request gitlab-org/gitlab-ce!22298
-
Douwe Maan authored
Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
-
Douwe Maan authored
Add documentation how to assign a merge request for review See merge request gitlab-org/gitlab-ce!21327
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Clement Ho authored
-
Robert Speicher authored
Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
-
Dmitriy Zaporozhets authored
Refactor Cluster services to enable groups or projects See merge request gitlab-org/gitlab-ce!22181
-
Douglas Barbosa Alexandre authored
Fixes close/reopen quick actions preview for issues and merge_requests Closes #52669 See merge request gitlab-org/gitlab-ce!22343
-
Dmitriy Zaporozhets authored
Fix code reuse issue in Projects::Clusters::ApplicationController#index See merge request gitlab-org/gitlab-ce!22182
-
Chenjerai Katanda authored
-
Phil Hughes authored
Merge branch '49417-improve-settings-pages-design-by-prioritizing-content-group-settings' into 'master' Prioritize group settings, improve panel titles, disable submit without changes Closes #49417 See merge request gitlab-org/gitlab-ce!21115
-
Luke "Jared" Bennett authored
-
Phil Hughes authored
Resolve "Personal projects pagination in Profile Overview tab is broken" Closes #52564 See merge request gitlab-org/gitlab-ce!22321
-
Martin Wortschack authored
-
Marcia Ramos authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Grzegorz Bizon authored
Send deployment_status when job starts environment Closes #52614 See merge request gitlab-org/gitlab-ce!22354
-
James Lopez authored
Use Gitaly 0.125.1 See merge request gitlab-org/gitlab-ce!22364
-
Rémy Coutable authored
This cop forbids the use of `element :foo, 'pattern'` and `element :bar, /pattern/` in QA files. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Steve Azzopardi authored
The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
-
Achilleas Pipinellis authored
Docs: fix table on API settings Closes gitlab-com/gitlab-docs#234 See merge request gitlab-org/gitlab-ce!22083
-
-
Jacob Vosmaer (GitLab) authored
-
-