Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-01Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/projects/branches/_branch.html.haml
2018-04-25Fix commit trailer rendering when Gravatar is disabledDouwe Maan
2018-04-14[skip ci] Fix display style for pipeline headerClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-02-13Extract method to improve readability.Andreas Brandl
2018-02-13Explicit use of avatar_icon_* calls depending on situation.Andreas Brandl
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.
2017-09-25Add `data-src` when image is to be lazy loaded, use `tag` helper instead of ↵kushalpandya
`image_tag` helper
2017-08-23Remove tooltip from filtered search userClement Ho
2017-08-08Resolve "User dropdown in filtered search does not load avatar on `master`"Tim Zallmann
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2016-10-06Removes 'hidden-xs' class from user_avatar helper in order for it to be ↵Filipa Lacerda
visible in environments list. Allows a class as an option to keep the hidden avatar behaviour in all the places it is needed.
2016-09-06Fix layout issues with blame tablePhil Hughes
Closes #21216
2016-08-12Merge branch '20059-environment-list' into 'master' Jacob Schatz
Resolve "Format branch, tag, and commit in environment list" ## What does this MR do? Updates Environments page rows to match the new pipeline updates ## Are there points in the code the reviewer needs to double check? I removed `private` from `avatars_helper.rb` so I could use `user_avatar`. ## What are the relevant issue numbers? Closes #20059 ## Screenshots (if relevant) ![Screen_Shot_2016-08-08_at_11.44.36_AM](/uploads/62fbb475a7d9cc613fe5ba1715229553/Screen_Shot_2016-08-08_at_11.44.36_AM.png) ![Screen_Shot_2016-08-08_at_11.44.41_AM](/uploads/ce1bd3ab62c0bc8091e9b6f85012ed36/Screen_Shot_2016-08-08_at_11.44.41_AM.png) See merge request !5687
2016-08-08Add avatar to commit message; environment style updates to match pipelines pageAnnabel Dunstone
2016-08-06Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto
2016-07-20Add link to user profile to commit avatar (!5163)winniehell