Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-16 | 1 | -14/+5 | |
| | ||||||
* | Enables Run Pipeline button to be rendered | Filipa Lacerda | 2019-09-11 | 1 | -6/+91 | |
| | | | | | | | | | | | | | | | | | | | | In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition | |||||
* | Moves table pagination component | Filipa Lacerda | 2019-06-12 | 1 | -1/+1 | |
| | | | | | | Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths | |||||
* | Fix touch event pageX | ftab | 2019-04-08 | 1 | -17/+27 | |
| | | | | | | | | Safari on iOS sort of figures out the right thing here, but other browsers need a specific touch to be referenced. This makes it work on Chrome and Firefox on Android, as well as Chrome DevTools mobile device view. | |||||
* | Prettify all the things | Mike Greiling | 2018-11-20 | 1 | -7/+5 | |
| | ||||||
* | Adds pagination to pipelines table in merge request page28249-add-pagination | Filipa Lacerda | 2018-10-31 | 1 | -1/+18 | |
| | ||||||
* | Prettify all the things (part 7) | Mike Greiling | 2018-10-24 | 3 | -208/+244 | |
| | ||||||
* | Resolve "Harmonize prettier and eslint configs" | Mike Greiling | 2018-10-09 | 1 | -1/+1 | |
| | ||||||
* | Use gitlab-ui loading icon | Clement Ho | 2018-09-11 | 1 | -2/+2 | |
| | ||||||
* | Enable "prefer-destructuring" in JS files | gfyoung | 2018-06-25 | 1 | -2/+2 | |
| | | | | Partially addresses #47006. | |||||
* | remove all unused eslint-disable rules | Lukas Eipert | 2018-06-20 | 1 | -2/+2 | |
| | ||||||
* | Updates eslint vue plugin version | Filipa Lacerda | 2018-06-11 | 1 | -2/+2 | |
| | ||||||
* | Replace vue resources with axios for pipelines table | Filipa Lacerda | 2018-04-09 | 1 | -14/+12 | |
| | ||||||
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+2 | |
| | ||||||
* | Changes after review38587-pipelines-empty-state | Filipa Lacerda | 2018-03-05 | 1 | -1/+1 | |
| | ||||||
* | Manage empty states in Pipelines page | Filipa Lacerda | 2018-03-05 | 1 | -27/+11 | |
| | | | | | | | | | Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI | |||||
* | Remove commit_pipelines webpack entry point | Clement Ho | 2018-02-26 | 1 | -2/+2 | |
| | ||||||
* | Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-js | Rémy Coutable | 2018-02-22 | 1 | -1/+0 | |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
* | Update jquery.waitforimages & use npm versionnpm-waitforimages | Phil Hughes | 2018-02-08 | 1 | -1/+0 | |
| | | | | #39072 | |||||
* | Fix broken tests | Filipa Lacerda | 2018-01-09 | 1 | -98/+96 | |
| | ||||||
* | Fix last eslint rules | Filipa Lacerda | 2018-01-08 | 1 | -96/+98 | |
| | ||||||
* | [ci skip] Fix more eslint rules | Filipa Lacerda | 2018-01-05 | 1 | -8/+10 | |
| | ||||||
* | [ci skip] Fix some rules | Filipa Lacerda | 2018-01-04 | 1 | -97/+97 | |
| | ||||||
* | Adds `eslint-plugin-vue`, fixes linter errors and adds docs | Filipa Lacerda | 2018-01-03 | 1 | -97/+97 | |
| | ||||||
* | Fix onion-skin re-entering state | Clement Ho | 2017-12-19 | 1 | -0/+1 | |
| | ||||||
* | Fix image view mode | Clement Ho | 2017-12-11 | 1 | -2/+2 | |
| | ||||||
* | Export template selector as ES6 modules | Filipa Lacerda | 2017-12-06 | 1 | -201/+192 | |
| | ||||||
* | Make pipelines table in MR view usable | Filipa Lacerda | 2017-10-18 | 1 | -0/+6 | |
| | ||||||
* | Commenting on image diffs | Felipe Artur | 2017-10-07 | 2 | -22/+5 | |
| | ||||||
* | Resolve "Better SVG Usage in the Frontend" | Tim Zallmann | 2017-09-22 | 2 | -0/+12 | |
| | ||||||
* | Merge branch 'force-two-up-view' into 'master' | Filipa Lacerda | 2017-09-21 | 1 | -6/+14 | |
|\ | | | | | | | | | | | | | Force two up view Closes #32613 See merge request gitlab-org/gitlab-ce!14397 | |||||
| * | Force two up view | Clement Ho | 2017-09-20 | 1 | -6/+14 | |
| | | ||||||
* | | Fix image diff swipe handle offset to correctly align with the framefix-image-diff-swipe-handle | Clement Ho | 2017-09-20 | 1 | -1/+2 | |
|/ | ||||||
* | Adds documentation link to the autodevops popover | Filipa Lacerda | 2017-09-01 | 2 | -0/+6 | |
| | ||||||
* | Update Pipeline's badge count in Merge Request and Commits view to match ↵ | Filipa Lacerda | 2017-07-14 | 2 | -8/+32 | |
| | | | | real-time content | |||||
* | Update vue-resource | Filipa Lacerda | 2017-07-12 | 1 | -5/+5 | |
| | ||||||
* | Remove vue from main.bundle.js file being loaded through ↵34017-common-vue | Filipa Lacerda | 2017-06-21 | 1 | -0/+5 | |
| | | | | `app/assets/javascripts/merge_request_tabs.js` | |||||
* | Uniformize code between both pipelines tables | Filipa Lacerda | 2017-06-20 | 3 | -209/+104 | |
| | ||||||
* | Move vue components to vue files and match docs | Filipa Lacerda | 2017-06-14 | 1 | -1/+1 | |
| | ||||||
* | Pipeline show view real time header section | Filipa Lacerda | 2017-06-02 | 1 | -1/+1 | |
| | ||||||
* | Only renders empty state for pipelines table if no pipelines are received ↵ | Filipa Lacerda | 2017-05-16 | 1 | -6/+19 | |
| | | | | when request is made | |||||
* | 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 | |
| |