- Jan 02, 2020
-
-
GitLab Bot authored
-
- Oct 03, 2019
-
-
GitLab Bot authored
-
- May 14, 2019
-
-
Sean McGivern authored
String#underscore isn't particularly slow, but it's possible for us to call it many times in a users autocomplete request, with mostly-static values ('User', 'Group', etc.). We can memoise this and save a surprising amount of time (around 10% of the total request time in some cases).
-
- Sep 10, 2018
-
-
James Lopez authored
-
- Sep 06, 2018
-
-
James Lopez authored
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
-
- Jul 05, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Feb 28, 2018
-
-
Kamil Trzcińśki authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- Feb 01, 2018
-
-
Micael Bergeron authored
-
- Sep 19, 2017
-
-
Kamil Trzcińśki authored
Instead perform soft check (the column set to indicate that file does exist)
-
- Mar 06, 2017
-
-
Robert Speicher authored
-
- Feb 24, 2017
-
-
Robert Speicher authored
- Moves a duplicate `file_storage?` definition into the common `GitlabUploader` ancestor. - Get the `uploads` base directory from a class method rather than hard-coding it where it's needed. This will be used in a subsequent MR to store Uploads in the database. - Improves the specs for uploaders.
-
- Jan 03, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 15, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Nov 23, 2016
-
-
Yorick Peterse authored
Flushing the events cache worked by updating a recent number of rows in the "events" table. This has the result that on PostgreSQL a lot of dead tuples are produced on a regular basis. This in turn means that PostgreSQL will spend considerable amounts of time vacuuming this table. This in turn can lead to an increase of database load. For GitLab.com we measured the impact of not using events caching and found no measurable increase in response timings. Meanwhile not flushing the events cache lead to the "events" table having no more dead tuples as now rows are only inserted into this table. As a result of this we are hereby removing events caching as it does not appear to help and only increases database load. For more information see the following comment: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
-
- Jul 24, 2016
-
-
winniehell authored
-
- Jul 19, 2016
-
-
James Lopez authored
added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
-
- Mar 15, 2016
-
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
- Feb 18, 2016
-
-
Johann Pardanaud authored
- Avoid multiple calls to `validates` for the avatar attributes. - In a cropping process, don't check if the model inherits `User`, check if it responds to `:avatar_crop_size`.
-
- Feb 17, 2016
-
-
Johann Pardanaud authored
-
- Feb 16, 2016
-
-
Johann Pardanaud authored
- Avoid incomprehensible errors on non-integer cropping values - Set the default cropping area to 80%
-
- Feb 10, 2016
-
-
Johann Pardanaud authored
-
- Feb 09, 2016
-
-
Johann Pardanaud authored
-
- Nov 16, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 20, 2015
-
-
Douwe Maan authored
-
- Feb 19, 2015
-
-
Dmitriy Zaporozhets authored
This reverts commit 7d5f86f6.
-
- Feb 17, 2015
-
-
Douwe Maan authored
-
- Feb 16, 2015
-
-
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
-
- Dec 05, 2014
-
-
Marin Jankovski authored
This reverts commit b37b71d8, reversing changes made to 42a1d808.
-
- Oct 29, 2014
-
-
Tomas Srna authored
-
- Jul 22, 2014
-
-
Tomas Srna authored
The attachment URL was not working with relative_url_root not equal to '/'. I suggest this fix.
-
- Dec 11, 2013
-
-
Drew Blessing authored
-
- Aug 15, 2013
-
-
amouhzi authored
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430 Ref: https://github.com/gitlabhq/gitlabhq/pull/3204 Ref: https://github.com/gitlabhq/gitlabhq/issues/1228 Add Rails' variable in application.rb to support relative url This variable is used by assets compilation and other modules. Note that user needs to change application.rb too Restrict session cookie to the relative path if set. Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e Fix Update attachment_uploader.rb bug with relative URL See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace Fix Wall relative bug with attachement files (javascript)
-
- May 15, 2013
-
-
Dmitriy Zaporozhets authored
-
Ben Bodenmiller authored
when showing image preview check via lowercased extension and adds support for gif bmp & tiff images
-
- Feb 15, 2013
-
-
Dmitriy Zaporozhets authored
-
- Feb 11, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jan 04, 2013
-
-
Dmitriy Zaporozhets authored
-
- Aug 10, 2012
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-