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

incus: Improve completion for file push and file pull #1445

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

montag451
Copy link
Contributor

Completion for files inside instances is not provided as I don't know how to do it properly for the moment, the improvement concerns the fact that instances names are now returned as completion candidates. Before only local file names was provided.

The completion functions for instance and remote names now only return
names prefixed by the string to be completed. This allows the caller
of these functions to improve their decisions about their own
completion behaviour.

Signed-off-by: montag451 <[email protected]>
@montag451 montag451 marked this pull request as draft December 1, 2024 21:08
@montag451 montag451 force-pushed the file-push-pull-comp branch 3 times, most recently from 8363c66 to 68a936a Compare December 2, 2024 16:44
@montag451 montag451 marked this pull request as ready for review December 2, 2024 19:53
@montag451
Copy link
Contributor Author

montag451 commented Dec 2, 2024

@stgraber Can you rerun the checks please, I don't think my changes are responsible for the failure so running the checks again should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants