summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use same last commit widget on project homepage and tree viewdm-consistent-commit-widgetDouwe Maan2017-05-171-1/+1
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-15/+6
* Make tree, blob and blame pages more consistentDouwe Maan2017-05-091-5/+3
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
* Address feedbackDouwe Maan2017-02-061-2/+2
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+11
* unifies mr diff file button styleNur Rony2017-01-301-1/+1
* remove unused helper methodMike Greiling2016-12-211-14/+0
* reduce common code even further to satisfy rake flayMike Greiling2016-12-211-23/+25
* remove button class size alteration from revert and cherry pick linksMike Greiling2016-12-211-2/+2
* factor out common code to satisfy rake flayMike Greiling2016-12-211-18/+16
* homogenize revert and cherry-pick button styles generated by commits_helperMike Greiling2016-12-211-7/+4
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-2/+2
* Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-241-3/+5
* Eliminate unneeded calls to Repository#blob_at when listing commits with no pathfix/eliminate-unneeded-calls-to-repository-blob-atAhmad Sherif2016-08-171-21/+24
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-2/+2
* Remove magic comments from Ruby files (!5456)winniehell2016-07-241-1/+0
* Add link to user profile to commit avatar (!5163)winniehell2016-07-201-10/+0
* Merge branch 'commits-ui' into 'master' Jacob Schatz2016-06-151-8/+16
|\
| * Improved spacing on mobilePhil Hughes2016-06-081-1/+1
| * Updated failing testsPhil Hughes2016-06-081-3/+0
| * Updated testsPhil Hughes2016-06-081-1/+0
| * Updated commits UIPhil Hughes2016-06-081-7/+19
* | Fixed issue with MR buttons being in a groupmr-buttons-updatePhil Hughes2016-06-131-3/+3
|/
* Reduced number of buttons in commit headerPhil Hughes2016-05-261-7/+12
* Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-191-9/+20
|\
| * Add support to cherry-pick any commitP.S.V.R2016-04-181-9/+20
* | Remove persistent XSS vulnerability in `commit_person_link` helperRobert Speicher2016-04-171-1/+1
|/
* Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-111-2/+2
|\
| * Updated UI for new merge requestPhil Hughes2016-04-061-2/+2
* | Diff design updatesAnnabel Dunstone2016-04-071-1/+1
|/
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
* Remove outdated commentJacob Vosmaer2016-03-041-1/+0
* Put 'hidden commits' logic in CommitsHelperJacob Vosmaer2016-03-041-0/+12
* Fixed revert button tooltip placement causing movementfix-moving-revert-buttonPhil Hughes2016-02-221-2/+2
* Some updates from last code review.Rubén Dávila2016-02-191-2/+2
* Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila2016-02-191-4/+14
* Refactor revert_commit_link helper.Rubén Dávila2016-02-191-2/+2
* Fix build and add specsRubén Dávila2016-02-191-7/+4
* Show a tooltip on revert link.Rubén Dávila2016-02-191-7/+5
* Move revert link to the MR widget section plus some refactor.Rubén Dávila2016-02-191-2/+2
* Some fixes and refactors for code related to forks.Rubén Dávila2016-02-191-0/+2
* Some updates after last code review.Rubén Dávila2016-02-191-5/+22
* Add button to revert commit on Commit detail page.Rubén Dávila2016-02-191-0/+7
* trick rubocop and temporarily add ruby 2.1 images for any branchJames Lopez2016-01-281-1/+1
* fix rubocop new 2.2 syntax issuesJames Lopez2016-01-251-1/+1
* Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-1/+1
* Brefer "Directory" over "Dir", "Files" over "Codeui/consistencyDouwe Maan2015-12-021-2/+2
* Show CI status on all pages where commits list is renderedDmitriy Zaporozhets2015-09-231-1/+1
* Add Commit#author and #committer.Douwe Maan2015-04-021-3/+4