Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-10 | T4049: add tab completion support for "compare commands"1.3.2 | Christian Poessinger | |
(cherry picked from commit 44fa733c7a4948208b003d828cf0ca8c6227cca2) | |||
2021-12-04 | T4049: add completion help for "compare commands" | Christian Poessinger | |
(cherry picked from commit dae314be6df89af4da648cc94855f145bbf43625) | |||
2020-12-29 | bash: completion: add new "filename" option | Christian Poessinger | |
2020-12-28 | bash: completion: add new "hostname" option | Christian Poessinger | |
2020-10-26 | T3020: Correct scp completion hint | Cédric Jeanneret | |
"scp" needs to get a ":" between the remote host and the remote path. Let's reflect it in the completion order to avoid confusion. The doc has been updated with vyos/vyos-documentation#354 | |||
2020-08-31 | configd: T2582: set vyshim env variable for config session | John Estabrook | |
2020-04-03 | T2072: partially fix completion for values with spaces (#23) | Jernej Jakob | |
This fixes the help display, command completion still doesn't work. | |||
2019-10-01 | T1424: Rewrite the config load script | John Estabrook | |
2019-05-28 | T1397: Rewrite the config merge script | John Estabrook | |
Add support for the config merge script in vyos-1x. | |||
2017-11-03 | T281: Add https support to the load command | Christian Poessinger | |
2016-02-05 | Add function to bash-completion script to fix message "bad array subs cript" | Kim Hagen | |
2015-10-25 | Bug 584 - Allow sftp as copy and commit-archive location destination. | Leon Messner | |
2015-07-09 | vyatta-cfg: updated fix for formatting top level cli merge command | Alex Harpin | |
Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
2015-06-30 | vyatta-cfg: fix formatting issue with top level cli merge command | Alex Harpin | |
Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509 | |||
2012-09-12 | Fix a few completion bugs | John Southworth | |
1. Bugfix 8254: Show the help text first so users don't think there is only one completion for a value when it exists with non-comps 2. Fix config mode inconsistencies with operational mode. Show all values in help text. 3. Fix "exists_only" command handling. Only show nodes that exist when doing completion for show, comment, and delete. | |||
2012-02-03 | Fix an inconsistency with single non-completion cases | John Southworth | |
2012-02-03 | Fix some bugs in config path helpers | John Southworth | |
2012-02-03 | Add ability to differentiate between node types in help text | John Southworth | |
2011-12-09 | Fix default completions for configuration mode | John Southworth | |
2011-10-21 | Fix a few config completion mistakes: help text was no longer being paged ↵ | John Southworth | |
(this differed from op mode). Fix the Invalid top level command help text | |||
2011-10-18 | Fix broken completion for copy and rename second parameter | John Southworth | |
2011-10-17 | Make directory completions, if it is the first word of a run completion, ↵ | John Southworth | |
work so that users can easily find scripts they may be trying to run. | |||
2011-10-11 | Fix completions for fields that have more than one word | John Southworth | |
* Make the compreply filter not sort a list that contains only one element. This can cause some problems because some elements contain multiple words, interface descriptions for instance. * Fix typo in function name | |||
2011-10-06 | quote individual elements for the validation string | John Southworth | |
2011-10-06 | Fix typo in error message | John Southworth | |
2011-10-06 | Bugfix 6747: use bash conditional expressions instead of posix test ↵ | John Southworth | |
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant | |||
2011-10-06 | Fix up completions for commit and compare | John Southworth | |
2011-10-05 | Add comments to document the changes in completion script | John Southworth | |
2011-10-05 | Pass through the completion parameters to functions that need them | John Southworth | |
2011-10-05 | fix stuck completion on non-lastword | John Southworth | |
2011-10-05 | Make non-lastword completions more fluid by using the current prefix and ↵ | John Southworth | |
word provided by bash | |||
2011-10-04 | warn user of invalid top level command, this will tell the user when the try ↵ | John Southworth | |
to complete on a non-vyatta command, after hitting space, normal completion will continue to work for non-vyatta commands | |||
2011-10-04 | Fix the handling of tag nodes in config mode completions | John Southworth | |
2011-10-04 | Fix exit help text to make it clear that you can exit without discrarding. | John Southworth | |
2011-10-04 | Fix compare completion when comparing to the saved config | John Southworth | |
2011-10-04 | Fix some help text, add discard and confirm completion functions, fix ↵ | John Southworth | |
comment completion validation | |||
2011-10-04 | Fix completions for confirm, discard, exit, copy, rename, load, save, merge, ↵ | John Southworth | |
and loadkey to be consistent with the rest of the system | |||
2011-10-04 | Clear vyatta_cfg_comp_help when starting a new completion otherwise the ↵ | John Southworth | |
Detailed Information section from the previous completion will be retained on this completion | |||
2011-10-04 | Make show, set, delete, and run completions in configuration mode work ↵ | John Southworth | |
similarly to op mode, other top level commands still need work | |||
2011-10-03 | Prevent config mode completions from getting stuck when backspacing over them | John Southworth | |
2011-08-17 | Bugfix 7442: Check if running interactively before doing binding options | John Southworth | |
2011-08-15 | Allow config mode completion to work when not at the end of the string | John Southworth | |
2011-08-02 | Reorganize the bash completion and command interpreter scripts into easier ↵ | John Southworth | |
to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op | |||
2011-08-01 | Fix incorrect comp_words check in previous commit. My original ↵ | John Southworth | |
implementation used config.boot instead of saved | |||
2011-08-01 | Cleanup some top level completion help text and add a 'compare saved' ↵ | John Southworth | |
command so that users can check their saved config vs the working config without loading | |||
2011-08-01 | Cleanup help text for compare | John Southworth | |
2011-07-29 | Bugfix 2823: Configuration mode command interpreter, output adjustments for ↵ | John Southworth | |
consistency | |||
2011-07-20 | Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ↵ | John Southworth | |
ensure the proper environment for the commands exists (cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa) | |||
2011-07-15 | filter run-parts messages is no longer required. | Deepti Kulkarni | |
2011-07-15 | Bugfix 7331: better fix for the bug | John Southworth | |
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd) |