Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lazy option to UserAvatarImageadd-lazy-option-to-user-avatar-image-component | Eric Eastwood | 2017-10-17 | 1 | -20/+50 |
| | |||||
* | Move user avatar specs to folder to mimic javascript directorymove-user-avatar-specs | Clement Ho | 2017-10-16 | 3 | -0/+0 |
| | |||||
* | Fix JS lock issue specs | Sean McGivern | 2017-10-06 | 1 | -2/+2 |
| | |||||
* | Fix wording in the js messages | Jarka Kadlecova | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Review changes | Luke "Jared" Bennett | 2017-09-15 | 1 | -0/+1 |
| | |||||
* | Merge FE | Luke "Jared" Bennett | 2017-09-14 | 2 | -20/+45 |
| | |||||
* | Add support for `sizeClass`, defaults to `s40` | kushalpandya | 2017-09-05 | 1 | -6/+22 |
| | |||||
* | Merge branch 'master' into issue-discussions-refactor | Douwe Maan | 2017-08-31 | 1 | -0/+56 |
|\ | |||||
| * | Update spec initialization with it being a shared component35010-make-identicon-shared | kushalpandya | 2017-08-30 | 1 | -9/+5 |
| | | |||||
| * | Renamed to `identicon` and make shared component | kushalpandya | 2017-08-30 | 1 | -0/+60 |
| | | |||||
* | | Rename a few attribute suffixes from `_url` to `_path` | Douwe Maan | 2017-08-17 | 1 | -2/+2 |
| | | |||||
* | | Fix broken markdown field test | Filipa Lacerda | 2017-08-11 | 1 | -1/+2 |
| | | |||||
* | | Adds confidential issue information | Filipa Lacerda | 2017-08-11 | 1 | -0/+20 |
|/ | |||||
* | Update specs for new upload path | Bob Van Landuyt | 2017-07-18 | 1 | -2/+2 |
| | |||||
* | Update tests to test what the component renders and what the clicks calls34810-vue-pagination | Filipa Lacerda | 2017-07-07 | 1 | -157/+168 |
| | |||||
* | Prevent default click since we change the url manually | Filipa Lacerda | 2017-07-07 | 1 | -6/+33 |
| | | | | Adds tests | ||||
* | Fixed multi-line markdown in issue edit formissue-form-multiple-line-markdown | Phil Hughes | 2017-06-26 | 1 | -36/+69 |
| | | | | Closes #34318 | ||||
* | Add support for multiple tooltips in the same Vue component | Eric Eastwood | 2017-06-23 | 2 | -1/+63 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223 | ||||
* | Uniformize code between both pipelines tables | Filipa Lacerda | 2017-06-20 | 2 | -232/+0 |
| | |||||
* | Create responsive mobile view for pipelines table | Annabel Dunstone Gray | 2017-06-16 | 2 | -18/+16 |
| | |||||
* | Merge branch 'karma-headless-chrome-redux' into 'master'33592-pipeline-schedules-callout-has-no-top-margin | Tim Zallmann | 2017-06-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144 | ||||
| * | fix incorrect equals assertion | Mike Greiling | 2017-06-14 | 1 | -1/+1 |
| | | |||||
* | | Move vue components to vue files and match docs | Filipa Lacerda | 2017-06-14 | 3 | -3/+3 |
|/ | |||||
* | Merge branch '33642-timeago-update' into 'master' | Phil Hughes | 2017-06-13 | 1 | -12/+1 |
|\ | | | | | | | | | | | | | Remove js classes from vue component that are not needed in vue component Closes #33642 See merge request !12133 | ||||
| * | Remove js classes from vue component that are not needed in vue component33642-timeago-update | Filipa Lacerda | 2017-06-13 | 1 | -12/+1 |
| | | |||||
* | | Revert "Merge branch 'karma-headless-chrome' into 'master'" | Mike Greiling | 2017-06-13 | 1 | -1/+1 |
|/ | | | This reverts merge request !12036 | ||||
* | fix incorrect equals assertion | Mike Greiling | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Improve Job detail view to make it refreshed in real-time instead of reloading | Filipa Lacerda | 2017-06-12 | 1 | -0/+5 |
| | |||||
* | Bring in security changes from the 9.2.5 release | DJ Mountney | 2017-06-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue | ||||
* | Pipeline show view real time header section | Filipa Lacerda | 2017-06-02 | 3 | -3/+16 |
| | |||||
* | Merge branch 'master' into issue-edit-inline | Phil Hughes | 2017-05-30 | 2 | -0/+150 |
|\ | |||||
| * | Creates CI Header component to use in pipelines and job details pages | Filipa Lacerda | 2017-05-26 | 2 | -0/+150 |
| | | |||||
* | | Merge branch 'master' into issue-edit-inline | Phil Hughes | 2017-05-25 | 5 | -3/+136 |
|\ \ | |/ | |||||
| * | Fixes per feedback on user avatar components. | Bryce Johnson | 2017-05-18 | 4 | -69/+12 |
| | | |||||
| * | Consolidate user avatar Vue logic | Bryce Johnson | 2017-05-18 | 6 | -3/+193 |
| | | |||||
* | | Added specs for description field | Phil Hughes | 2017-05-15 | 2 | -0/+188 |
|/ | | | | [ci skip] | ||||
* | Consistently use monospace font for commit SHAs and branch and tag names | Douwe Maan | 2017-05-12 | 2 | -5/+5 |
| | |||||
* | Uniform CI status components in vue | Filipa Lacerda | 2017-05-12 | 2 | -0/+98 |
| | |||||
* | Add failing test for #29368 | winh | 2017-05-11 | 1 | -11/+79 |
| | |||||
* | Replace pipeline mock data with JSON fixture | winh | 2017-05-10 | 2 | -2/+14 |
| | |||||
* | Tech debt: Creates vue component for loading icon | Filipa Lacerda | 2017-05-10 | 1 | -0/+53 |
| | |||||
* | Use vue file for table pagination component | Filipa Lacerda | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Merge branch '31053-pipeline-ux' into 'master' | Fatih Acet | 2017-05-09 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | Adds left connector class to the rendered graph Closes #31053 See merge request !11179 | ||||
| * | Adds left connector class to the rendered graph | Filipa Lacerda | 2017-05-08 | 1 | -0/+5 |
| | | |||||
* | | Add Prometheus memory sparkline to MR widget | kushalpandya | 2017-05-09 | 2 | -0/+212 |
|/ | |||||
* | Single commit squash of all changes for ↵ | Kamil Trzcinski | 2017-05-06 | 3 | -0/+179 |
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash. | ||||
* | Removed t filter from other places | Phil Hughes | 2017-04-26 | 1 | -4/+4 |
| | |||||
* | Changed JS translation functions | Phil Hughes | 2017-04-26 | 1 | -4/+4 |
| | | | | Added context function | ||||
* | Created a plural filter | Phil Hughes | 2017-04-19 | 1 | -0/+90 |
| | | | | | | Added tests for the filter [ci skip] | ||||
* | Clean history after every test that changes history | Filipa Lacerda | 2017-04-03 | 1 | -0/+4 |
| |