summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused avatar sizes62429-remove-unused-avatar-sizesAnnabel Dunstone Gray2019-05-311-1/+1
| | | | - Update avatars to use only sizes from the 8px grid
* Move EE differences for `app/views/projects/commits/_commit.html.haml`Natalia Tepluhina2019-05-231-0/+4
|
* Move EE differences for `app/views/projects/commits/show.html.haml`Natalia Tepluhina2019-05-201-0/+2
|
* Fix commits.scss style-lint errors59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scssScott Hampton2019-04-252-2/+2
| | | | Updating class names, and using existing utility classes.
* Fix UI layout on Commits on mobileTakuya Noguchi2019-03-141-6/+3
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-2/+3
|
* Merge branch 'security-bvl-exposure-in-commits-list' into 'master'Cindy Pallares2018-11-281-53/+41
| | | | | [master] Don't expose confidential information in commit message list See merge request gitlab/gitlabhq!2626
* Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-261-0/+4
|
* Fix committer typoGeorge Tsiolis2018-09-251-1/+1
|
* Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-222-3/+5
| | | | | | | 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.
* Update commit description styles to monospace font and overflow-xPaul Slaughter2018-08-031-1/+1
|
* Remove unneeded has_tooltip from commit_author_link useLuke Bennett2018-07-201-1/+1
|
* set has_tooltip to false for commit author_avatarLuke Bennett2018-07-171-2/+2
|
* Updated horizontal ellipsis icon for text-expanderConstance Okoghenun2018-06-201-1/+2
|
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-082-5/+5
|\
| * Improved commit message body renderingConstance Okoghenun2018-05-071-4/+4
| |
| * Add signature verification badge to compare viewMarc2018-05-071-1/+1
| |
* | [skip ci] Merge branch 'master' into bootstrap4Clement Ho2018-04-171-1/+1
|\ \ | |/
| * Add QA tests for protected branchesOswaldo Ferreira2018-04-161-1/+1
| |
* | Fix sha container with copy buttonClement Ho2018-04-161-1/+1
| |
* | [skip ci] Fix incorrect d-*-blockClement Ho2018-04-131-1/+1
| |
* | [skip ci] Convert .label. to .badge.Clement Ho2018-04-131-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-1/+2
|\ \ | |/
| * Resolve "tree/master shows incorrect CI build status"Lin Jen-Shin2018-04-111-1/+2
| |
* | [skip ci] Fix bad migrations of -block to -inline-blockClement Ho2018-04-101-1/+1
| |
* | [skip ci] Convert panel related class names to cardClement Ho2018-04-101-2/+2
| |
* | [skip ci] Replace hidden-xsClement Ho2018-04-091-3/+3
| |
* | [skip ci] Replace hidden-smClement Ho2018-04-091-1/+1
| |
* | [skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho2018-04-091-2/+2
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
| |
* | Fix bad merge conflictClement Ho2018-04-091-1/+1
|/
* Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-6/+9
|
* Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky2018-04-041-1/+1
|
* Add missing class to parent element and remove extra CSS43315-gpg-popoverFilipa Lacerda2018-02-261-1/+1
|
* Use avatar_icon_for_email for commits.Andreas Brandl2018-02-131-1/+1
| | | | | We need to keep the email lookup as we want to fall back to displaying the gravatar result for a given email if the user does not exist.
* Fixed missing js selector for the realtime pipelines commit compjivl-fix-missing-js-selector-realtime-pipelineJose Ivan Vargas2018-02-121-1/+1
|
* use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-021-1/+1
| | | | including/extending it
* Added more tests and corrected typos35779-realtime-update-of-pipeline-status-in-files-viewJose Ivan Vargas2018-02-011-1/+1
|
* Restored some code, add hidden classJose Ivan Vargas2018-01-301-1/+7
|
* Added pipeline status to the files viewJose Ivan Vargas2018-01-301-6/+1
|
* Allows html in commits atom feedJacopo2018-01-221-2/+2
| | | | Html code now works in commits atom feed `title` and `summary`.
* Change committed text to authoredAnnabel Dunstone Gray2017-12-131-1/+1
|
* Use author info on commits list page rather than most recent commit dateAnnabel Dunstone Gray2017-12-111-1/+1
|
* Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* tidying up the changesmicael.bergeron2017-12-071-6/+13
|
* add support for commit (in mr) to reference filtermicael.bergeron2017-12-071-1/+1
|
* corrects the url buildingmicael.bergeron2017-12-071-8/+2
|
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-072-9/+24
|
* Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-1/+1
|