jMyles
|
144daf4f1e
|
response_cleaner will now ship as a staticmethod instead of being passed in.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
3253dd9c75
|
Implementing node-finding and method invocation on test client.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
85462aff35
|
Moving the node-finding logic up to the client.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
f61fcebc09
|
Splitting out request parsing into the two middlewares (though not yet implemented on the real one).
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
695ced174a
|
Moving node-finding methods up to client-level instead of middleware-level.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
c807b46075
|
Passing in host and port per new API.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
6e91406773
|
Taking either node or host-and-port combination for method wrapper.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
0fdd62cba7
|
fully subclass the client for testing purposes.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
f96af2d050
|
Deprecating previous client in favor of the new one.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
7befbfefe2
|
Sketching out new shape of client that can also select library.
|
2019-02-08 10:06:23 -07:00 |
jMyles
|
d694ac7fb0
|
Sanity check to make sure middleware client is using an HTTP verb (and not looking up some other method by mistake).
|
2019-02-08 10:06:23 -07:00 |
K Prasch
|
bc47aacdd7
|
Merge pull request #733 from cygnusv/fast-circle
Testing heartbeat demo in CircleCI + some build performance optimization
|
2019-02-07 20:24:31 -07:00 |
David Núñez
|
428d80e73a
|
Update heartbeat demo's README and docs
|
2019-02-07 15:00:15 +01:00 |
David Núñez
|
e666cfc067
|
A reasonable place for the heartbeat task in the CI worklfow
|
2019-02-07 12:08:41 +01:00 |
David Núñez
|
a4f72a95a8
|
Use dev Ursulas directly instead the demo fleet script.
|
2019-02-07 11:53:45 +01:00 |
David Núñez
|
9a5d6011c1
|
Use pip environment instead of pipenv for heartbeat demo CI task
|
2019-02-07 11:33:49 +01:00 |
David Núñez
|
ff33ef155a
|
Store fleet logs as artifacts to debug the heartbeat demo CI task
|
2019-02-07 11:14:54 +01:00 |
David Núñez
|
ea7cbfba49
|
Naive approach for a CircleCI workflow to test the heartbeat demo
|
2019-02-07 11:04:15 +01:00 |
David Núñez
|
eb88b37f75
|
Prioritizing the actors task in CircleCI since it's slow af
|
2019-02-07 10:21:58 +01:00 |
David Núñez
|
7191132759
|
Use previously built workspace for building the docs
|
2019-02-07 10:21:58 +01:00 |
David Núñez
|
275aa0ae90
|
Trying to speed up CI: removed some task dependencies, increased parallelism
|
2019-02-07 10:20:48 +01:00 |
Tux
|
d1924fa07f
|
Merge pull request #732 from KPrasch/master
[Release] Bump version: 0.1.0-alpha.7 → 0.1.0-alpha.8
|
2019-02-06 01:19:34 +00:00 |
Kieran R. Prasch
|
2e65c7fa09
|
Bump version: 0.1.0-alpha.7 → 0.1.0-alpha.8
|
2019-02-05 16:55:24 -08:00 |
Tux
|
89597d98bf
|
Merge pull request #731 from KPrasch/master
Update Dependency Locks, update to Hendrix 3.2.1
|
2019-02-06 00:54:24 +00:00 |
Kieran R. Prasch
|
6687fa865a
|
Update Dependency Locks, update to Hendrix 3.2.1
|
2019-02-05 16:32:51 -08:00 |
Tux
|
e0286c141f
|
Merge pull request #722 from mswilkison/master
Includes code of conduct and contributing guide
|
2019-02-06 00:23:42 +00:00 |
MacLane Wilkison
|
0b75e5def8
|
Add Getting Started section, Code of Conduct, and symlink to Contribution Guide
|
2019-02-05 15:13:23 -08:00 |
K Prasch
|
2a5360c5d0
|
Merge pull request #726 from KPrasch/master
[Building] [Release] Bump version: 0.1.0-alpha.5 → 0.1.0-alpha.7
|
2019-02-05 12:42:45 -08:00 |
Kieran R. Prasch
|
a52a9c7db4
|
Bump version: 0.1.0-alpha.6 → 0.1.0-alpha.7
|
2019-02-05 10:19:57 -08:00 |
Kieran R. Prasch
|
86695e2e17
|
Remove cron based trigger interference (hotfix)
|
2019-02-05 10:19:48 -08:00 |
Kieran R. Prasch
|
cd2dbcfa72
|
Bump version: 0.1.0-alpha.5 → 0.1.0-alpha.6
|
2019-02-05 10:11:46 -08:00 |
Kieran R. Prasch
|
9d35ac764c
|
remove README from bumpversion config; Use badges for versions.
|
2019-02-05 10:11:42 -08:00 |
K Prasch
|
0029cb96fc
|
Merge pull request #723 from tuxxy/master
[Docs] Add Security section to README and remove wheel badge
|
2019-02-05 09:59:19 -08:00 |
tuxxy
|
d2e0865279
|
Rephrase coordination sentence
|
2019-02-04 20:42:16 -07:00 |
tuxxy
|
3872aa0ae1
|
Fix badge formatting and add version badge
|
2019-02-04 17:36:18 -07:00 |
tuxxy
|
39c5e72a18
|
Add security section to README
|
2019-02-04 17:33:46 -07:00 |
tuxxy
|
a2c61f822a
|
Remove wheel badge
|
2019-02-04 17:20:48 -07:00 |
Tux
|
84ee4e1a01
|
Merge pull request #717 from KPrasch/contrib
Expanded contribution docs
|
2019-02-04 18:17:41 +00:00 |
K Prasch
|
dd2a7027a9
|
Merge pull request #721 from jMyles/network
Reworking middleware to share more logic.
|
2019-02-04 09:43:22 -08:00 |
Derek Pierre
|
797bea23b7
|
Update docs/source/guides/contribution_guide.rst
Co-Authored-By: KPrasch <kieranprasch@gmail.com>
|
2019-02-04 09:31:07 -08:00 |
jMyles
|
51684a4562
|
Fixing init and adding more detail to error messages.
|
2019-02-03 11:01:11 -05:00 |
jMyles
|
613d5c6b5f
|
More detailed message for NotFound.
|
2019-02-02 21:03:28 -05:00 |
jMyles
|
1195cd2c94
|
Using client wrapper in regular middleware.
|
2019-02-02 21:03:28 -05:00 |
jMyles
|
3b710aea01
|
Using raised exceptions for revocation.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
8a85579461
|
Raising uniform errors for unexpected responses.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
15e100ae21
|
Response cleaner to produce compatible responses in all cases.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
15e889375a
|
Moved errors up from sandbox to client.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
960359b216
|
library-wrapping _Client for middleware.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
1de54b4e3c
|
Changing to requests-style API in middleware.
|
2019-02-02 21:02:34 -05:00 |
jMyles
|
0578b8023c
|
Mocking Response with namedtuple.
|
2019-02-02 21:02:34 -05:00 |