summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_pipelines_index/stage.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-031-2/+1
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-031-0/+1
* Improve button accessibility on pipelines page26445-accessible-piplelines-buttonsEric Eastwood2017-01-231-3/+4
* 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
* make tests pass - change a bit of logicRegis2017-01-121-6/+8
* fixed issue - description in function (check diff)Regis2017-01-121-3/+23
* fix flash and request logic in stageRegis2017-01-061-3/+5
* remove white spaceRegis2017-01-061-3/+0
* Simplifies the HTML strucutre in the mini pipeline graph to make it as simila...Filipa Lacerda2017-01-051-30/+14
* fix svgs for stagesRegis2016-12-281-2/+2
* fix spacing on both sides for stages - svgs nextRegis2016-12-281-8/+9
* fix initial svg spacing for stagesRegis2016-12-281-30/+28
* rafactor logic for event handlingRegis2016-12-271-7/+3
* avoid making multiple calls on blur on collapse click eventsRegis2016-12-271-1/+8
* hook up new API key values to stage dropdown mini graph in vueRegis2016-12-271-8/+2
* add borderless svgsRegis2016-12-261-7/+8
* remove v-if to let spinner showRegis2016-12-261-1/+0
* almost close to svgs - fixed bug for API callRegis2016-12-261-15/+19
* mini-graph shows up from API call - need to fix state bugsRegis2016-12-261-12/+24
* add api call - get mock url nextRegis2016-12-261-1/+12
* wipRegis2016-12-261-7/+49
* changed label to group for cssRegis2016-12-211-1/+1
* add more tests for paginationRegis2016-12-131-1/+0
* stage icon linkRegis2016-12-131-1/+2
* dynamic API consumption for SVGsRegis2016-12-131-2/+2
* stages render correctly and use new status objectRegis2016-12-121-6/+3
* conform to status object for svg icon namesRegis2016-12-071-1/+1
* remove all files related to Vue SVG rendering - use dynamic svg loadingRegis2016-12-061-18/+7
* tried css only approach didn't work for now - adding all icons to stagesRegis2016-12-051-0/+4
* add cancelled iconRegis2016-11-141-0/+2
* update stage icons with createdRegis2016-11-111-1/+6
* re-wired a lot of the application - need a few more API valuesRegis2016-11-101-0/+31