summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit/pipelines
Commit message (Collapse)AuthorAgeFilesLines
* Transforms startTimeAgoLoops into a static method so we can reuse it instead ↵Filipa Lacerda2017-02-162-8/+5
| | | | | | of have 2 Fix broken test
* Only run timeago loops after rendering timeago componentsFilipa Lacerda2017-02-162-2/+7
|
* Centers loading icon vertically and horizontally in pipelines table in ↵28229-pipelines-loading-iconFilipa Lacerda2017-02-151-2/+2
| | | | commit view
* Fix stray pipelines API request when showing MR27925-fix-mr-stray-pipelines-api-requestEric Eastwood2017-02-142-6/+8
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
* Adds verification in case the endpoint already has `.json`Filipa Lacerda2017-02-101-2/+17
|
* Adds `.json` to the endpoint requested in order to avoid showing JSONFilipa Lacerda2017-02-091-1/+1
|
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-1/+1
|
* Replace arrow function with regular function to prevent overiding function ↵Clement Ho2017-02-071-1/+1
| | | | context
* Use webpack to require filesFilipa Lacerda2017-02-054-7/+11
| | | | Changes after review
* Use webpackFilipa Lacerda2017-02-054-74/+55
|
* Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-032-2/+33
|
* Moves pagination to shared folderFilipa Lacerda2017-02-033-97/+112
| | | | | | | | | | | | | | | | | | | 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
* Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-032-9/+12
| | | | | | | | | | | | Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-033-66/+76
|
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-033-0/+168