Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another Static Linting Fix | Tim Zallmann | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | Fixed Linting Issue | Tim Zallmann | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | Added User Popovers to Commit Items and Member Lists | Tim Zallmann | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | Enable frozen string for app/helpers/**/*.rb | gfyoung | 2018-09-06 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Speed up diff comparisons by limiting number of commit messages rendered | Stan Hu | 2018-08-22 | 1 | -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_link | Luke Bennett | 2018-07-20 | 1 | -5/+0 |
| | |||||
* | fix lint | Luke Bennett | 2018-07-20 | 1 | -1/+2 |
| | |||||
* | Add has_tooltip bool handling for commit_person_link | Luke Bennett | 2018-07-17 | 1 | -5/+8 |
| | |||||
* | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-05-24 | 1 | -2/+2 |
|\ | |||||
| * | Updated branches and tag icons in commit details | Constance Okoghenun | 2018-05-24 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-04-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Restore size and position for fork icon | George Tsiolis | 2018-04-18 | 1 | -1/+1 |
| | | |||||
| * | Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'" | Douwe Maan | 2018-04-18 | 1 | -1/+1 |
| | | | | | | This reverts merge request !18399 | ||||
| * | Fix size and position for fork icon | George Tsiolis | 2018-04-18 | 1 | -1/+1 |
| | | |||||
* | | [skip ci] convert label-gray and label-inverse to badge-gray and badge-inverse | Clement Ho | 2018-04-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-04-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Share collaboration check between view and presenter | Bob Van Landuyt | 2018-04-11 | 1 | -1/+1 |
| | | |||||
* | | Add .breadcrumb-item for breadcrumb > li | Clement Ho | 2018-04-09 | 1 | -2/+2 |
|/ | |||||
* | Implement a new SHA partial for commit lists | Shah El-Rahman | 2018-04-06 | 1 | -17/+10 |
| | |||||
* | Replaced the remaining code-fork iconsjivl-general-icons-2 | Jose Ivan Vargas | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | corrects the url building | micael.bergeron | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Allow commenting on individual commits inside an MR | Douwe Maan | 2017-12-07 | 1 | -0/+8 |
| | |||||
* | Add underline hover state to all links | Annabel Dunstone Gray | 2017-12-04 | 1 | -2/+2 |
| | |||||
* | Ensure enough space between branch links | Mayra Cabrera | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Add styles for branch & tags boxes | Mayra Cabrera | 2017-11-02 | 1 | -12/+0 |
| | | | | | - Create a partial for limit exceeded message - Modifies specs to adjust new scenarios | ||||
* | Add UI/UX improvements | Mayra Cabrera | 2017-11-01 | 1 | -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 throttling | Brett Walker | 2017-10-12 | 1 | -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-link | Clement Ho | 2017-09-20 | 1 | -2/+4 |
| | |||||
* | Merge branch 'fix-escape-commit-block' into 'security-9-5' | Douwe Maan | 2017-09-07 | 1 | -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-status | Annabel Dunstone Gray | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -3/+3 |
| | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | fetch gpg signature badges by ajax | Alexis Reigel | 2017-07-27 | 1 | -0/+4 |
| | |||||
* | convert gpg badge helper methods to partials | Alexis Reigel | 2017-07-27 | 1 | -86/+0 |
| | |||||
* | add help links to gpg commits / gpg settings | Alexis Reigel | 2017-07-27 | 1 | -0/+7 |
| | |||||
* | popover trigger needs to be defined in js init | Alexis Reigel | 2017-07-27 | 1 | -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 avatar | Alexis Reigel | 2017-07-27 | 1 | -17/+19 |
| | |||||
* | add gpg commit popover badges | Alexis Reigel | 2017-07-27 | 1 | -0/+78 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -8/+7 |
| | |||||
* | Added internationalization to commits listcommits-internationalise | Phil Hughes | 2017-06-22 | 1 | -3/+3 |
| | | | | Closes #32793 | ||||
* | Clean up diff rendering | Douwe Maan | 2017-05-23 | 1 | -10/+0 |
| | |||||
* | Use same last commit widget on project homepage and tree viewdm-consistent-commit-widget | Douwe Maan | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Consistently use monospace font for commit SHAs and branch and tag names | Douwe Maan | 2017-05-12 | 1 | -15/+6 |
| | |||||
* | Make tree, blob and blame pages more consistent | Douwe Maan | 2017-05-09 | 1 | -5/+3 |
| | |||||
* | Merge branch 'fix-links-target-blank' into 'security' | Jacob Schatz | 2017-03-20 | 1 | -1/+1 |
| | | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071 | ||||
* | Address feedback | Douwe Maan | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | Add 'View on [env]' link to blobs and individual files in diffs | Douwe Maan | 2017-02-06 | 1 | -0/+11 |
| | |||||
* | unifies mr diff file button style | Nur Rony | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | remove unused helper method | Mike Greiling | 2016-12-21 | 1 | -14/+0 |
| | |||||
* | reduce common code even further to satisfy rake flay | Mike Greiling | 2016-12-21 | 1 | -23/+25 |
| | |||||
* | remove button class size alteration from revert and cherry pick links | Mike Greiling | 2016-12-21 | 1 | -2/+2 |
| |