Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fc5c45bd
Commit
fc5c45bd
authored
Oct 14, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove feedback alert from on-demand scans form
parent
651e07eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
11 deletions
+5
-11
changelogs/unreleased/255889-remove-feedback-alert-ondemand-scans.yml
...nreleased/255889-remove-feedback-alert-ondemand-scans.yml
+5
-0
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
...ripts/on_demand_scans/components/on_demand_scans_form.vue
+0
-11
No files found.
changelogs/unreleased/255889-remove-feedback-alert-ondemand-scans.yml
0 → 100644
View file @
fc5c45bd
---
title
:
Remove feedback alert from on-demand scans form
merge_request
:
45217
author
:
type
:
changed
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
View file @
fc5c45bd
...
...
@@ -21,7 +21,6 @@ import {
SITE_PROFILES_QUERY
,
}
from
'
../settings
'
;
import
dastOnDemandScanCreateMutation
from
'
../graphql/dast_on_demand_scan_create.mutation.graphql
'
;
import
DismissibleFeedbackAlert
from
'
~/vue_shared/components/dismissible_feedback_alert.vue
'
;
import
OnDemandScansScannerProfileSelector
from
'
./profile_selector/scanner_profile_selector.vue
'
;
import
OnDemandScansSiteProfileSelector
from
'
./profile_selector/site_profile_selector.vue
'
;
...
...
@@ -53,7 +52,6 @@ export default {
GlLink
,
GlSkeletonLoader
,
GlSprintf
,
DismissibleFeedbackAlert
,
},
directives
:
{
GlTooltip
:
GlTooltipDirective
,
...
...
@@ -162,15 +160,6 @@ export default {
<
template
>
<gl-form
@
submit.prevent=
"onSubmit"
>
<!--
This is a temporary change to solicit feedback from users
and shall be removed in https://gitlab.com/gitlab-org/gitlab/-/issues/255889
-->
<dismissible-feedback-alert
feature-name=
"on-demand DAST scans"
feedback-link=
"https://gitlab.com/gitlab-org/gitlab/-/issues/249684"
/>
<header
class=
"gl-mb-6"
>
<h2>
{{
s__
(
'
OnDemandScans|New on-demand DAST scan
'
)
}}
</h2>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment