Commit Graph

11 Commits

Author SHA1 Message Date
R Tyler Croy 6b3781b746 Add an Ottofile which runs this repos tests
Basically this requires:

* `make run` to launch the service mesh
* `./scripts/local-run`

And then you wait, because log output from the agent's step invocation is not
yet streaming 😆
2020-11-27 11:57:05 -08:00
R Tyler Croy ba534c36c9
Import the MIT-licensed shoreman
shoreman is a shell-only implementation of the Ruby "foreman" gem, which is
helpful for running multiple processes locally for development.

https://github.com/chrismytton/shoreman
2019-12-30 07:40:48 -08:00
R Tyler Croy 8ab484429c
Point swagger-ui to a local eventbus 2019-05-24 21:43:38 -07:00
R Tyler Croy bdfae84dcd
Regenerate the eventbus API stubs 2019-05-24 21:26:34 -07:00
R Tyler Croy 876f1fe5b6
Upgrade swagger-codegen for slightly better rust output 2019-05-24 21:09:26 -07:00
R Tyler Croy 6cfcb6520a
Begin to describe the orchestrator REST API with Swagger 2019-05-24 20:13:44 -07:00
R Tyler Croy 28cfb4c2da
Add a swagger codegen version of the eventbus API which is still 💩
I'm still noodling through how the eventbus HTTP API should look. My current
thinking is that it should approximately support Kafka like semantics, since
that's the likely first "real" backing implementation of eventbus
2019-03-27 21:03:42 -07:00
R Tyler Croy 18e2c2f531
Add the swagger-codegen script for generating stubs from API specs 2019-03-27 19:46:23 -07:00
R Tyler Croy f4009a7717
Hide success messages from the prereqs scripts 2019-02-23 17:28:17 -08:00
R Tyler Croy 50333dbeba
Ensuring that all the necessary tools are present in the environment 2019-02-23 11:46:12 -08:00
R Tyler Croy 7020e1a509
Add some tooling to bring in Antlr4 for eventually parsing .otto files
The thoughts are still swirling around in my head a bit, but given the current
targets that Antlr4 supports, I fear that .otto file parsing will need to be
handled in JavaScript or C++.
2019-02-23 11:36:00 -08:00