aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-git-receiver
Commit message (Collapse)AuthorAgeFilesLines
* *: updated copyrightRafael G. Martins2017-02-253-3/+3
|
* git-receiver: do not run blogc-make tests if blogc-make is not builtRafael G. Martins2017-01-041-9/+11
|
* git-receiver: support blogc-makeRafael G. Martins2017-01-041-1/+31
|
* git-receiver: detect if pre-receive is running from git using env varRafael G. Martins2017-01-041-4/+4
|
* tests: use absolute path for binariesRafael G. Martins2017-01-023-3/+3
|
* config-parser: added support to parse section as list of linesRafael G. Martins2016-12-251-3/+3
|
* blogc: common: git-receiver: improved error handlingRafael G. Martins2016-12-231-3/+8
|
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-211-29/+0
|
* git-receiver: test manual mirror pushRafael G. Martins2016-11-191-0/+30
|
* git-receiver: when rebuilding, change to repo dir asapRafael G. Martins2016-11-171-5/+17
|
* git-receiver: allow users to re-run the last successful buildRafael G. Martins2016-11-171-0/+16
| | | | | running the pre-receive hook manually on the server will re-run the last successful build.
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-123-3/+3
| | | | hardcoding it for travis, as bash is always installed there.
* build: man: tests: do not use bashRafael G. Martins2016-10-123-3/+3
| | | | tested with busybox' ash, that is not exactly posix.
* tests: git-receiver: avoid removing directories for safetyRafael G. Martins2016-10-113-20/+15
|
* git-receiver: added tests for shell, fixed bugRafael G. Martins2016-10-111-0/+73
|
* git-receiver: added test for post-receive. fixed leakRafael G. Martins2016-10-111-0/+148
|
* Revert "trying to fix tests on travis"Rafael G. Martins2016-10-101-4/+4
| | | | This reverts commit 84dbde7d04a04434721ec9d2965af6d946713e5d.
* trying to fix tests on travisRafael G. Martins2016-10-101-4/+4
|
* removed uneeded error code. export LC_ALL=C in test scriptRafael G. Martins2016-10-101-0/+2
|
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-102-0/+173
| | | | this commit also includes some "integration test" in shell script
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-071-0/+244
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-041-0/+101