hydra/src
Nikola Knezevic 7d52946982 Set notificationpendingsince for dependent builds
`build_finished` Postgres event will never be fired for the dependent builds.

For example, on our Hydra, the following query always returns increasing
numbers, even though all notifications have been delivered:

```
hydra=> select count(1) from builds where notificationpendingsince is not null;
 count
-------
  4583
(1 row)
```

Thus, we have to iterate over all dependent builds and mark their
`notificationpendingsince` as `null`, otherwise they will pile up until
the next restart of hydra-notify, when they will get delivered.
2020-05-28 10:45:41 +02:00
..
hydra-eval-jobs Fix build 2020-05-12 16:14:20 +02:00
hydra-evaluator Merge pull request #730 from NixOS/flake 2020-04-07 11:18:38 +02:00
hydra-queue-runner hydra-queue-runner: don't try to distribute builds on localhost 2020-05-03 00:05:52 -04:00
lib Improve handling of Perl's block eval errors 2020-05-26 11:19:43 +02:00
libhydra Build against nix-master 2020-02-20 10:24:04 +01:00
root Render the jobset page correctly when there are fetch errors 2020-05-20 17:47:18 +02:00
script Set notificationpendingsince for dependent builds 2020-05-28 10:45:41 +02:00
sql Add missing SQL upgrade script for NOT NULL on type 2020-05-18 10:59:55 +02:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.am Revert "hydra-eval-jobs -> nix eval-hydra-jobs" 2020-02-19 20:36:52 +01:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00