dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

[1d] Pull in all the commits we ripped out back into master #650

Closed Godley closed 5 years ago

Godley commented 5 years ago

Today/yesterday I ripped 60+ commits off master onto unbreak-master in order to ensure we could continue working and using CI without having to figure out what's broken about pushing. We need to pull these commits back in as they include quite a lot of type and client refactoring which will break gateway when we next do a dep update for dotmesh.

My plan is to binary chop this branch - https://github.com/dotmesh-io/dotmesh/pull/647 - until we find which commit it is that breaks pushing. Start with the first 30 commits, make a branch, push it to CI, if it passes, great, merge it in, chop to the next 15, etc back and forth. @alaric-dotmesh has also volunteered to help with that. Let's tackle this on monday to get it back to a reasonable state :)