hydra/src
Nikola Knezevic 06bdc8f85c Added the InfluxDBNotification plugin including a NixOS test
This adds a `InfluxDBNotification` plugin which is configured as:

```
<influxdb>
  url = http://127.0.0.1:8086
  db = hydra
</influxdb>
```

which will write a notification for every finished job to the
configured database in InfluxDB looking like:

```
hydra_build_status,cached=false,job=job,jobset=default,project=sample,repo=default,result=success,status=success,system=x86_64-linux build_id="1",build_status=0i,closure_size=584i,duration=0i,main_build_id="1",queued=0i,size=168i 1564156212
```
2019-07-26 17:47:03 +02:00
..
hydra-eval-jobs Merge pull request #627 from samueldr/hydra-eval-jobs/warn-max-heap-size 2019-03-17 19:36:53 -04:00
hydra-evaluator hydra-evaluator: Allow setting the maximum number of concurrent evaluations 2018-05-16 14:22:00 +02:00
hydra-queue-runner allow using a shorter context and increase hydra-notify debug 2019-03-20 15:22:24 -04:00
lib Added the InfluxDBNotification plugin including a NixOS test 2019-07-26 17:47:03 +02:00
libhydra Allow setting GC_INITIAL_HEAP_SIZE for hydra-eval-jobs 2018-05-16 14:14:53 +02:00
root Add evaluation error status to evaluation time on project jobset tab. 2019-05-06 14:08:32 +02:00
script Add hydra-dev-server which uses the classic Catalyst server 2019-01-22 20:34:21 -05:00
sql Create extension pg_trgm in the NixOS module 2019-07-25 16:19:33 +02:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.am Remove the pretty-printed log 2016-10-27 14:43:17 +02:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00