summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_pipelines_index
Commit message (Expand)AuthorAgeFilesLines
* 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
* namespace getParametersByName to gl.utils instead of just glRegis2017-01-091-3/+3
* use Object.assign instead of Vue.set - change duration to computed propRegis2017-01-072-7/+7
* remove bitwise disable on pipelines.js.es6Regis2017-01-061-1/+1
* remove disabled rules - not needed anymoreRegis2017-01-061-1/+0
* remove parenthesis around returned objects in pipelines.js.es6Regis2017-01-061-3/+3
* change 'pipelines.length' logic for spinnerRegis2017-01-061-1/+1
* fix flash and request logic in stageRegis2017-01-061-3/+5
* fix cssClasses in status componentRegis2017-01-061-2/+1
* remove white spaceRegis2017-01-061-3/+0
* remove pipeline head component and use staic HTML insteadRegis2017-01-063-21/+10
* no space for requires - all consistent syntax = change if logic for index.js.es6Regis2017-01-063-38/+31
* Simplifies the HTML strucutre in the mini pipeline graph to make it as simila...Filipa Lacerda2017-01-052-31/+15
* use has_details to decide if link needs to be created or notRegis2017-01-041-1/+1
* make timeago 10 seconds instead of 1Regis2017-01-041-1/+1
* Show yaml error badge in pipelines page if presentGrzegorz Bizon2017-01-041-3/+3
* do not make a url if no deatils_path is present - use '.tag' for ref in commi...Regis2017-01-022-2/+2
* add vue_realtime_listener functionRegis2016-12-292-15/+6
* handle details path if no pathRegis2016-12-291-1/+5
* properly remove events and get rid of lingering interval loopsRegis2016-12-291-12/+4
* add commit-link class to status column tdsRegis2016-12-281-1/+1
* 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-282-31/+29
* 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