Added SVN logging observer.

It isn't triggered by anything yet. When the observer is called, it uses
Blinker to send out a signal for every [T12345] marker it sees in the
first line of each commit log. Those signals aren't connected to anything
yet.

NOTE: this requires the 'svn' Python module , which is a wrapper for the
'svn' commandline client. This client needs to be installed on our docker
when we deploy.
This commit is contained in:
2016-08-31 14:31:45 +02:00
parent 15f0f5889a
commit 0c9b31c4b4
5 changed files with 228 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
# Primary requirements:
pillar
attrs==16.1.0
svn==0.3.42
# Testing requirements:
pytest==3.0.1
responses==0.5.1
pytest-cov==2.3.1
mock==2.0.0