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-01-17Remove animation from pipeline status icon buttonsNathan Friend
The expansion hover animation caused a number of layout headaches; this commit removes the animation and replaces them with hover/active/focus styles. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42769
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-13Updates pipeline code to use gitlab-uiFilipa Lacerda
Uses gltooltipDirective Removes whitespace
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-12Use gitlab-ui loading iconClement Ho
2018-07-17Fix MR widget ci status icon tooltip flickerClement Ho
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"
2018-06-15Fix ci mini graph dropdown alignment and positioningClement Ho
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-17Fix eslintFilipa Lacerda
2018-05-17Moves string to a constantFilipa Lacerda
2018-05-16Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda
dropdown in the MR widget
2018-05-15Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda
the user
2018-05-03Fix broken tests - use the corrent event when button is clickedFilipa Lacerda
2018-04-24Updates CSS for non a tags inside dropdownFilipa Lacerda
2018-04-24Fix broken importFilipa Lacerda
2018-04-20Cleans up CSS - All pipeline dropdowns use the same CSS to render the action ↵Filipa Lacerda
icons
2018-04-19Renders json endpoint + updates CSS to render the same between pipelines ↵Filipa Lacerda
table and pipeline graph
2018-04-19Render json endpointFilipa Lacerda
2018-04-13[ci skip] Updates table when stage is clickedFilipa Lacerda
2018-04-10Update state request from vue resource to axiosFilipa Lacerda
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-10-30Missing Comma addedTim Zallmann
2017-10-30Fixed different sizesTim Zallmann
2017-10-30Fixing IconsTim Zallmann
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-26Fix endpoint not being update correctlyFilipa Lacerda
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-07Fix tooltip on pipelines page not updatingEric Eastwood
Fix @psimyn comment https://gitlab.com/gitlab-org/gitlab-ce/issues/33194#note_31340102
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-06Fix broken css classFilipa Lacerda
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-04Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda