summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Add local markdown versionlocal-markdown-versionJan Provaznik2019-02-061-1/+0
| | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
* Merge branch 'winh-note_app_spec-vue-test-utils' into 'master'sh-bump-supported-ruby-versionsFatih Acet2019-02-061-81/+86
|\ | | | | | | | | Convert note_app_spec.js to Vue test utils See merge request gitlab-org/gitlab-ce!24900
| * Convert note_app_spec.js to Vue test utilsWinnie Hellmann2019-02-041-81/+86
| |
* | Merge branch 'adriel-use-svg-icon-for-deployment-series' into 'master'Phil Hughes2019-02-051-0/+67
|\ \ | | | | | | | | | | | | Use SVG icon for deployment series See merge request gitlab-org/gitlab-ce!24652
| * | Use svg icon for deployment seriesAdriel Santiago2019-02-051-0/+67
| | | | | | | | | | | | Use the rocket GitLab SVG to show deployment data
* | | Added fuzzy file finder to merge requestsPhil Hughes2019-02-055-161/+140
|/ / | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
* | Merge branch 'fe-grammar-util' into 'master'Phil Hughes2019-02-051-0/+35
|\ \ | | | | | | | | | | | | FE grammar util See merge request gitlab-org/gitlab-ce!24893
| * | Add grammar utilPaul Slaughter2019-02-041-0/+35
| |/ | | | | | | | | This contains the function `toNounSeriesText` which can be used to build i18n noun series fragments (i.e. "A, B, and C").
* | Extract ReplyPlaceholder from NoteableDiscussion componentWinnie Hellmann2019-02-052-17/+48
| |
* | Merge branch 'adriel-handle-echarts-resize-events' into 'master'Phil Hughes2019-02-042-6/+21
|\ \ | | | | | | | | | | | | Handle metrics graph resize events See merge request gitlab-org/gitlab-ce!24649
| * | Handle window and container resize eventsAdriel Santiago2019-02-042-6/+21
| |/ | | | | | | Resizes metrics graph on window and sidebard width changes
* | Merge branch 'fe-api-group-members' into 'master'Phil Hughes2019-02-041-0/+16
|\ \ | |/ |/| | | | | Add groupMembers to api.js See merge request gitlab-org/gitlab-ce!24892
| * Add groupMembers to api.jsPaul Slaughter2019-02-031-0/+16
| |
* | Merge branch ↵Sean McGivern2019-02-046-85/+320
|\ \ | |/ |/| | | | | | | | | '19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
| * Simplify and unify Promise mocks in app_spec fileFatih Acet2019-01-301-61/+43
| |
| * Stop closing issue edit form in error stateFatih Acet2019-01-301-3/+3
| |
| * Address review comments and fix commented specFatih Acet2019-01-302-21/+26
| |
| * Some cleanup and improvements on frontent logicFatih Acet2019-01-301-1/+1
| |
| * Add missing specs.Fatih Acet2019-01-303-0/+183
| |
| * Add new spec for updateStoreState methodFatih Acet2019-01-301-0/+18
| |
| * Fix failing specs and lint errors.Fatih Acet2019-01-303-4/+35
| |
| * Show error message from backendFatih Acet2019-01-301-2/+2
| |
| * Accept lockVersion as a prop and add to storeFatih Acet2019-01-302-6/+22
| |
* | Fix cluster installation processing spinner (reopened)Jacques Erasmus2019-02-012-77/+29
| |
* | Remove d3 metrics graphAdriel Santiago2019-02-019-596/+0
| |
* | Use sanitized user status message for user popoverDennis Tang2019-01-311-3/+3
| |
* | Support for ignore rules in 'convertObjectPropsToCamelCase' helperKushal Pandya2019-01-311-36/+116
| | | | | | | | | | | | | | | | Does following enhancements to `convertObjectPropsToCamelCase` helper; - Adds support for `dropKeys` within options param to discard properties. - Adds support for `allowKeys` within options param to skip converting property names.
* | Merge branch 'fix/49388' into 'master'Grzegorz Bizon2019-01-311-46/+34
|\ \ | | | | | | | | | | | | | | | | | | Fix metrics graphs environments dropdown Closes #49388 See merge request gitlab-org/gitlab-ce!24441
| * | Support flat response for envs index routesyasonik2019-01-211-46/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support environment folders in the UI on the Environments List page, the environments index route previously returned one environment per folder, excluding those other than the latest deploy. However, the environtments dropdown on the metrics dashboard requires that any environment be selectable. To accommodate both use cases, support an optional 'nested' parameter in the index route to return either a flat, complete response or a nested response based on the use case in question. The new default response structure is the flat response.
* | | Resolve "Add Avatar from author of the last commit to WebIDE status bar"Jose2019-01-311-0/+3
| |/ |/|
* | Revert "Merge branch '56398-fix-cluster-installation-loading-state' into ↵Robert Speicher2019-01-302-29/+77
| | | | | | | | | | 'master'" This reverts merge request !24485
* | Fix cluster installation processing spinnerJacques Erasmus2019-01-302-77/+29
| |
* | Convert noteable_discussion_spec.js to Vue test utilsWinnie Hellmann2019-01-291-65/+77
| |
* | refactor(NoteableDiscussion): Extracted ResolveDiscussionButton fromMartin Hobert2019-01-281-0/+74
| |
* | Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into ↵Phil Hughes2019-01-281-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Refactor/56369 extract jump to next discussion button Closes #56369 See merge request gitlab-org/gitlab-ce!24506
| * | refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its ↵Martin Hobert2019-01-281-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own component fix #56369 chore(changelog): Added changelog entry chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Added test for new component test(Refactored tests to use vue test-utils): chore(translations): Added newly generated locales Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Updated tests to use a local vue instance test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
* | | Merge branch 'winh-note-actions-vue-test-utils' into 'master'Phil Hughes2019-01-252-19/+43
|\ \ \ | | | | | | | | | | | | | | | | Convert note_actions_spec.js to Vue test utils See merge request gitlab-org/gitlab-ce!24665
| * | | Apply suggestion to spec/javascripts/test_bundle.jsWinnie Hellmann2019-01-251-1/+1
| | | |
| * | | Convert note_actions_spec.js to Vue test utilsWinnie Hellmann2019-01-251-19/+33
| | | |
| * | | Add workaround for Vue test utils setPropsWinnie Hellmann2019-01-251-0/+10
| | | | | | | | | | | | | | | | see https://github.com/vuejs/vue-test-utils/issues/631#issuecomment-421108344
* | | | Merge branch 'db-copy-as-gfm-prosemirror' into 'master'Phil Hughes2019-01-252-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Reimplement Copy-as-GFM using the prosemirror document model See merge request gitlab-org/gitlab-ce!22797
| * | | | Use nodes and marks to power Copy-as-GFMdb-copy-as-gfm-prosemirrorDouwe Maan2019-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The spec needed to be updated because in some cases the resulting Markdown is slightly different, though equally valid.
| * | | | Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan2019-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
* | | | | Merge branch 'diff-fix-folder-path-commas' into 'master'Filipa Lacerda2019-01-251-0/+52
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Fixed diff tree folders being rendered incorrectly See merge request gitlab-org/gitlab-ce!24635
| * | | | Fixed diff tree folders being rendered incorrectlyPhil Hughes2019-01-241-0/+52
| | | | |
* | | | | Merge branch 'diff-settings-dropdown' into 'master'Filipa Lacerda2019-01-255-83/+246
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown for diff settings Closes #55491 See merge request gitlab-org/gitlab-ce!24460
| * | | | | Added dropdown for diff settingsPhil Hughes2019-01-245-83/+246
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
* | | | | Upgrade webpack and monaco-editor to latestMike Greiling2019-01-251-2/+2
| | | | |
* | | | | Merge branch 'sh-bump-chrome-golang-ci-image' into 'master'Clement Ho2019-01-242-6/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump CI image to use Chrome 71.0 and Golang 1.11 Closes #56614 and #55578 See merge request gitlab-org/gitlab-ce!24572
| * | | | | Fix discussion counter spec mock dataLukas Eipert2019-01-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To me it seems like the mock data does not match the actual data anymore. I checked the actual data and to me it seems like the resolved property actually should live in the overall discussion object.