Brian Cipriano
Brian Cipriano
Some initial thoughts on how to start here: 1. Add a Cuebot property which determines whether the user system is enabled at all. For now, off by default. 2. Create...
I think we can ignore the version bump warning here, if these properties aren't being used, do you agree?
@DiegoTavares @roulaoregan-spi Would love to get your thoughts and some additional testing on this. Config has changed a lot from 1.x -> 2.x. I've tested it locally and everything seems...
@DiegoTavares Thanks for the reminder. I've brought it up to date with master. Only issue with that merge is the `HEALTH` log that was added recently. I've added that into...
I don't think we have any docs on this at the moment. I don't remember any update on this since I filed this issue a while back. I believe Cuebot...
Option (2) here sounds like a great solution. 👍
I've started work on this, focusing on CueGUI first. `pyinstaller` seems promising along these lines, and I have basic builds working in both macOS and Windows.
Updated the title here, as there are really two separate items here -- the creation of packaging tools, and the distribution of those packages, if we even decide to do...
Ran into a few items which should be addressed which I'll collect here. Todo: - Block packaging if protos not compiled - Standardize proto compilation across the codebase/docs by creating...
@MichaelAldrich Apologies for the super-delayed response. After seeing #925 I'm feeling like your suggestion to change our packaging to use pip and PyPi is a good way to go here....