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
2017-06-21Remove vue from main.bundle.js file being loaded through ↵Filipa Lacerda
`app/assets/javascripts/merge_request_tabs.js`
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda
2017-06-14Move vue components to vue files and match docsFilipa Lacerda
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-05-16Only renders empty state for pipelines table if no pipelines are received ↵Filipa Lacerda
when request is made
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-04Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda
2017-04-27Remove unused codeFilipa Lacerda
2017-04-20Guarantee only one state is shown at a timeFilipa Lacerda
2017-04-19Remove special naming of pipelines folderFilipa Lacerda
2017-04-09convert pipeline error state to vue templateMike Greiling
2017-04-09convert pipeline empty state to vue templateMike Greiling
2017-04-07Remove Vue from main bundle and disable production warningsMike Greiling
2017-04-07Fix broken specFilipa Lacerda
2017-04-07Destroys pipeline table component when we change tabs in order to stop pollingFilipa Lacerda
2017-04-07Remove first call to APIFilipa Lacerda
2017-04-07Changes after reviewFilipa Lacerda
2017-04-07Fix broken buildFilipa Lacerda
2017-04-07Extend realtime for other pipelines tablesFilipa Lacerda
2017-03-28Reset container width when switching to pipelines MR tabEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
2017-03-24Merge branch '27574-pipelines-empty-state' into 'master' Alfredo Sumaran
Pipelines empty state Closes #27574 See merge request !9978
2017-03-22Applies same CSS as main tableFilipa Lacerda
2017-03-21Fix loading being shown at the same time at the empty statesFilipa Lacerda
2017-03-21Improvements after reviewFilipa Lacerda
2017-03-21remove additional instances of window.VueMike Greiling
2017-03-20Adds tests to new empty and error statesFilipa Lacerda
2017-03-18Add error state to commits and merge requests pipelines tableFilipa Lacerda
2017-03-17Remove UJS actions from pipelines tablesFilipa Lacerda
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-03-03Merge branch 'add-svg-loader' into 'master' Fatih Acet
Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
2017-02-28Merge branch 'master' into add-svg-loaderFilipa Lacerda
* master: Fix migration without DOWNTIME clause specified Fix CSS classes fix missing @ symbol Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Make RuboCop happy Add development fixtures for nested groups Align last column buttons with new environment button Removed jQuery UI draggable ensure webpack dev server proxy connects regardless of request headers Keep consistent in handling indexOf results Replace setInterval with setTimeout to prevent highly frequent requests Add feature specs for three types of user uploads Minor refactoring of Uploaders Fix #27840 - Improve the search bar experience on mobile Fix false positive caused by non-interpolated string use Fix inline comment images by removing wrapper #20890
2017-02-28Adds frontend needed changes to accomodate for new endpoint schemaFilipa Lacerda
2017-02-27Removed jQuery UI draggablePhil Hughes
2017-02-25remove tech debt codeFilipa Lacerda
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-16Transforms startTimeAgoLoops into a static method so we can reuse it instead ↵Filipa Lacerda
of have 2 Fix broken test
2017-02-16Only run timeago loops after rendering timeago componentsFilipa Lacerda
2017-02-15Centers loading icon vertically and horizontally in pipelines table in ↵Filipa Lacerda
commit view
2017-02-15Fix stray pipelines API request when showing MREric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
2017-02-10Adds verification in case the endpoint already has `.json`Filipa Lacerda
2017-02-09Adds `.json` to the endpoint requested in order to avoid showing JSONFilipa Lacerda
2017-02-08backport fixes for pipelines_store frontend specsMike Greiling
2017-02-08Replace arrow function with regular function to prevent overiding function ↵Clement Ho
context
2017-02-05Use webpack to require filesFilipa Lacerda
Changes after review
2017-02-05Use webpackFilipa Lacerda
2017-02-03Add time ago auto-update to the 2 newest tablesFilipa Lacerda
2017-02-03Moves pagination to shared folderFilipa Lacerda
Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error
2017-02-03Use new vue js pipelines table to render in merge request viewFilipa Lacerda
Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
2017-02-03Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda
2017-02-03Use same folder structure in spec for vue shared resourcesFilipa Lacerda