summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgsLukas Eipert2018-10-311-1/+1
|
* Remove gitlab-ui's pagination from globalgl-ui-paginationClement Ho2018-10-301-0/+4
|
* Update gitlab-ui to 1.9.0Clement Ho2018-10-295-12/+12
|
* Update tooltip for when no date is present, port back EE changesce-7103-show-milestone-dates-within-tooltipsKushal Pandya2018-10-292-20/+40
|
* Update content of visible tooltipsWinnie Hellmann2018-10-261-0/+8
|
* Add validation for date strings passed to GlCountdownwinh-countdown-componentWinnie Hellmann2018-10-251-4/+7
|
* Add reusable component for counting downWinnie Hellmann2018-10-251-0/+46
|
* Update pikaday method import pathKushal Pandya2018-10-251-1/+1
| | | | | Updates path for pikaday parsing methods to import from `datetime_utility.js`
* Use convertPermissionToBoolean to get a booleanmr-file-listPhil Hughes2018-10-231-1/+3
|
* Dynamically truncate the text in the file rowPhil Hughes2018-10-231-1/+25
|
* Add list mode to file browser in diffsPhil Hughes2018-10-231-1/+7
| | | | | | | | | | | This adds toggle buttons to switch between file & tree list. For file list, it renders the truncated paths with the ellipsis at the start of the path. When focusing the input, it hides the toggle buttons. On blur, the buttons get shown again. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859
* Frontend: Review app changesFilipa Lacerda2018-10-221-0/+143
|
* Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-191-14/+14
|
* Merge branch 'sh-associate-rakefile-ruby' into 'master'Clement Ho2018-10-181-0/+1
|\ | | | | | | | | | | | | Associate Rakefile with Ruby icon in diffs Closes #52654 See merge request gitlab-org/gitlab-ce!22341
| * Associate Rakefile with Ruby icon in diffsStan Hu2018-10-131-3/+2
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52654
* | [QA] Fix the 'clone using deploy key' testsRémy Coutable2018-10-181-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-171-14/+17
| |
* | Merge branch 'prettify-all-the-things-6' into 'master'Fatih Acet2018-10-1627-923/+908
|\ \ | | | | | | | | | | | | Prettify all the things (part 6) See merge request gitlab-org/gitlab-ce!22256
| * | Prettify vue_shared modulesMike Greiling2018-10-1028-925/+914
| | |
* | | Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-153-2/+2
| |/ |/|
* | Add tests of adding file templatesMark Lapierre2018-10-091-4/+8
|/ | | | | | | | | | | | Adds tests that adds new files via file templates via the Files view and the Web IDE. Includes changes to page objects and associated code Fetches template content from the API rather than hardcoding strings that will need to be updated if the templates change. Some of the content is stored as flat files but we can't use them because they're not included in the docker images gitlab-qa uses.
* Add button to insert table in markdown editorGeorge Tsiolis2018-10-061-0/+16
|
* Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-0/+1
|
* Merge branch 'mr-file-tree-data' into 'master'Filipa Lacerda2018-10-032-1/+140
|\ | | | | | | | | | | | | Merge Request file tree Closes #14249 See merge request gitlab-org/gitlab-ce!21833
| * Added file tree to merge request diffsPhil Hughes2018-10-032-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+12
|/ | | | add references"
* Add link component to download viewer componentGeorge Tsiolis2018-10-011-2/+4
|
* Add link component to user avatar link componentGeorge Tsiolis2018-10-011-2/+4
|
* Bump GitLab UI version and change the file imports to a single point of ↵jivl-bump-gitlab-uiJose Vargas2018-09-263-3/+3
| | | | entry notation
* Add link component from gitlab-uiJose Ivan Vargas2018-09-251-6/+11
|
* Add gitlab-ui skeleton loadingClement Ho2018-09-253-52/+15
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-206-10/+10
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Merge branch 'decouple-file-row-from-ide' into 'master'Filipa Lacerda2018-09-171-0/+210
|\ | | | | | | | | Decouple file row from IDE See merge request gitlab-org/gitlab-ce!21742
| * Decouple file row from IDEPhil Hughes2018-09-171-0/+210
| | | | | | | | | | | | 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
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|/
* Use GitLab ui pagination component for groupsAdriel Santiago2018-09-111-0/+34
|
* Use gitlab-ui loading iconClement Ho2018-09-118-70/+6
|
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-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/+67
|/
* Merge branch '49375-move-reports-code' into 'master'Phil Hughes2018-08-099-528/+0
|\ | | | | | | | | Moves reports components to the reports folder See merge request gitlab-org/gitlab-ce!21069
| * Moves report components to reports folderFilipa Lacerda2018-08-079-528/+0
| |
* | Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-081-0/+3
| |
* | Create Web IDE MR and branch pickerPaul Slaughter2018-08-072-4/+12
|/
* Merge branch 'kp-6927-epic-dates-from-milestone' into 'master'Phil Hughes2018-08-071-0/+7
|\ | | | | | | | | 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/+7
| |
* | Web IDE context header redesignPaul Slaughter2018-08-071-0/+47
| |
* | Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-0/+7
|\ \ | |/ |/| | | | | Group todos See merge request gitlab-org/gitlab-ce!20675
| * Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+7
| | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.