~hasanammar/conn-check/configs-broker-url

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
ChangeLog for conn-check-configs
================================

1.0.8 (19-08-2015)
------------------

 - Fix for handling django-statsd config that defines port as part of host,
   separated by a colon.

1.0.7 (26-02-2015)
------------------

 - Fix bug in which a default celery backend results in type: null

1.0.6 (22-10-2014)
------------------

 - Refactored Django databases export to support more engines and skip filepath domain sockets.

1.0.5 (15-10-2014)
------------------

 - Re-added -p/--print flag that does nothing to maintain backwards compatbility.

1.0.4 (13-10-2014)
------------------

 - Made printing to STDOUT the default behaviour, removed -p/--print.

1.0.3 (09-10-2014)
------------------

 - Added flag to output YAML to STDOUT.

1.0.2 (08-10-2014)
------------------

 - Fix variable error with statsd checks.

1.0.1 (07-10-2014)
------------------

 - Added CLI flags and module level variables to set statsd send/expect values for Django settings.
 - Added the ability to easily extend checks with your own.

1.0.0 (24-09-2014)
------------------

 - Initial release.
 - conn_check.config_generators.django SET FREEEEE!