Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-28Revert "Merge branch ↵Winnie Hellmann
'61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'" This reverts merge request !28620
2019-05-28Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt
2019-05-28Add expand/collapse buttonAdriel Santiago
Add ability to expand/collapse operation settings
2019-05-27Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵Grzegorz Bizon
backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-24Update document title when repository router changesPhil Hughes
2019-05-24Pull files for repository tree from GraphQL APIPhil Hughes
2019-05-24Removes fetchStage actions and mutationsFilipa Lacerda
Updates tests
2019-05-21Added tree list row componentPhil Hughes
2019-05-21Merge branch 'repo-list-table-component' into 'master'Filipa Lacerda
Added table component for file listing See merge request gitlab-org/gitlab-ce!28334
2019-05-20Merge branch 'fe-rename-vue-component-helper-ce' into 'master'Mike Greiling
[CE Port] Rename vue_component_helper to text_helper See merge request gitlab-org/gitlab-ce!28358
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-20Create empty Vuex store for issue boardsWinnie Hellmann
2019-05-20Added table component for files listingPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-05-20Setup Vue app for repository file listingPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-05-19Use component selectors in serverless frontend testsWinnie Hellmann
2019-05-17Merge branch ↵Fatih Acet
'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
2019-05-17Increase Jest timeout to 500msWinnie Hellmann
2019-05-17Merge branch 'fe-use-process-timer-in-jest-timeout' into 'master'Fatih Acet
Use process timer for jest timeout testing See merge request gitlab-org/gitlab-ce!28209
2019-05-16Rename vue_component_helper to text_helperPaul Slaughter
**Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
2019-05-16Merge branch 'winh-fix-jest-fixtures-wrapper' into 'master'Kushal Pandya
Fix loadJSONFixtures wrapper in Jest See merge request gitlab-org/gitlab-ce!28328
2019-05-16Merge branch 'winh-jestify-security-dashboard-filter-spec' into 'master'Kushal Pandya
Mock away document.createRange() in Jest See merge request gitlab-org/gitlab-ce!28222
2019-05-15Fix loadJSONFixtures wrapper in JestWinnie Hellmann
2019-05-10Allow hiding of report status icon in report itemSam Bigelow
Allow hiding of all report items' status icons
2019-05-09Mock away document.createRange()Winnie Hellmann
(cherry picked from commit a0e7e2075c6182838a0645e0bbb3927e5f9a8bba)
2019-05-08Fix discussion notes spec timeoutPaul Slaughter
2019-05-08Use process timer for jest timeout testingPaul Slaughter
2019-05-08Add failing test for hasQuickActionsWinnie Hellmann
2019-05-07Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes
into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
2019-05-07Add external dashboard linkAdriel Santiago
Add settings for linking to external dashboard from metrics dashboard
2019-05-07Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
2019-05-07Resolve discussion when suggestion is appliedPaul Slaughter
- 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
2019-05-07Resolve "Support Prometheus for group-level clusters"Peter Leitzen
2019-05-03Load EE fixtures from ee/ directory in JestWinnie Hellmann
(cherry picked from commit 2917a28a885922a03f2026ddbb2680bc2b6e5d50)
2019-05-02CE-backport track uninstall button clicksEnrique Alcantara
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-05-01Extract discussion notes into new componentPaul Gascou-Vaillancourt
- 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
2019-04-30Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya
refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
2019-04-29Merge branch '61036-fix-ingress-base-domain-text' into 'master'Tim Zallmann
Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746
2019-04-26Init MR Popovers on system note mountedSam Bigelow
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
2019-04-26Fix base domain help text updateEnrique Alcantara
2019-04-26refactor(sidebar): Refactored Karma spec files to JestMartin Hobert
fix #58830 Added changelog Updated to use jest functions Added mock implementation
2019-04-26Revert "Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into ↵Phil Hughes
'master'" This reverts merge request !27589
2019-04-26Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into 'master'Filipa Lacerda
Resolve "MR Popover is not attached in system notes" Closes #60855 See merge request gitlab-org/gitlab-ce!27589
2019-04-26Use a FSM to determine application next stateEnrique Alcántara
- 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.
2019-04-26Merge branch 'refactor/58827-migrate-issue-spec-to-jest' into 'master'Kushal Pandya
Migrated issue spec files to Jest Closes #58827 See merge request gitlab-org/gitlab-ce!27673
2019-04-26Merge branch 'migrate-import-projects-spec' into 'master'Kushal Pandya
Move import projects karma specs to jest Closes #60204 See merge request gitlab-org/gitlab-ce!27552
2019-04-25Move import projects karma specs to jestLuke Bennett
Improvements to the stability/validity of the specs.
2019-04-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-25refactor(issue): Refactored issue tests from Karma to JestMartin Hobert
re #58827 Added changelog Added sync false, and removed unneeded destroyers