As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 1269f3ae authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'master' of github.com:gitlabhq/gitlab-shell

parents 0bd0f069 fbaf8d8c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,6 +29,6 @@ v1.1.0
v1.0.4
- requires gitlab c9ca15e
- dont use post-receive file any more. Make all updates in update
- don't use post-receive file any more. Make all updates in update
- fixed issue with invalid GL_USER
- use GL_ID instead of GL_USER
Loading
Loading
@@ -72,7 +72,7 @@ Remove key
./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..."
Remoev all keys from authorized_keys file
Remove all keys from authorized_keys file
./bin/gitlab-keys clear
Loading
Loading
@@ -88,7 +88,7 @@ class GitlabProjects
end
# Import project via git clone --bare
# URL must be publicly clonable
# URL must be publicly cloneable
def import_project
@source = ARGV.shift
$logger.info "Importing project #{@project_name} from <#{@source}> to <#{full_path}>."
Loading
Loading
Loading
Loading
@@ -27,7 +27,7 @@ class GitlabUpdate
ENV['GL_ID'] = nil
# If its push over ssh
# we need to check user persmission per branch first
# we need to check user permission per branch first
if ssh?
if api.allowed?('git-receive-pack', @repo_name, @key_id, @branch_name)
update_redis
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment