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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
be165b18
Commit
be165b18
authored
Mar 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add brakeman and jasmine
parent
16e899ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG
CHANGELOG
+1
-0
lib/tasks/test.rake
lib/tasks/test.rake
+1
-1
No files found.
CHANGELOG
View file @
be165b18
...
...
@@ -15,6 +15,7 @@ v 7.9.0 (unreleased)
- Fix mass-unassignment of issues (Robert Speicher)
- Allow user confirmation to be skipped for new users via API
- Add a service to send updates to an Irker gateway (Romain Coltel)
- Add brakeman (security scanner for Ruby on Rails)
v 7.8.1
- Fix run of custom post receive hooks
...
...
lib/tasks/test.rake
View file @
be165b18
...
...
@@ -9,5 +9,5 @@ unless Rails.env.production?
require
'coveralls/rake/task'
Coveralls
::
RakeTask
.
new
desc
"GITLAB | Run all tests on CI with simplecov"
task
:test_ci
=>
[
:rubocop
,
:spinach
,
:spec
,
'coveralls:push'
]
task
:test_ci
=>
[
:rubocop
,
:
brakeman
,
'jasmine:ci'
,
:
spinach
,
:spec
,
'coveralls:push'
]
end
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