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

Add mkdir support #2949

Merged
merged 28 commits into from
Dec 18, 2024
Merged

Add mkdir support #2949

merged 28 commits into from
Dec 18, 2024

Conversation

facundopoblete
Copy link
Contributor

@facundopoblete facundopoblete commented Nov 29, 2024

Add support to forward the mkdir command to the agent

@aviramha
Copy link
Member

This looks great, thank you for taking a stab at it - I know it's still in draft, but need to remember that we try to maintain agent<>cli compatability, and the way we add new messages is by checking protocol version before using new message types (see READDIR_BATCH_VERSION)

@facundopoblete facundopoblete marked this pull request as ready for review November 29, 2024 16:58
@facundopoblete facundopoblete marked this pull request as draft November 30, 2024 06:01
@facundopoblete facundopoblete changed the title Add mkdir support [WIP] Add mkdir support Nov 30, 2024
@facundopoblete facundopoblete marked this pull request as ready for review December 1, 2024 03:23
mirrord/agent/src/file.rs Outdated Show resolved Hide resolved
@aviramha
Copy link
Member

aviramha commented Dec 4, 2024

Is this still WIP? (I see it's not marked as draft)

@facundopoblete facundopoblete changed the title [WIP] Add mkdir support Add mkdir support Dec 17, 2024
@facundopoblete
Copy link
Contributor Author

Is this still WIP? (I see it's not marked as draft)

Done. Sorry for the delay, I had to make some changes and I needed the CI to validate them.

Copy link
Contributor

@Razz4780 Razz4780 left a comment

Choose a reason for hiding this comment

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

Looks neat! Only some small improvement suggestions

mirrord/protocol/src/codec.rs Outdated Show resolved Hide resolved
mirrord/agent/src/file.rs Outdated Show resolved Hide resolved
mirrord/agent/src/file.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Razz4780 Razz4780 left a comment

Choose a reason for hiding this comment

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

Sweet! Thanks for the contribution!

@Razz4780 Razz4780 added this pull request to the merge queue Dec 18, 2024
Merged via the queue into metalbear-co:main with commit be5ee45 Dec 18, 2024
17 checks passed
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.

3 participants