summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added short commit ID to mobilePhil Hughes2016-06-081-0/+3
|
* Sends correct parameter to commit_author_link for avatarPhil Hughes2016-06-081-1/+1
|
* Improved spacing on mobilePhil Hughes2016-06-081-2/+4
|
* Updated testsPhil Hughes2016-06-081-1/+1
|
* Updated some commit UI colorsPhil Hughes2016-06-081-4/+4
| | | | Fixed issue with tree view styles
* Updated commits UIPhil Hughes2016-06-081-11/+10
| | | | Closes #14633
* Added author to various Markdown calls in viewsYorick Peterse2016-05-261-1/+1
| | | | | This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
* Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-261-2/+2
|\
| * Merge branch 'ci-commit-as-pipeline' into 'master' Kamil TrzciƄski2016-04-211-4/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| | * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-161-1/+1
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Render relative timestamps for all commits in projects commit listissue_15366Felipe Artur2016-04-191-1/+1
| | |/ | |/|
| * | Updated MR comparenew-mr-improvementsPhil Hughes2016-04-131-1/+1
| | | | | | | | | | | | Based on in feedback in !3228
* | | Improve rendered CI statusesKamil Trzcinski2016-04-131-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-111-8/+1
|\ \ | |/ | | | | | | # Conflicts: # app/views/projects/commits/_commit.html.haml