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
c047a29c
Commit
c047a29c
authored
Jan 22, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-01-22
# Conflicts: # doc/ci/examples/dast.md [ci skip]
parents
59693112
6d9da738
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/ci/examples/dast.md
doc/ci/examples/dast.md
+4
-0
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+1
-1
No files found.
doc/ci/examples/dast.md
View file @
c047a29c
...
@@ -35,6 +35,10 @@ Starting with [GitLab Enterprise Edition Ultimate][ee] 10.4, this information wi
...
@@ -35,6 +35,10 @@ Starting with [GitLab Enterprise Edition Ultimate][ee] 10.4, this information wi
be automatically extracted and shown right in the merge request widget. To do
be automatically extracted and shown right in the merge request widget. To do
so, the CI job must be named
`dast`
and the artifact path must be
so, the CI job must be named
`dast`
and the artifact path must be
`gl-dast-report.json`
.
`gl-dast-report.json`
.
<<<<<<< HEAD
[Learn more about DAST results shown in merge requests](../../user/project/merge_requests/dast.md).
[Learn more about DAST results shown in merge requests](../../user/project/merge_requests/dast.md).
=======
[
Learn more about DAST results shown in merge requests
](
https://docs.gitlab.com/ee/user/project/merge_requests/dast.html
)
.
>>>>>>> upstream/master
[
ee
]:
https://about.gitlab.com/gitlab-ee/
[
ee
]:
https://about.gitlab.com/gitlab-ee/
lib/tasks/gitlab/check.rake
View file @
c047a29c
...
@@ -430,7 +430,7 @@ namespace :gitlab do
...
@@ -430,7 +430,7 @@ namespace :gitlab do
namespace
:user
do
namespace
:user
do
desc
"GitLab | Check the integrity of a specific user's repositories"
desc
"GitLab | Check the integrity of a specific user's repositories"
task
:check_repos
,
[
:username
]
=>
:environment
do
|
t
,
args
|
task
:check_repos
,
[
:username
]
=>
:environment
do
|
t
,
args
|
username
=
args
[
:username
]
||
prompt
(
"Check repository integrity for
f
sername? "
.
color
(
:blue
))
username
=
args
[
:username
]
||
prompt
(
"Check repository integrity for
u
sername? "
.
color
(
:blue
))
user
=
User
.
find_by
(
username:
username
)
user
=
User
.
find_by
(
username:
username
)
if
user
if
user
repo_dirs
=
user
.
authorized_projects
.
map
do
|
p
|
repo_dirs
=
user
.
authorized_projects
.
map
do
|
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