12f5f30e630b98c8b69d4aa201f5c23b2ca85824
2281 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Paul Querna
|
7ead822716 | add task status | ||
|
Paul Querna
|
ead649cf99 | start on README.md docs on agent protocol | ||
|
Paul Querna
|
eab7c9d0ec | improve error message | ||
|
Paul Querna
|
8ac472ab90 |
Merge pull request #4 from racker/scriptify_main_py
Use twistd for Teeth-Agent |
||
|
Paul Querna
|
fbc569ea37 |
Merge pull request #5 from racker/add_basic_tests
Add tests for event emitter class |
||
|
Paul Querna
|
28d5eebe7e | Use twisted application framework | ||
|
Paul Querna
|
1f429593ca | Add tests for event emitter class | ||
|
Paul Querna
|
fa1afc4860 | distribute is depreciated, setuptools wins | ||
|
Paul Querna
|
21e7a794bd | Move main.py to a scripts directory and wrap in standard options parsing | ||
|
Paul Querna
|
223afc7f8a |
Merge pull request #3 from racker/start_using_structlog
Add Structlog |
||
|
Paul Querna
|
8c3e3df857 | Update git ignore. | ||
|
Paul Querna
|
f9b88a309a | add structlog | ||
|
Paul Querna
|
2e871b8e11 |
Merge pull request #2 from racker/improve_agent_structure
Restructure agent into a higher level client |
||
|
Paul Querna
|
4c2be38a7a | fix aborting of connection, and set the delimiter to a reasonable \\n | ||
|
Paul Querna
|
30a0bbb09a | Fix spelling of standbye. | ||
|
Paul Querna
|
2116821688 | add jenkins xml submission deps | ||
|
Paul Querna
|
4c01cb43a6 | Restructure agent into a higher level client that handles multiple connections to the endpoints | ||
|
Paul Querna
|
8a2a634426 | use --null since we print0 | ||
|
Paul Querna
|
d1d020bed7 |
Merge pull request #1 from racker/prep_for_ci
Prepare for CI Tooling |
||
|
Paul Querna
|
de77b95343 | Get version from single place | ||
|
Paul Querna
|
d18f3f189c | Change setup.py to extract version without importing. | ||
|
Paul Querna
|
27fba494ed | Add scripting and Makefile infrastructure to create virtual envs and be ran by CI tooling. | ||
|
Russell Haering
|
ae6729205d | add requirements.txt | ||
|
Russell Haering
|
21ea2b34c0 | pep8 cleanup | ||
|
Russell Haering
|
7f8cb6dd45 | stub out prepare_image method | ||
|
Russell Haering
|
146f2edf0e | improve handshake logging | ||
|
Russell Haering
|
11eac2f1a5 | implement connecting and handshaking | ||
|
Russell Haering
|
bee1d8e227 | add license file | ||
|
Russell Haering
|
6ba1e2e664 | rename teeth.agent to teeth_agent | ||
|
Russell Haering
|
7f7a93f039 | add agent packaging | ||
|
Russell Haering
|
24d12fbf9c | begin work on the agent |