From b2396535de658deac2860e586201554a798d1c3b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Sep 2012 17:51:18 -0400 Subject: [PATCH] blog for the day --- .../blog/day_85__more_foundation_work.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/design/assistant/blog/day_85__more_foundation_work.mdwn diff --git a/doc/design/assistant/blog/day_85__more_foundation_work.mdwn b/doc/design/assistant/blog/day_85__more_foundation_work.mdwn new file mode 100644 index 0000000000..25bad37488 --- /dev/null +++ b/doc/design/assistant/blog/day_85__more_foundation_work.mdwn @@ -0,0 +1,17 @@ +Turns out I was able to easily avoid the potential upload loops that would +occur if each time a repo receives a download, it queues uploads to the +repos it's connected to. With that done. I suspect, but have not proven, +that the assistant is able to keep repos arranged in any shape of graph in +sync, as long as it's connected (of course) and each connection is +bi-directional. That's a good start .. or at least a nice improvement from +only strongly connected graphs being kept in sync. + +Eliminated some empty commits that would be made sometimes, which is a nice +optimisation. + +------ + +I wanted to get back to some UI work after this week's deep dive into the +internals. So I filled in a missing piece, the repository switcher in the +upper right corner. Now the webapp's UI allows setting up different +repositories for different purposes, and switching between them.