span-webhookd

command
v0.1.330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2021 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Overview

span-webhookd can serve as a webhook receiver[1] for gitlab, refs #13499.

We listen for push hooks to trigger index reviews via span-review.

[1] https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#example-webhook-receiver

Configuration (Redmine, Gitlab, Index), by default in ~/.config/span/span.json, fallback at /etc/span/span.json. This config file is used both by span-webhookd and span-review.

{
   "gitlab.token": "g0d8gf0LKJWg89dsf8gd0gf9-YU",
   "whatislive.url": "http://example.com/whatislive",
   "redmine.baseurl": "https://projects.example.com",
   "redmine.apitoken": "badfb87ab7987daafbd9db",
   "port": 8080
}

Some limitations:

  • By default, the server will listen on all interfaces, only the port number is configurable.
  • There is no error reporting except in the logs.
  • Exit code from spawned span-review is ignored.

TODO:

* [ ] proper config handling * [ ] send errors into ticket or e-mail * [ ] more, maybe more flexible rules

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL