summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Add lazy option to UserAvatarImageadd-lazy-option-to-user-avatar-image-componentEric Eastwood2017-10-171-20/+50
|
* Move user avatar specs to folder to mimic javascript directorymove-user-avatar-specsClement Ho2017-10-163-0/+0
|
* Fix JS lock issue specsSean McGivern2017-10-061-2/+2
|
* Fix wording in the js messagesJarka Kadlecova2017-10-061-1/+1
|
* Review changesLuke "Jared" Bennett2017-09-151-0/+1
|
* Merge FELuke "Jared" Bennett2017-09-142-20/+45
|
* Add support for `sizeClass`, defaults to `s40`kushalpandya2017-09-051-6/+22
|
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-0/+56
|\
| * Update spec initialization with it being a shared component35010-make-identicon-sharedkushalpandya2017-08-301-9/+5
| |
| * Renamed to `identicon` and make shared componentkushalpandya2017-08-301-0/+60
| |
* | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-2/+2
| |
* | Fix broken markdown field testFilipa Lacerda2017-08-111-1/+2
| |
* | Adds confidential issue informationFilipa Lacerda2017-08-111-0/+20
|/
* Update specs for new upload pathBob Van Landuyt2017-07-181-2/+2
|
* Update tests to test what the component renders and what the clicks calls34810-vue-paginationFilipa Lacerda2017-07-071-157/+168
|
* Prevent default click since we change the url manuallyFilipa Lacerda2017-07-071-6/+33
| | | | Adds tests
* Fixed multi-line markdown in issue edit formissue-form-multiple-line-markdownPhil Hughes2017-06-261-36/+69
| | | | Closes #34318
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-232-1/+63
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Uniformize code between both pipelines tablesFilipa Lacerda2017-06-202-232/+0
|
* Create responsive mobile view for pipelines tableAnnabel Dunstone Gray2017-06-162-18/+16
|
* Merge branch 'karma-headless-chrome-redux' into 'master'33592-pipeline-schedules-callout-has-no-top-marginTim Zallmann2017-06-161-1/+1
|\ | | | | | | | | | | | | Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
| * fix incorrect equals assertionMike Greiling2017-06-141-1/+1
| |
* | Move vue components to vue files and match docsFilipa Lacerda2017-06-143-3/+3
|/
* Merge branch '33642-timeago-update' into 'master'Phil Hughes2017-06-131-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-updateFilipa Lacerda2017-06-131-12/+1
| |
* | Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-1/+1
|/ | | This reverts merge request !12036
* fix incorrect equals assertionMike Greiling2017-06-131-1/+1
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+5
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-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 sectionFilipa Lacerda2017-06-023-3/+16
|
* Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-302-0/+150
|\
| * Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda2017-05-262-0/+150
| |
* | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-255-3/+136
|\ \ | |/
| * Fixes per feedback on user avatar components.Bryce Johnson2017-05-184-69/+12
| |
| * Consolidate user avatar Vue logicBryce Johnson2017-05-186-3/+193
| |
* | Added specs for description fieldPhil Hughes2017-05-152-0/+188
|/ | | | [ci skip]
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+5
|
* Uniform CI status components in vueFilipa Lacerda2017-05-122-0/+98
|
* Add failing test for #29368winh2017-05-111-11/+79
|
* Replace pipeline mock data with JSON fixturewinh2017-05-102-2/+14
|
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-0/+53
|
* Use vue file for table pagination componentFilipa Lacerda2017-05-101-1/+1
|
* Merge branch '31053-pipeline-ux' into 'master' Fatih Acet2017-05-091-0/+5
|\ | | | | | | | | | | | | Adds left connector class to the rendered graph Closes #31053 See merge request !11179
| * Adds left connector class to the rendered graphFilipa Lacerda2017-05-081-0/+5
| |
* | Add Prometheus memory sparkline to MR widgetkushalpandya2017-05-092-0/+212
|/
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-063-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 placesPhil Hughes2017-04-261-4/+4
|
* Changed JS translation functionsPhil Hughes2017-04-261-4/+4
| | | | Added context function
* Created a plural filterPhil Hughes2017-04-191-0/+90
| | | | | | Added tests for the filter [ci skip]
* Clean history after every test that changes historyFilipa Lacerda2017-04-031-0/+4
|