Ray Bejjani

Results 7 issues of Ray Bejjani

Mimic the control socket API so that in-browser UI elements can also manage the daemon. It's likely that the web components will do more than the CLI tool but parity...

This will allow us to add and remove repos while a daemon is running from the CLI or from the web UI.

gitsync should, ideally, be a singleton daemon. This avoids port contention and means the management can happen against a single endpoint (whether a control socket or HTTP API). The intended...

Separate concerns such that control and porcelain is in gitsync but the event and data routing is in gitsyncd.

As of 2014.4.28 the websocket isn't sending out any data with Chrome.

bug

Should the goal be: - gitsyncd starts up and damonises per it's option, it listens for commands from gitsync - gitsync command is called to add/remove repos to be synced...

question

netio uses UDP multicast with gob encoded data. This is fine but it does mean that only other Go programs that have access to the same structs can read it....

question