Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add file sync daemon tests #129

Merged
merged 8 commits into from
Apr 9, 2025
Merged

Conversation

ethanndickson
Copy link
Member

@ethanndickson ethanndickson commented Apr 4, 2025

These are just regression tests for the core file sync daemon functionality.

Also has sync sessions ignore VCS directories by default, as per the file sync RFC.

Copy link
Member Author

ethanndickson commented Apr 4, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ethanndickson ethanndickson marked this pull request as ready for review April 7, 2025 02:17
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • Makefile: Language not supported
Comments suppressed due to low confidence (2)

Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:22

  • The syntax 'do throws(DaemonError)' is not valid in Swift. Replace it with a standard 'do {' block for error handling.
do throws(DaemonError) {

Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:20

  • [nitpick] Consider renaming the parameter 'arg' to a more descriptive name such as 'request' for improved clarity.
func createSession(arg: CreateSyncSessionRequest) async throws(DaemonError) {

@ethanndickson ethanndickson force-pushed the ethan/file-sync-daemon-tests branch from 2b10e0e to e48c66a Compare April 8, 2025 03:25
@ethanndickson ethanndickson force-pushed the ethan/remote-file-picker branch from 968fa7b to a553fb6 Compare April 8, 2025 03:25
@ethanndickson ethanndickson force-pushed the ethan/file-sync-daemon-tests branch 2 times, most recently from a74e32f to 0cae729 Compare April 9, 2025 03:20
Copy link
Member Author

ethanndickson commented Apr 9, 2025

Merge activity

  • Apr 9, 6:01 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 9, 6:02 AM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 9, 6:04 AM EDT: A user merged this pull request with Graphite.

@ethanndickson ethanndickson changed the base branch from ethan/remote-file-picker to graphite-base/129 April 9, 2025 10:01
@ethanndickson ethanndickson changed the base branch from graphite-base/129 to main April 9, 2025 10:01
@ethanndickson ethanndickson force-pushed the ethan/file-sync-daemon-tests branch from 0cae729 to e2a0f1b Compare April 9, 2025 10:02
@ethanndickson ethanndickson merged commit 8067574 into main Apr 9, 2025
4 checks passed
@ethanndickson ethanndickson deleted the ethan/file-sync-daemon-tests branch April 9, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants