databricks-cli/libs/sync
Pieter Noordhuis fe738ede6a
Let sync return early if an error occurs (#235)
The previous approach would proceed to execute all requests prior to
returning the first error. This is solved with `errgroup.WithContext`
that cancels the context if a routine returns an error.
2023-03-09 13:29:05 +01:00
..
repofiles [DECO-553] Escape file path strings in URL (#228) 2023-02-28 03:17:13 +01:00
diff.go Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +01:00
event.go Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +01:00
event_test.go Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +01:00
path.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
path_test.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
snapshot.go Make sync command work in bundle context; reorder args (#207) 2023-02-20 11:33:30 +01:00
snapshot_test.go Don't sync symlink folders (#205) 2023-02-15 17:02:54 +01:00
sync.go Let sync return early if an error occurs (#235) 2023-03-09 13:29:05 +01:00
watchdog.go Let sync return early if an error occurs (#235) 2023-03-09 13:29:05 +01:00