summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate file view modes with constantsChris Toynbee2019-07-232-6/+7
|
* Merge branch '11975-move-SAST-to-the-frontend-ce' into 'master'Fatih Acet2019-07-221-2/+16
|\ | | | | | | | | Adds a waitForMutation helper for VueX(CE backport) See merge request gitlab-org/gitlab-ce!30186
| * Adds a waitForMutation helper for VueXsamdbeckham2019-07-221-2/+16
| |
* | Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes2019-07-1956-2079/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
| * | Move frontend fixtures into spec/frontendMike Greiling2019-07-1955-2078/+2
| | | | | | | | | | | | | | | Moves every fixture source file from spec/javascripts to spec/frontend
| * | Move frontend fixtures to tmp/testsMike Greiling2019-07-191-3/+1
| | |
| * | Backport line changes from EEMike Greiling2019-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | EE-specific line changes were introduced in the following MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680 This change resolves most of them
| * | Resolve annoying deprecation warningsMike Greiling2019-07-1826-38/+38
| | | | | | | | | | | | | | | DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? ...
* | | Fixed regression for re-naming files in WebIDE64784-re-name-regressionDenys Mishunov2019-07-191-0/+37
| | |
* | | Added Usage Data for some Web IDE actionsFrancisco Javier López2019-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
* | | add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía2019-07-191-7/+12
|/ / | | | | | | toHaveBeenCalledWith for the pre-defined labels test
* | Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-181-3/+2
| |
* | Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-1/+1
|\ \ | | | | | | | | | | | | Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
| * | FE remove create branch call in IDE commitwebide-commit-use-correct-parentPaul Slaughter2019-07-181-1/+1
| |/ | | | | | | | | | | | | Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
* | Move boards switcher partialWinnie Hellmann2019-07-172-0/+261
|/ | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Updating wording as per desgn guidelinesNick Kipling2019-07-151-1/+1
| | | | | Shortened descriptive text Added copy button to code snippets
* Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+13
| | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* Merge branch '64403-remove-setimmediate-polyfill' into 'master'Clement Ho2019-07-112-3/+2
|\ | | | | | | | | Remove setImmediate polyfill from production assets See merge request gitlab-org/gitlab-ce!30591
| * Update setImmediate use in karma specs64403-remove-setimmediate-polyfillMike Greiling2019-07-112-1/+3
| |
| * Remove use of setTimeout in karma specsMike Greiling2019-07-111-4/+1
| |
* | Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya2019-07-112-2/+2
|\ \ | | | | | | | | | | | | Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
| * | Set unique modal IDsregistry-fix-multi-delete-modalPaul Gascou-Vaillancourt2019-07-092-2/+2
| |/
* | Add support for additional panel typesJose Ivan Vargas2019-07-104-6/+104
| | | | | | | | | | This introduces the single stat chart component aside from the area chart component
* | Remove deleteNote from notes serviceWinnie Hellmann2019-07-101-11/+9
|/
* CE Port of Allow bulk update for group issuesFatih Acet2019-07-091-6/+6
| | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
* Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-092-0/+18
| | | | | | | | | | | | | | | | | | | | New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
* Fixed editing formNatalia Tepluhina2019-07-091-1/+2
| | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
* Merge branch '60213-fix-is-ee-webpack-checks' into 'master'Filipa Lacerda2019-07-081-2/+0
|\ | | | | | | | | | | | | Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
| * Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checksLukas Eipert2019-07-051-2/+0
| | | | | | | | | | | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
* | Merge branch '60856-deleting-binary-file' into 'master'winh-does-jest-failKushal Pandya2019-07-082-0/+60
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
| * | Initiate editor for any file without content60856-deleting-binary-fileDenys Mishunov2019-07-052-0/+60
| |/ | | | | | | | | | | Important to get file data for any file that has no content set yet: we need this information in order to build a previe for changed/staged files if they were not yet opened in the editor
* | Remove applySuggestion from notes serviceWinnie Hellmann2019-07-051-4/+4
| |
* | Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-68/+0
|\ \ | |/ |/| | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * Create private merge requests in forksPhil Hughes2019-07-051-68/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Fix alert creation dropdown menuSarah Yasonik2019-07-051-0/+37
| |
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-042-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* | Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-041-1/+4
| | | | | | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
* | Use gl-empty-state for monitor chartslittle-cluster-health-charts-ceSimon Knox2019-07-041-101/+0
|/ | | | Move a unit test to jest and use snapshot tests
* Move error_tracking_frontend specs to JestSimon Knox2019-07-038-750/+0
| | | | Update TEST_HOST import paths. Tests all pass
* Merge branch '55487-enable-group-terminals-button' into 'master'Fatih Acet2019-07-031-26/+14
|\ | | | | | | | | | | | | Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255
| * Enable terminals button for group clusters55487-enable-group-terminals-buttonTiger2019-07-021-26/+14
| |
* | Migrate markdown header_spec.js to JestWinnie Hellmann2019-07-031-111/+0
| |
* | Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-039-215/+55
|\ \
| * \ Merge branch 'sh-improve-redis-peek' into 'master'Sean McGivern2019-07-031-47/+0
| |\ \ | | | | | | | | | | | | | | | | Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
| | * | Add Redis call details in Peek performance barsh-improve-redis-peekStan Hu2019-07-021-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.).
| * | | Show upcoming status for releasesJason Goodman2019-07-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
| * | | Rebased and squashed commitsNatalia Tepluhina2019-07-035-150/+12
| |/ / | | | | | | | | | - all commits squashed to make danger review happy
| * | Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann2019-07-021-8/+8
| | |
| * | Registry component now includes error messagesNick Kipling2019-07-021-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* | | prettified noteable_discussion spec fileMichel Engelen2019-07-021-6/+4
| | |