| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
'gcryptsetup' is a special git-annex feature that does its own
initialization.
|
|\
| |
| |
| |
| |
| |
| | |
Version bump 2.6.4
See merge request !17
|
|/ |
|
|\ |
|
| | |
|
|\ \
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove keys from authorized_keys in-place
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
See merge request !66
|
| |/
| |
| |
| |
| |
| | |
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add gitlab-ci yml script
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
cc @vsizov
See merge request !14
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a note that changing example configuration files requires changing omnibus-gitlab.
Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab.
Added a note so everyone is aware of this.
Similar is added to gitlab-ce and gitlab-ci.
Discussed in gitlab-org/omnibus-gitlab#605
See merge request !13
|
| |/
| |
| |
| | |
omnibus-gitlab.
|
|\ \
| |/
|/| |
Add git-lfs-authenticate to command white list
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Prevent keys with a very specific comment from accidentally being deleted.
Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-shell/issues/32.
See merge request !11
|
|/ |
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| | |
Include ecdsa keys in `gitlab_keys list-keys`.
Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-shell/issues/31.
See merge request !12
|
| | |
|
|\ \ |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Refactor logic around GL_ID.
Builds upon !8.
See merge request !9
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Allow to configure location of the secret file
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Write errors to stderr to get git to abort and show them as such.
Addresses private issues https://dev.gitlab.org/gitlab/gitlab-shell/issues/33 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2195.

See merge request !8
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Prevent character encoding issues by sending received changes as raw data.
Better alternative to !64 that doesn't require new gems and leaves dealing with string character encoding to gitlab-rails. See gitlab/gitlabhq!1701 for the corresponding changes there.
Fixes:
- https://github.com/gitlabhq/gitlabhq/issues/7486
- https://gitlab.com/gitlab-org/gitlab-ce/issues/858
- https://gitlab.com/gitlab-org/gitlab-ce/issues/877
- https://gitlab.com/gitlab-org/gitlab-ce/issues/965
See merge request !65
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Correct spelling: Symlinking is short for symbolic linking
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove recursive commands from bin/install
It is not clear what we need these for anymore. Because these commands
would recurse once through all existing files in all Git repositories,
and then another time through all directories these commands could
take very long on a server with a lot of repositories.
We keep the 'chmod' on config.repos_path, to deny world access to all
files and directories beneath it.
See merge request !63
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is not clear what we need these for anymore. Because these commands
would recurse once through all existing files in all Git repositories,
and then another time through all directories these commands could
take very long on a server with a lot of repositories.
We keep the 'chmod' on config.repos_path, to deny world access to all
files and directories beneath it.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Return true from GitlabPostReceive to ensure custom hooks run.
Fixes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/438.
See merge request !62
|
| | | |
|
| | | |
|