summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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-071-7/+19
|
* Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-1/+1
|
* Use Commit#notes and Note.for_commit_id when possible to make sure we use ↵dm-notes-for-commit-idDouwe Maan2017-11-081-6/+1
| | | | all the indexes available to us
* Make all the tooltips in the same direction on the commit info boxJedidiah2017-09-111-1/+1
|
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-2/+3
|
* Fix alignment of gpg status36709-gpg-statusAnnabel Dunstone Gray2017-08-231-3/+3
|
* Add current locale to commit partial cache keyDouwe Maan2017-08-181-1/+1
|
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
|
* fetch gpg signature badges by ajaxAlexis Reigel2017-07-271-1/+6
|
* use the correct flex classes on the commits listAlexis Reigel2017-07-271-2/+2
|
* Prototype key verificationKevin O'Connor2017-07-271-0/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Adjust commit partial cache key to fix browse buttonsDouwe Maan2017-06-221-1/+1
|
* Add a bunch of missing translationsBob Van Landuyt2017-06-151-3/+5
|
* Translate project & repository pagesBob Van Landuyt2017-06-071-2/+2
|
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-1/+1
|
* Move copy button after commit sha29168-copy-commitAnnabel Dunstone Gray2017-05-111-1/+1
|
* Copy diff file path as GFMDouwe Maan2017-04-061-1/+1
|
* Fix link togglers jumping to topEric Eastwood2017-03-281-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* consistent spacing on new MR panels28230-new-mr-spacingSimon Knox2017-03-071-25/+26
| | | | | | center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
* Update clipboard_button text: Copy commit SHA to clipboardclipboard-button-commit-shavictorwu2017-01-171-1/+1
|
* Add table styling to commits tablesAnnabel Dunstone Gray2016-12-291-27/+26
|
* Start commits refactorAnnabel Dunstone Gray2016-12-291-24/+25
|
* change the date label to match the date usedBM5k2016-12-031-1/+1
|
* Make pipeline page header responsive; add build counter; add short shaAnnabel Dunstone Gray2016-11-141-4/+3
|
* Fix cache for commit status in commits list to respect branchesLin Jen-Shin2016-11-101-1/+1
|
* Fetch locals to avoid undefined method/local errorshow-status-from-branchLin Jen-Shin2016-11-041-0/+1
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034/diffs#note_17868074
* Merge status_for and status, feedback:Lin Jen-Shin2016-11-031-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17742297
* Also update for default project page, feedback:Lin Jen-Shin2016-10-271-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397573
* Still show status from pipelines, see:Lin Jen-Shin2016-10-271-2/+2
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397201 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17397461 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6801#note_17468470 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7034#note_17482654
* Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-241-2/+2
| | | | Closes #23615
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Expire commit view partial after a dayexpire-commit-info-partials-soonerSean McGivern2016-08-311-1/+1
| | | | | | | | | | | We rarely use Russian-doll caching in views, and when we do, it's typically with a naturally-invalidating key. In the case of the commit partial, though, the author lookup isn't part of the cache key - because we're not going to use the state of the users table - and so a new email address can take up to two weeks to show against the commits list. Limiting this to a day still caches the partial for a healthy amount of time, without as bad a worst case scenario.
* Mobile view for commit statusAnnabel Dunstone2016-07-211-1/+2
|
* Fix ci icons getting cut offAnnabel Dunstone2016-07-211-1/+1
|
* Fix icons on commits page and builds pageAnnabel Dunstone2016-07-211-1/+1
|
* Add link to user profile to commit avatar (!5163)winniehell2016-07-201-1/+2
|
* Display tooltip for "Copy to Clipboard" button (!5164)winniehell2016-07-111-1/+1
|
* Align avatar and text within commit row18787-user-img-compareAnnabel Dunstone2016-06-201-23/+24
|
* Vertical alignment of buttons in commit rowPhil Hughes2016-06-081-1/+1
|