- Feb 24, 2020
-
-
GitLab Bot authored
-
- Feb 06, 2020
-
-
GitLab Bot authored
-
- Jan 08, 2020
-
-
GitLab Bot authored
-
- Dec 18, 2019
-
-
GitLab Bot authored
-
- Nov 15, 2019
-
-
GitLab Bot authored
-
- Oct 21, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Aug 20, 2019
-
-
The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984
-
- Apr 06, 2019
-
-
Stan Hu authored
This enables FindCommit caching to the following actions: * BlobController#show * RefsController#logs_tree It also improves caching in CommitsController since some duplicate requests were occuring inside the before_action definitions.
-
- Apr 01, 2019
-
-
Bob Van Landuyt authored
This allows us to set the encoding of an IO passed without reading it into memory. This is useful if we want to stream files into Gitaly. Like we do when uploading a new file to the repository.
-
- Mar 27, 2019
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- Mar 07, 2019
-
-
Mark Chao authored
Update spec
-
- Mar 06, 2019
- Jan 11, 2019
-
-
Jasper Maes authored
-
- 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 03, 2018
-
-
Douwe Maan authored
This reverts commit 037334d2. # Conflicts: # app/controllers/projects/blob_controller.rb
-
- Nov 23, 2018
-
-
Jasper Maes authored
-
- Nov 14, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 09, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 07, 2018
-
-
Oswaldo Ferreir authored
This reverts commit a82a5957, reversing changes made to e7df959b.
-
- Nov 06, 2018
-
-
Oswaldo Ferreir authored
-
- Oct 30, 2018
-
-
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 18, 2018
-
-
Jasper Maes authored
-
- Oct 17, 2018
-
-
George Thomas authored
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Aug 31, 2018
-
-
Felipe Artur authored
-
- Jun 21, 2018
-
-
- Jun 15, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #46192
-
Douwe Maan authored
-
blackst0ne authored
In Rails 4.2 if params[:format] is empty, Rails set it to :html But since Rails 5.0 the framework now looks for an extension. E.g. for `blob/master/CHANGELOG.md` in Rails 4 the format would be `:html`, but in Rails 5 on it'd be `:md` This commit explicitly sets the `:html` format for all requests unless `:format` is set by a client e.g. by JS for XHR requests.
-
- Mar 07, 2018
-
-
Bob Van Landuyt authored
-
- Mar 05, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Jan 11, 2018
-
-
- Dec 20, 2017
-
-
Robert Speicher authored
This is already defined in `ExtractsPath`, which this controller includes.
-
- Oct 23, 2017
-
-
Phil Hughes authored
clears all tmp files after cancelling edit mode
-
- Sep 26, 2017
-
-
Douwe Maan authored
-