replace Gitolited mixin with Gitlab::ShellAdapter
This commit is contained in:
parent
d6338a8482
commit
0103363191
9 changed files with 21 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
require "grit"
|
||||
|
||||
class Project < ActiveRecord::Base
|
||||
include Gitolited
|
||||
include Gitlab::ShellAdapter
|
||||
extend Enumerize
|
||||
|
||||
class TransferError < StandardError; end
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
|
||||
class ProtectedBranch < ActiveRecord::Base
|
||||
include Gitolited
|
||||
include Gitlab::ShellAdapter
|
||||
|
||||
attr_accessible :name
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
|
||||
class UsersProject < ActiveRecord::Base
|
||||
include Gitolited
|
||||
include Gitlab::ShellAdapter
|
||||
|
||||
GUEST = 10
|
||||
REPORTER = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue