laminar
laminar copied to clipboard
Fast and lightweight Continuous Integration
Hey there. I’ve been experimenting with getting Laminar running on my FreeBSD server inside of jails and made some headway with it using both the builtin [Linux compatibility layer](https://wiki.freebsd.org/Linuxulator) and...
Hi! It seems you cannot follow log output for many concurrent jobs in multiple browser tabs right now, because log output is streamed (chunked transfer) through a persistent connection. As...
Laminar should have a `/metrics` endpoint for Prometheus, so that dashboards can be done via Grafana.
Hi! Building lots of stuff means to generate lots of logs. During testing, I just deleted the database file and artifacts directory manually every now and then. However, I think...
When installing laminar via the current Debian Testing (Version 1.1-1), the WebUI does not work and I see the following JavaScript error in the Browser-Console: ``` Uncaught TypeError: Chart.scaleService is...
I hope this can be useful! This PR updates Chart.js to the latest version. A detail list of the changes can be seen in the commit message, with links to...
The build scripts can create an file "build.env" in the build folder to feed back environment variables to laminar. After the build, the file is parsed by laminar. The following...
Currently, Laminar lists `$ARCHIVE` directory of particular run every time to display links on the top: ``` KJ_IF_MAYBE(dir, fsHome->tryOpenSubdir("archive"/runArchive)) { for(kj::StringPtr file : (*dir)->listNames()) { kj::FsNode::Metadata meta = (*dir)->lstat(kj::Path{file}); ```...
Hi! With my current setup (http://toolchain.lug-owl.de/laminar/), it may or may not take a lot of time to get the overview pages. This is a setup with nearly 2300 jobs, ~...
Hi! We would like to use Laminar with PostgreSQL, because SQLite is less scalable and has performance issues on large amounts of data (see related issue #192). I am willing...