-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enabling terminal autocompletion of commands #71
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeroenrook
approved these changes
Nov 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve merge conflicts first. After that; approved
thijssnelleman
added a commit
that referenced
this pull request
Jan 7, 2025
* Sprk 361 - Merging run configured solver into run solvers (#123) * Updating run solvers to start a job per solver instead of per instance/run combination * Merging run_configured_solver into run_solvers * updating file names to be more clear, adding place holder test for run solvers * Test fix * Fixing specific configuration running * Update changelog * Bugfixes for selection example * Removing Validation directory from Platform * Reference_List moving into Settings directory * Bugfixes for snapshots * Adding sparkle citation * CLI execution rights fix * Release/0.9.1.1 (#125) * Pathing typos * Updating changelog * Adding init to core module * Release/0.9.1.2 (#126) (#127) * Sprk 361 - Merging run configured solver into run solvers (#123) * Updating run solvers to start a job per solver instead of per instance/run combination * Merging run_configured_solver into run_solvers * updating file names to be more clear, adding place holder test for run solvers * Test fix * Fixing specific configuration running * Update changelog * Bugfixes for selection example * Removing Validation directory from Platform * Reference_List moving into Settings directory * Bugfixes for snapshots * Adding sparkle citation * CLI execution rights fix * Release/0.9.1.1 (#125) * Pathing typos * Updating changelog * Adding init to core module * Patchfix * Fixed command specification * Adding images to platform documentation * Sprk 364 (#128) * Fixing Feature data for SMAC2 configuration * Updating SMAC3 to take features from FDF * Adding feature data to IRACE * Bugfixes smac3 tests * SMAC2 test update * Irace fixes * Changelog update * Add prefix for cli options (#129) * Sprk 367 - Tutorial tips bug fixes (#130) * Fixing warning messages * Adding python3 infront of python script calls to avoid execution right issues * Changing command log dir naming * Updating Sparkle wait to give better information * Fixing table to change layout once finished * Fixing platform bug where changing dir does not happen on time when executing commands in subdir * Various fixes based on tutorial * Adding documentation for venv * updating logging pytest * Updating Venv installation manual * Adding CLI cores option to SMAC2 * flake8 * Bugfix settings * Bugfixes regarding overscheduling of jobs, adding better names to configuration jobs * Enabling terminal autocompletion of commands (#71) * environment yml fix * Adding in autocompletion to the CLI functionalities * Adding readme * Changelog * Better names * Renamiong file * updating install msg * Script bugfixes * Updating solution verifier argument docs * Changelog fix * flake8 * bugfixes * various cli bugfixes for autocomplete * Adding sparkle autocomplete to bash profile for installation * Updating documentation * RunRunner upgrade * SPRK 343: Merging wait and cancel command into jobs command (#132) * Updating sparkle cancel command to have all functionalities from sparkle wait * Adding comments * Minor bug fixes and performance updates * Renaming cancel command to jobs, adapting CLI args accordingly * Deleting wait command as it is now handled by the jobs command, updating docs accordingly * Changelog mistake * Bugfixes for interactive table * Changelog update, version change, shell script updates * New release tarball * Attempted bug fixes for Github pipeline --------- Co-authored-by: Hadar Shavit <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created a script to, conditionally, divert the bash autocompleter to determine sparkle commands
sparkle activate autocompletion