summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Another Static Linting FixTim Zallmann2019-01-051-1/+1
|
* Fixed Linting IssueTim Zallmann2019-01-041-1/+1
|
* Added User Popovers to Commit Items and Member ListsTim Zallmann2019-01-041-1/+1
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-221-11/+0
| | | | | | | When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
* Remove all tooltip use from commit_person_linkLuke Bennett2018-07-201-5/+0
|
* fix lintLuke Bennett2018-07-201-1/+2
|
* Add has_tooltip bool handling for commit_person_linkLuke Bennett2018-07-171-5/+8
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-241-2/+2
|\
| * Updated branches and tag icons in commit detailsConstance Okoghenun2018-05-241-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-261-1/+1
|\ \ | |/
| * Restore size and position for fork iconGeorge Tsiolis2018-04-181-1/+1
| |
| * Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'"Douwe Maan2018-04-181-1/+1
| | | | | | This reverts merge request !18399
| * Fix size and position for fork iconGeorge Tsiolis2018-04-181-1/+1
| |
* | [skip ci] convert label-gray and label-inverse to badge-gray and badge-inverseClement Ho2018-04-131-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-1/+1
|\ \ | |/
| * Share collaboration check between view and presenterBob Van Landuyt2018-04-111-1/+1
| |
* | Add .breadcrumb-item for breadcrumb > liClement Ho2018-04-091-2/+2
|/
* Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-17/+10
|
* Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-191-1/+1
|
* corrects the url buildingmicael.bergeron2017-12-071-2/+2
|
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-0/+8
|
* Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-2/+2
|
* Ensure enough space between branch linksMayra Cabrera2017-11-071-1/+1
|
* Add styles for branch & tags boxesMayra Cabrera2017-11-021-12/+0
| | | | | - Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
* Add UI/UX improvementsMayra Cabrera2017-11-011-2/+14
| | | | | - Leave 'too many tags to search' always visible - Add different message to the branch/tags so it states its unavailable
* moved throttling into the controller. if we hit the throttlingBrett Walker2017-10-121-8/+18
| | | | threshhold, a message is shown indicating we didn't perform the search
* Add view replaced file link for image diffsadd-view-replaced-file-linkClement Ho2017-09-201-2/+4
|
* Merge branch 'fix-escape-commit-block' into 'security-9-5'Douwe Maan2017-09-071-3/+3
| | | | | [9.5] Prevent a persistent XSS in the commit author block See merge request gitlab/gitlabhq!2180
* Fix alignment of gpg status36709-gpg-statusAnnabel Dunstone Gray2017-08-231-1/+1
|
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-3/+3
| | | | | An upcoming update to rubocop-gitlab-security added additional violations.
* fetch gpg signature badges by ajaxAlexis Reigel2017-07-271-0/+4
|
* convert gpg badge helper methods to partialsAlexis Reigel2017-07-271-86/+0
|
* add help links to gpg commits / gpg settingsAlexis Reigel2017-07-271-0/+7
|
* popover trigger needs to be defined in js initAlexis Reigel2017-07-271-1/+0
| | | | | | According to https://github.com/twbs/bootstrap/issues/10547 it's not possible to have the trigger defined on the delegated element, i.e. not defined as a data attribute.
* linkify the whole user badge part, not only avatarAlexis Reigel2017-07-271-17/+19
|
* add gpg commit popover badgesAlexis Reigel2017-07-271-0/+78
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-8/+7
|
* Added internationalization to commits listcommits-internationalisePhil Hughes2017-06-221-3/+3
| | | | Closes #32793
* Clean up diff renderingDouwe Maan2017-05-231-10/+0
|
* 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
| | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* 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
|