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
5e09552fd4315e1f3d4dea18faff94b957a756be
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
17
Dec
29
Nov
25
Oct
24
22
19
18
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
Release version 22
Added tag sto_vol that list volume names in a libvirt storage pool
Updated VM start handler to allow start in pause state
Use virDomainCreateWithFlags for starting VMs, can now handle start in pause state
Updated NodeRPCStartHandler to be compatible with new RPCStartHandler common
Added memcaches tag
Added membuffers tag
Release version 21
Fix open_console method for VirtualMachine
Catch every errors on opening console
Update license to LGPL v3
Released version 20
v20
v20
Updated dependency version for cc-common
Splits dependencies lines in debian/control
Fix plugin loading at startup
Log exception when plugin load fails
Handle common cases for execute_command handler
Changed EvPopen to raise the child execption no matter what
Use EncodingFormatter class from commons for syslog
Prevent virtio console from being opened if libvirtd version is 0.8
Log listening port in debug for TCPTunnel
Added source format 3.0 native
Use close_fds from utils in ForkedJob
Fix close_fds utils function
Release version 19
v19
v19
Fix debian packaging
Remove datetime in syslog formatter
Update debian packaging dependencies + maintainer
Updated debian dependencies for python-pyev
Added notes about live migration in user documentation
Fix tunnel destroy handler
Updated to new sjrpc API
Implemented live migration with libev child watcher
Updated ForkedJob to use pyev child handler
Fix remote shell NameError on exception
Replaced remote command execution using EvPopen
Handles SIGCHLD for remote shell
Updated subproc_call in DRBD job and DRBD allocator
Make subproc_call to use our EvPopen class
Created an EvPopen class to replace Popen calls
Loading