summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace MR access checks with use of MergeRequestsFinder Split from !2024 to partially solve https://gitlab.com/gitlab-org/gitlab-ce/issues/23867 :warning: - Potentially untested :bomb: - No test coverage :traffic_light: - Test coverage of some sort exists (a test failed when error raised) :vertical_traffic_light: - Test coverage of return value (a test failed when nil used) :white_check_mark: - Permissions check tested - [x] :bomb: app/finders/notes_finder.rb:17 - [x] :warning: app/views/layouts/nav/_project.html.haml:80 [`.count`] - [x] :bomb: app/controllers/concerns/creates_commit.rb:84 - [x] :traffic_light: app/controllers/projects/commits_controller.rb:24 - [x] :traffic_light: app/controllers/projects/compare_controller.rb:56 - [x] :vertical_traffic_light: app/controllers/projects/discussions_controller.rb:29 - [x] :white_check_mark: app/controllers/projects/todos_controller.rb:27 - [x] :vertical_traffic_light: app/models/commit.rb:268 - [x] :white_check_mark: lib/gitlab/search_results.rb:71 - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_267_266 Memoize ` merged_merge_request(current_user)` - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_248_247 Expected side effect for `merged_merge_request!`, consider `skip_authorization: true`. - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_269_269 Scary use of unchecked `merged_merge_request?` See merge request !2033
* Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-241-3/+5
| | | | Closes #23615
* 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
| | | | Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
* 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
|