Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-21Add smoke test for autodevopsddavison
Add tag validation on pipeline page
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-10-23Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon
Resolve "Removed branch link in pipelines page is broken" Closes #42611 See merge request gitlab-org/gitlab-ce!21451
2018-10-09Remove security report summary from pipelines viewLukas Eipert
This removes the Vue component, corresponding tests and haml/bundle entry points for the Security Report summary in the pipelines view
2018-10-08Creates ref_exists? method for Pipeline classFilipa Lacerda
2018-08-31Render link to branch only when branch still existsFilipa Lacerda
2018-08-03Update commit description styles to monospace font and overflow-xPaul Slaughter
2018-08-02Refactor pipline info box viewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-02remove unnecessary if clause and move logic to optional partialLukas Eipert
2018-08-02move mandatory vue entry point from optional pathLukas Eipert
2018-07-20backport code from EELukas Eipert
2018-06-20Updated horizontal ellipsis icon for text-expanderConstance Okoghenun
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-07Improved commit message body renderingConstance Okoghenun
2018-04-25Revert .hide to .d-none conversionClement Ho
2018-04-13[skip ci] Fix incorrect d-*-blockClement Ho
2018-04-10[skip ci] Replace hidden-smClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
2017-12-18Fix job count in pipeline success mailChristiaan Van den Poel
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-04-07Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: (58 commits) Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu Map bindings to lowercase letters; only show key bindings when using keyboard shortcut ...
2017-04-07Copy diff file path as GFMDouwe Maan
2017-04-04replaced one more helper with presenterRydkin Maxim
2017-04-04adds tooltips into several placesRydkin Maxim
2017-03-24Move user_link to generic UsersHelperToon Claes
Make the user_link helper more generic to be used for objects other than pipelines.
2017-03-22Add helpers for pipeline user link & user avatarToon Claes
2017-03-22Show pipeline creator & created_at in headingToon Claes
Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
2017-02-21Fix broken testFilipa Lacerda
2017-02-20Rename retry failed button on pipeline page to just retrydimitrieh
2017-02-14Reuse pipeline methods to preserve Law of DemeterGrzegorz Bizon
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-01-23Improve pipeline status icon linking in widgetsdimitrieh
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-12Improve detailed status badge partialGrzegorz Bizon
2016-12-12Rename icon_with_label to icon_with_descriptionKamil Trzcinski
2016-12-12Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski
2016-12-06Improve support for icons in new detailed statusesGrzegorz Bizon
2016-12-06Add status label information to pipeline headerGrzegorz Bizon
2016-12-05Add support for detailed status to status helpersGrzegorz Bizon
2016-11-22Converted all status icons to be managed by scss colors only and deleted any ↵Dimitrie Hoekstra
classes or styles within the svg's, plus gave status badges a hover style only if clickable
2016-11-17Create global secondary inverted buttonAnnabel Dunstone Gray
2016-11-14Make pipeline page header responsive; add build counter; add short shaAnnabel Dunstone Gray
2016-11-11Rearrange and style items on pipeline pageAnnabel Dunstone Gray
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
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.
2016-09-07Just use string interpolation, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6084#note_15026132
2016-09-05Show how long this pipeline was queuedLin Jen-Shin
Closes #19804