kevin icon indicating copy to clipboard operation
kevin copied to clipboard

A simple-stupid self-hostable continuous integration service. :see_no_evil:

Results 26 kevin issues
Sort by recently updated
recently updated
newest added

When github notifies kevin of a push to some branch (e.g. `master`), Kevin already performs the build. Missing is the notification back to github, so that the shiny green arrow...

enhancement

The scroll-wheel event stops the autoscroll, but not the manual movement of the scrollbar.

bug

Currently, there are only triggers for some events (e.g. github webhook). But one might want to create nightly builds daily (heh). For that, a trigger that fires up a build...

nice new thing

Currently, the build is performed in a throwaway qemu-vm, which some admin has to set up. As an extension, falk should have a docker backend: * Falk can run in...

nice new thing

all builds are stored on disk anyway, but we should drop old builds from ram. this can prevent denial of service attacks where all builds for projects are walked through...

enhancement

We should have a [matrix](https://matrix.org/) bot that reports build results. There is already a Travis bot for matrix. Kevin must not be inferior!

nice new thing