- 21 Dec, 2019 6 commits
-
-
Paul Slaughter authored
Update `task_list` gem to version that supports `sourcepos` See merge request gitlab-org/gitlab!21434
-
Natalia Tepluhina authored
Fix "Discard" for newly-created and renamed files See merge request gitlab-org/gitlab!21905
-
Paul Slaughter authored
Animate new scroll-down icon Closes #38378 See merge request gitlab-org/gitlab!21442
-
Jeremy Elder authored
Also updated the animation
-
Ray Paik authored
Update proofreader.md See merge request gitlab-org/gitlab!21487
-
Stan Hu authored
Validate deployment SHAs and refs Closes #36967 See merge request gitlab-org/gitlab!20849
-
- 20 Dec, 2019 34 commits
-
-
Clement Ho authored
Merge branch '9215-promote-issue-to-epic-may-expose-confidential-information-warning-needs-explanation' into 'master' Promote issue to epic "may expose confidential information" warning needs explanation Closes #9215 See merge request gitlab-org/gitlab!21158
-
Florie Guibert authored
- Warning only displays when issue is confidential - Change promote command description - Update banner copy on confirm issue has been promoted
-
Clement Ho authored
Update search functionality / fix sort by for sentry errors See merge request gitlab-org/gitlab!21981
-
Clement Ho authored
Remove unused file See merge request gitlab-org/gitlab!22154
-
Mayra Cabrera authored
Fixes project registry anchor links See merge request gitlab-org/gitlab!22179
-
Mayra Cabrera authored
Conan headers were changed on ffdd21c7, so we just need to updated them on project registry documentation
-
Brett Walker authored
and changelog
-
Brett Walker authored
that supports using sourcepos
-
Mike Greiling authored
Step component for paid signup flow See merge request gitlab-org/gitlab!21568
-
Mike Greiling authored
Fix: "Discard" button in Web IDE does nothing See merge request gitlab-org/gitlab!21902
-
Paul Slaughter authored
Hide status div when there is no user status See merge request gitlab-org/gitlab!19938
-
Mike Greiling authored
Delete system tests that duplicate JS tests Closes #28852 See merge request gitlab-org/gitlab!22000
-
Mike Greiling authored
Update EKS cluster docs and help links to clarify IAM role requirements See merge request gitlab-org/gitlab!21973
-
Mike Greiling authored
Enable caching for ESLint See merge request gitlab-org/gitlab!22114
-
Inactive Account authored
-
Mike Greiling authored
Replace breakpoints with GlBreakpointInstance in merge_request_tabs.js See merge request gitlab-org/gitlab!22009
-
Paul Slaughter authored
Resolve code smells in `getFiles` in Web IDE `ide/stores/actions/tree.js` See merge request gitlab-org/gitlab!21805
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Clement Ho authored
Remove FE dormant code analytics related code See merge request gitlab-org/gitlab!21661
-
Brandon Labuschagne authored
The code analytics feature has been placed on hold. We are removing the associated code until further conversation takes place about the future of the feature.
-
Paul Slaughter authored
-
Heinrich Lee Yu authored
This removes extra whitespace when the user does not have a status message set
-
Walmyr Lima e Silva Filho authored
Fix group file template spec See merge request gitlab-org/gitlab!22137
-
Tiffany Rea authored
-
Clement Ho authored
Merge branch '36545-frontend-add-stack-trace-component-below-details-when-issue-is-created-from-sentry-error' into 'master' Add stack trace component below details when issue is created from sentry error details page See merge request gitlab-org/gitlab!21438
-
Laura Montemayor authored
* Adds initialization function for sentry stack trace * Adds div to project/issues/show to display component * Updates parent component with actions and getter
-
Dmitriy Zaporozhets authored
Turns on Backend DAST reports by default See merge request gitlab-org/gitlab!22001
-
Sam Beckham authored
-
Himanshu Kapoor authored
Currently, the getFiles action assumes that the state has details available for the branch passed to it. It uses it to fetch its last commit ID. This may or may not be the case. The action should instead take another parameter `ref` to fetch commits by if necessary.
-
Natalia Tepluhina authored
!21542 Part 2 & 3: Handle edge cases in stage and unstage mutations See merge request gitlab-org/gitlab!21676
-
Martin Wortschack authored
bootstrap-vue-upgrade: Mock gitlab-ui tooltip directive and component See merge request gitlab-org/gitlab!22118
-
Enrique Alcántara authored
gitlab-ui tooltip component is based on bootstrap-vue tooltip component. Starting with bootstrap-vue 2.0, testing Vue components that use BV tooltip requires to attach the component under test to the document object using vue-test-utils attachToDocument mounting option. It also requires setting the `sync` option to true. This change affected a significant amount of unit tests in GitLab codebase. These effects impede GitLab from upgrading to bootstrap-vue 2.0. To address this problem we first attempted to fix all the affected tests. The list is broken tests is located in https://gitlab.com/gitlab-org/gitlab/merge_requests/18913. Over time, more tests appeared broken as they were using the tooltip directive too. The goal to fix broken tests became a moving target, so we desisted. This new approach mocks the tooltip directive and tooltip component to decouple the unit tests from the bootstrap-vue dependency.
-
Achilleas Pipinellis authored
Add Package workflows section to docs Closes #118657 See merge request gitlab-org/gitlab!21697
-