summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared/components
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1728-176/+245
|
* 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
|/
* 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
| |
* | Add bar chart componentjivl-redesign-contributors-graphJose2018-07-251-0/+85
|/
* Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'Phil Hughes2018-07-241-5/+9
|\ | | | | | | | | | | | | Show decimal place up to single digit in Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!20776
| * Use `roundOffFloat` method to show decimal places in progressbarKushal Pandya2018-07-241-5/+9
| |
* | Display GPG status on repository and blob pagesWinnie Hellmann2018-07-231-1/+1
|/
* Proper icon validatorLukas Eipert2018-07-184-14/+22
|
* Removes commented code45318-FE-junit-testsFilipa Lacerda2018-07-171-17/+0
|
* [ci skip] Merge branch 'master' into 45318-FE-junit-testsFilipa Lacerda2018-07-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (49 commits) Add changelog entry Fix `transform` typo Fix archived parameter for projects API Enable frozen string in apps/uploaders/*.rb Fix invalid link to GitLab.com architecture.md i18n: externalize strings from 'app/views/import' Remove Repository#lookup and unreachable rugged code refactor code based on feedback Trigger rails5 tests either by variable or ref name Fix link in help doc which was linking to old mono-repo, now in its own repo SubmoduleHelper - Project is not always available as an instance variable Allow Danger step to fail update webpack to v4.16 Backport logger changes from EE Add the CI Job trigger as the build trigger Remove flaky and redundant expectations use fileuploader dynamic path method in uploads manager and add spec fix typo in uploads manager add small comment to download method in uploads manager refactor uploads manager ...
| * Fix `transform` typoKushal Pandya2018-07-161-1/+1
| |