summaryrefslogtreecommitdiff
path: root/spec/frontend
Commit message (Collapse)AuthorAgeFilesLines
* Add new API method: projectUsersee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusersHimanshu Kapoor2019-08-191-0/+22
| | | | | The new API method projectUsers gets all the users added to a particular project.
* Merge branch 'jejacks0n-remove-bad-spec' into 'master'Tim Zallmann2019-08-081-7/+0
|\ | | | | | | | | Clean up an incomplete thought as a spec See merge request gitlab-org/gitlab-ce!31541
| * Clean up an incomplete thought as a specjejacks0n-remove-bad-specjejacks0n2019-08-061-7/+0
| |
* | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-2/+0
| | | | | | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* | Simplify getTimeDiff functionSimon Knox2019-08-081-0/+35
| | | | | | | | Pass keyname instead of translated string
* | Removes duplicate button65705-two-buttonsFilipa Lacerda2019-08-061-135/+0
|/ | | | | Prevents manual action button from being rendered twice in the job log empty state
* Revert "Fixed comparing value to undefined"Natalia Tepluhina2019-08-061-0/+15
| | | | This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
* Hide cluster details until cluster is createdMike Greiling2019-08-021-9/+42
| | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* Syncs the vue test utils helpersSam Beckham2019-08-022-2/+64
|
* Revert "Merge branch 'mh/editor-indents' into 'master'"revert-editor-indentsPaul Slaughter2019-08-013-788/+0
| | | | | This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
* Adds new tracking interface for snowplowJeremy Jackson2019-08-011-0/+123
| | | | | This will ultimately replace the stats.js that exists in EE.
* Change qa-* class references to js-* for suggestionsTanya Pazitny2019-07-292-3/+3
|
* Add Job specific variablesMatija Čupić2019-07-291-0/+42
| | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* Add color utils with relevant testsAmmar Alakkad2019-07-261-0/+35
|
* Add UndoStack class - a custom undo/redo engineMartin Hanzel2019-07-263-0/+788
| | | | It will be hooked up to the markdown editor later
* Update namespace label text for managed clustersJacques Erasmus2019-07-251-0/+61
| | | | Added the ability to update the namespace label text for gitlab-managed
* Removed pluralize functionEzekiel Kigbo2019-07-241-14/+0
| | | | | Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
* Add ability to embed metricsTristan Read2019-07-224-0/+208
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
* Add missing static fixture64722-mg-export-frontend-fixturesMike Greiling2019-07-191-0/+29
|
* Move frontend fixtures into spec/frontendMike Greiling2019-07-1955-1/+2073
| | | | | Moves every fixture source file from spec/javascripts to spec/frontend
* Move frontend fixtures to tmp/testsMike Greiling2019-07-192-2/+6
|
* Rename the karma:fixtures taskMike Greiling2019-07-191-1/+1
| | | | | | Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
* Prefer an absolute path over cwd()Mike Greiling2019-07-191-3/+4
|
* Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-182-4/+6
|
* FE remove create branch call in IDE commitwebide-commit-use-correct-parentPaul Slaughter2019-07-181-28/+4
| | | | | | | 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.
* Mockify jquery and axios packagesMartin Hanzel2019-07-177-14/+255
| | | | | | Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
* Added submodule links to Submodule type in GraphQL APIIgor2019-07-171-1/+15
| | | | This is part of migration of Folder View to Vue
* Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam2019-07-171-48/+4
| | | | remove frontend spec unnecessary tests
* Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-161-1/+19
|\ | | | | | | | | | | | | Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
| * Added add to tree dropdown to Vue files breadcrumbPhil Hughes2019-07-151-1/+19
| |
* | Fixed create merge request button not enablingPhil Hughes2019-07-161-0/+34
|/ | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
* Add functions for multiple boards to BoardServiceWinnie Hellmann2019-07-121-0/+159
| | | | (cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
* Merge branch '62088-search-back' into 'master'Mike Greiling2019-07-112-0/+84
|\ | | | | | | | | | | | | Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
| * Fixed back navigation for projects filter62088-search-backDenys Mishunov2019-07-052-0/+84
| | | | | | | | | | | | Filterable list now sends request to filter the projects list explicitly with `json` extension to avoid breakage when navigating back from a project to the filtered project's list.
* | Merge branch 'fixed-dropdown-hover-styles' into 'master'Annabel Dunstone Gray2019-07-101-2/+36
|\ \ | | | | | | | | | | | | | | | | | | Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534
| * | Fixed dropdown hover stylesPhil Hughes2019-07-091-2/+36
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
* | | Workaround ESLint only resolving paths in test filesWinnie Hellmann2019-07-101-1/+1
|/ /
* | Merge branch 'dropdown-styling-fixes' into 'master'Mike Greiling2019-07-091-34/+0
|\ \ | | | | | | | | | | | | | | | | | | Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477
| * | Fix dropdown styling issuesPhil Hughes2019-07-091-34/+0
| | |
* | | Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-092-0/+129
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix typo on confidential MR dropdownpb-fix-confidential-mr-dropdown-typoPatrick Bajao2019-07-091-2/+2
| | | | | | | | Change issues to issue's
* | Fixed editing formNatalia Tepluhina2019-07-091-0/+51
| | | | | | | | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
* | 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