summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-9/+41
* Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-6/+7
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-4/+2
* Show branches/tags as labels on commit pageDmitriy Zaporozhets2015-01-221-2/+16
* Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-1/+1
|\
| * Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* | Show tags in commit viewHannes Rosenögger2015-01-171-0/+6
|/
* Clean the string with commit author and email.Marin Jankovski2014-11-141-2/+6
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-0/+4
* Use the new path to the partial, move the diff related methods to the new hel...Marin Jankovski2014-09-091-12/+0
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-56/+0
* Use new diff parsing logicDmitriy Zaporozhets2014-09-081-45/+16
* Now refactor all to work properly.Marin Jankovski2014-09-081-77/+43
* Take the next type into considerationMarin Jankovski2014-09-081-2/+2
* Remove duplication, expand for next_line.Marin Jankovski2014-09-081-2/+2
* Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-0/+7
* diff unfoldskv2014-08-141-0/+12
* Force encoding utf-8 for ruby 1.9Dmitriy Zaporozhets2014-07-231-0/+1
* Add tests to check for correct browse link name.Marin Jankovski2014-07-091-5/+4
* Move the links decision to helper.Marin Jankovski2014-07-091-0/+12
* Update gitlab-grit to newer version with normal diff collection. Show if file...Dmitriy Zaporozhets2014-06-141-0/+4
* Improve breadcrumbsDmitriy Zaporozhets2014-06-141-5/+3
* Merge pull request #6799 from Datacom/bug/parallel_diff_missing_lines_prDmitriy Zaporozhets2014-05-061-1/+1
|\