These 2 commits are when the Protocol Buffers files have changed:
Commit: | a2cb5af | |
---|---|---|
Author: | Andreas Jansson | |
Committer: | Ben Firshman |
rename replicate to keepsake Signed-off-by: Andreas Jansson <andreas@replicate.ai>
The documentation is generated from this commit.
Commit: | 1adde49 | |
---|---|---|
Author: | Andreas Jansson | |
Committer: | GitHub |
python/go grpc interface for async uploads (#408) * WIP: python/go grpc interface for async uploads Signed-off-by: Andreas Jansson <andreas@replicate.ai> * async fixes after rebase Signed-off-by: Andreas Jansson <andreas@replicate.ai> * delete python repository tests Signed-off-by: Andreas Jansson <andreas@replicate.ai> * wait for pending uploads to finish Signed-off-by: Andreas Jansson <andreas@replicate.ai> * checkpoint logging Signed-off-by: Andreas Jansson <andreas@replicate.ai> * write output to notebook Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix exit bug in daemon Signed-off-by: Andreas Jansson <andreas@replicate.ai> * support quiet argument Signed-off-by: Andreas Jansson <andreas@replicate.ai> * wait for checkpoint to be written in test_open Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fixes in response to pull request comments Signed-off-by: Andreas Jansson <andreas@replicate.ai> * message the user that the process is quitting atexit Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix failing test Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix s3 upload bug Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix external tests Signed-off-by: Andreas Jansson <andreas@replicate.ai> * post-rebase fixes Signed-off-by: Andreas Jansson <andreas@replicate.ai> * truncate log messages Signed-off-by: Andreas Jansson <andreas@replicate.ai> * disable host local ip Signed-off-by: Andreas Jansson <andreas@replicate.ai> * make logging consistent with current Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix flaky checkout test Signed-off-by: Andreas Jansson <andreas@replicate.ai> * wrap unwrapped gcs WriteError Signed-off-by: Andreas Jansson <andreas@replicate.ai> * move log message to before work happens Signed-off-by: Andreas Jansson <andreas@replicate.ai> * fix final flaky test Signed-off-by: Andreas Jansson <andreas@replicate.ai>