- 15 Jul, 2020 40 commits
-
-
Michael Kozono authored
Parse scanner from security report scan.scanner See merge request gitlab-org/gitlab!36865
-
Mayra Cabrera authored
Use stable sort in metrics dashboard sorter See merge request gitlab-org/gitlab!36278
-
Jose Ivan Vargas authored
Support short urls for custom metrics dashboards See merge request gitlab-org/gitlab!36740
-
Mayra Cabrera authored
Implement cronjob to adjust vulnerability statistics everyday See merge request gitlab-org/gitlab!36040
-
Mehmet Emin INAC authored
This cronjob will schedule background jobs for each 1000 projects to adjust their vulnerability statistics. The reason for this approach is if we try to adjust the vulnerability statistics of all the projects in one background job, then in case if the cluster crushes or shuts down with force then we can not update the statistics.
-
Robert Speicher authored
Update Gitaly version See merge request gitlab-org/gitlab!36996
-
Jose Ivan Vargas authored
Fix not being able to add more than one variable through the UI Closes #227400 See merge request gitlab-org/gitlab!37001
-
Payton Burdette authored
When clearing the modal reset the state with protected_variable instead of protected.
-
Russell Dickenson authored
Update broken data team links in telemetry pages Closes gitlab-data/analytics#5550 See merge request gitlab-org/gitlab!36975
-
Taylor A Murphy, PhD authored
-
Michael Kozono authored
Enable feature flag to make registry table SSOT for Designs Closes #228952 See merge request gitlab-org/gitlab!36999
-
Gabriel Mazetto authored
Allow users to create pipelines for merge requests in the target project if the user has permission See merge request gitlab-org/gitlab!35114
-
Sean McGivern authored
Set Stackprof profiling mode to "cpu" See merge request gitlab-org/gitlab!36994
-
Douglas Barbosa Alexandre authored
Move task geo:check_replication_verification_status to gitlab namespace See merge request gitlab-org/gitlab!36911
-
Jose Ivan Vargas authored
Resolve "Display non-markdown content in the WYSIWYG mode of the SSE::Identifiers (inline instance)" See merge request gitlab-org/gitlab!36574
-
Stan Hu authored
Fix N+1 in the RootController#index See merge request gitlab-org/gitlab!36805
-
Amy Qualls authored
Docs: Revise Crossplane page for tone and style See merge request gitlab-org/gitlab!36248
-
Amy Qualls authored
Major revisions of the Crossplane page to bring it closer to GitLab tone and style.
-
Dhiraj Bodicherla authored
Custom metrics dashboards currently display the entire file path in the URL. This MR supports a shorter path for such dashboards
-
Paul Slaughter authored
Merge branch '217803-follow-up-from-resolve-distribute-daily-cron-schedules-out-over-the-hour' into 'master' Follow-up from: Distribute daily cron schedules out over the hour" See merge request gitlab-org/gitlab!36471
-
Frédéric Caplette authored
Replace old inputs with the new component glFormRadio and refactor the part of the code that used some hack to trigger the v-model to work.
-
Gabriel Mazetto authored
We intend to consolidate all geo tasks inside the `gitlab:` namespace
-
Shinya Maeda authored
This commit adds an extention to the pipeline creation service
-
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
-
Douglas Barbosa Alexandre 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
-
derek-knox authored
A custom renderer to ensure the instance use, not just the identifier definitions are properly made uneditable.
-
Peter Leitzen authored
Create GitLab issues from PagerDuty webhook payload (Part 2) See merge request gitlab-org/gitlab!36603
-
GitLab Release Tools Bot authored
-
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.
-