summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-012-2/+2
|\ | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * Fix typos in comments and specsGeorge Tsiolis2018-11-012-2/+2
| |
* | Prettify remaining files with differences in CE and EEMike Greiling2018-10-313-11/+13
|/
* Update tooltip for when no date is present, port back EE changesce-7103-show-milestone-dates-within-tooltipsKushal Pandya2018-10-291-16/+6
|
* Update content of visible tooltipsWinnie Hellmann2018-10-261-9/+30
|
* Add validation for date strings passed to GlCountdownwinh-countdown-componentWinnie Hellmann2018-10-251-2/+16
|
* Add reusable component for counting downWinnie Hellmann2018-10-251-0/+63
|
* Fixed failing specsPhil Hughes2018-10-231-0/+36
| | | | Added tests to file row truncated text computed prop
* Frontend: Review app changesFilipa Lacerda2018-10-221-0/+91
|
* Fix transient failure from the bar_chart.vue componentJose Vargas2018-10-191-6/+0
|
* Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-191-1/+1
|
* Fixes broken test in master for ci status bagdeFilipa Lacerda2018-10-181-1/+1
|
* Resolve eslint violationsMike Greiling2018-10-172-0/+2
|
* Prettify all spec filesMike Greiling2018-10-1729-177/+250
|
* Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-171-1/+1
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-1733-4/+87
|
* enable jasmine/prefer-jasmine-matcherJohann Hubert Sonntagbauer2018-10-091-2/+2
|
* Add button to insert table in markdown editorGeorge Tsiolis2018-10-061-2/+11
|
* Merge branch 'mr-file-tree-data' into 'master'Filipa Lacerda2018-10-031-0/+46
|\ | | | | | | | | | | | | Merge Request file tree Closes #14249 See merge request gitlab-org/gitlab-ce!21833
| * Added file tree to merge request diffsPhil Hughes2018-10-031-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
* | Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to ↡Jan Beckmann2018-10-022-3/+3
|/ | | | add references"
* Rename block scope local variable in table pagination specGeorge Tsiolis2018-09-271-11/+11
|
* Add gitlab-ui skeleton loadingClement Ho2018-09-251-49/+0
|
* Decouple file row from IDEPhil Hughes2018-09-171-0/+74
| | | | | | This makes the file row component re-usable ouside of the Web IDE Pre-request for https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
* Use GitLab ui pagination component for groupsAdriel Santiago2018-09-111-0/+72
|
* Use gitlab-ui loading iconClement Ho2018-09-112-57/+5
|
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-1/+1
|
* Merge branch '6028-show-generic-percent-stacked-progress-bar' into 'master'Filipa Lacerda2018-08-261-1/+5
|\ | | | | | | | | | | | | Show `< 1%` when percent value evaluated is less than 1 on Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!21306
| * Show `< 1%` when percent value evaluated is less than 1Kushal Pandya2018-08-201-1/+5
| |
* | Create TooltipOnTruncate component to show tooltip only when neededPaul Slaughter2018-08-211-0/+162
|/
* Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)2018-08-161-26/+187
|
* Merge branch '49375-move-reports-code' into 'master'Phil Hughes2018-08-094-350/+0
|\ | | | | | | | | Moves reports components to the reports folder See merge request gitlab-org/gitlab-ce!21069
| * Moves report components to reports folderFilipa Lacerda2018-08-074-350/+0
| |
* | Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-081-2/+0
| |
* | Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-3/+12
|/
* Merge branch 'kp-6927-epic-dates-from-milestone' into 'master'Phil Hughes2018-08-071-0/+5
|\ | | | | | | | | Add `tabindex` attribute support on Icon component to show BS4 popover on trigger `focus` See merge request gitlab-org/gitlab-ce!21066
| * Add `tabindex` attribute support to show BS4 popover on trigger `focus`Kushal Pandya2018-08-071-0/+5
| |
* | Web IDE context header redesignPaul Slaughter2018-08-071-0/+58
|/
* Send resize parameters for avatarsTim Zallmann2018-08-072-16/+16
|
* Merge branch '45318-junit-FE' into 'master'Phil Hughes2018-08-031-0/+33
|\ | | | | | | | | Frontend code for "JUnit XML Test Summary In MR widget" See merge request gitlab-org/gitlab-ce!20936
| * Adds frontend support to render test reports on theMR widgetFilipa Lacerda2018-08-021-0/+33
| | | | | | | | | | | | | | Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store
* | Merge branch 'ide-rename-files' into 'master'Filipa Lacerda2018-08-031-7/+27
|\ \ | |/ |/| | | | | | | | | Enable renaming files & folders in the Web IDE Closes #44845 See merge request gitlab-org/gitlab-ce!20835
| * specsPhil Hughes2018-07-311-7/+27
| |
* | Add vanilla JS avatar_helper and update existing avatar helpersPaul Slaughter2018-08-011-12/+5
| |
* | Resolve "Copy diff file path as GFM" is brokenFilipa Lacerda2018-07-301-19/+35
|/
* Full list of vulnerabilitiesSam Beckham2018-07-261-1/+24
|
* Merge branch '48055-web-ide-resize-handles' into 'master'Phil Hughes2018-07-261-2/+2
|\ | | | | | | | | | | | | Resolve "Resize handles for Web IDE right sidebar are too thin" Closes #48055 See merge request gitlab-org/gitlab-ce!20818
| * Rename 'dragleft' and 'dragright' to 'drag-left' and 'drag-right'Paul Slaughter2018-07-241-2/+2
| |
| * Rename class dragHandle to drag-handlePaul Slaughter2018-07-241-2/+2
| |
* | Make report_issues.vue easily extendableLukas Eipert2018-07-262-4/+4
| |