Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
nexedi
gitlab-shell
Commits
4801e2de
Commit
4801e2de
authored
Aug 20, 2018
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move some GitlabNet requires into HTTPHelper
parent
ddb95f0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/gitlab_net.rb
lib/gitlab_net.rb
+0
-2
lib/http_helper.rb
lib/http_helper.rb
+2
-0
No files found.
lib/gitlab_net.rb
View file @
4801e2de
...
...
@@ -3,10 +3,8 @@ require 'openssl'
require
'json'
require_relative
'gitlab_config'
require_relative
'gitlab_logger'
require_relative
'gitlab_access'
require_relative
'gitlab_lfs_authentication'
require_relative
'httpunix'
require_relative
'http_helper'
class
GitlabNet
# rubocop:disable Metrics/ClassLength
...
...
lib/http_helper.rb
View file @
4801e2de
require_relative
'http_codes'
require_relative
'httpunix'
require_relative
'gitlab_logger'
module
HTTPHelper
include
HTTPCodes
...
...
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