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-04-26Merge branch 'winh-boards-drag-selection' into 'master'Annabel Dunstone Gray
Prevent text selection when dragging in issue boards Closes #59378 See merge request gitlab-org/gitlab-ce!27724
2019-04-26Merge branch '3713-cross-project-environments-dashboard-mvc-backport' into ↵Filipa Lacerda
'master' Backport Environments Dashboard SCSS Changes See merge request gitlab-org/gitlab-ce!27498
2019-04-26Add vendor prefixes for user-selectWinnie Hellmann
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-26Resolve "Misalignment on suggested changes diff table"Natalia Tepluhina
2019-04-26Merge branch '46048-canary-next' into 'master'Phil Hughes
Adds information about Canary environment Closes #46048 See merge request gitlab-org/gitlab-ce!27499
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-26Merge branch '60808-only-show-target-branch-advanced-error-before-merge' ↵Filipa Lacerda
into 'master' Don't show the "target branch advanced" error message after merge Closes #60808 See merge request gitlab-org/gitlab-ce!27588
2019-04-26Externalize strings in activity calendarVictor Wu
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 'ce-fl-fix-missing-required-prop' into 'master'Phil Hughes
CE: Adds missing prop See merge request gitlab-org/gitlab-ce!27671
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-25Adds information about Canary envFilipa Lacerda
This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
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
2019-04-25Adds missing propFilipa Lacerda
2019-04-25Merge branch '11254-overflow-ce' into 'master'Kushal Pandya
Hide ScopedBadge overflow notes See merge request gitlab-org/gitlab-ce!27651
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-25Hide ScopedBadge overflow notesRajat Jain
2019-04-25Merge branch 'kp-add-base-url-support-graphql' into 'master'Phil Hughes
Add support for baseUrl in ApolloClient instance within GraphQL helper See merge request gitlab-org/gitlab-ce!27657
2019-04-25Escape special characters in GFM auto complete highlightingJan Beckmann
Fixes #60552
2019-04-25Add support for baseUrl in ApolloClient instanceKushal Pandya
Add support for providing baseUrl/rootUrl within `uri` while creating ApolloClient instance.
2019-04-25Merge branch '60687-enviro-dropdown' into 'master'Fatih Acet
Fix Metrics environments dropdown Closes #60687 See merge request gitlab-org/gitlab-ce!27586
2019-04-25Merge branch 'fix-api-ide-relative-url-root' into 'master'Fatih Acet
Fix API and IDE path with `/` relative_url_root See merge request gitlab-org/gitlab-ce!27635
2019-04-24Merge branch '60387-use-icons-in-user-popovers' into 'master'Tim Zallmann
Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
2019-04-24Fix API and IDE path with `/` relative_url_rootPaul Slaughter
**Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
2019-04-24Only show message when MR is openNathan Friend
This commit fixes the bug that was causing the "target branch has "advanced" error message to display after an MR was closed.
2019-04-24Init MR Popovers onmount of system noteSam Bigelow
Fixing a bug where system notes had no MR Popovers
2019-04-24Backport Environments Dashboard SCSS ChangesAndrew Fontaine
2019-04-24Resolve "Merge Request Popover is not working on the To Do page"Sam Bigelow
2019-04-24Move EE differences for `ready_to_merge.vue`Natalia Tepluhina
2019-04-24Merge branch '10096-gfm-autocomplete-ce' into 'master'Kushal Pandya
Move EE specific GfmAutocomplete code to EE file See merge request gitlab-org/gitlab-ce!27611
2019-04-24Merge branch 'ide-create-commit-action-types-constant' into 'master'Phil Hughes
Create constants for IDE commit action values See merge request gitlab-org/gitlab-ce!27613
2019-04-24Create constants for IDE commit action valuesPaul Slaughter
**Why?** These values will be used to help build the mirroring diff. It is helpful keeping it controlled in a constant. **Links:** - https://gitlab.com/gitlab-org/gitlab-ee/issues/10232 - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
2019-04-24Merge branch '59831-related-items-css-cleanup-ce' into 'master'Filipa Lacerda
Remove related items CSS properties and add utility classes See merge request gitlab-org/gitlab-ce!27583
2019-04-24Move EE specific GfmAutocomplete code to EE fileRajat Jain
Refactor GfmAutocomplete and create a new EE counterpart which is referenced through `ee_else_ce`
2019-04-24Fix Metrics environments dropdownSimon Knox
Also bring back EE dashboard component
2019-04-23Fix issue with list label text colorTucker Chapman
2019-04-23Remove related items CSS properties and add utility classesAnnabel Dunstone Gray
2019-04-23Merge branch 'resolve-ee-ce-diff-of-noteable-discussion' into 'master'Phil Hughes
Resolve EE / CE diff of noteable_discussion See merge request gitlab-org/gitlab-ce!27562
2019-04-23Revert "Increased page size to 100"Natalia Tepluhina
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
2019-04-23Merge branch '59514-uploading-images-base64' into 'master'Phil Hughes
Resolve "Web IDE uploading images shows base64 string" Closes #59514 See merge request gitlab-org/gitlab-ce!27471
2019-04-23Make swipe view images line upftab
If left without a width/height, swipeFrame goes off track when the image isn't wide enough to fill the available width. The spaceLeft prevented reaching the right edge of the image.
2019-04-23Resolve EE / CE diff of noteable_discussionPaul Slaughter
2019-04-22Revert "Created a hack to prevent setting content on image"Natalia Tepluhina
This reverts commit e8c1c930c3bc7c159463ed3bed8765db01b40328.
2019-04-22Show category icons in user popoverKushal Pandya
Show bio, organization and location icons within user popover.
2019-04-19Merge branch '57247-show-prioritized-labels-to-guests' into 'master'Clement Ho
Show prioritized labels to guests Closes #57247 See merge request gitlab-org/gitlab-ce!27307
2019-04-19Merge branch 'fixed-diff-border' into 'master'Annabel Dunstone Gray
Fixes the border color on diffs See merge request gitlab-org/gitlab-ce!27479