summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fl-prettify-2' into 'master'Tim Zallmann2018-04-232-5/+6
|\ | | | | | | | | Runs prettier on some vue shared components See merge request gitlab-org/gitlab-ce!18487
| * Fix eslintFilipa Lacerda2018-04-231-9/+9
| |
| * Updates test to check svg for commit icon is being renderedFilipa Lacerda2018-04-201-8/+14
| |
| * Updates testsFilipa Lacerda2018-04-191-5/+0
| |
| * Runs prettier on some vue shared componentsFilipa Lacerda2018-04-191-2/+2
| |
* | Merge branch 'fl-prettify' into 'master'Phil Hughes2018-04-232-84/+67
|\ \ | | | | | | | | | | | | Prettify vue shared component & improve tests to match guidelines See merge request gitlab-org/gitlab-ce!18485
| * | Prettify vue shared component & improve tests to match guidelinesFilipa Lacerda2018-04-192-84/+67
| |/
* | Emit `toggleCollapse`, `onDropdownClose` on componentKushal Pandya2018-04-231-0/+16
| |
* | Emit `onValueClick` event on component when container is clickedKushal Pandya2018-04-231-0/+10
|/
* Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-191-0/+45
|
* Merge branch 'master' into 43404-pipelines-commitFilipa Lacerda2018-04-161-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (124 commits) Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy Add note about support of variables policy to docs Revert and fix corrected git cheat sheet url Bump parser gem to 2.5.1.0 to remove warning in rspec Update invalid test application_settings_controller_spec.rb Use stable docker image instead of latest Handle cancelled request Stop polling and fetch the table [ci skip] Updates table when stage is clicked Backport GitLab domain helper methods use jquery object in togglePopover Fix other listeners Fix the metrics link being not rendering the html Fix feature_highlight listener Update custom issue tracker docs ...
| * Resolve "skeleton placeholder on diff has white background"Simon Knox2018-04-161-2/+2
| |
* | Improves specsFilipa Lacerda2018-04-141-38/+48
|/
* Resolve "When editing a comment in an issue, the preview mode is toggled in ↵Simon Knox2018-04-111-15/+18
| | | | the main textarea"
* Web IDE blob image + default fallbackTim Zallmann2018-04-061-0/+29
|
* Web IDE markdown previewTim Zallmann2018-04-051-0/+41
|
* Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-291-2/+0
|
* Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-3/+3
|
* Update spec import path for vue mount component helperGeorge Tsiolis2018-03-2011-18/+18
|
* Merge branch 'remove-jquery-globals' into 'master'Phil Hughes2018-03-124-0/+4
|\ | | | | | | | | Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
| * require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-094-0/+4
| |
* | Add `createLabelTitle` & `manageLabelsTitle` props for action stringKushal Pandya2018-03-121-3/+29
| |
* | Add `headerTitle` prop for container header stringKushal Pandya2018-03-121-3/+13
| |
* | Add `isProject` and computed props to for contextual info for dropdownKushal Pandya2018-03-121-0/+26
| |
* | Add `isProject` mock configKushal Pandya2018-03-121-0/+1
|/
* Merge branch 'refactor/move-mr-widget-memory-usage-and-graph-components' ↵Phil Hughes2018-03-081-23/+3
|\ | | | | | | | | | | | | into 'master' Move MemoryGraph and MemoryUsage vue components See merge request gitlab-org/gitlab-ce!17533
| * Move MemoryGraph and MemoryUsage vue componentsGeorge Tsiolis2018-03-081-23/+3
| |
* | Removes btn-transparent and btn-clipboard as default classes for clipboard ↵43502-clipboard-btnFilipa Lacerda2018-03-061-0/+5
| | | | | | | | | | | | button component Changes after review
* | LabelsSelect DropdownValueCollapsed ComponentKushal Pandya2018-03-051-0/+74
| |
* | LabelsSelect DropdownValue ComponentKushal Pandya2018-03-051-0/+94
| |
* | LabelsSelect DropdownTitle ComponentKushal Pandya2018-03-051-0/+42
| |
* | LabelsSelect DropdownSearchInput ComponentKushal Pandya2018-03-051-0/+39
| |
* | LabelsSelect DropdownHiddenInput ComponentKushal Pandya2018-03-051-0/+37
| |
* | LabelsSelect DropdownHeader ComponentKushal Pandya2018-03-051-0/+36
| |
* | LabelsSelect DropdownFooter ComponentKushal Pandya2018-03-051-0/+42
| |
* | LabelsSelect DropdownCreateLabel ComponentKushal Pandya2018-03-051-0/+84
| |
* | LabelsSelect DropdownButton ComponentKushal Pandya2018-03-051-0/+82
| |
* | LabelsSelect Base ComponentKushal Pandya2018-03-051-0/+81
| |
* | LabelsSelectComponent tests mock dataKushal Pandya2018-03-051-0/+49
|/
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-2622-22/+22
|
* Add new modal Vue componentwinh-new-modal-componentWinnie Hellmann2018-02-141-0/+192
|
* Remove confirmation_inputWinnie Hellmann2018-02-091-63/+0
|
* Add confirmation input componentJose Ivan Vargas2018-02-011-0/+63
|
* Upgrade jasmine + raven to newer versionsTim Zallmann2018-01-232-6/+5
|
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-1/+2
|
* StackedProgressBar Component testsKushal Pandya2018-01-151-0/+77
|
* Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-111-0/+1
|\ | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
| |
* | Adds props to allow tooltip config. Breaks tests into specific cases41608-clipboard-vue-buttonFilipa Lacerda2018-01-111-1/+7
| |
* | Add tooltip missing to clipboard componentFilipa Lacerda2018-01-101-0/+25
| | | | | | | | Adds tests