Commit Graph

9 Commits

Author SHA1 Message Date
R Tyler Croy cf53ae42dd Start working on providing steps with per-step cache that they can utilize
This is going to first be used with the `git` step to ensure that it can cache
clones between pipeline runs without hitting the network

See #40
2020-11-19 20:59:50 -08:00
R Tyler Croy 2f3fd32047 Clean up some other RFCs 2020-11-04 21:15:02 -08:00
R Tyler Croy 5b2e8a8c43 Update RFC #11 to include some more step library details 2020-11-04 21:06:45 -08:00
R Tyler Croy 19dc4d3de2 Update the step library RFC to include some recent developments 2020-10-28 19:31:05 -07:00
R Tyler Croy 43116fdd5a Scaffolding for the dir step
I need to refactor the agent code into a crate before continuing here
2020-10-22 20:11:16 -07:00
R Tyler Croy d9194eaae3 Fix heading level 2020-10-21 20:57:42 -07:00
R Tyler Croy afdbae72ad Add sketch of what the agent control port and some messages might look like
This is still in the research/prototyping phase obviously I'm currently thinking
of nanomsg for the IPC mechanism since that may offer the best cross-platform
support for sending JSON back and forth between processes in a lightweight
manner
2020-10-21 20:54:48 -07:00
R Tyler Croy d820a75ed5 Include the updated manifest spec in the rfc 2020-10-18 13:37:44 -07:00
R Tyler Croy c83e31ff04 Start sketching out what the manifest and invocation file formats are going to be 2020-10-18 13:34:14 -07:00