summaryrefslogtreecommitdiff
path: root/spec/frontend
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch ↵Winnie Hellmann2019-05-281-15/+0
| | | | | | '61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'" This reverts merge request !28620
* Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-0/+436
|
* Add expand/collapse buttonAdriel Santiago2019-05-281-0/+15
| | | | Add ability to expand/collapse operation settings
* Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-275-17/+72
|\ | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
| * Add changelog entryJacques Erasmus2019-05-271-0/+16
| | | | | | | | Added a changelog entry for the feature
| * Pull files for repository tree from GraphQL APIPhil Hughes2019-05-244-17/+56
| |
* | Removes fetchStage actions and mutationsFilipa Lacerda2019-05-241-37/+1
|/ | | | Updates tests
* Added tree list row componentPhil Hughes2019-05-213-0/+141
|
* Merge branch 'repo-list-table-component' into 'master'Filipa Lacerda2019-05-211-0/+47
|\ | | | | | | | | Added table component for file listing See merge request gitlab-org/gitlab-ce!28334
| * Added table component for files listingPhil Hughes2019-05-201-0/+47
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* | Merge branch 'fe-rename-vue-component-helper-ce' into 'master'Mike Greiling2019-05-201-0/+0
|\ \ | | | | | | | | | | | | [CE Port] Rename vue_component_helper to text_helper See merge request gitlab-org/gitlab-ce!28358
| * | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-0/+0
| | | | | | | | | | | | | | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* | | Fix typos in the whole gitlab-ce projectYoginth2019-05-201-2/+2
| | |
* | | Create empty Vuex store for issue boardsWinnie Hellmann2019-05-203-0/+169
| |/ |/|
* | Setup Vue app for repository file listingPhil Hughes2019-05-201-0/+23
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* | Use component selectors in serverless frontend testsWinnie Hellmann2019-05-194-24/+37
| |
* | Merge branch ↵Fatih Acet2019-05-171-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '61657-allow-report-section-list-to-not-have-redundant-status-icon' into 'master' Resolve "Allow report section list to not have redundant status icon" Closes #61657 See merge request gitlab-org/gitlab-ce!28226
| * | Allow hiding of report status icon in report item61657-allow-report-section-list-to-not-have-redundant-status-iconSam Bigelow2019-05-091-0/+33
| | | | | | | | | | | | Allow hiding of all report items' status icons
* | | Increase Jest timeout to 500msWinnie Hellmann2019-05-174-10/+1
| | |
* | | Merge branch 'fe-use-process-timer-in-jest-timeout' into 'master'Fatih Acet2019-05-161-10/+17
|\ \ \ | |_|/ |/| | | | | | | | Use process timer for jest timeout testing See merge request gitlab-org/gitlab-ce!28209
| * | Use process timer for jest timeout testingfe-use-process-timer-in-jest-timeoutPaul Slaughter2019-05-081-10/+17
| | |
* | | Merge branch 'winh-fix-jest-fixtures-wrapper' into 'master'Kushal Pandya2019-05-161-3/+6
|\ \ \ | | | | | | | | | | | | | | | | Fix loadJSONFixtures wrapper in Jest See merge request gitlab-org/gitlab-ce!28328
| * | | Fix loadJSONFixtures wrapper in Jestwinh-fix-jest-fixtures-wrapperWinnie Hellmann2019-05-151-3/+6
| | |/ | |/|
* | | Merge branch 'winh-jestify-security-dashboard-filter-spec' into 'master'Kushal Pandya2019-05-161-0/+10
|\ \ \ | |/ / |/| | | | | | | | Mock away document.createRange() in Jest See merge request gitlab-org/gitlab-ce!28222
| * | Mock away document.createRange()winh-jestify-security-dashboard-filter-specWinnie Hellmann2019-05-091-0/+10
| | | | | | | | | | | | (cherry picked from commit a0e7e2075c6182838a0645e0bbb3927e5f9a8bba)
* | | Fix discussion notes spec timeout61596-increase-timeout-for-discussion-notes-specPaul Slaughter2019-05-081-2/+5
| |/ |/|
* | Add failing test for hasQuickActionsWinnie Hellmann2019-05-071-0/+17
|/
* Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-071-0/+103
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
| * Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-071-0/+103
| | | | | | | | | | | | | | | | | | - Adds color and a tooltip to describe this new behavior - Does not resolve if discussion is already resolved - Adds an action `resolveDiscussion` to simplify `toggleResolveNote` - Updates docs https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
* | Add external dashboard linkAdriel Santiago2019-05-071-0/+100
| | | | | | | | | | Add settings for linking to external dashboard from metrics dashboard
* | Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes2019-05-072-4/+7
|\ \ | |/ |/| | | | | Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
| * Load EE fixtures from ee/ directory in Jestwinh-separate-frontend-fixturesWinnie Hellmann2019-05-022-4/+7
| | | | | | | | (cherry picked from commit 2917a28a885922a03f2026ddbb2680bc2b6e5d50)
* | Resolve "Support Prometheus for group-level clusters"Peter Leitzen2019-05-061-1/+1
| |
* | CE-backport track uninstall button clicks10763-track-uninstall-button-clicks-ceEnrique Alcantara2019-05-021-3/+12
|/
* Uninstall application confirm modal componentEnrique Alcántara2019-05-027-103/+291
| | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-0/+139
| | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya2019-04-3013-0/+1049
|\ | | | | | | | | | | | | refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
| * refactor(sidebar): Refactored Karma spec files to JestMartin Hobert2019-04-2613-0/+1049
| | | | | | | | | | | | | | | | | | | | fix #58830 Added changelog Updated to use jest functions Added mock implementation
* | Merge branch '61036-fix-ingress-base-domain-text' into 'master'Tim Zallmann2019-04-291-28/+7
|\ \ | | | | | | | | | | | | | | | | | | Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746
| * | Fix base domain help text updateEnrique Alcantara2019-04-261-28/+7
| | |
* | | Init MR Popovers on system note mountedSam Bigelow2019-04-261-0/+7
|/ / | | | | | | | | | | All `renderGFM()` calls are finished before the system note is mounted so this MR inits the popover for each system note, and only the elements in the system note
* | Revert "Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into ↵Phil Hughes2019-04-261-6/+0
| | | | | | | | | | 'master'" This reverts merge request !27589
* | Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into 'master'Filipa Lacerda2019-04-261-0/+6
|\ \ | | | | | | | | | | | | | | | | | | Resolve "MR Popover is not attached in system notes" Closes #60855 See merge request gitlab-org/gitlab-ce!27589
* | | Use a FSM to determine application next stateEnrique Alcántara2019-04-265-93/+200
| | | | | | | | | | | | | | | | | | | | | | | | - Separate cluster application UI state from server-side app status - Use a state machine to determine cluster application next state - Instead of using two variables to keep track of when an app is installing or updating, just use the app status property and control server-side and user events using the FSM service.
* | | Merge branch 'refactor/58827-migrate-issue-spec-to-jest' into 'master'Kushal Pandya2019-04-264-0/+543
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Migrated issue spec files to Jest Closes #58827 See merge request gitlab-org/gitlab-ce!27673
| * | | refactor(issue): Refactored issue tests from Karma to JestMartin Hobert2019-04-254-0/+543
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re #58827 Added changelog Added sync false, and removed unneeded destroyers
* | | | Merge branch 'migrate-import-projects-spec' into 'master'Kushal Pandya2019-04-264-0/+631
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Move import projects karma specs to jest Closes #60204 See merge request gitlab-org/gitlab-ce!27552
| * | | Move import projects karma specs to jestLuke Bennett2019-04-254-0/+631
| | | | | | | | | | | | | | | | Improvements to the stability/validity of the specs.
* | | | Implement toast componentJacques Erasmus2019-04-251-1/+22
| | | | | | | | | | | | | | | | Implemented the toast component for success messages
* | | | test(Refactored notes tests from Karma to Jest):Martin Hobert2019-04-253-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #58829 Added changelog entry Added merge request id