- Feb 15, 2018
-
-
Douwe Maan authored
-
- Feb 13, 2018
-
-
Andreas Brandl authored
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
-
Andreas Brandl authored
-
Andreas Brandl authored
We want to drop the generic #avatar_icon helper that supports both an email and a user object being passed in. Instead, we want to explicitly use the #avatar_icon_for_user and #avatar_icon_for_email helpers depending on what we have at hand. This allows us to avoid unnecessary database queries (e.g. call User.find_by_any_email if we already have the user). In situations like here, this makes it less convenient to use.
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
Andreas Brandl authored
When we don't use the original `ApplicationHelper#avatar_icon` anymore, we can just remove it (and its specs). Closes #42800.
-
- Feb 07, 2018
-
-
Zeger-Jan van de Weg authored
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
-
- Feb 05, 2018
-
-
Matija Čupić authored
-
- Feb 02, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Mario de la Ossa authored
-
Matija Čupić authored
-
- Feb 01, 2018
-
-
Matija Čupić authored
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Jan 30, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 29, 2018
-
-
Matija Čupić authored
-
- Jan 28, 2018
-
-
Felix Geyer authored
Callers expect a URL. This fixes the avatars in commit lists when a user has no avatar and Gravatar is disabled. Closes #38715
-
- Jan 27, 2018
-
-
Matija Čupić authored
-
- Jan 25, 2018
-
-
Achilleas Pipinellis authored
If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
-
- Jan 22, 2018
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- Jan 18, 2018
-
-
Felipe Artur authored
-
Jan Provaznik authored
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
-
- Jan 16, 2018
-
-
Sean McGivern authored
We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.)
-
- Jan 09, 2018
-
-
Phil Hughes authored
Closes #41561
-
- Dec 22, 2017
-
-
blackst0ne authored
-
- Dec 18, 2017
-
-
Micael Bergeron authored
it should now send you to the merge request diff path scoped to the commit.
-
- Dec 14, 2017
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
- Dec 11, 2017
-
-
Sophie Herold authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
TM Lee authored
- Create MemberPresenter alongside with GroupMemberPresenter and ProjectMemberPresenter - Make Member model Presentable - Move action_member_permission from MembersHelper into the MemberPresenter - Added rspec using double, separate specs for GroupMemberPresenter and ProjectMemberPresenter Fixes #28004. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 08, 2017
-
-
Douwe Maan authored
Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
-
- Dec 07, 2017
-
-
micael.bergeron authored
-
- Dec 05, 2017
-
-
Jose Ivan Vargas Lopez authored
-
Matija Čupić authored
-
- Dec 04, 2017
-
-
Fabio authored
-
-
- Dec 03, 2017
-
-
Luke Bennett authored
-