Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix frontend tests related to autoMergeStrategyabstract-auto-merge | Nathan Friend | 2019-06-03 | 1 | -3/+3 |
| | | | | | A few minor frontend changes to complete the refactoring from MWPS to the more generic autoMergeStrategy. | ||||
* | Abstract auto merge processes | Shinya Maeda | 2019-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec | ||||
* | Merge branch 'vue-repo-parent-row-fixes' into 'master' | Filipa Lacerda | 2019-05-30 | 1 | -0/+64 |
|\ | | | | | | | | | Fixes bug with parent row component triggering multiple Vue router pushes See merge request gitlab-org/gitlab-ce!28882 | ||||
| * | Fixes bug with parent row component triggering multiple Vue router pushes | Phil Hughes | 2019-05-29 | 1 | -0/+64 |
| | | |||||
* | | Merge branch 'renovate/gitlab-ui-3.x' into 'master' | Clement Ho | 2019-05-29 | 1 | -0/+2 |
|\ \ | |/ |/| | | | | | Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862 | ||||
| * | Update Snapshots for MR Popovers | Andrew Fontaine | 2019-05-29 | 1 | -0/+2 |
| | | | | | | | | | | A new attribute was added to `GlPopover`, so the snapshots had to be updated to match. | ||||
* | | Updated heading for default state in Web IDE | Denys Mishunov | 2019-05-29 | 2 | -0/+58 |
| | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107 | ||||
* | | Created repository list breadcrumbs Vue app | Phil Hughes | 2019-05-29 | 1 | -0/+44 |
|/ | |||||
* | Merge branch 'vue-repo-document-title' into 'master' | Filipa Lacerda | 2019-05-28 | 1 | -0/+15 |
|\ | | | | | | | | | Update document title when repository router changes See merge request gitlab-org/gitlab-ce!28714 | ||||
| * | Update document title when repository router changes | Phil Hughes | 2019-05-24 | 1 | -0/+15 |
| | | |||||
* | | Revert "Merge branch ↵ | Winnie Hellmann | 2019-05-28 | 1 | -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 invalid | Paul Gascou-Vaillancourt | 2019-05-28 | 1 | -0/+436 |
| | | |||||
* | | Add expand/collapse button | Adriel Santiago | 2019-05-28 | 1 | -0/+15 |
| | | | | | | | | Add ability to expand/collapse operation settings | ||||
* | | Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performance | Grzegorz Bizon | 2019-05-27 | 5 | -17/+72 |
|\ \ | | | | | | | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits) | ||||
| * | | Add changelog entry | Jacques Erasmus | 2019-05-27 | 1 | -0/+16 |
| |/ | | | | | | | Added a changelog entry for the feature | ||||
| * | Pull files for repository tree from GraphQL API | Phil Hughes | 2019-05-24 | 4 | -17/+56 |
| | | |||||
* | | Removes fetchStage actions and mutations | Filipa Lacerda | 2019-05-24 | 1 | -37/+1 |
|/ | | | | Updates tests | ||||
* | Added tree list row component | Phil Hughes | 2019-05-21 | 3 | -0/+141 |
| | |||||
* | Merge branch 'repo-list-table-component' into 'master' | Filipa Lacerda | 2019-05-21 | 1 | -0/+47 |
|\ | | | | | | | | | Added table component for file listing See merge request gitlab-org/gitlab-ce!28334 | ||||
| * | Added table component for files listing | Phil Hughes | 2019-05-20 | 1 | -0/+47 |
| | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578 | ||||
* | | Merge branch 'fe-rename-vue-component-helper-ce' into 'master' | Mike Greiling | 2019-05-20 | 1 | -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-ce | Paul Slaughter | 2019-05-16 | 1 | -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 project | Yoginth | 2019-05-20 | 1 | -2/+2 |
| | | | |||||
* | | | Create empty Vuex store for issue boards | Winnie Hellmann | 2019-05-20 | 3 | -0/+169 |
| |/ |/| | |||||
* | | Setup Vue app for repository file listing | Phil Hughes | 2019-05-20 | 1 | -0/+23 |
| | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578 | ||||
* | | Use component selectors in serverless frontend tests | Winnie Hellmann | 2019-05-19 | 4 | -24/+37 |
| | | |||||
* | | Merge branch ↵ | Fatih Acet | 2019-05-17 | 1 | -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-icon | Sam Bigelow | 2019-05-09 | 1 | -0/+33 |
| | | | | | | | | | | | | Allow hiding of all report items' status icons | ||||
* | | | Increase Jest timeout to 500ms | Winnie Hellmann | 2019-05-17 | 4 | -10/+1 |
| | | | |||||
* | | | Merge branch 'fe-use-process-timer-in-jest-timeout' into 'master' | Fatih Acet | 2019-05-16 | 1 | -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-timeout | Paul Slaughter | 2019-05-08 | 1 | -10/+17 |
| | | | |||||
* | | | Merge branch 'winh-fix-jest-fixtures-wrapper' into 'master' | Kushal Pandya | 2019-05-16 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix loadJSONFixtures wrapper in Jest See merge request gitlab-org/gitlab-ce!28328 | ||||
| * | | | Fix loadJSONFixtures wrapper in Jestwinh-fix-jest-fixtures-wrapper | Winnie Hellmann | 2019-05-15 | 1 | -3/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'winh-jestify-security-dashboard-filter-spec' into 'master' | Kushal Pandya | 2019-05-16 | 1 | -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-spec | Winnie Hellmann | 2019-05-09 | 1 | -0/+10 |
| | | | | | | | | | | | | (cherry picked from commit a0e7e2075c6182838a0645e0bbb3927e5f9a8bba) | ||||
* | | | Fix discussion notes spec timeout61596-increase-timeout-for-discussion-notes-spec | Paul Slaughter | 2019-05-08 | 1 | -2/+5 |
| |/ |/| | |||||
* | | Add failing test for hasQuickActions | Winnie Hellmann | 2019-05-07 | 1 | -0/+17 |
|/ | |||||
* | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵ | Phil Hughes | 2019-05-07 | 1 | -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-change | Paul Slaughter | 2019-05-07 | 1 | -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 link | Adriel Santiago | 2019-05-07 | 1 | -0/+100 |
| | | | | | | | | | | Add settings for linking to external dashboard from metrics dashboard | ||||
* | | Merge branch 'winh-separate-frontend-fixtures' into 'master' | Phil Hughes | 2019-05-07 | 2 | -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-fixtures | Winnie Hellmann | 2019-05-02 | 2 | -4/+7 |
| | | | | | | | | (cherry picked from commit 2917a28a885922a03f2026ddbb2680bc2b6e5d50) | ||||
* | | Resolve "Support Prometheus for group-level clusters" | Peter Leitzen | 2019-05-06 | 1 | -1/+1 |
| | | |||||
* | | CE-backport track uninstall button clicks10763-track-uninstall-button-clicks-ce | Enrique Alcantara | 2019-05-02 | 1 | -3/+12 |
|/ | |||||
* | Uninstall application confirm modal component | Enrique Alcántara | 2019-05-02 | 7 | -103/+291 |
| | | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height | ||||
* | Extract discussion notes into new component | Paul Gascou-Vaillancourt | 2019-05-01 | 1 | -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 Pandya | 2019-04-30 | 13 | -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 Jest | Martin Hobert | 2019-04-26 | 13 | -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 Zallmann | 2019-04-29 | 1 | -28/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746 | ||||
| * | | Fix base domain help text update | Enrique Alcantara | 2019-04-26 | 1 | -28/+7 |
| | | |