1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Doh. More... over 16 years ago
[no comment] More... over 16 years ago
* Don't discard old build steps when restarting a build. More... over 16 years ago
* Option to show the tail of a log. More... over 16 years ago
* When marking a build as "keep", register it as a root right away (don't wait for someone to run hydra_update_gcroots), otherwise it may still be GC'ed. More... over 16 years ago
* Register GC roots properly. More... over 16 years ago
* Allow users to change the value of a build's "keep" flag, which prevents the build output from being garbage collected. More... over 16 years ago
* Provide access to the raw, non-pretty-printed logfiles. Unfortunately necessary for large logs. More... over 16 years ago
* Release sets: need to include the jobset name to disambiguate between jobs with the same name from different jobsets (e.g. trunk vs. branch). More... over 16 years ago
* Job status: show the active jobs. More... over 16 years ago
* Render durations nicely. More... over 16 years ago
* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of variables. More... over 16 years ago
* Refactoring. More... over 16 years ago
* Make jobsets viewable under http://server/jobset/<project>/<jobset>. More... over 16 years ago
* Represent jobs explicitly in the DB. More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* Disambiguate jobs by jobset name. I.e. jobs with the same name in different jobsets are not considered the same job. More... over 16 years ago
* Add the name of the jobset to ReleaseSetJobs, otherwise we can't distinguish between jobs with the same name in different jobsets (e.g. "trunk" vs "stdenv-branch" for Nixpkgs). * Renamed the "attrName" field of Builds to "job". * Renamed the "id" field of BuildSteps to "build". More... over 16 years ago
* In Sqlite "release" is now a keyword, so use "release_" instead. Note: to upgrade old databases, do a dump with an old Sqlite first; dumping with a new Sqlite will silently discard (!) the contents of the ReleaseSetJobs table. More... over 16 years ago
* Remove redundant -fork. More... over 16 years ago
* Use Catalyst's HTTP::Prefork engine by default, with some limits to prevent the server from being overloaded. More... over 16 years ago
* Use IO::Handles instead of old school filehandles. This ensures that the pipe gets closed, and the child process dies, if the HTTP connection is prematurely interrupted. More... over 16 years ago
* Disregard failing substituters. More... over 16 years ago
* Doh. More... over 16 years ago
* DB integrity: when deleting a build, get rid of its build steps. More... over 16 years ago
* Doh. More... over 16 years ago
* Negative caching: don't perform a build if a dependency already failed in a previous build. This is essential for Nixpkgs: we don't want to keep doing the same failed dependency (say, Glibc) over and over again for a few hundred jobs. More... over 16 years ago
* Use ->update({...}) properly. More... over 16 years ago
[no comment] More... over 16 years ago