summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Initial feature-flagged go/ruby switchNick Thomas2018-09-281-0/+1
|
* Add Gitaly git-upload-archive migrated commandgitaly-upload-archiveAlejandro Rodríguez2018-03-201-0/+1
|
* Use gitaly-upload-pack and gitaly-receive-packJacob Vosmaer2017-05-231-1/+2
|
* Add hello-world executableJacob Vosmaer2017-04-121-0/+2
|
* update gitignore to ignore .idea folderPawel Chojnacki2017-02-241-0/+1
|
* Make custom hooks dir configurableSean McGivern2016-12-121-0/+1
| | | | | | | | Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks.
* custom_hook: add support for global custom hooksDirk Hörner2016-12-011-0/+1
| | | | | | | | | | | | | This commit adds the option of having another set of global custom hooks along with the already supported repository local custom hooks. The repository local custom hook is executed first (if available). If successful, execution continues with the global custom hook (if available). This way, local custom hooks get priority over global custom hooks. Global custom hooks can be enabled by placing an executable file into the "custom_hooks" directory within gitlab-shell (create if it does not exist, yet).
* Merge branch 'master' of github.com:gitlabhq/gitlab-shellv2.1.0Dmitriy Zaporozhets2014-10-201-0/+2
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: .gitignore
| * Ignore .bundleCiro Santilli2014-10-041-0/+1
| |
| * Ignore tags fileCiro Santilli2014-10-041-0/+1
| |
* | add secret tokenValery Sizov2014-10-151-0/+2
|/
* Merge pull request #164 from liammonahan/masterJeroen van Baarsen2014-08-151-1/+1
|\ | | | | Match .log* instead of .log.* in .gitignore
| * Match .log* instead of .log.* in .gitignoreLiam Monahan2014-07-171-1/+1
| | | | | | | | | | Something like gitlab-shell.log-20140626.gz will not be caught by the original pattern match since '.' is taken as a literal character.
* | Fix invalid repo_name/repo_path parsing by GitlabUpdateDmitriy Zaporozhets2014-08-131-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use lock file when add or remove keys from authorized_keys fileDmitriy Zaporozhets2014-04-181-0/+1
| | | | | | This prevents concurrent modification of authorized_keys file Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update .gitignoreTuomo Tanskanen2013-11-101-0/+1
| | | Ignore gzipped logs as well.
* Add logging-related keys to the example config. Use the same default for both.ash2013-05-181-0/+1
|
* rspec helperDmitriy Zaporozhets2013-02-051-0/+1
|
* gitlab-shell base implementationDmitriy Zaporozhets2013-02-031-0/+1