Skip to content

Commit 6417d16

Browse files
chore: bump mutagen version (#144)
Closes coder/internal#590
1 parent 25ad797 commit 6417d16

File tree

52 files changed

+54
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+54
-51
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18.2
1+
v0.18.3

Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift

+3
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ public class MutagenDaemon: FileSyncDaemon {
241241
process.environment = [
242242
"MUTAGEN_DATA_DIRECTORY": mutagenDataDirectory.path,
243243
"MUTAGEN_SSH_PATH": "/usr/bin",
244+
// Do not use `~/.ssh/config`, as it may contain an entry for
245+
// '*.<hostnameSuffix' that uses `coder ssh`.
246+
"MUTAGEN_SSH_CONFIG_PATH": "none",
244247
]
245248
logger.info("setting mutagen data directory: \(self.mutagenDataDirectory.path, privacy: .public)")
246249
return process

Coder-Desktop/VPNLib/FileSync/MutagenSDK/filesystem_behavior_probe_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/filesystem_behavior_probe_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/selection_selection.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/selection_selection.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_daemon_daemon.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_daemon_daemon.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_prompting_prompting.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_prompting_prompting.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_synchronization_synchronization.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/service_synchronization_synchronization.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_compression_algorithm.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_compression_algorithm.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_configuration.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_configuration.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_change.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_change.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_conflict.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_conflict.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_entry.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_entry.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_ignore_ignore_vcs_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_ignore_ignore_vcs_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_ignore_syntax.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_ignore_syntax.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_permissions_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_permissions_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_problem.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_problem.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_symbolic_link_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_core_symbolic_link_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_hashing_algorithm.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_hashing_algorithm.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_rsync_receive.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_rsync_receive.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_scan_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_scan_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_session.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_session.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_stage_mode.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_stage_mode.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_state.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_state.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Coder-Desktop/VPNLib/FileSync/MutagenSDK/synchronization_version.pb.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)