Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Graph
8adba1b1f50b5c9a3f71590c20ab76a07fb30c44
Select Git revision
Branches
7
auto-deploy
bug-cpuload
feature/cmdline-storage-status
feature/tray/logwindow
master
default
protected
server2012
update-docs
Tags
9
3.0
2.1
2.0
1.4
1.3
1.2
1.1
autotransfer-v1
1.0
16 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Jun
5
15
Mar
14
13
12
9
8
7
6
5
3
2
1
28
Feb
27
26
20
19
18
16
15
14
13
12
11
9
8
7
6
5
3
2
1
31
Jan
20
19
18
17
16
15
12
9
8
21
Dec
20
19
18
15
14
13
12
8
30
Nov
29
3
2
26
Oct
10
25
Sep
23
18
15
14
Rename CurrentTargetTmp to TxTargetUser
Remove existence check for TmpTransferDir
Store temporary transfer data inside the target folder
Add SerializeHeartbeat()
Explain manual invokation of updater
Enable debug logging in the updater configuration example
Update the scripts config example
Do not add "AutoTx.log" to the package
Add more detailed explanations about the tray app
3.0 update-docs
3.0 update-docs
Add preliminary readme for the tray app
Update layout to recent changes in log file naming
Add link to tpope's blog post about commit messages
Explain committing and coding conventions
Add ATxDiagnostics to CONTRIBUTING
Move "Development" section to CONTRIBUTING.md
Adjust levels of section headers
Add note about permissions for load monitoring
Update README about the "var/" directory.
Reverse components in log file names to start with the host name
Add section about adding to group in installation instructions
Check group membership when updating the service binaries
Add service account to local group during installation
Move log files to "var/" subdir and include hostname in file name
Move status file to "var/" subdirectory
Minor changes in logging and docstring.
Return the username if it can't be translated to a full name.
Merge branch 'threaded-monitoring'
Pause / resume transfers on load monitoring callbacks.
Add SetSuspended to simplify handling of status changes
Use a list to keep track of suspend reasons
Add missing docstrings
Add ToDos for event handler methods
Logging changes
Use load indicator field from Cpu class
Use a public field to represent the load state
Logging changes
Convert field to an auto-property with a private setter.
Add missing docstrings for the class, fields and methods.
Consistent formatting of floats in log messages.
Prototype using event handlers for reacting on CPU load changes.
Loading