Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-30 | Improve module documentation and doc cleanup. | Wesley Wiedenmeier | |
This adds lots of config module documentation in a standard format. It will greatly improve the content at readthedocs. Additionally: * Add a 'doc' env to tox.ini * Changed default highlight language for sphinx conf from python to yaml most examples in documentation are yaml configs * Updated datasource examples to highlight sh code properly | |||
2016-08-10 | Add distro tags on config modules that should have it | Joshua Harlow | |
Some of these really won't work to well on non-supporting distros so to avoid further user pain tag this with the supported distros where they should work. | |||
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2015-09-15 | Change Snappy SSH enabled default from false to 'auto' (LP: #1494816) | Ben Howard | |
2015-09-11 | cc_snappy: update doc string, change default to 'auto' | Scott Moser | |
2015-09-11 | Refinements on SSH enablement | Ben Howard | |
2015-09-11 | Ubuntu Snappy: conditionally enable SSH on Snappy | Ben Howard | |
When a user provides authentication tokens, enable SSH unless SSH has been explicitly disabled (LP: #1494816). | |||
2015-05-01 | fix 'Make pyflakes' | Scott Moser | |
2015-04-16 | pep8 fixes | Scott Moser | |
2015-03-31 | adjust cc_snappy for snappy install package with config. | Scott Moser | |
It was believed that to install a package with config the command was: snappy install --config=config-file <package> Instead, what was implemented in snappy was: snappy install <package> [<config-file>] This modifies cloud-init to invoke the latter and changes the tests appropriately. LP: #1438836 | |||
2015-03-27 | allow-unauthenticated when done from local file | Scott Moser | |
2015-03-27 | do not use set | Scott Moser | |
2015-03-27 | be more user-friendly when looking for matching .config | Scott Moser | |
On fspath installs, look for .config files harder. Given a file named: pkg.namespace_0.version_arch.snap We'll search for config files named: pkg.namespace_0.version_arch.config pkg.namespace.config pkg.config | |||
2015-03-27 | fix read_install | Scott Moser | |
2015-03-27 | address namespacing | Scott Moser | |
2015-03-27 | set snappy command earlier | Scott Moser | |
2015-03-27 | change 'configs' to 'config', and namespace input to 'snappy config' | Scott Moser | |
the input to 'snappy config <packagename>' is expected to have config: <packagename>: content: So here we pad that input correctly. Note, that a .config file on disk is not modified. Also, we change 'configs' to just be 'config', to be possibly compatible with the a future 'snappy config /' that dumped: config: pkg1: data1 pkg2: data2 | |||
2015-03-26 | fix scope so that SNAPPY_CMD is affected by set_snappy_command | Scott Moser | |
2015-03-26 | mention ubuntu-core | Scott Moser | |
2015-03-26 | improve doc, change 'click_packages' path to be 'snaps' | Scott Moser | |
2015-03-26 | rad_pkg_data: return data, fix undefined variable | Scott Moser | |
2015-03-26 | encode needed for yaml_dumps | Scott Moser | |
2015-03-26 | prefer snappy-go to snappy | Scott Moser | |
2015-03-26 | add tests for data types | Scott Moser | |
2015-03-26 | pep8 | Scott Moser | |
2015-03-26 | pep8, and some more tests | Scott Moser | |
2015-03-26 | start of snap_op tests | Scott Moser | |
2015-03-26 | commit work in progress. tests pass. | Scott Moser | |
2015-03-05 | fixes from testing | Scott Moser | |
2015-03-05 | do not raise exception on non-existant channel.ini file | Scott Moser | |
2015-03-05 | fixes bug: https://launchpad.net/bugs/1428495 | Scott Moser | |
snappy: disable by default this does 2 things actually a.) disables snappy by default, and adds checks to filesystem to enable it b.) removes the 'render2env' that was mostly spike code. | |||
2015-03-04 | add snappy module | Scott Moser | |