Rachel Fenichel
e24f3cef9b
Add isDragging to canConnectWithReason and delete newly unused code paths.
2020-07-16 17:40:13 -06:00
Rachel Fenichel
450aed0aa2
More work on connection type checks
2020-07-16 17:40:12 -06:00
Rachel Fenichel
bb8348befd
Move to a single canConnect function, and update tests
2020-07-16 17:40:12 -06:00
Rachel Fenichel
8c17e325b5
Update connection tests to directly use the type checker
2020-07-16 17:40:12 -06:00
Rachel Fenichel
c743a92bb9
Start work on connection type checker
2020-07-16 17:40:12 -06:00
Sam El-Husseini
0f3db47fa5
Use generics to derive SVG element type ( #4036 )
...
* Encapsulate type in a generic to automatically derive type of SVG element when using createSvgElement
2020-07-13 10:40:31 -07:00
Monica Kozbial
375e304f7c
Remove debug logs from mocha tests ( #4026 )
2020-07-08 10:22:44 -07:00
Monica Kozbial
4ac4332f5e
Update logic for field default values. ( #3953 )
...
* Update logic for field default values.
* Fix bugs
* Use contant for default value.
* Fix FieldColour
* Update field number tests.
* Update field angle test.
* Minor update.
* Update field checkbox test.
* Undo enabling logging
* Remove only.
* Update field colour test.
* Update invalid test cases for field colour
* Update field label tests
* Update field textinput test.
* Minor cleanup
* Make lint happy.
2020-06-12 15:18:28 -07:00
Sam El-Husseini
c9563c1d24
Revert "Add programmatically setting shadows ( #3902 )"
...
This reverts commit 3aa1963be8 .
2020-06-12 08:54:04 -07:00
alschmiedt
a23d2fb9d0
Remove assertArrayEquals ( #3951 )
2020-06-10 10:25:59 -07:00
Monica Kozbial
1041595932
Add clarification to remainingCapacityOfType and add tests for isCapacityAvailable. ( #3952 )
2020-06-10 10:23:41 -07:00
Monica Kozbial
8a2caf5c32
Distinguish between unset maxInstance and set to 0. ( #3949 )
2020-06-09 16:38:16 -07:00
Sam El-Husseini
dc912c63ad
Fix mocha tests
2020-06-04 18:10:40 -07:00
alschmiedt
00df97a59d
Add plugin options ( #3922 )
...
* Adds a plugin through options
* Fix requires
* Fix pr comments
2020-05-29 13:22:25 -07:00
Sam El-Husseini
1052f7548b
Enable unusedPrivateMembers check ( #3924 )
...
* Add unusedPrivateMembers check
2020-05-28 17:44:16 -07:00
alschmiedt
6bc60894db
Toolbox interface ( #3918 )
...
* Add toolbox interface
2020-05-27 10:06:18 -07:00
alschmiedt
61054ee55a
Registry ( #3914 )
...
Create a global registry that fields, renderers and future objects can use
2020-05-26 11:21:42 -07:00
Beka Westberg
3aa1963be8
Add programmatically setting shadows ( #3902 )
...
* Add programmatically setting shadows
2020-05-21 11:44:08 -07:00
Sam El-Husseini
a5a3b045d3
Use the Blockly AST for block toString ( #3895 )
...
* Use the AST tree to populate block toString, add paranthesis around Number and Boolean connections
2020-05-14 17:06:35 -07:00
Beka Westberg
44ba0226c9
Add ignoring insertion markers in xml gen ( #3883 )
...
* Add ignoring insertion markers in xml gen
2020-05-14 17:05:43 -07:00
alschmiedt
d0e91a15a2
Toolbox definition ( #3891 )
...
* Add support for creating a toolbox with JSON
2020-05-13 08:16:53 -07:00
Monica Kozbial
abd6a53ac2
Add missing cleanup for block types. ( #3890 )
...
* Add missing cleanup for block types.
* Add missing dispose and remove unecessary delete.
2020-05-06 17:49:22 -07:00
Sam El-Husseini
888e348c69
Clean out the date field ( #3876 )
2020-05-06 09:42:24 -07:00
Rachel Fenichel
3b6d364d07
Merge pull request #3874 from BeksOmega/fix/insertion-gen
...
Add ignoring insertion markers in code/xml gen
2020-05-04 10:43:08 -07:00
Beka Westberg
1c08d93937
Add blockIds to insertion code gen tests
2020-05-02 08:00:19 -07:00
Beka Westberg
65bb33635d
Add ignoring insertion markers in code gen
2020-05-02 07:37:58 -07:00
Maribeth Bottorff
be50de6650
Procedure ( #3875 )
...
* Use getBlocksByType to speed up allProcedures generation
* Add tests for allProcedures
* Add error messages for some tests
2020-05-01 11:44:26 -07:00
Monica Kozbial
e3d82fa3af
Converting procedure svg tests to mocha. ( #3867 )
...
* Converting procedure svg tests to mocha.
* Removing unused function.
* cleanup
2020-04-29 11:33:11 -07:00
Monica Kozbial
e606b872c2
Converting logic_ternary block tests to mocha ( #3868 )
...
* Convert logic_ternary block tests to mocha.
2020-04-29 11:30:23 -07:00
Monica Kozbial
c35793bf9c
Convert event svg tests to mocha. ( #3864 )
2020-04-29 11:16:45 -07:00
Monica Kozbial
e516a08430
Workspace svg tests ( #3857 )
...
* Converting workspace svg tests to mocha and calling workspace tests.
* Removing jsunit style test for workspace_svg.
* Fix eslint error.
2020-04-27 16:32:52 -07:00
Monica Kozbial
bbc13cfd57
Add wait for xml test case. ( #3855 )
2020-04-24 15:07:57 -07:00
Monica Kozbial
b3d4932d49
Enabling workspace comments test. ( #3856 )
2020-04-24 15:07:44 -07:00
Monica Kozbial
b574490072
Convert workspace redo undo tests to mocha. ( #3847 )
...
* Convert workspace redo undo tests to mocha.
* Adding details to asserts and test case names.
* Adding additional checks for undo/redo tests.
* Bumping timeout and addressing comments.
2020-04-22 16:24:02 -07:00
Monica Kozbial
2f33a37fa4
Convert workspace comment tests to mocha. ( #3850 )
2020-04-22 14:49:42 -07:00
alschmiedt
3fa6ffa2c6
Fix toolbox tests ( #3852 )
...
* Fix toolbox tests
2020-04-22 14:11:02 -07:00
alschmiedt
10444d76ec
Toolbox tests ( #3846 )
...
* Add tests for toolbox
2020-04-22 08:47:08 -07:00
Monica Kozbial
b934fdc93c
Converting generator tests to mocha. ( #3845 )
2020-04-21 17:38:26 -07:00
Monica Kozbial
61c60019fd
Converting widget div tests to mocha. ( #3844 )
2020-04-21 14:03:32 -07:00
Monica Kozbial
bb3b20443b
Convert remaining tests in workspace_test. ( #3841 )
2020-04-20 16:52:56 -07:00
Monica Kozbial
17eade1017
Partial conversion of workspace tests to mocha. ( #3838 )
2020-04-17 16:31:12 -07:00
Monica Kozbial
0adf7efd5f
Converting jsunit asserts to chai. ( #3831 )
...
* Converting jsunit asserts to chai.
* Move jsunit functions to test_utilities.
* Adding eslint exception for helper method.
2020-04-17 16:08:46 -07:00
Monica Kozbial
a74cd0898c
Converting variable map tests to mocha. ( #3827 )
...
* Converting variable map tests to mocha.
* Removing TODO updating chai syntax.
2020-04-16 17:47:17 -07:00
Monica Kozbial
e838027629
Convert variable model tests to mocha. ( #3829 )
...
* Convert variable model tests to mocha.
* Delete old jsunit test.
* Updating to use chai syntax.
2020-04-16 17:39:38 -07:00
Monica Kozbial
9c400f2bf0
Converting variable tests to mocha. ( #3828 )
2020-04-16 14:18:12 -07:00
Beka Westberg
9e98df9949
Fix collapsed blocks not updating when modified ( #3806 )
...
* Stop recursive render calls
* Fix visibility bugs.
* Make toString ignore collapsed input.
* Add automatic collapse rendering handling
* Fix insertion markers with collapsed
* Add tests
* Fix build?
* PR comments
* Add missing jsdoc
2020-04-16 13:02:05 -07:00
Monica Kozbial
d61f3c6f38
Converting extensions_test to mocha. ( #3820 )
...
* Converting extensions_test to mocha.
* Add spacing between test cases.
* Fix cleanup for block type.
* Add cleanup for event state.
2020-04-15 15:55:49 -07:00
Monica Kozbial
ab5f7d8a00
Converting event tests to mocha. ( #3811 )
...
* Convert remaining jsunit tests for events to mocha.
* Fix eslint.
2020-04-15 11:29:17 -07:00
alschmiedt
3a902ee970
Update ast node ( #3808 )
...
* Update ast node
2020-04-15 10:10:21 -07:00
Monica Kozbial
c740d2781c
Converting json junit test to mocha. ( #3809 )
...
* Converting json_test to mocha.
* Adding exceptions to mocha eslint config.
* Address PR comments.
2020-04-14 18:17:34 -07:00