databricks-cli/libs/sync
shreyas-goenka 5166055efb
[DECO-553] Escape file path strings in URL (#228)
Tested manually

Before:
```
shreyas.goenka@THW32HFW6T test-dbx % bricks sync --full . /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:17 [INFO] Remote file sync location: /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:17 [INFO] Action: PUT: #foo.py, .gitignore
2023/02/27 19:51:19 [INFO] Uploaded .gitignore
Error: Creating file failed. An item with path /Repos/shreyas.goenka@databricks.com/test-dbx already exists
```

After:
```
shreyas.goenka@THW32HFW6T test-dbx % bricks sync --full . /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:46 [INFO] Remote file sync location: /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:46 [INFO] Action: PUT: #foo.py, .gitignore
2023/02/27 19:51:47 [INFO] Uploaded .gitignore
2023/02/27 19:51:47 [INFO] Uploaded #foo.py
```
2023-02-28 03:17:13 +01:00
..
repofiles [DECO-553] Escape file path strings in URL (#228) 2023-02-28 03:17:13 +01:00
diff.go Move diff struct to its own file (#175) 2023-01-24 11:06:14 +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 Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
watchdog.go Update sync defaults (#177) 2023-01-24 15:06:59 +01:00