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
6d9b5a04b0a13bc0ce5eb2024f559173c15af561
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
27
Feb
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
Use string formatting to assemble C# code.
Use "Out-File" to fix encoding / binary diff issues.
Use central files for common / shared resources.
Minor change.
Fix output formatting messed up by VS console.
Include ConfigurationName in Prepare-Build.
Parse version numbers from "git describe" output.
Include assembly information in startup messages.
Generate C# code with consts to be used in Assembly details.
Add git branch name to Prepare-Build.
Make error handling in Prepare-Build more robust.
Add infrastructure to include build-time information in assembly.
Merge branch 'split-config'
2.0
2.0
Adapt tray app to config file location changes.
Adapt updater configuration example for new config location.
Wrap main logic in a try/catch block.
Add function docstring.
Minor layout / message changes.
Send an email before terminating upon an error.
Rename variable.
Adapt update wrap-up and message generation to recent changes.
Run Update-ServiceBinaries if necessary.
Make Update-ServiceBinaries return $False if marker creation fails.
Make Update-ServiceBinaries honor the return value of Copy-ServiceFiles.
Adapt Copy-ServiceFiles to changes in control logic.
Use an array to generate messages on updated items.
Rename NewServiceBinaries-Available to ServiceUpdate-Requested.
WIP: update configuration files if criteria met.
Adapt Update-Configuration and Update-File to recent changes.
Make Create-Backup return True or False.
WIP: check configuration before doing any updates.
Logging / output changes only.
Generalize NewConfig-IsValid to Config-IsValid.
Add Find-InstallationPackage function.
Adapt Get-HostDescription to new configuration location.
Add NewConfig-IsValid to validate new configuration files.
Set ErrorActionPreference to "Stop".
Homogenize whitespace / line spacing.
Allow setting the debug level using a command line parameter.
Move code to check service update marker file into separate function.
Loading