Commit Graph

266 Commits

Author SHA1 Message Date
Nicolas Carlier
e59fcedf53 docs(): add contributing guide 2018-02-12 20:15:59 +00:00
Nicolas Carlier
06c7793ccb doc(readme): ad Docker image size tag 2018-01-15 10:52:11 +00:00
Nicolas Carlier
a912f48b5f chore(docker): add default scripts 2018-01-15 10:51:15 +00:00
Nicolas Carlier
faf5da7a33 chore(): add linux arm and darwin binaries 2018-01-10 16:43:38 +00:00
Nicolas Carlier
7154828eca feat(): add webhook timeout 2018-01-09 09:18:16 +00:00
Nicolas Carlier
f50091131b feat(): add custom logger 2018-01-09 09:17:25 +00:00
Nicolas Carlier
2e803598d2 feat(): transmit HTTP headers as env variables to the script 2018-01-05 15:47:34 +00:00
Nicolas Carlier
c2a17414f9 feat(docker): add jq inside the Docker image 2018-01-05 15:31:50 +00:00
Nicolas Carlier
10b82d67a1 feat(docker): add git and ssh client inside the Docker image 2018-01-05 14:37:50 +00:00
Nicolas Carlier
d7b65e68ae fix(api): set SSE headers correctly 2018-01-05 11:11:08 +00:00
Nicolas Carlier
4b3c0c1bdb chore(): add installation script 2018-01-02 16:57:27 +00:00
Nicolas Carlier
e6b02069e7 fix(ci): keep binary for release phase 2018-01-02 16:43:23 +00:00
Nicolas Carlier
b1ab34ed07 chore(ci): add CI configuration 2018-01-02 16:34:16 +00:00
Nicolas Carlier
14c214efdf refactor(): Complete refactoring.
- No external dependencies
- No predefined directory structure
- Able to launch any kind of shell script with custom parameters
- Get script output as text event stream (SSE)
- Using common Makefiles
- Extends docker/dind Docker image
2018-01-02 16:11:59 +00:00
Nicolas Carlier
059f91bd17 doc(): Add docker badges. 2015-12-11 15:00:41 +01:00
Nicolas Carlier
94739c7f98 doc(): Add docker badges. 2015-12-11 14:58:57 +01:00
Nicolas Carlier
4b6197c867 doc: Improve README. 2015-04-20 17:26:44 +00:00
Nicolas Carlier
d1fbdb139b feat: Redirect script output in the console. 2015-04-20 17:23:29 +00:00
Nicolas Carlier
50ac05f4f5 doc: Prepare next release. 2015-04-07 14:45:35 +00:00
Nicolas Carlier
31c14f17dc feat: Add unit tests for the API. 2015-04-07 14:43:28 +00:00
Nicolas Carlier
be4483d3dd chore: Update volume paths. 2015-04-07 14:42:25 +00:00
Nicolas Carlier
a33d16441f Merge branch 'master' of github.com:ncarlier/webhookd 2015-04-07 12:34:56 +00:00
Nicolas Carlier
68fa1d7883 chore: Update unit file. 2015-04-07 12:32:44 +00:00
Nicolas Carlier
ad4f4eae86 chore: Update Makefile tasks name. 2015-04-07 12:31:50 +00:00
Nicolas Carlier
4cf59246b8 Merge pull request #1 from pouicr/master
Makefile update, test update, documentation detail
2015-03-27 10:32:58 +01:00
Pouic
56ae93ac33 fix: remove specific scripts 2015-03-26 22:30:19 +01:00
Pouic
185f4239d8 fix: Some correction
Restore mount point, fix typo
2015-03-26 22:20:46 +01:00
Loic Rodier
ca21e8a1ac fix
Remove comments
2015-03-24 22:04:57 +01:00
Loic Rodier
40ef9c51d1 fix
Remove comments
2015-03-24 22:03:38 +01:00
Loic Rodier
e71a4a20c4 fix
Detail the documentation
2015-03-24 21:41:05 +01:00
Loic Rodier
dfd7990533 feat
Exclude ssh folder
2015-03-24 20:53:53 +01:00
Loic Rodier
309cc9fdc9 feat
Add key target that will mount the ssh folder (excluded by default) to
/root/.ssh
2015-03-24 20:52:35 +01:00
Loic Rodier
bb24dae3b0 feat
Add PORT parameter with default value
2015-03-24 20:50:09 +01:00
Loic Rodier
0183c31146 feat
Add openshift and docker scripts
2015-03-24 20:48:38 +01:00
Nicolas Carlier
66be4efba0 feat: Add Gitlab hook. 2015-03-20 10:58:57 +00:00
Nicolas Carlier
baf50c9709 feat: Add Gitlab hook. 2015-03-20 10:57:21 +00:00
Nicolas Carlier
82a355554e chore: Add stop and rm task. 2014-11-10 16:37:54 +00:00
Nicolas Carlier
7a1fdcfdf3 chore: Add sudo. 2014-11-10 16:37:42 +00:00
Nicolas Carlier
cd6179e9d4 chore: Add logs. 2014-11-06 16:05:05 +00:00
Nicolas Carlier
80b82e4ec7 fix: Fix post request without attachment. 2014-11-06 16:04:39 +00:00
Nicolas Carlier
539b674cc7 fix: Merge stdout and stderr. 2014-11-06 16:03:59 +00:00
Nicolas Carlier
79def293f0 fix: Fix typo. 2014-11-06 16:03:23 +00:00
Nicolas Carlier
8978ddf4f4 feat: Add unit file. 2014-11-02 20:06:07 +00:00
Nicolas Carlier
b81e8ab1b7 chore: Use make. 2014-11-02 20:04:55 +00:00
Nicolas Carlier
e273ce6613 chore: Update README 2014-11-02 19:44:20 +00:00
Nicolas Carlier
b71c506587 feat: Create worker queue. 2014-10-31 23:18:38 +00:00
Nicolas Carlier
deba0ef462 fix: Fix attachment in http notifier. 2014-09-25 16:12:22 +00:00
Nicolas Carlier
bc8c93c990 fix: Fix method definitions. 2014-09-25 15:17:27 +00:00
Nicolas Carlier
759126cbc6 feat: Add basic auth to http notifier. 2014-09-25 15:16:19 +00:00
Nicolas Carlier
2d27bea493 chore: Move env file as a sample file. 2014-09-25 13:53:29 +00:00