summaryrefslogtreecommitdiff
path: root/netplan
Commit message (Expand)AuthorAge
...
* | Defer creation of ConfigManager tmpdir until neededRyan Harper2018-04-27
* | terminal: disable echo while we're waiting for timeout/user inputMathieu Trudel-Lapierre2018-04-17
* | terminal: correct handling of save/restore for terminal flags/settingsMathieu Trudel-Lapierre2018-04-17
|/
* 'netplan try': linting fixesMathieu Trudel-Lapierre2018-04-17
* 'netplan try': make sure to only try removing virtual devicesMathieu Trudel-Lapierre2018-04-17
* 'netplan try': attempt to revert newly added virtual devicesMathieu Trudel-Lapierre2018-04-17
* configmanager: more fixes to parsing/merging configsMathieu Trudel-Lapierre2018-04-16
* 'netplan try': Don't need to explicitly import ConfigurationErrorMathieu Trudel-Lapierre2018-04-16
* 'netplan try': do a better job at merging and checking for unsupported keysMathieu Trudel-Lapierre2018-04-16
* 'netplan try': better handle reversion when 'netplan apply' failsMathieu Trudel-Lapierre2018-04-16
* utils: make both NetworkManager and networkd systemctl calls sync-capableMathieu Trudel-Lapierre2018-04-16
* 'netplan try': make sure a config is revertable before applying changesMathieu Trudel-Lapierre2018-04-16
* apply: Make it possible to run daemon restarts synchronouslyMathieu Trudel-Lapierre2018-04-16
* terminal: clarify / fixup get_confirmation_input()Mathieu Trudel-Lapierre2018-03-29
* netplan try: prettify the seconds remainingMathieu Trudel-Lapierre2018-03-28
* terminal: really check for the input being ENTERMathieu Trudel-Lapierre2018-03-28
* netplan try: disable echo againMathieu Trudel-Lapierre2018-03-28
* try: make the input timeout configurableMathieu Trudel-Lapierre2018-03-27
* terminal: fix custom message displayMathieu Trudel-Lapierre2018-03-27
* terminal: add docstringsMathieu Trudel-Lapierre2018-03-27
* Factor out Terminal mangling to a separate class; clarify ConfigManager behav...Mathieu Trudel-Lapierre2018-03-27
* tests: more ConfigManager tests, to run using noseMathieu Trudel-Lapierre2018-03-26
* tests: add tests for 'netplan try' commandMathieu Trudel-Lapierre2018-03-26
* try: implement a new 'netplan try' commandMathieu Trudel-Lapierre2018-03-22
* apply: blacklist qeth driver from rebindMathieu Trudel-Lapierre2018-03-21
* migrate: renamed command ifupdown-migrate to 'migrate'Mathieu Trudel-Lapierre2018-03-15
* Hide "testing" commands by default unless ENABLE_TEST_COMMANDS is setMathieu Trudel-Lapierre2018-02-23
* Merge pull request #6 from daxtens/static-2Mathieu Trudel-Lapierre2018-02-23
|\
| * migrate: support hwaddress/macaddressDaniel Axtens2018-02-21
| * migrate: static: support MTUDaniel Axtens2018-02-21
| * migrate: support dns-nameserver and dns-searchDaniel Axtens2018-02-21
| * migrate: basic support for static configurationDaniel Axtens2018-02-21
| * migrate: operate on /e/n/i in-orderDaniel Axtens2018-02-21
* | glob module is not callable, fix this typo that creeped up in refactor.Mathieu Trudel-Lapierre2018-02-22
|/
* Fix finding lease if no root-dir is specifiedMathieu Trudel-Lapierre2018-02-16
* Make importing subcommands automatic, less copy-pasta.Mathieu Trudel-Lapierre2018-02-16
* Correctly define __all__ in commands/__init__.py. I'm bad at python.Mathieu Trudel-Lapierre2018-02-16
* apply: all of apply is pragma: nocover, only covered in autopkgtestsMathieu Trudel-Lapierre2018-02-15
* commands: make sure 'help' works on leaf commands easilyMathieu Trudel-Lapierre2018-02-15
* Fix class comment for generate.pyMathieu Trudel-Lapierre2018-02-15
* commands: factor out ifupdown-migrate into its own fileMathieu Trudel-Lapierre2018-02-15
* commands: factor out the 'apply' command into its own fileMathieu Trudel-Lapierre2018-02-15
* commands: factor out generate into a separate fileMathieu Trudel-Lapierre2018-02-15
* netplan ip: clean up path_generator, now available from utilsMathieu Trudel-Lapierre2018-02-15
* Merge branch 'help_command'Mathieu Trudel-Lapierre2018-02-15
|\
| * utils: move path_generate from core to utils, it will be useful for more subc...Mathieu Trudel-Lapierre2018-02-15
| * Move all nmcli / NM support functions to utilsMathieu Trudel-Lapierre2018-02-15
| * Miscellaneous small coverage/linting fixesMathieu Trudel-Lapierre2018-02-15
| * Merge branch 'master' into help_commandMathieu Trudel-Lapierre2018-02-15
| |\
| * | cli: more cli parsing rework to support 'help' commands everywhereMathieu Trudel-Lapierre2018-02-14