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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-shell
Commits
8449979f
Commit
8449979f
authored
Sep 01, 2015
by
Artem V. Navrotskiy
Committed by
Artem V. Navrotskiy
Sep 09, 2015
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run git-lfs-authenticate script with original command line arguments
parent
c31e6165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG
CHANGELOG
+3
-0
lib/gitlab_shell.rb
lib/gitlab_shell.rb
+2
-0
No files found.
CHANGELOG
View file @
8449979f
v2.6.5 (unreleased)
- Add git-lfs-authenticate command to white list (this command is used by git-lfs for SSO authentication through SSH-protocol)
v2.6.4
- Remove keys from authorized_keys in-place
- Increase batch_add_keys lock timeout to 300 seconds
...
...
lib/gitlab_shell.rb
View file @
8449979f
...
...
@@ -111,6 +111,8 @@ class GitlabShell
$logger
.
info
"gitlab-shell: executing git-annex command <
#{
parsed_args
.
join
(
' '
)
}
> for
#{
log_username
}
."
exec_cmd
(
*
parsed_args
)
elsif
@git_cmd
==
'git-lfs-authenticate'
exec_cmd
(
@origin_cmd
)
else
$logger
.
info
"gitlab-shell: executing git command <
#{
@git_cmd
}
#{
repo_full_path
}
> for
#{
log_username
}
."
exec_cmd
(
@git_cmd
,
repo_full_path
)
...
...
Kirill Smelkov
@kirr
mentioned in commit
dacb8ec0
·
Nov 25, 2015
mentioned in commit
dacb8ec0
mentioned in commit dacb8ec07645f254c3a2cf7d6f1d6c26b4f33dce
Toggle commit list
Kirill Smelkov
@kirr
mentioned in commit
1a75d086
·
Nov 25, 2015
mentioned in commit
1a75d086
mentioned in commit 1a75d086b53d799ac10f77acfb198f2c5ea95621
Toggle commit list
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