summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a shorter socket path during testingtest-socket-pathJacob Vosmaer2017-05-031-1/+1
* Merge branch 'dz-fix-create-hooks' into 'master'v5.0.3Robert Speicher2017-04-253-2/+5
|\
| * Use recursive lookup for git repositories in the bin/create-hooks scriptDmitriy Zaporozhets2017-04-253-2/+5
|/
* Merge branch 'go-hello-world' into 'master' Rémy Coutable2017-04-12166-1/+69020
|\
| * Vendor gitaly-proto 0.5.0go-hello-worldJacob Vosmaer2017-04-12161-1/+68957
| * Better variable nameJacob Vosmaer2017-04-122-6/+15
| * Add hello-world executableJacob Vosmaer2017-04-125-0/+54
|/
* Merge branch 'how-to-release-a-new-version' into 'master' Rémy Coutable2017-03-301-0/+21
|\
| * Explain when to use a v in version numberSean McGivern2017-03-301-5/+12
| * Explain how to release a new versionSean McGivern2017-03-291-0/+14
* | Merge branch 'adds-timeout-to-push-branches' into 'master' v5.0.2Sean McGivern2017-03-294-8/+94
|\ \
| * | adds timeout option to push branches and respective test suiteTiago Botelho2017-03-294-8/+94
|/ /
* | Merge branch 'add-quiet-option-to-fetch-command' into 'master' Robert Speicher2017-03-282-0/+4
|\ \ | |/ |/|
| * Update CHANGELOGDouglas Barbosa Alexandre2017-03-271-0/+3
| * Fetch repositories with --quiet option by defaultDouglas Barbosa Alexandre2017-03-271-0/+1
|/
* Merge branch '1648-remove-git-annex-support' into 'master' v5.0.0Rémy Coutable2017-03-069-123/+10
|\
| * Bump version to 5.0.0 and add changelog entry about removing support for git-...1648-remove-git-annex-supportPawel Chojnacki2017-03-032-1/+4
| * Add missing rsyncPawel Chojnacki2017-03-021-1/+2
| * update gitignore to ignore .idea folderPawel Chojnacki2017-02-241-0/+1
| * Remove git annex supportPawel Chojnacki2017-02-246-121/+3
|/
* Merge branch 'gitaly-post-receive-2' into 'master' Robert Speicher2017-02-155-12/+99
|\
| * Use api/v4 for gitaly notification and add testsgitaly-post-receive-2Alejandro Rodríguez2017-02-103-12/+79
| * Add gitaly notification on post-receive hookAlejandro Rodríguez2017-02-073-0/+20
|/
* Merge branch 'unix-socket-host' into 'master' Douwe Maan2017-01-032-14/+33
|\
| * Set a 'Host' header on unix socketsJacob Vosmaer2017-01-032-14/+33
|/
* Merge branch '25301-git-2.11-force-push-bug' into 'master' v4.1.1Rémy Coutable2016-12-164-4/+13
|\
| * Add CHANGELOG entry.25301-git-2.11-force-push-bugTimothy Andrew2016-12-162-1/+4
| * Pass relevant git environment variables while calling `/allowed`Timothy Andrew2016-12-162-3/+9
|/
* Merge branch 'make-custom-hook-dir-configurable' into 'master' v4.1.0Rémy Coutable2016-12-127-25/+77
|\
| * Update VERSION to 4.1.0make-custom-hook-dir-configurableSean McGivern2016-12-121-1/+1
| * Make custom hooks dir configurableSean McGivern2016-12-126-24/+76
|/
* Merge branch '21451-change-merge-request-text-after-pushing-new-branch' into ...Rémy Coutable2016-12-093-3/+4
|\
| * Make merge request text after push clearerLisanne Fellinger2016-12-083-3/+4
|/
* Merge branch 'glensc/gitlab-shell-pr-245' into 'master' Rémy Coutable2016-12-0610-41/+308
|\
| * changelog spellingglensc/gitlab-shell-pr-245Elan Ruusamäe2016-12-011-1/+1
| * test expected hook orderElan Ruusamäe2016-12-011-0/+30
| * DRY: add helpers for expect hook callsElan Ruusamäe2016-12-011-35/+31
| * test gl_id_test_hook as global and as repo hook separatelyElan Ruusamäe2016-12-011-1/+24
| * spec/custom_hook: ensure "before" does complete cleanupElan Ruusamäe2016-12-011-7/+6
| * spec/custom_hooks: cleanup helpers not to repeat repo path parameterElan Ruusamäe2016-12-011-34/+34
| * fix gl_id_test_hookElan Ruusamäe2016-12-011-10/+8
| * cleanup dirs in before to fixup aborted testsElan Ruusamäe2016-12-011-4/+10
| * move helpers to topElan Ruusamäe2016-12-011-29/+29
| * changelog entryElan Ruusamäe2016-12-011-0/+4
| * improve wording by using successful instead of okElan Ruusamäe2016-12-011-4/+4
| * remove unused create_global_hooksElan Ruusamäe2016-12-011-5/+0
| * avoid Dir.exists? duplication by moving the check to match_hook_filesElan Ruusamäe2016-12-011-6/+4
| * use String.end_with? instead of regexpElan Ruusamäe2016-12-011-1/+1
| * remove no longer needed gitlab_initElan Ruusamäe2016-12-013-3/+0
| * spec: updated tests to match current codeElan Ruusamäe2016-12-012-37/+67