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-08-24Merge branch ↵Tim Zallmann
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
2019-08-24Change misleading pipeline status tooltipScott Hampton
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
2019-08-23Move visual review toolbar to NPMshampton
Remove the visual review toolbar code in favor of using the NPM package.
2019-08-23Hide duplicate board list while draggingWinnie Hellmann
2019-08-23fix charts scroll handle iconLaura Montemayor
2019-08-23Add logic for respecting browser DNT settingJeremy Jackson
2019-08-23Always pre-select "Start a new merge request"Denys Mishunov
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
2019-08-22Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
2019-08-22Merge branch 'qa/issue-boards-e2e-tests' into 'master'Rémy Coutable
Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
2019-08-22Remove mergeTrain from FE since it's used only in EEIgor
2019-08-22Add `searchBy` helper & `SidebarItemEpicsSelect`Kushal Pandya
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
2019-08-22Updated latest pipeline tag tooltip to be more descriptiveDimitrie Hoekstra
2019-08-22Merge branch ↵Kushal Pandya
'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
2019-08-22Add CSP nonce when handling JS viewsHeinrich Lee Yu
Prevents errors when we have CSP enabled
2019-08-21Merge branch 'refactor/notes-getters' into 'master'Paul Slaughter
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters Closes #65817 See merge request gitlab-org/gitlab-ce!31754
2019-08-21Backport: Issue sidebar trackingDonald Cook
Added snowplow event tracking to Edit buttons
2019-08-21Fixed tech debt of using custom componentNick Kipling
Changed the container registry to use the empty state component Removed the custom svg-component
2019-08-21Resolve "HTML code shown in merge request"Ezekiel Kigbo
- Fixes double escaped text in `mr_widget_rebase.vue`
2019-08-21Replace the area with time series where usedMiguel Rincon
- Replace in panel_type.vue - Replace in embed.vue - Port changes to support embed in 2 cols in large screens - Update specs
2019-08-21This commit adds a new time series componentMiguel Rincon
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
2019-08-21Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable
Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
2019-08-21Fix to show renamed file in mrSamantha Ming
2019-08-21Throw error for multiple RecaptchaModal instancesWinnie Hellmann
2019-08-21CE Port: Use EE panel type to display alert menu correctly in dashboardsMiguel Rincon
2019-08-21New wiki page redirects user to random slugLuke Duncalfe
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
2019-08-20Add syntax highlighting for line expansionSamantha Ming
- dark - white - monokai - none - solarized-dark - solarized-light
2019-08-20Fix tooltip alignment issue caused by flex-basisPaul Slaughter
**Context:** https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14851#note_205954645
2019-08-20Fix `require` typo to `required`Paul Slaughter
2019-08-20Improve UX multi assigness in MRSamantha Ming
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
2019-08-20Add testability on viewsWalmyr Lima
2019-08-20Embed metrics undefined param fixTristan Read
2019-08-20Merge branch 'kp-add-vue-input-autofocus-directive' into 'master'Filipa Lacerda
Add `autofocusonshow` directive for input elements See merge request gitlab-org/gitlab-ce!31584
2019-08-20Merge branch 'fe-fix-merge-url-params-with-plus' into 'master'Kushal Pandya
Fix `mergeUrlParams` handling of '+' Closes #66152 See merge request gitlab-org/gitlab-ce!31973
2019-08-20Merge branch '66161-replace-expand-icons' into 'master'Mike Greiling
Resolve "Use new "Expand up" and "Expand down" icons for diff expansion icons" Closes #66161 See merge request gitlab-org/gitlab-ce!31907
2019-08-20Merge branch 'fix-file-row-styling' into 'master'Paul Slaughter
Update file row styling See merge request gitlab-org/gitlab-ce!31884
2019-08-20Update file row stylingIllya Klymov
2019-08-19Merge branch '66061-update-tooltip-of-detached-label-state' into 'master'Clement Ho
Resolve "Update tooltip of "detached" label/state" Closes #66061 See merge request gitlab-org/gitlab-ce!31917
2019-08-19Merge branch 'add-js-prevent-default-on-click' into 'master'Clement Ho
Replace inline scripts in links to prevent default See merge request gitlab-org/gitlab-ce!31838
2019-08-19Update tooltip of "detached" label/statejakeburden
2019-08-19Fix mergeUrlParams handling of `+`Paul Slaughter
**What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
2019-08-19Merge branch '64677-delete-directory-webide' into 'master'Paul Slaughter
Fixed deletion of directories in Web IDE Closes #64677 See merge request gitlab-org/gitlab-ce!31727
2019-08-19Merge branch ↵Annabel Dunstone Gray
'63905-discussion-expand-collapse-button-is-only-clickable-on-one-side' into 'master' Resolve "Discussion "expand"/"collapse" button is only clickable on one side" Closes #63905 See merge request gitlab-org/gitlab-ce!31730
2019-08-19Add `autofocus` directive for input elementsKushal Pandya
2019-08-19Add new API method: projectUsersHimanshu Kapoor
The new API method projectUsers gets all the users added to a particular project.
2019-08-19Move cycle analytics stages templates to vueEzekiel Kigbo
The existing stage list items are rendered in haml, migrating them to vuejs for future work. Fix alignment of median value Test for stage_nav_item.vue
2019-08-19Replace inline scripts in links to prevent defaultHeinrich Lee Yu
Use buttons instead of links with javascript:void(0)
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-17Make all of the discussion toggle clickableThomas Randolph
2019-08-17Adds specific metric styles and propLaura Montemayor
This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
2019-08-16Add clipboard button to metric chart dropdownTristan Read
Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.