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
56351fde73ff4f16828b6257ba57439f1ff89469
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
18
Feb
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
Make Get-WriteTime throw an exception if file can't be found.
Logging changes.
Make Get-Item call throw an exception on errors.
Prevent output when uploading log files.
Copy configuration examples explicitly and only once.
Output layout improvements.
Use absolute paths to facilitate copy-pasting.
Adapt Make-Package to new configuration location.
Adapt LoadConfig() to new configuration location.
Log message changes only.
Rename methods loading config and status.
Disable ReSharper warning.
Clean up unused code.
Re-order optional settings, grouping notification / email stuff.
Update summary to contain all config settings and improve output.
Don't parse the status file in AutoTxConfigTest.
Remove old config and status example files.
Add minimal configuration example without optional settings.
Fix SourceDrive in host-specific template.
Remove path settings from local dev system, use generic ones.
Make ServiceTimer optional.
Check for uncommonly high values on certain parameters.
Make order of parameters match signatures of other local methods.
Check if EmailFrom is set when mails are enabled.
Make constructors of ServiceConfig and ServiceStatus private.
Use C# 6.0 style for setting defaults on auto-properties.
Use XML-style brackets when reporting configuration item issues.
Add block comments to denote sequence of validation checks.
Check parameters that need to specify local fixed disks.
Make common configuration file optional.
Reduce logging verbosity in AutoTxConfigTest.
Refactor ValidateConfiguration, checking all mandatory parameters.
Make GracePeriod optional, defaulting to 30 days.
Fix InterPacketGap parameter in example config.
Update docstrings reflecting the default values.
Set default values for optional configuration parameters.
Shift all methods including constructor below parameters.
Re-arrange fields to match new required / optional policy.
Allow configuration to be spread across two separate files.
Add templates / examples for split configuration files.
Loading