Files
weave-scope/experimental
Tom Wilkie ac9c011475 Pipe plumbing
- Add store of pipes in the app
- Add pipe type, handling impedance mismatch, used in app and probe.
- App <-> Probe pipes have their own websockets.
- Add pipe websocket endpoint in app.
- Pipe IDs are strings, lose the request/response IDs, and give the json encoder lowercase field names.
- Add simple golang ws client, for testing.
- Pipe lifecycle plumbing.
- Ref count and timeout both ends of pipes in the app
- Deal with POST /api/pipe/:pid?_method=delete
- Add end-to-end unit test for pipes.
- Add test for timing out pipes.
- Update go-docker client to tomwilkie/go-dockerclient
- Backend work for non-raw ttys
- Close pipes when they close themselves in the probe
- Ensure all http connections are done before returning from client.Stop()
2015-12-10 12:51:17 +00:00
..
2015-10-29 15:13:37 +00:00
2015-12-10 12:51:17 +00:00
2015-12-10 12:51:17 +00:00
2015-08-21 10:46:30 +00:00
2015-09-09 15:01:57 +00:00
2015-10-02 15:03:13 +02:00
2015-10-06 12:55:51 +01:00
2015-12-10 12:51:17 +00:00
2015-09-23 14:38:41 +02:00
2015-11-04 15:35:21 +00:00
2015-11-04 15:35:21 +00:00
2015-11-04 15:35:21 +00:00

Experimental Code

  • Code in this directory must always compile (enforced by CircleCI)
  • This directory is ignored for testing but should lint cleanly
  • Changes to code in this directory does not need to be PR'd