- 17 Sep, 2019 11 commits
-
-
Evan Read authored
Docs: update CI/CD illustration Closes #31693 See merge request gitlab-org/gitlab!16841
-
Marcia Ramos authored
- Replace inforgraphic with typo - Update version number
-
Mark Lapierre authored
Simplify end-to-end test setup See merge request gitlab-org/gitlab!16846
-
Walmyr Lima e Silva Filho authored
Besides that, this commit tries to fix an issue that happens on staging, where user fabrication via API doesn't work, and it may be due to the usage of let(:user) since other tests using User.fabricate_via_api! don't use it in a let declaration. In this commit I'm moving the user fabrication to the before block and exposing it as an instance variable @user, so that it can be used in the test itself. Also, I have removed unnecessary steps that makes the test slower.
-
Evan Read authored
Update doc/user/project/pipelines/job_artifacts.md See merge request gitlab-org/gitlab!16816
-
Evan Read authored
Add docs for Auto DevOps build secret forwarding See merge request gitlab-org/gitlab!16783
-
Hordur Freyr Yngvason authored
Documents AUTO_DEVOPS_BUILD_IMAGE_FORWARDED_CI_VARIABLES Relates to https://gitlab.com/gitlab-org/gitlab-ee/issues/25514
-
Evan Read authored
Document a workaround for installing helm behind a proxy See merge request gitlab-org/gitlab!16781
-
Hordur Freyr Yngvason authored
-
Dan Davison authored
Correct push target for Geo E2E wiki push to secondary test See merge request gitlab-org/gitlab!16580
-
Jennifer Louie authored
-
- 16 Sep, 2019 29 commits
-
-
Mark Lapierre authored
Make block arg naming more flexible See merge request gitlab-org/gitlab!16560
-
Dan Davison authored
-
Mayra Cabrera authored
Maintain related issues after moving issue See merge request gitlab-org/gitlab!15391
-
Stan Hu authored
When moving an issue to another project, the related issues are not retained. We now move all the old issue links to the new issue without creating system notes Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/13632
-
Mayra Cabrera authored
Support creating project from template via API See merge request gitlab-org/gitlab!16352
-
Clement Ho authored
Place "Hide dismissed vulnerabilities" toggle behind a feature flag Closes #31865 See merge request gitlab-org/gitlab!16462
-
Paul Gascou-Vaillancourt authored
The toggle has been placed behind the hide_dismissed_vulnerabilities feature flag while the backend is being completed
-
Clement Ho authored
Productivity Analytics: Rename author_username to author_id in API call See merge request gitlab-org/gitlab!16787
-
Martin Wortschack authored
- Productivity analytics API requires author_id, but the filter bar sends author_username
-
Robert Speicher authored
Corrected name of North Korea in denylist of countries See merge request gitlab-org/gitlab!16845
-
Aishwarya Subramanian authored
-
Mike Greiling authored
Remove vue-resource from PerformanceBarService Closes #31360 See merge request gitlab-org/gitlab!16599
-
Winnie Hellmann authored
-
Stan Hu authored
A project will no longer be created if an invalid project name is provided. This makes it possible for the API and controllers to behave in a consistent manner, since it's easy to make a mistake and use the wrong template name.
-
Mike Greiling authored
Remove layout classes from charts and add them to their wrappers See merge request gitlab-org/gitlab!16497
-
Miguel Rincon authored
- Remove col- classes in our monitor chart components - Layout classes are added to their wrappers - Fixes small layout issues
-
Achilleas Pipinellis authored
Replace clair-scanner with klar in container scanning docs See merge request gitlab-org/gitlab!16404
-
Adam Cohen authored
-
Stan Hu authored
Refactored settings 'show' panel to 'general' See merge request gitlab-org/gitlab!16476
-
Paul Slaughter authored
Change generic alert button color with state See merge request gitlab-org/gitlab!16420
-
Stan Hu authored
This adds support for creating projects from instance/project/group templates via the API. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/19497
-
Marcia Ramos authored
Update Feature Flag Target Users Documentation Closes #18547 See merge request gitlab-org/gitlab!16698
-
Jason Goodman authored
Clarify how target users list works
-
Annabel Dunstone Gray authored
Fix alignment of comments count in issuable lists See merge request gitlab-org/gitlab!16829
-
Nick Thomas authored
Show ancestor group epics in epic select See merge request gitlab-org/gitlab!16218
-
Walmyr Lima e Silva Filho authored
Added E2E tests for DAST reports Closes gitlab-org/quality/testcases#127 and gitlab-org/quality/testcases#132 See merge request gitlab-org/gitlab!16655
-
Aleksandr Soborov authored
Additionally added a DAST report to the fixture and revamped merge request test flow to wait for DAST.
-
Nick Thomas authored
Fix for #29676, MR webhooks will now show changes in assignees. Closes #29676 See merge request gitlab-org/gitlab!16812
-
Jesse Hall authored
-