Skip to content

Commit cdd9e12

Browse files
committed
Merge branch 'remove-unused-names-helper' into 'master'
Remove unused lib/names_helper.rb See merge request gitlab-org/gitlab-shell!173
2 parents 47dc17b + 7a020bf commit cdd9e12

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

lib/gitlab_access.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
require_relative 'gitlab_init'
22
require_relative 'gitlab_net'
33
require_relative 'gitlab_access_status'
4-
require_relative 'names_helper'
54
require_relative 'gitlab_metrics'
65
require_relative 'object_dirs_helper'
76
require 'json'
87

98
class GitlabAccess
109
class AccessDeniedError < StandardError; end
1110

12-
include NamesHelper
13-
1411
attr_reader :config, :gl_repository, :repo_path, :changes, :protocol
1512

1613
def initialize(gl_repository, repo_path, actor, changes, protocol)

lib/gitlab_post_receive.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
require 'securerandom'
77

88
class GitlabPostReceive
9-
include NamesHelper
10-
119
attr_reader :config, :gl_repository, :repo_path, :changes, :jid
1210

1311
def initialize(gl_repository, repo_path, actor, changes)

lib/names_helper.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

spec/names_helper_spec.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)