- 16 Jul, 2020 1 commit
-
-
Igor Drozdov authored
Remove duplicated definitions of the method as well
-
- 15 Jul, 2020 39 commits
-
-
Peter Leitzen authored
Make common_metrics dashboard work on K8s 1.12 to 1.16 See merge request gitlab-org/gitlab!36863
-
Peter Leitzen authored
When opening Web IDE, follow path to fork if it exists See merge request gitlab-org/gitlab!36548
-
Himanshu Kapoor authored
Currently when a user doesn't have permissions to commit or create a merge request in a project we offer the user the option to fork the project when opening the Web IDE. However, if a user already has a fork then we open the upstream project and not the forked project in the Web IDE. This means users are "doomed to fail" as they won't be able to make changes, or save their changes and make them in the appropriate context.
-
Jose Ivan Vargas authored
Add new Epic page See merge request gitlab-org/gitlab!32701
-
Jarka Košanová authored
RUN AS-IF-FOSS Move service desk frontend files to core See merge request gitlab-org/gitlab!36613
-
Paul Slaughter authored
Web IDE: Remove unused property and mutation Closes #222501 See merge request gitlab-org/gitlab!36782
-
Suzanne Selhorn authored
Update docs for mwps See merge request gitlab-org/gitlab!36777
-
Marcel Amirault authored
-
Suzanne Selhorn authored
Improve container registry migrate to object storage details See merge request gitlab-org/gitlab!35932
-
Ben Bodenmiller authored
-
Mike Jang authored
Add recommendations for mitigating XSS and path traversal to the docs See merge request gitlab-org/gitlab!31138
-
Juan Broullon authored
-
Peter Leitzen authored
Create GitLab issues from PagerDuty webhook payload (Part 2) See merge request gitlab-org/gitlab!36603
-
rpereira2 authored
- K8s 1.14 introduced the pod and container labels and deprecated the pod_name and container_name labels. K8s 1.16 removes the pod_name and container_name labels. - Metrics from K8s versions before 1.14 contain pod_name and container_name labels. Metrics from K8s 1.14/1.15 contain pod, pod_name, container and container_name labels. Metrics from K8s 1.16 onwards contain pod and container labels. - According to our docs, we need to support K8s 1.12 to 1.16. - This commit changes existing queries to use pod instead of pod_name and container instead of container_name. These changed queries should work on K8s 1.14 onwards. - This commit also adds a second query using `OR`. The second query uses pod_name instead of pod, and container_name instead of container. This second query should work on K8s 1.12 to 1.15.
-
Mike Jang authored
Doc changes for updates to default project deletion behavior See merge request gitlab-org/gitlab!36755
-
Amy Qualls authored
Move the formats page to the dashboard section See merge request gitlab-org/gitlab!36934
-
Miguel Rincon authored
After reorganizing the pages, we left the yaml configuration in a separate section. This change fixes that.
-
Axel García authored
-
Axel García authored
- Replace static props with provide/inject - Namespaced and moved some strings to $options - Added missing data-testid - Tidy up the CSS a bit - Replaced old utility classes
-
Axel García authored
-
Axel García authored
- Replace some CSS with utility classes - Make sure all color selector look nice - Improve testing
-
Axel García authored
-
Axel García authored
-
Axel García authored
This improves both the data source and the data selection, removing helper functions on the component
-
Axel García authored
This also updates tests and strings accordingly
-
Axel García authored
This is to be used inside of a form. It's different from "standalone" because it has header, footer and custom styling.
-
Axel García authored
-
Axel García authored
This also updates used strings
-
Axel García authored
- Update help paths. - Remove suggestion support for markdown editor. - Match input styles on markdown editor. - Adjust containers to follow conventions. - Add a small validation (title must be filled).
-
Axel García authored
-
Axel García authored
-
Axel García authored
This is a standalone form to create Epic with all the available options. - Missing labels and tests
-
Jose Ivan Vargas authored
Resolve "Display non-markdown content in the WYSIWYG mode of the SSE::HTML" Closes #221078 See merge request gitlab-org/gitlab!36330
-
Amy Qualls authored
Add prometheus IAP docs See merge request gitlab-org/gitlab!36864
-
Dhiraj Bodicherla authored
-
Mark Florian authored
DAST Site profiles - Form MVC - Create the basic form - Frontend See merge request gitlab-org/gitlab!36355
-
Paul Gascou-Vaillancourt authored
Implemented the basic form for creating a DAST site profile
-
Felipe Artur authored
Move frontend service desk related files to core. More information on https://gitlab.com/gitlab-org/gitlab/-/issues/215364
-
Aishwarya Subramanian authored
Add documentation changes for the Group Setting to configure project deletion mode.
-