1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Move everything up one directory. More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* Controller for jobs which inherits all actions in ListBuilds. So for instance we get channels specific for each job. More... over 16 years ago
* At top-level and for each project, provide two channels: "latest" (containing the latest successful build of each job) and "all" (containing all successful builds ever). More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* XHTML validity. More... over 16 years ago
* Channels: provide an index page that lists all the packages in the channel. * Store the meta.homepage attribute in the Builds table. More... over 16 years ago
* Provide a channel for each project containing all the latest succesful builds for each job in the project (under http://server/project/<name>/channel/latest). More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* Put the project-related actions in a separate controller. Put the actions for viewing the job status and all builds in a separate base class that's inherited both by Root.pm and Project.pm so that we get URIs like /jobstatus and /project/<name>/jobstatus for free. More... over 16 years ago
* Urgh. Need some regression tests... More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* Set mtime to 0 to ensure that the generate tar file doesn't change between invocations. More... over 16 years ago
* Generate a .tar.bz2 file for the channel Nix expression, since that's what nix-channel expects. More... over 16 years ago
* Escape string literals.[ More... over 16 years ago
* Generate a Nix expression for the channel. More... over 16 years ago
* Allow builds to be restarted (if they failed with a transient error, e.g. interrupted or network problems). More... over 16 years ago
[no comment] More... over 16 years ago
* Pass the version of dependencies to the Nix expression. More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago