- 24 Sep, 2019 13 commits
-
-
Lukas Eipert authored
This fixes all disabled lints for the `prefer-template` rule: https://eslint.org/docs/rules/prefer-template
-
Fatih Acet authored
Fix eslint prefer-arrow-callback rule See merge request gitlab-org/gitlab!17112
-
Paul Slaughter authored
Refactor submission of tour feedback See merge request gitlab-org/gitlab!16150
-
Doug Stull authored
- first swipe at breaking up the complex handleClickPopoverButton function. In this first iteration we'll move the submission of feedback out and into its own area
-
Lin Jen-Shin authored
Switch tracking to use the AsyncEmitter See merge request gitlab-org/gitlab!16575
-
Jeremy Jackson authored
-
Achilleas Pipinellis authored
Update documentation for License-Check rule See merge request gitlab-org/gitlab!16674
-
mo khan authored
-
Achilleas Pipinellis authored
Linked to issue for FF removal in 12.4 See merge request gitlab-org/gitlab!17549
-
Marcia Ramos authored
Move spec/migrations/README.md to docs See merge request gitlab-org/gitlab!16759
-
Luke Duncalfe authored
Moving all of this good information to our official docs.
-
Thong Kuah authored
Extract cluster provider state machine into module See merge request gitlab-org/gitlab!17033
-
Tiger authored
This allows new cluster providers (eg. AWS) to share the same state machine.
-
- 23 Sep, 2019 27 commits
-
-
Paul Slaughter authored
Remove gitlab-managed-app namespace and tiller-admin clusterrolebinding after helm is uninstalled See merge request gitlab-org/gitlab!17024
-
Mike Greiling authored
After uninstalling Helm we can also clear out everything under the `gitlab-managed-apps` namespace as well as the tiller-admin clusterrolebinding. This contributes to https://gitlab.com/gitlab-org/gitlab/issues/26815
-
Russell Dickenson authored
Clarify additional minutes Closes #31336 See merge request gitlab-org/gitlab!17038
-
Evan Read authored
-
Mike Greiling authored
Update dependency @gitlab/visual-review-tools to v1.0.3 See merge request gitlab-org/gitlab!17536
-
Fatih Acet authored
Use scope param instead of hide_dismissed See merge request gitlab-org/gitlab!16834
-
Mike Greiling authored
Revert "Merge branch '12775-hide-issue-boards-switcher' into 'master'" See merge request gitlab-org/gitlab!17546
-
Winnie Hellmann authored
This reverts merge request !15293
-
Stan Hu authored
Fix ordering of issue boards Closes #32427 See merge request gitlab-org/gitlab!17356
-
Sarah Waldner authored
-
Fatih Acet authored
Refactor RecaptchaModal component to allow more than one instance Closes #31115 See merge request gitlab-org/gitlab!16857
-
Winnie Hellmann authored
-
Tim Zallmann authored
Refactor error_message_spec to Jest Closes #32126 See merge request gitlab-org/gitlab!16916
-
Tim Zallmann authored
Customizable cycle analytics - Custom stage form ui See merge request gitlab-org/gitlab!15216
-
Stan Hu authored
Fix for #32595, users can view the blame or history of file with newlines in its filename. Closes #32595 See merge request gitlab-org/gitlab!17543
-
Jesse Hall authored
-
Fatih Acet authored
Merge branch '29295-time-tracked-info-are-different-during-right-side-open-and-collapsed-2' into 'master' Fix time tracking info when the sidebar is collapsed Closes #29295 See merge request gitlab-org/gitlab!16830
-
Coung Ngo authored
The time tracking info displayed the abbreviated time instead of the full time, e.g. "2h / 3h" instead of "2h 15m / 3h 45m". This commit fixes this so the full time is always displayed.
-
Robert Speicher authored
-
Fatih Acet authored
Validation errors in application settings, such as Geo panel, shows wrong panel See merge request gitlab-org/gitlab!14374
-
Dan Davison authored
Add E2E test of pipelines for merged results Closes gitlab-org/quality/testcases#203 See merge request gitlab-org/gitlab!17321
-
Mayra Cabrera authored
Links to SHA commits on the Releases page See merge request gitlab-org/gitlab!16128
-
Sean Carroll authored
Modify the Release API endpoint and Vue components to add live links on the Releases page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61061
-
Mike Greiling authored
Productivity Analytics: Introduce fetchSecondaryChartData action See merge request gitlab-org/gitlab!17347
-
Martin Wortschack authored
- This fetches data for all charts except for the main chart
-
Mayra Cabrera authored
Only use basename from $BACKUP variable See merge request gitlab-org/gitlab!16464
-
Markus Koller authored
This is the documented intention of this variable and protects against path traversal attacks, which are low-risk though because the variable is only used in a Rake task and under administrator control.
-