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
70e9b713
Commit
70e9b713
authored
May 28, 2018
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address all_queues.yml sidekiq_queues.yml schema.rb conflicts
parent
e9df95a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
app/workers/all_queues.yml
app/workers/all_queues.yml
+0
-3
config/sidekiq_queues.yml
config/sidekiq_queues.yml
+0
-4
db/schema.rb
db/schema.rb
+0
-3
No files found.
app/workers/all_queues.yml
View file @
70e9b713
...
...
@@ -116,7 +116,6 @@
-
web_hook
-
repository_update_remote_mirror
-
create_note_diff_file
<<<<<<< HEAD
# EE-specific queues
...
...
@@ -177,5 +176,3 @@
-
rebase
-
repository_update_mirror
-
chat_notification
=======
>
>>>>>>
upstream/master
config/sidekiq_queues.yml
View file @
70e9b713
...
...
@@ -76,7 +76,6 @@
- [repository_update_remote_mirror, 1]
- [repository_remove_remote, 1]
- [create_note_diff_file, 1]
<<<<<<< HEAD
# EE-specific queues
- [ldap_group_sync, 2]
...
...
@@ -97,6 +96,3 @@
-
geo_file_download
-
geo_project_sync
-
geo_repository_shard_sync
=======
>
>>>>>>
upstream/master
db/schema.rb
View file @
70e9b713
...
...
@@ -2898,11 +2898,8 @@ ActiveRecord::Schema.define(version: 20180521171529) do
add_foreign_key
"merge_requests_closing_issues"
,
"merge_requests"
,
on_delete: :cascade
add_foreign_key
"milestones"
,
"namespaces"
,
column:
"group_id"
,
name:
"fk_95650a40d4"
,
on_delete: :cascade
add_foreign_key
"milestones"
,
"projects"
,
name:
"fk_9bd0a0c791"
,
on_delete: :cascade
<<<<<<<
HEAD
add_foreign_key
"namespace_statistics"
,
"namespaces"
,
on_delete: :cascade
add_foreign_key
"namespaces"
,
"plans"
,
name:
"fk_fdd12e5b80"
,
on_delete: :nullify
=======
>>>>>>>
upstream
/
master
add_foreign_key
"note_diff_files"
,
"notes"
,
column:
"diff_note_id"
,
on_delete: :cascade
add_foreign_key
"notes"
,
"projects"
,
name:
"fk_99e097b079"
,
on_delete: :cascade
add_foreign_key
"oauth_openid_requests"
,
"oauth_access_grants"
,
column:
"access_grant_id"
,
name:
"fk_oauth_openid_requests_oauth_access_grants_access_grant_id"
...
...
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