otto/services/object-store/src
R Tyler Croy d92a72ec7d Restructuring the models to allow for parallel execution of contexts
This will lay the ground work for more complex pipeline verbs like fanout and
parallel

This also changes the invocation file format for the agent to basically:

    ---
    pipeline: 'some-uuid'
    steps:
      - symbol: sh
        context: 'some-uuid'
        parameters:

This means that the agents will be a little more stupid when it comes to the
overall pipeline structure
2020-11-14 15:43:28 -08:00
..
lib.rs cargo fmt 2020-11-01 15:26:09 -08:00
main.rs Restructuring the models to allow for parallel execution of contexts 2020-11-14 15:43:28 -08:00