]> ruderich.org/simon Gitweb - safcm/safcm.git/history - cmd/safcm/sync.go
safcm: move sync_changes.go and term.go to frontend package
[safcm/safcm.git] / cmd / safcm / sync.go
2021-05-19 Simon Ruderichsafcm: move sync_changes.go and term.go to frontend...
2021-05-18 Simon Ruderichsafcm: add ParseLogLevel()
2021-05-18 Simon Ruderichgo fmt
2021-05-18 Simon RuderichMove synchronization loop into new package frontend
2021-05-18 Simon RuderichMove embedded remote helpers to cmd/safcm/
2021-05-18 Simon Ruderichsafcm: don't hang on error before a connection is estab...
2021-05-18 Simon Ruderichrpc: use SSHConfig struct as argument to DialSSH()
2021-05-17 Simon Ruderichconfig: config.yaml: add global "ssh_user" option
2021-05-13 Simon Ruderichsafcm: add experimental support to sync from Windows...
2021-05-12 Simon Ruderichsafcm: simplify Sync.logf to take the log message as...
2021-05-09 Simon Ruderichsafcm: use better variable name in hostsToSync()
2021-05-09 Simon Ruderichsafcm: don't color output if stderr is redirected
2021-05-09 Simon Ruderichconfig: return map from TransitivelyDetectedGroups()
2021-05-09 Simon RuderichImprove and add comments
2021-04-22 Simon Ruderichtests: add very basic end-to-end test with real ssh...
2021-04-20 Simon Ruderichsafcm: print unfinished hosts on Ctrl-C
2021-04-13 Simon Ruderichsafcm: forbid syncing groups which depend on "detected...
2021-04-05 Simon Ruderichsafcm: add -q (quiet) command line option
2021-04-03 Simon Ruderichconfig: add Host option "ssh_user"
2021-04-03 Simon RuderichFirst working version