lp://staging/~dpb/charms/precise/apache2/trunk
- Get this branch:
- bzr branch lp://staging/~dpb/charms/precise/apache2/trunk
Branch merges
- Brandon Holtsclaw (community): Approve
-
Diff: 535 lines (+233/-78)6 files modified.bzrignore (+2/-0)
README.md (+74/-45)
config.yaml (+36/-5)
hooks/hooks.py (+66/-27)
revision (+1/-1)
scripts/gen-selfsigned-cert (+54/-0)
Branch information
- Owner:
- David Britton
- Status:
- Development
Recent revisions
- 56. By Matt Bruzek
-
[gnuoy] Fix default security config to have new format when apache 2.4 is installed.
- 55. By Charles Butler
-
David Britton 2014-05-21 - cleanup some language in README, docstrings.
David Britton 2014-05-21 - fixed failing tests if apache2 was not installed
David Britton 2014-05-20 removing lint
David Britton 2014-05-20 - Add some variables for testing purposes in config-changed
David Britton 2014-05-20 - Adding note about opening non-standard ports to README
David Britton 2014-05-20 extra param removed
David Britton 2014-05-20 Add test_hooks file (oops)
David Britton 2014-05-20 add bit about servername and ssl_cert in the vhost-config relation
David Britton 2014-05-20 update readme to talk about the vhost-config relation
David Britton 2014-05-19 - Remove lint
David Britton 2014-05-19 - Added tests for enable_vhost()
David Britton 2014-05-19 remove disable_vhost: unused
David Britton 2014-05-19 - Adding generic hooks.py tests
David Britton 2014-04-30 call vhost update from config_changed, ala other relations in apache2
David Britton 2014-04-30 base64decode too early
David Britton 2014-04-30 typo on keyword arg to create_vhost
David Britton 2014-04-30 expect vhosts in a list of dicts
David Britton 2014-04-30 yaml
David Britton 2014-04-30 Add relation_data into log message
David Britton 2014-04-30 relation_set on the particular id from config_changed
David Britton 2014-04-30 vhost_config_relation_ changed should set ssl_cert and servername a...
David Britton 2014-04-30 jinja2 imported too early
David Britton 2014-04-30 inform vhost of config changes in all cases, not just if an ssl_ce...
David Britton 2014-04-29 Adding tests for new vhost_config_relation changes
David Britton 2014-04-25 add vhost hook
David Britton 2014-04-25 don't need the yaml.load I don't think
David Britton 2014-04-25 re-arrange vhost-config order
David Britton 2014-04-25 Add the relation, still need tests. - 50. By Marco Ceppi
-
[davidpbritton] config_changed hooks failed without servername set due to programming error
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/apache2