Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Guix Cuirass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
Guix Cuirass
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8fb2983dcee4fec94bcc78ca4bc0f33eb5560665
Select Git revision
Branches
13
keyring
main
master
default
protected
web-interface
wip-actors
wip-bug-55441
wip-dependencies
wip-event-logging
wip-js+css
wip-logs
wip-mmap
wip-record-types
wip-zmq
Tags
5
v1.2.0
v1.1.0
v1.0.0
v1.0.0-rc1
v0.0.1
18 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jul
18
Jun
23
Apr
19
10
9
7
6
5
2
1
29
Mar
28
25
19
18
1
27
Feb
19
15
14
10
8
5
30
Jan
29
27
26
25
24
23
22
7
14
Oct
4
29
Sep
18
17
8
26
Aug
2
31
Jul
30
12
6
5
1
4
Jun
10
May
5
24
Feb
6
29
Jan
24
23
9
8
29
Dec
28
16
9
8
4
1
29
Nov
17
12
3
26
Oct
23
23
Sep
28
Aug
3
2
31
Jul
30
27
26
25
14
13
4
3
2
1
29
Jun
26
16
13
10
29
May
database: Add support for database upgrades.
utils: Reset the Fiber dynamic environment in %NON-BLOCKING.
evaluate: Use a generic key to identify Cuirass arguments.
http: Reverse evaluations list.
http: Add /api/evaluations route.
database: Adjust index to speed up /api/queue queries.
Use the 2.2 'setvbuf' API style.
base: 'spawn-builds' really builds by chunks.
evaluate: Change '%load-path' once and for all.
evaluate: Leave GUILE_LOAD_PATH unchanged.
evaluate: Change directory to SOURCE.
evaluate: Do not load Guix/Cuirass modules upfront.
base: Pass the correct load path to the 'evaluate' command.
evaluate: Honor the given load path.
evaluate: Really support 'build-derivations' RPCs.
evaluate: Really pass arguments like Hydra.
base: Let sqlite handle deduplication of the list of pending derivations.
database: Add 'db-get-pending-derivations'.
evaluate: Pass the file name and revision to the user procedure.
utils: Add critical sections.
base: Do not resort to Coreutils' "chmod".
base: Make a writable copy of the checkout only when #:no-compile? is false.
database: 'db-get-builds' honors 'status+submission-time' ordering again.
http: Process client connections really concurrently, again.
base: Add 'cancel-old-builds'.
evaluate: Tolerate calls to 'build-things' during evaluations.
database: Set a 'busy_timeout' to handle concurrent accesses.
cuirass: Line-buffer stdout and stderr.
'with-store' and 'with-database' and written in terms of 'unwind-protect'.
utils: Add 'unwind-protect'.
http: Correctly set #:timestamp for non-finished builds.
base: Catch errors in the 'process-build-log' handler.
base: Move database update from 'evaluate' process to the main process.
base: 'spawn-builds' correctly keeps track of remaining builds.
http: Return build completion time as #:timestamp when completed.
database: Indent 'db-get-builds'.
database: Adjust style of 'assqx-ref'.
http: 'request-parameters' always returns a list.
http: Fix interpretation of non-numerical parameters.
logging: "Defensive programming" for 'log-monitoring-stats'.
Loading