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
f9ac118e
Commit
f9ac118e
authored
Jun 16, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in config/, db/ and rubocop/
parent
5a24657e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
config/sidekiq_queues.yml
config/sidekiq_queues.yml
+1
-4
db/schema.rb
db/schema.rb
+0
-3
rubocop/cop/rspec/single_line_hook.rb
rubocop/cop/rspec/single_line_hook.rb
+0
-7
No files found.
config/sidekiq_queues.yml
View file @
f9ac118e
...
...
@@ -54,7 +54,7 @@
- [system_hook_push, 1]
- [update_user_activity, 1]
- [propagate_service_template, 1]
<<<<<<< HEAD
- [background_migration, 1]
# EE specific queues
- [ldap_group_sync, 2]
- [geo, 1]
...
...
@@ -66,6 +66,3 @@
- [elastic_indexer, 1]
- [elastic_commit_indexer, 1]
- [export_csv, 1]
=======
- [background_migration, 1]
>
>>>>>>
ce/master
db/schema.rb
View file @
f9ac118e
...
...
@@ -137,16 +137,13 @@ ActiveRecord::Schema.define(version: 20170606202615) do
t
.
boolean
"clientside_sentry_enabled"
,
default:
false
,
null:
false
t
.
string
"clientside_sentry_dsn"
t
.
boolean
"prometheus_metrics_enabled"
,
default:
false
,
null:
false
<<<<<<<
HEAD
t
.
boolean
"check_namespace_plan"
,
default:
false
,
null:
false
t
.
integer
"mirror_max_delay"
,
default:
5
,
null:
false
t
.
integer
"mirror_max_capacity"
,
default:
100
,
null:
false
t
.
integer
"mirror_capacity_threshold"
,
default:
50
,
null:
false
t
.
boolean
"authorized_keys_enabled"
=======
t
.
boolean
"help_page_hide_commercial_content"
,
default:
false
t
.
string
"help_page_support_url"
>>>>>>>
ce
/
master
end
create_table
"approvals"
,
force: :cascade
do
|
t
|
...
...
rubocop/cop/rspec/single_line_hook.rb
View file @
f9ac118e
<<<<<<<
HEAD
=======
require
'rubocop-rspec'
>>>>>>>
ce
/
master
module
RuboCop
module
Cop
module
RSpec
...
...
@@ -22,11 +19,7 @@ module RuboCop
# after(:each) do
# undo_something
# end
<<<<<<<
HEAD
class
SingleLineHook
<
RuboCop
::
Cop
::
RSpec
::
Cop
=======
class
SingleLineHook
<
Cop
>>>>>>>
ce
/
master
MESSAGE
=
"Don't use single-line hook blocks."
.
freeze
def_node_search
:rspec_hook?
,
<<~
PATTERN
...
...
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