Commit Graph

11 Commits

Author SHA1 Message Date
cd17236428 Linked requirements to Pillar and Pillar-Python-SDK
Since Pillar is not pip-installable and also not properly versioned either,
I removed the 'pillar>=2.0' requirement from setup.py
2017-03-03 15:04:50 +01:00
bc58b6d5ac Moved Subversion stuff to its own module, and unified push & pull approaches 2016-11-02 11:06:29 +01:00
bdbf460623 Some requirement tweaks 2016-09-29 10:15:01 +02:00
0eb51a2804 Moved attrs_extra to Pillar.
Requires Pillar revision 407aefb9ada8b8d627e29ca14d8ddd9bc758a70f
2016-09-27 13:01:04 +02:00
6f8a48b956 pip install -r requirements.txt can't install pillar, so leave it out. 2016-09-07 10:04:44 +02:00
a89e98c556 Properly handle SVN connection/client errors.
This requires my fork of the SVN library, until pull request #43 is merged
upstream: https://github.com/dsoprea/PySvn/pull/43
2016-08-31 16:42:21 +02:00
0c9b31c4b4 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.
2016-08-31 14:31:45 +02:00
bd4055a8ea Updated test requirements 2016-08-31 11:32:29 +02:00
621b95ca5f Removed secondary requirements
We already have a list of those in both pillar and bcloud-server, so we
don't also need a list here.
2016-08-31 11:32:29 +02:00
92dd4bf701 pillar-server → pillar 2016-08-31 11:32:29 +02:00
d30047c869 Added requirements.txt with current versions of all packages. 2016-07-29 16:57:47 +02:00