summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+1
|
* Add latest changes from gitlab-org/security/gitlab@15-3-stable-eeGitLab Bot2022-08-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+7
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+13
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-10/+8
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+9
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+8
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+2
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+22
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-11/+13
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eeGitLab Bot2021-04-011-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+12
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-36/+18
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+10
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-8/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-1/+1
|
* 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