| Commit message (Expand) | Author | Age | Files | Lines |
* | Only renders empty state for pipelines table if no pipelines are received whe... | Filipa Lacerda | 2017-05-16 | 1 | -6/+19 |
* | Tech debt: Creates vue component for loading icon | Filipa Lacerda | 2017-05-10 | 1 | -9/+8 |
* | Pipeline table mini graph dropdown remains open when table is refreshed | Filipa Lacerda | 2017-05-04 | 1 | -1/+10 |
* | Remove unused code | Filipa Lacerda | 2017-04-27 | 1 | -9/+0 |
* | Guarantee only one state is shown at a time31189-pipelines-error-state | Filipa Lacerda | 2017-04-20 | 1 | -5/+18 |
* | Remove special naming of pipelines folder | Filipa Lacerda | 2017-04-19 | 1 | -5/+5 |
* | convert pipeline error state to vue template | Mike Greiling | 2017-04-09 | 1 | -1/+1 |
* | convert pipeline empty state to vue template | Mike Greiling | 2017-04-09 | 1 | -1/+1 |
* | Remove Vue from main bundle and disable production warnings | Mike Greiling | 2017-04-07 | 1 | -7/+5 |
* | Fix broken spec | Filipa Lacerda | 2017-04-06 | 1 | -1/+1 |
* | Destroys pipeline table component when we change tabs in order to stop polling | Filipa Lacerda | 2017-04-06 | 2 | -10/+16 |
* | Remove first call to API | Filipa Lacerda | 2017-04-06 | 1 | -2/+0 |
* | Changes after review | Filipa Lacerda | 2017-04-06 | 1 | -1/+1 |
* | Fix broken build | Filipa Lacerda | 2017-04-06 | 1 | -1/+4 |
* | Extend realtime for other pipelines tables | Filipa Lacerda | 2017-04-06 | 1 | -12/+46 |
* | Reset container width when switching to pipelines MR tab | Eric Eastwood | 2017-03-28 | 1 | -3/+4 |
* | Merge branch '27574-pipelines-empty-state' into 'master'
| Alfredo Sumaran | 2017-03-24 | 1 | -9/+22 |
|\ |
|
| * | Fix loading being shown at the same time at the empty states | Filipa Lacerda | 2017-03-21 | 1 | -5/+2 |
| * | Improvements after review | Filipa Lacerda | 2017-03-21 | 1 | -1/+3 |
| * | Adds tests to new empty and error states | Filipa Lacerda | 2017-03-20 | 1 | -0/+9 |
| * | Add error state to commits and merge requests pipelines table | Filipa Lacerda | 2017-03-17 | 1 | -6/+11 |
* | | Applies same CSS as main table | Filipa Lacerda | 2017-03-22 | 1 | -2/+2 |
* | | remove additional instances of window.Vue | Mike Greiling | 2017-03-20 | 1 | -2/+4 |
|/ |
|
* | Remove UJS actions from pipelines tables | Filipa Lacerda | 2017-03-17 | 4 | -166/+81 |
* | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 4 | -0/+0 |
* | Merge branch 'add-svg-loader' into 'master'
| Fatih Acet | 2017-03-02 | 1 | -9/+1 |
|\ |
|
| * | Merge branch 'master' into add-svg-loader | Filipa Lacerda | 2017-02-28 | 1 | -23/+58 |
| |\ |
|
| * | | remove tech debt code | Filipa Lacerda | 2017-02-25 | 1 | -9/+1 |
* | | | Adds frontend needed changes to accomodate for new endpoint schema | Filipa Lacerda | 2017-02-28 | 1 | -1/+3 |
| |/
|/| |
|
* | | Removed jQuery UI draggableremove-jquery-ui-draggable | Phil Hughes | 2017-02-27 | 1 | -23/+58 |
|/ |
|
* | replace implicit this == window with explicit binding | Mike Greiling | 2017-02-17 | 2 | -2/+2 |
* | Transforms startTimeAgoLoops into a static method so we can reuse it instead ... | Filipa Lacerda | 2017-02-16 | 2 | -8/+5 |
* | Only run timeago loops after rendering timeago components | Filipa Lacerda | 2017-02-16 | 2 | -2/+7 |
* | Centers loading icon vertically and horizontally in pipelines table in commit...28229-pipelines-loading-icon | Filipa Lacerda | 2017-02-15 | 1 | -2/+2 |
* | Fix stray pipelines API request when showing MR27925-fix-mr-stray-pipelines-api-request | Eric Eastwood | 2017-02-14 | 2 | -6/+8 |
* | Adds verification in case the endpoint already has `.json` | Filipa Lacerda | 2017-02-10 | 1 | -2/+17 |
* | Adds `.json` to the endpoint requested in order to avoid showing JSON | Filipa Lacerda | 2017-02-09 | 1 | -1/+1 |
* | backport fixes for pipelines_store frontend specsbackport-ee-build-fixes | Mike Greiling | 2017-02-08 | 1 | -1/+1 |
* | Replace arrow function with regular function to prevent overiding function co... | Clement Ho | 2017-02-07 | 1 | -1/+1 |
* | Use webpack to require files | Filipa Lacerda | 2017-02-05 | 4 | -7/+11 |
* | Use webpack | Filipa Lacerda | 2017-02-05 | 4 | -74/+55 |
* | Add time ago auto-update to the 2 newest tables | Filipa Lacerda | 2017-02-03 | 2 | -2/+33 |
* | Moves pagination to shared folder | Filipa Lacerda | 2017-02-03 | 3 | -97/+112 |
* | Use new vue js pipelines table to render in merge request view | Filipa Lacerda | 2017-02-03 | 2 | -9/+12 |
* | Transform vue_pipelines index into a non-dependent table component. | Filipa Lacerda | 2017-02-03 | 3 | -66/+76 |
* | Use same folder structure in spec for vue shared resources | Filipa Lacerda | 2017-02-03 | 3 | -0/+0 |
* | First iteration | Filipa Lacerda | 2017-02-03 | 3 | -0/+168 |
* | resolve all padded-blocks eslint violations | Mike Greiling | 2017-01-18 | 2 | -6/+2 |
* | resolve all instances of no-undef eslint rule violationsclean-no-undef | Mike Greiling | 2016-12-14 | 1 | -1/+3 |
* | Instantiate ImageFile for diff-files in Diff24949-view-2-up-swipe-onion-skin-controls-for-merge-request-diff-containing-an-image | Luke "Jared" Bennett | 2016-12-04 | 2 | -2/+2 |