summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add a 'build-status' enumeration.Ludovic Courtès2018-01-23
* Fix scope mismatch.Ludovic Courtès2018-01-23
* Introduce concurrency with Fibers.Ludovic Courtès2018-01-22
* database: Change default file name to /var/run/cuirass/cuirass.db.Ludovic Courtès2018-01-22
* Improve build event logging.Ludovic Courtès2018-01-22
* Log activity of the main loop.Ludovic Courtès2018-01-22
* Add (cuirass logging) module.Ludovic Courtès2018-01-22
* Initialize libgit's TLS certificate directory once and for all.Ludovic Courtès2018-01-22
* Monitor and report build events.Ludovic Courtès2018-01-22
* http: /build/N/log/raw redirects to /log.Ludovic Courtès2018-01-07
* database: Extend and test 'db-get-builds'.Ludovic Courtès2018-01-07
* Do not mistakenly use 'GIT_SSL_CAINFO' as a directory name.Ludovic Courtès2017-09-29
* cuirass: Add --listen command line option.Jan Nieuwenhuizen2017-09-18
* base: Show feedback when build has finished.Jan Nieuwenhuizen2017-09-17
* base: Make working copy writable.Jan Nieuwenhuizen2017-09-17
* cuirass: add Hydra compatible HTTP API.Mathieu Othacehe2017-09-08
* cuirass: Store new information in database to prepare new HTTP APIMathieu Othacehe2017-09-08
* base: Set certificate location.Ricardo Wurmus2017-08-26
* database: 'db-add-build' is now idempotent.Ludovic Courtès2017-08-26
* cuirass: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe2017-08-02
* base: Report git errors.Mathieu Othacehe2017-07-31
* base: Report evaluation error.Mathieu Othacehe2017-07-30
* cuirass: Add fallback parameter.Mathieu Othacehe2017-07-12
* database: Fix typo.Mathieu Othacehe2017-07-12
* base: Fix time-monotonic Guile issue.Mathieu Othacehe2017-07-12
* cuirass: Stop λ/lambda mixing.Mathieu Othacehe2017-07-06
* repo: Remove dead code.Mathieu Othacehe2017-07-06
* base: Use (guix git) module.Mathieu Othacehe2017-07-05
* utils: Remove useless procedures.Mathieu Othacehe2017-07-01
* repo: remove git-repo.Mathieu Othacehe2017-07-01
* base: Send build output to the bit bucket.Ludovic Courtès2017-06-04
* base: Provide 'build-derivations' with the full list of derivations.Ludovic Courtès2017-02-24
* base: Remove unnecessary 'file-exists?' call.Ludovic Courtès2017-02-24
* base: Do not stop on the first build failure.Ludovic Courtès2017-02-24
* base: Handle multi-directories in load-path.Mathieu Othacehe2017-02-06
* base: Handle 'git clone' errors correctly.Mathieu Othacehe2017-01-29
* cuirass: Add "--load-path" option.Mathieu Othacehe2017-01-29
* database: db-add-derivation: Don't try to add a derivation twice.Mathieu Lirzin2017-01-09
* maint: Add new mailing list and webpage.Mathieu Lirzin2017-01-09
* cuirass: Add "--port" command line option.Mathieu Lirzin2016-12-28
* http: Add 'port' keyword argument to 'run-cuirass-server'.Mathieu Lirzin2016-12-28
* config: Remove references to '$prefix' expansion hack.Mathieu Lirzin2016-12-28
* repo: Add <repo> record datatype.Mathieu Lirzin2016-12-28
* base: Create the parent directories of '%package-cachedir'.Mathieu Lirzin2016-12-01
* base: Use inner definitions instead of big anonymous procedures.Mathieu Lirzin2016-11-17
* db: Forbid inserting the same specification twice.Mathieu Lirzin2016-11-17
* build: Let 'make' generate 'src/cuirass/config.scm'.Mathieu Lirzin2016-11-12
* cuirass: Run HTTP server.Mathieu Lirzin2016-11-03
* http: Add DB argument to 'url-handler'.Mathieu Lirzin2016-11-03
* base: Handle build failure.Jan Nieuwenhuizen2016-09-23