summaryrefslogtreecommitdiff
path: root/spec/frontend
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '60856-deleting-binary-file' into 'master'winh-does-jest-failKushal Pandya2019-07-081-1/+3
|\ | | | | | | | | | | | | Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
| * Mark images as binary on initDenys Mishunov2019-07-051-1/+3
| |
* | Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-054-0/+303
|\ \ | | | | | | | | | | | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * | Create private merge requests in forksPhil Hughes2019-07-054-0/+303
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | | Fix divergence graph loading errorPhil Hughes2019-07-051-2/+10
| |/ |/| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64143
* | Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-041-1/+3
| | | | | | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
* | Use gl-empty-state for monitor chartslittle-cluster-health-charts-ceSimon Knox2019-07-042-0/+80
|/ | | | Move a unit test to jest and use snapshot tests
* Move error_tracking_frontend specs to JestSimon Knox2019-07-038-0/+753
| | | | Update TEST_HOST import paths. Tests all pass
* Migrate markdown header_spec.js to JestWinnie Hellmann2019-07-031-0/+107
|
* Rebased and squashed commitsNatalia Tepluhina2019-07-035-7/+741
| | | | - all commits squashed to make danger review happy
* Replace slugifyWithHyphens with improved slugify functionLuke Ward2019-07-031-2/+17
|
* Fetch branch diverging counts from APIPhil Hughes2019-07-011-0/+32
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46139
* Merge branch 'leipert-absolute-scss-paths' into 'master'Mike Greiling2019-06-281-0/+13
|\ | | | | | | | | Use absolute paths for SCSS imports See merge request gitlab-org/gitlab-ce!30161
| * Set logModifiedComponents in jest and karmaPaul Slaughter2019-06-281-0/+13
| | | | | | | | | | Also: - stub MutationObserver in Jest
* | Use GraphQL API to fetch last commit data for treePhil Hughes2019-06-282-15/+22
|/
* Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt2019-06-271-0/+38
| | | | | Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
* Conform related issues/MRs card to design docsMartin Hanzel2019-06-271-2/+4
|
* Merge branch '62765-add-jquery-to-jest-setup' into 'master'Mike Greiling2019-06-261-0/+6
|\ | | | | | | | | Add jQuery in jest test_setup See merge request gitlab-org/gitlab-ce!30100
| * Add jQuery to jest test_setupPaul Slaughter2019-06-261-0/+6
| |
* | Merge branch 'vue-tree-logs-tree-request' into 'master'Filipa Lacerda2019-06-263-2/+143
|\ \ | | | | | | | | | | | | Fetch commit message with logs_tree endpoint See merge request gitlab-org/gitlab-ce!29796
| * | Fetch commit message with log_tree endpointPhil Hughes2019-06-253-2/+143
| | |
* | | Merge branch '12426-modal-store-spec' into 'master'Phil Hughes2019-06-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removes EE differences for spec/frontend/boards/modal_store_spec.js Closes gitlab-ee#12426 See merge request gitlab-org/gitlab-ce!30084
| * | | Removes EE differences12426-modal-store-specFilipa Lacerda2019-06-261-1/+1
| | |/ | |/|
* | | Re-name entries in one commitDenys Mishunov2019-06-261-0/+44
|/ / | | | | | | | | | | | | | | Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
* | Merge branch 'from-installable-to-not-installable' into 'master'Kushal Pandya2019-06-261-7/+9
|\ \ | | | | | | | | | | | | Handle dependencies between cluster managed apps installation status See merge request gitlab-org/gitlab-ce!29999
| * | Transition from installable to not_installablefrom-installable-to-not-installableEnrique Alcantara2019-06-241-7/+9
| |/ | | | | | | | | Contemplate the scenario where a K8 managed application becomes not_installable after being installable.
* | Add missing unit tests for BoardServiceWinnie Hellmann2019-06-251-0/+390
| |
* | Move Vuex action helper spec to JestMark Florian2019-06-252-5/+168
| | | | | | | | | | | | | | | | | | | | | | This is largely a straight-forward copy of the Karma spec, with the usual Karma->Jest necessary changes. This also fixes a bug in the implementation that was causing the tests to fail, when run on Jest/node, whereby actions that return rejected promises would always fail the given test. This was due to those rejections not being caught in the same call stack in which they were created.
* | Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-0/+6
|/ | | | Changes migration and all other places the attribute is used
* Render branch divergance graph with VuePhil Hughes2019-06-243-0/+193
|
* Merge branch 'paginate-license-management' into 'master'Filipa Lacerda2019-06-211-0/+56
|\ | | | | | | | | Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
| * Paginate license management and add license searchpaginate-license-managementFernando2019-06-201-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First pass at license pagination * Paginate license management client side * Refactor license list into seperate component Add string filtering to license names * Add search input to query on license name Add add license button * Refactor add license button to be a slot Clean up styles and button state logic * Clean up alignment * Disable button when dorpdown is open Remove client side alphabetical sorting * Let the databse return order by date Refactor list to use row slot Further abstract pagination list compnent Finish refactor of paginated list * Refactor component into generic paginated list component * Add additional style tweaks + responsive classes Run prettier Update license_management_spec Run Prettier Add unit tests for paginated list component * Refactor template to be valid html (li in ul) * Add jest unit tests Add additional unit tests * Add unit tests around pagination and search states Add unit tests for filter props Pretty print, lint, and add changelog Update po files Regernate pot file Backport EE changes * Update paginated list component * Update specs and snapshot Add POT file Update default copy for pagianted list * update copy for empty and empty search result states Update pot file Backport changes from EE merge request * Paginaed list component and specs Backport EE changes Update paginated list snapshot Update license management docs and images Backport paginated-list component from EE Link to gitlab-ui artifacts job Match gitlab ui build to EE Update pot file Backport Paginated list changes Set gitlab-ui to temp artifact Add changelog
* | Merge branch 'last-commit-repo-widget' into 'master'Filipa Lacerda2019-06-202-0/+201
|\ \ | |/ |/| | | | | | | | | Render last commit widget with Vue Closes #62766 See merge request gitlab-org/gitlab-ce!29419
| * Render tree last commit widget with VuePhil Hughes2019-06-192-0/+201
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62766
* | Added forked projects API call functionPhil Hughes2019-06-191-0/+23
|/ | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* Fix IDE commit to use start_ref59023-fix-web-ide-creating-branches-off-new-commitsPaul Slaughter2019-06-171-0/+55
| | | | | | | | | **Why?** The branch HEAD could be changed since the IDE was opened. This leads to user's unintentionally creating commits that overwrite other changes. https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2019-06-151-24/+42
|\ | | | | | | 62966-embed-zoom-call-in-issue-mvc
| * Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt2019-06-141-24/+42
| | | | | | | | | | | | - Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
* | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-141-0/+91
|/ | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* Click file row in repository Vue app to view filePhil Hughes2019-06-132-1/+31
|
* Extract ide_status_list from ide_status_barPaul Slaughter2019-06-121-0/+91
| | | | | **Why?** The ide_status_list will be used and extended in EE.
* Add LFS blob ID to GraphQL blob typePhil Hughes2019-06-102-0/+15
|
* Merge branch 'ce-5276-3-update-ide-diff-and-mirror-modules' into 'master'Phil Hughes2019-06-101-6/+38
|\ | | | | | | | | [CE for Part 3] Update IDE file mirror service (ce utils) See merge request gitlab-org/gitlab-ce!29360
| * Update IDE file mirror service (ce utils)ce-5276-3-update-ide-diff-and-mirror-modulesPaul Slaughter2019-06-071-6/+38
| | | | | | | | | | | | **Notes:** This module is a client to the webide-file-sync service. https://gitlab.com/gitlab-org/webide-file-sync
* | Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho2019-06-071-0/+40
|\ \ | | | | | | | | | | | | Backport of EE Displaying Blocking MRs See merge request gitlab-org/gitlab-ce!29095
| * | Backport of EE Displaying Blocking MRsee-9688-fe-mr-merge-orderSam Bigelow2019-06-051-0/+40
| | | | | | | | | | | | This MR is a backport of an EE merge request
* | | Move Vue models from vue_shared to boardsMartin Hanzel2019-06-071-2/+2
| |/ |/| | | | | | | Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
* | Merge branch '59232-add-storage-counter-ce' into 'master'Phil Hughes2019-06-061-0/+11
|\ \ | | | | | | | | | | | | | | | | | | CE backport for Storage Counter changes Closes #59232 See merge request gitlab-org/gitlab-ce!29206
| * | Adds hashed option to bs linked options59232-add-storage-counter-ceFilipa Lacerda2019-06-051-0/+11
| | | | | | | | | | | | Adds isOdd function
* | | Increase Jest timeout on CI to 5 secondsWinnie Hellmann2019-06-062-3/+15
| | |