- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jun 05, 2018
-
-
Sean McGivern authored
This is tricky: the query was being run in `ObjectStorage::Extension::RecordsUploads#retrieve_from_store!`, but we can't just add batch loading there, because the `#upload=` method there would use the result immediately, making the batch only have one item. Instead, we can pre-emptively add an item to the batch whenever an avatarable object is initialized, and then reuse that batch item in `#retrieve_from_store!`. However, this also has problems: 1. There is a lot of logic in `Avatarable#retrieve_upload_from_batch`. 2. Some of that logic constructs a 'fake' model for the batch key. This should be fine, because of ActiveRecord's override of `#==`, but it relies on that staying the same.
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 09, 2016
-
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
- May 06, 2016
-
-
Zeger-Jan van de Weg authored
-
- Mar 05, 2016
-
-
Robert Speicher authored
This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
-
- Oct 09, 2014
-
-
Valery Sizov authored
-
- Apr 09, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 21, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 19, 2013
-
-
Dmitriy Zaporozhets authored
-
- Mar 24, 2013
-
-
Andrew8xx8 authored
-
Andrew8xx8 authored
-
- Feb 05, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 05, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 04, 2013
-
-
Dmitriy Zaporozhets authored
-
- Nov 19, 2012
-
-
Dmitriy Zaporozhets authored
-
- Oct 09, 2012
-
-
Dmitriy Zaporozhets authored
-
Andrey Kumanyaev authored
-
- Sep 26, 2012
-
-
Nihad Abbasov authored
-
- Sep 02, 2012
-
-
Sid Sijbrandij authored
Merge branch 'master' into non-interactive-aws-install Conflicts: doc/installation.md Fix merge mess in installation.md
-
- Aug 29, 2012
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- Aug 10, 2012
-
-
Robert Speicher authored
Didn't bother with files in db/, config/, or features/
-
- Aug 02, 2012
-
-
Dmitriy Zaporozhets authored
-
- Jun 26, 2012
-
-
Dmitriy Zaporozhets authored
-
- May 26, 2012
-
-
Dmitriy Zaporozhets authored
-
- May 10, 2012
-
-
Robb Kidd authored
-
- Feb 15, 2012
-
-
Dmitriy Zaporozhets authored
ProtectedBranches model, Master permission for repo\n Allow push to protected branch for masters only
-