- 11 Feb, 2021 40 commits
-
-
Jannik Lehmann authored
-
Jan Provaznik authored
Remove adjacency checks See merge request gitlab-org/gitlab!53771
-
Peter Leitzen authored
Add DastProfileRun GraphQL mutation See merge request gitlab-org/gitlab!53337
-
Philip Cunningham authored
Allow users to run a scan using a Dast::Profile.
-
Peter Leitzen authored
Merge branch '299420-rewrite-remove_duplicated_cs_findings_without_vulnerability_id_spec' into 'master' Remove attributes_for from RemoveDuplicatedCsFindingsWithoutVulnerabilityId spec See merge request gitlab-org/gitlab!53372
-
Kushal Pandya authored
Persist On-demand Scans form values in localStorage See merge request gitlab-org/gitlab!53466
-
Dheeraj Joshi authored
DAST On-demand scan form will preserve the un-saved values in local storage
-
Illya Klymov authored
Delete unused .btn-action classes See merge request gitlab-org/gitlab!53874
-
Kushal Pandya authored
Fix epic dropdown not opening in swimlanes sidebar See merge request gitlab-org/gitlab!53686
-
Kushal Pandya authored
Add btn-default class for social buttons in login and signup page See merge request gitlab-org/gitlab!53347
-
Yogi authored
-
Arturo Herrero authored
Adds composer seeds See merge request gitlab-org/gitlab!53309
-
Vitali Tatarintev authored
Explicitly put timestamp into Gitaly requests See merge request gitlab-org/gitlab!52674
-
Kushal Pandya authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!53872
-
Kushal Pandya authored
Remove gl-text-black-normal from detailed metric which is not visible in dark mode on performance bar See merge request gitlab-org/gitlab!53563
-
Yogi authored
Remove gl-text-black-normal from detailed metric which is not visible in dark mode on performance bar
-
Kushal Pandya authored
Apply new GitLab UI for input field in user profile settings See merge request gitlab-org/gitlab!52424
-
Yogi authored
-
Kushal Pandya authored
Add Space before loading icon in toggle todo button See merge request gitlab-org/gitlab!53463
-
Yogi authored
-
Phil Hughes authored
Apply new GitLab UI for buttons in new group page See merge request gitlab-org/gitlab!53456
-
Yogi authored
-
Sanad Liaquat authored
Update e2e 2FA confirmation text See merge request gitlab-org/gitlab!53905
-
Brandon Labuschagne authored
Enable `vue_project_members_list` feature flag by default See merge request gitlab-org/gitlab!53935
-
Matthias Käppler authored
Bump Elasticsearch in CI to 7.10.1 See merge request gitlab-org/gitlab!53784
-
Achilleas Pipinellis authored
Document the possible issue of searching binary file See merge request gitlab-org/gitlab!53801
-
Changzheng Liu authored
-
David Fernandez authored
Fix Graphql/Descriptions EE types offenses See merge request gitlab-org/gitlab!53926
-
Kushal Pandya authored
Remove extra margin below tab on project template page See merge request gitlab-org/gitlab!52454
-
Yogi authored
-
Michał Zając authored
-
Michał Zając authored
With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52182 we banned `attributes_for` in migration specs. This refactors one of the offending migrations.
-
Kushal Pandya authored
Add btn-icon class for icon only buttons in issues header See merge request gitlab-org/gitlab!53562
-
Yogi authored
-
Natalia Tepluhina authored
Add loading display to Terraform lock actions See merge request gitlab-org/gitlab!53475
-
Emily Ring authored
Show loading message when a user is attempting to lock/unlock a Terraform state
-
Eulyeon Ko authored
For epic select in the swimlane sidebar: 1. The epic dropdown didn't automatically expand because 'board_sidebar_epic_select.vue` was using a removed method (handleEditClick) of sidebar/epics_select/base.vue. The method's been removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52528. This MR replaces the removed method with the newly added substitute method 'toggleFormDropdown' in 'board_sidebar_epic_select.vue' 2. The epic dropdown threw an error when user selects an already-assigned epic. This MR fixes the problem by adding a guard. For milestone select in the swimlane sidebar: BoardSidebarMilestone component used to listen BV_DROPDOWN_HIDE event to collapse BoardEditableItem. This MR instead attaches listens for @hide event on EpicSelect to collapse BoardEditableItem. (EpicSelect wraps GlDropdown and GlDropdown normally exposes @hide and @hidden by default).
-
David Fernandez authored
Update gitlab-license gem to 1.3.0 See merge request gitlab-org/gitlab!53906
-
Achilleas Pipinellis authored
Update docs to allow query plan links in postgres.ai See merge request gitlab-org/gitlab!53898
-
Alex Ives authored
-