- Dec 18, 2018
-
-
Karishma Chadha authored
-
- Nov 29, 2018
-
-
Karishma Chadha authored
-
- Nov 28, 2018
-
-
Karishma Chadha authored
Queue up messages to send ot the cloud server which accumulate before the connection is ready. Add tests for new/updated functionality.
-
- Nov 20, 2018
-
-
Karishma Chadha authored
Add cloud provider APIs for deleting and renaming cloud variables. Remove dataIndex from writeToServer function since it is not used.
-
- Nov 19, 2018
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Nov 16, 2018
-
-
Karishma Chadha authored
Fix issue where regular cloud variable messages were throwing uncaught Json parse errors because of a newline being at the end of the message. Add test that fails without the bugfix.
-
Paul Kaplan authored
-
Paul Kaplan authored
Uses randomized duration between [0, 2^k-1] where k is the connection attempt number, maxed out at 5. I had to rework the tests quite a bit to make this easy to test, to work around the timeouts and the randomization.
-
- Nov 15, 2018
-
-
Paul Kaplan authored
-
- Nov 14, 2018
-
-
Karishma Chadha authored
Refactor cloud manager hoc to use component lifestyle methods to control cloud connection. Abstract our connection creation logic into a funciton. Make canUseCloud check a function.
-
Karishma Chadha authored
-
- Nov 13, 2018
-
-
Karishma Chadha authored
Move cloud connection logic into its own HOC and add canUseCloud flag to control whether to show the new cloud variable options in the variable modal.
-
Karishma Chadha authored
-
- Nov 05, 2018
-
-
Paul Kaplan authored
Added a unit test and covered the other case (not used) where you might be trying to update the index zero of a list
-
- Oct 29, 2018
-
-
Karishma Chadha authored
-
Karishma Chadha authored
-
- Oct 27, 2018
-
-
Karishma Chadha authored
-