Commit Graph

6 Commits

Author SHA1 Message Date
David Moreau Simard 0614e3c9f5
Update README to explain ara-clients was migrated back into ara
The ara-clients standalone repository is being discontinued.
The clear and logical separation of components was nice but the overhead
in complexity was not worth it.

Change-Id: I345dfa25c049d7e3874a8f502156c857df44c734
2019-03-02 08:48:10 -05:00
melissaml 1c571dbd54 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I0850b5df4afd4ec5405be4a8e775d166980fbe87
2018-12-07 20:33:35 +08:00
Florian Apolloner f9f75778e2 Switched the offline client to use an actual threaded http server.
Sadly it has no support for keep-alive, gotta see if we can use a
different server. Either way, this should be prefered over the usage of
Django's TestClient since it has the exact same request flow like a
normal client would have.

Change-Id: Ic7065ffbe260701728e9d01213fe3a0fd5f0a6d2
2018-11-04 15:34:08 +01:00
David Moreau Simard 001112df9f
Add zuul job to run tox-format environment for executing black and isort
This will allow us to have more consistent and clean code.

Change-Id: I8a49053d016c52b7b44136a6a8f36f9ad12675c3
2018-10-02 16:46:01 -05:00
Florian Apolloner 6590ecdf45 Fixed namespacing to use python3 style namespace packages.
Note: the egg name is not allowed to have a dash, because that is
interpreted as version by at least pbr.
See https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support

Change-Id: Ib6666e4aee84a54050a5788de1c12ca36aa130ce
2018-09-27 19:16:48 +02:00
David Moreau Simard 353293f1ad
Bootstrap the ara-clients repository
This is the basic machinery to make it installable and things like
that.

Change-Id: I618ae1a8680ec2275fcf813b1efca4fe180fae3f
2018-06-20 00:18:16 -04:00