Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-node
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
cc-node
Graph
64e152fef9f103b17c5e78083545c71378e6502f
Select Git revision
Branches
1
master
default
protected
Tags
20
v38
v37
v36
v35
v34
v33
v32
v31
v30
v29
v27
v26
v25
v24
v23
v20
v19
v18
v17
v16
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Oct
9
Sep
24
Jun
1
31
May
13
12
30
Mar
23
21
Feb
10
9
3
25
Jan
24
11
10
31
Dec
30
28
27
24
23
22
21
20
Fix EBADF when closing fds in parent for ForkedJob
Updated tunnel handlers
TunnelJob now inherits from ForkedJob
Added helper functions for logging fatal error in ForkedJob
Fix error reporting for ForkedJob (parent error)
Refactored BaseIOJob into two classes ForkedJob and BaseIOJob.
Added util function for getting signal names from signal numbers
Added a correspondance between sig num and names
Add debug in live migration
Added a set autostart handler for VMs.
Added autostart tag for VMs.
Close fds in child for safe migration and reset signal map
Debug log on stderr for child in safe migration
Add set_signal_map to utils.
Add util function for closing all open fds.
Prevent fd leakage by opening new libvirt connections in child.
Added handler for setting virtio block cache to none.
Fix std variable name.
Fix unused import.
Fix std variable name.
Call stop method of job_manager on stop.
Implemented stop method of job_manager.
Changed handler for volume export.
Import and export volume jobs inherit from BaseIOJob.
Implemented BaseIOJob.
Debug feature in config.
Explicitly pass ev_loop for DRBD job creation.
No more ev_loop implicit argument to every jobs creation anymore.
Debug logging in stderr.
Back to old configuration format.
Fix errno 3 when stopping host handler.
Fix log when VM is undefined.
Added tag for hypervisors showing total cpu and memory allocated to VMs.
Typo.
Add tag cache for VMs.
VirtEventLoop is now a singleton.
Moved singleton metaclass in utils.py.
Safe live migration
VM console handler.
Implement VM console.
Loading