summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_pipelines_index
Commit message (Expand)AuthorAgeFilesLines
* Use webpack to require filesFilipa Lacerda2017-02-051-30/+26
* Use webpack to require filesFilipa Lacerda2017-02-053-6/+6
* Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-042-6/+5
|\
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-4/+4
| |\
| * | fix duplicate data-toggle attributeMike Greiling2017-01-281-2/+0
| * | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-36/+67
| |\ \
| * \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-8/+16
| |\ \ \
| * \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-13/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-152-8/+19
| |\ \ \ \ \
| * | | | | | more post-merge fixesMike Greiling2017-01-131-1/+1
| * | | | | | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-132-14/+13
* | | | | | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-031-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-2/+2
| |\ \ \ \ \ \
| | * | | | | | Remove turbolinks.Bryce Johnson2017-02-021-2/+2
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Fix broken testsFilipa Lacerda2017-02-031-0/+1
* | | | | | | Resolve conflict after mergeFilipa Lacerda2017-02-031-2/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-2/+2
* | | | | | | Only load pipelines vue component when there are pipelines.Filipa Lacerda2017-02-032-7/+14
* | | | | | | Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-032-5/+7
* | | | | | | Moves pagination to shared folderFilipa Lacerda2017-02-032-2/+4
* | | | | | | Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-035-128/+38
* | | | | | | Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-031-0/+1
* | | | | | | Use single source of truth for vue_resource_interceptorFilipa Lacerda2017-02-031-1/+1
* | | | | | | First iterationFilipa Lacerda2017-02-031-1/+1
|/ / / / / /
* | | | | | remove redundant "data-toggle" attribute so Vue doesn't complainMike Greiling2017-02-021-2/+0
|/ / / / /
* | | | | Merge branch 'normalize_frontend_headers' into 'master' Fatih Acet2017-01-251-11/+7
|\ \ \ \ \
| * | | | | use gl.utils.normalizeHeaders in pipelines storenormalize_frontend_headersRegis2017-01-241-11/+7
* | | | | | Improve button accessibility on pipelines page26445-accessible-piplelines-buttonsEric Eastwood2017-01-232-22/+32
|/ / / / /
* | | | | remove bitwise - make code human readableRegis2017-01-201-3/+3
* | | | | remove need for spinner on additional clicks - visual diff is actually very niceRegis2017-01-191-2/+0
* | | | | handle actions and buildsRegis2017-01-191-1/+10
* | | | | keep graph displayed when build is clicked so that multiple tabs can be opene...Regis2017-01-191-2/+20
| |_|_|/ |/| | |
* | | | use destructuring syntax insteadui_pipelines_mini_graphRegis2017-01-181-1/+1
* | | | get rid of logRegis2017-01-171-2/+0
* | | | fix UI behaviour - only make new calls when button is clicked and dropdown is...Regis2017-01-171-2/+8
* | | | better UI fix - simple solutionRegis2017-01-171-5/+9
| |_|/ |/| |
* | | phil said this is good - no need to dynamically update since this is a static...pipeline_index_mini_graph_fixRegis2017-01-151-49/+7
* | | works in browsers without sourceCapabilities APIRegis2017-01-151-1/+4
* | | update commented documentation to reflect new changesRegis2017-01-151-2/+3
* | | fix clicking url bar, browser UI, dev tools collapsing the mini_graphRegis2017-01-151-1/+3
* | | fix UI without Promise or timeOut/intervalRegis2017-01-151-2/+9
* | | fix UI behaviourRegis2017-01-151-1/+1
* | | Merge branch 'master' into pipeline_index_mini_graph_fixRegis2017-01-153-14/+25
|\ \ \ | | |/ | |/|
| * | change how pagination component is loadedpipelines_missing_paginationRegis2017-01-151-0/+1
| * | fix pagination component handling different header styles from different serv...Regis2017-01-131-8/+18
| |/
| * Fixes pipeline status cell is too wide by adding missing classes in table hea...26615-pipeline-status-cellFilipa Lacerda2017-01-121-6/+6
* | make tests pass - change a bit of logicRegis2017-01-121-6/+8
* | fixed issue - description in function (check diff)Regis2017-01-121-3/+23
|/
* format duration in vue: time_ago computed property in a dynamic fashionRegis2017-01-091-2/+11
* use Turbolinks instead of window.pushState for paginationRegis2017-01-091-5/+2