- 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.
-
Paul Kaplan authored
Update scratch-vm to the latest version
-
Paul Kaplan authored
Update scratch-paint to the latest version
-
greenkeeper[bot] authored
-
Karishma Chadha authored
Cloud bugfixes
-
greenkeeper[bot] authored
-
picklesrus authored
Add variables to the sensing block menu based on the value in the gar…
-
Paul Kaplan authored
chore(package): update scratch-blocks to version 0.1.0-prerelease.154…
-
Benjamin Wheeler authored
avoid create/save/error loops
-
greenkeeper[bot] authored
Closes #3789
-
Karishma Chadha authored
Fix monitor label for day of week block.
-
Karishma Chadha authored
-
- Nov 19, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Benjamin Wheeler authored
menu bar save messaging; self-dismissing alerts
-
Paul Kaplan authored
Add exponential backoff for cloud provider.
-
chrisgarrity authored
Move URL query string handling into an HOC
-
Benjamin Wheeler authored
export remixProject reducer function
-
Paul Kaplan authored
-
Karishma Chadha authored
Set VM's cloud provider to null when disconnecting from the cloud server. Add unit test for disconnecting on unmount.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Benjamin Wheeler authored
more font options for creator, besides only "Helvetica Neue"
-
Paul Kaplan authored
-
Paul Kaplan authored
-
chrisgarrity authored
-
- Nov 18, 2018
-
-
Benjamin Wheeler authored
moved z-index of alerts down around modal, loader levels
-
Ben Wheeler authored
-
- Nov 17, 2018
-
-
chrisgarrity authored
This will work better if there are other query string options that need to be handled later. It also handles the distinction between ‘all’ and the other tutorials better.
-
Ben Wheeler authored
-
Karishma Chadha authored
-
- Nov 16, 2018
-
-
Ben Wheeler authored
-
Karishma Chadha authored
Add test for ensuring that cloud connection does not happen just because of a project id change. isShowingWithId must also be true.
-
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.
-
Karishma Chadha authored
Fix cloud connection logic so that cloud connections are made and cleared out appropriately. This fixes a bug where we were making two cloud connections when creating a new project and not clearing out previous connections when switching between editor and preview/player mode.
-
Paul Kaplan authored
-
Paul Kaplan authored
Update chromedriver to the latest version
-
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.
-
greenkeeper[bot] authored
-