- Feb 24, 2020
-
-
GitLab Bot authored
-
- Feb 12, 2020
-
-
GitLab Bot authored
-
- Jan 24, 2020
-
-
GitLab Bot authored
-
- Dec 10, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
- Nov 28, 2019
-
-
GitLab Bot authored
-
- Nov 08, 2019
-
-
GitLab Bot authored
-
- Nov 07, 2019
-
-
GitLab Bot authored
-
- Oct 16, 2019
-
-
GitLab Bot authored
-
- Oct 09, 2019
-
-
GitLab Bot authored
-
- Jul 12, 2019
-
-
Markus Koller authored
When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
-
- May 30, 2019
-
-
Marcel van Remmerden authored
-
- Apr 04, 2019
-
-
- Update qa selector - Update PO file
-
- Apr 03, 2019
-
-
Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce into feature/webide_escaping
-
- Feb 27, 2019
-
-
Phil Hughes authored
-
- Feb 26, 2019
-
- Jan 02, 2019
-
-
Sam Bigelow authored
Currently, we have markdown files in many places (e.g. comments, new issues, etc.). This Merge Request detects if the file being edited is a markdown file and adds markdown buttons and their functionality to the single file editor (Not the web IDE)
-
- Dec 27, 2018
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- Dec 19, 2018
-
-
Francisco Javier López authored
Removing workhorse_set_content_type feature flag introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
-
- Dec 06, 2018
-
-
- Oct 30, 2018
-
-
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.
-
- Oct 19, 2018
-
-
Nick Thomas authored
-
- Oct 17, 2018
-
-
- Oct 13, 2018
-
-
Zeger-Jan van de Weg authored
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b574. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
-
- Oct 05, 2018
-
-
Nick Thomas authored
-
- Sep 07, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Sep 05, 2018
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- Aug 30, 2018
-
-
Francisco Javier López authored
-
- Aug 15, 2018
-
-
Nick Thomas authored
-
- Jul 18, 2018
-
-
Kia Mei Somabes authored
-
Kia Mei Somabes authored
-
- Jul 13, 2018
-
-
Kia Mei Somabes authored
-
- Jul 12, 2018
-
-
Kia Mei Somabes authored
-
- Jul 09, 2018
-
-
Kia Mei Somabes authored
-
- May 23, 2018
-
-
- Apr 24, 2018
-
-
Phil Hughes authored
Closes #45649
-
- Apr 11, 2018
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
So we can distinguish between the permissions on the source and the target project. - `create_merge_request_from` indicates a user can create a merge request with the project as a source_project - `create_merge_request_in` indicates a user can create a merge request with the project as a target_project
-