Franck Cuny

Results 15 issues of Franck Cuny

Add a `NewRouter` function to the router package to explicitly create a new router. The functions `AddRoute` and `AddRoutes` are added in order to explicitly add routes to the router....

if you're using an old version of git and an old version of curl, you can't clone the repo using http. We should prefer to use ssh. This require to...

For Perl we're using perlbrew to build using multiple version of Perl. We should also do the same for Python and Ruby using rvm and pythonbrew.

feature

git fetch --prune` is not available with all versions. We should check which version we're using before calling with --prune

need a pictorgram to "open" and "close" a day in the commits list

ui

on the page of the project, a graph representing the status of the build should be displayed. a successful build is 1, a failed one is 0, and the status...

ui
feature

from the dashbord, you should be able to change the order of the pending builds

ui
feature

remove a pending build

feature

list all the pending builds in the dashboard

ui
feature

The metric "mem_kmem_usage_bytes" is the total kernel memory usage by processes in the cgroup in bytes. The metric "mem_kmem_tcp_usage_bytes" is the total memory usage for TCP buffers in bytes.