- Oct 16, 2018
-
-
Mark Chao authored
This gives flexiblity to avoid duplicated query of Project.
-
Mark Chao authored
-
Mark Chao authored
Extract language_from_git_attributes as a concern so it can ben included in two blob classes.
-
Mark Chao authored
This is to DRY the repeated file size check. Move spec and constants to Highlight
-
Mark Chao authored
This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
-
Mark Chao authored
Force FoundBlob to use BlobPresenter
-
Mark Chao authored
Ported from Highlight class since it as a concept is more related to blob, and this allows more flexibility.
-
Mark Chao authored
seed_helper changed because testing requires attributes file in repo, but repo was not a real git repo but instead faked.
-
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
-
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
-
-