lp://qastaging/~barryprice/charm-haproxy/linting-fixes

Created by Barry Price and last modified
Get this branch:
bzr branch lp://qastaging/~barryprice/charm-haproxy/linting-fixes
Only Barry Price can upload to this branch. If you are Barry Price please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Barry Price
Project:
charm-haproxy
Status:
Merged

Recent revisions

125. By Barry Price

Linting fixes, bzr ignore .venv dir

124. By Barry Price

Actually append the port to the list 🙄

123. By Barry Price

Fix install_hook unit test where packages may be filtered if already installed, remove empty __init__.py

122. By Barry Price

Fix coverage tests for config-changed by mocking hookenv.opened_ports()

121. By Barry Price

Compare new service ports against currently-opened ports instead of potentially-opened ports

Reviewed-on: https://code.launchpad.net/~barryprice/charm-haproxy/trunk/+merge/364720
Reviewed-by: Tom Haddon <email address hidden>

120. By Barry Price

Drop cm.py (which was pulling the obsolete LP Bazaar repo), use curl to pull in the latest charm-helpers sync script from github

Reviewed-on: https://code.launchpad.net/~barryprice/charm-haproxy/charmhelpers-git/+merge/364737
Reviewed-by: Stuart Bishop <email address hidden>

119. By Billy Olsen

Convert the subjectAltName into an IP Address for comparison.

Convert the subjectAltName component to an IP Address and then
cast to a string prior to comparing to adding it to the set of
IP addresses found in the self-signed certificate properies.
Casting it directly to a str doesn't work as it is an OctetString
type and presents the data as the raw bytes of an IP address.

The ipaddress library already has the capability of parsing the
octet string bytes into an IP address and handles both IPv4 and
IPv6 forms.

Closes-Bug: #1818761

Reviewed-on: https://code.launchpad.net/~billy-olsen/charm-haproxy/octet-string/+merge/364017
Reviewed-by: Edward Hope-Morley <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>
Reviewed-by: Chris Johnston <email address hidden>
Reviewed-by: Felipe Reyes <email address hidden>

118. By Simon Davy

Add an empty default for service_options.

This means that you can deploy haproxy with a services config that specifies service_host/service_port, but not options. This allows the relation to specify options, but the haproxy services config can specify ports.

Reviewed-on: https://code.launchpad.net/~bloodearnest/charm-haproxy/make-service-options-optional/+merge/321567
Reviewed-by: Nick Moffitt <email address hidden>
Reviewed-by: Adam Collard <email address hidden>

117. By Simon Poirier

use IP in self-signed subjectAltName

Reviewed-on: https://code.launchpad.net/~simpoir/charm-haproxy/ip-selfsigned/+merge/349258
Reviewed-by: Nick Moffitt <email address hidden>

116. By Junien Fridrick

allow detection of IPv6 addresses in "bind" stanzas

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/charm-haproxy
This branch contains Public information 
Everyone can see this information.

Subscribers