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
4e230bcd
Commit
4e230bcd
authored
Dec 07, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include project level in validations query
parent
59996871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_site_profiles_list.vue
...tion/dast_profiles/components/dast_site_profiles_list.vue
+3
-1
ee/spec/frontend/security_configuration/dast_profiles/mocks/apollo_mock.js
...security_configuration/dast_profiles/mocks/apollo_mock.js
+4
-2
No files found.
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_site_profiles_list.vue
View file @
4e230bcd
...
...
@@ -40,7 +40,9 @@ export default {
},
result
({
data
:
{
validations
:
{
nodes
=
[]
},
project
:
{
validations
:
{
nodes
=
[]
},
},
},
})
{
const
store
=
this
.
$apollo
.
getClient
();
...
...
ee/spec/frontend/security_configuration/dast_profiles/mocks/apollo_mock.js
View file @
4e230bcd
export
const
dastSiteValidations
=
(
nodes
=
[])
=>
({
data
:
{
validations
:
{
nodes
,
project
:
{
validations
:
{
nodes
,
},
},
},
});
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