Commit Graph

5186 Commits

Author SHA1 Message Date
Sam El-Husseini
6181dd37c7 Add build strict option that builds with the strict type checker (#4098)
* Add build strict option that builds with the strict type checker
2020-09-08 17:08:39 -07:00
alschmiedt
29269957c7 Removes test blocks (#4250) 2020-09-08 13:50:45 -07:00
Beka Westberg
c732484180 Add programmatically setting shadows Take 2 (#4215)
* Add programmatically setting shadows
2020-09-08 08:50:01 -07:00
translatewiki.net
60d6b99769 Localisation updates from https://translatewiki.net. 2020-09-03 16:36:40 +02:00
alschmiedt
d01169fa79 Toolbox Rewrite (#4223)
Rewrite the toolbox in order to get rid of old closure code and make it easier to extend.

Co-authored-by: Maribeth Bottorff <maribethb@google.com>
2020-09-02 08:13:07 -07:00
Rachel Fenichel
05c74d85d0 Merge pull request #4251 from BeksOmega/fix/code-demo-size
Fix code demo size being incorrect for some langs
2020-09-01 15:36:50 -07:00
Beka Westberg
e5e161c5fb Fix code demo size being incorrect for some langs 2020-09-01 14:37:29 -07:00
Beka Westberg
af9be6d9c3 Update some inline docs in block.js (#4241)
* Update some inline docs in block.js

* Fix build error
2020-09-01 10:27:17 -07:00
Monica Kozbial
739b8b3adc Viewport change event (#4180)
* Adding viewport ui event emitting and tests

* comment out viewport ui event logic and add TODO for reference
2020-08-31 18:41:20 -07:00
Monica Kozbial
61bdbc5034 Fixing issues with workspace dispose in event tests. (#4211)
* Fixing issues with workspace dispose in event tests.
2020-08-31 16:35:36 -07:00
Monica Kozbial
43b23f6d4a Stub modify in navigation_modify workspace keys test (#4214) 2020-08-31 13:20:54 -07:00
Rachel Fenichel
4158e20e43 Merge pull request #4239 from google/dependabot/npm_and_yarn/develop/mocha-8.1.3
Bump mocha from 8.1.1 to 8.1.3
2020-08-31 09:57:37 -07:00
dependabot[bot]
033b4ed80a Bump mocha from 8.1.1 to 8.1.3
Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.1 to 8.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.1.1...v8.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31 06:23:30 +00:00
Rachel Fenichel
05c37c52b9 Merge pull request #4191 from rachel-fenichel/data_expiration
Add expiration handler
2020-08-26 10:05:26 -07:00
alschmiedt
2b8ada83dc Merge pull request #4224 from alschmiedt/update_chromedriver
Update chrome driver version
2020-08-26 09:06:52 -07:00
Abby
ed38a45efd Update chrome driver version 2020-08-26 08:10:09 -07:00
Rachel Fenichel
3068491093 Merge pull request #4218 from rachel-fenichel/add_timestamps
Script to add timestamps, with instructions
2020-08-24 15:09:54 -07:00
Rachel Fenichel
62c922e9d6 Script to add timestamps, with instructions 2020-08-24 14:41:38 -07:00
Rachel Fenichel
b1442513a2 Review comments 2020-08-24 12:52:03 -07:00
Monica Kozbial
6152354348 Check contents of warnings messages in tests. (#4212)
* Check contents of warnings messages in tests.
2020-08-21 14:45:02 -07:00
Monica Kozbial
1b9af5413c Add missing field to block definition in test. (#4209) 2020-08-21 11:06:21 -07:00
Monica Kozbial
886f8b7ad8 Update assert to notExists call (#4206) 2020-08-21 11:04:38 -07:00
Monica Kozbial
ed386faa04 Capture expected warnings logged when modify_ call fails. (#4204) 2020-08-21 11:03:51 -07:00
Monica Kozbial
7dd57adf83 Give Blockly div in tests a height. (#4207) 2020-08-20 19:02:19 -07:00
Monica Kozbial
b87d4497ae Update test asserts on stubs to use sinon asserts (#4205)
* Update asserts for stubs to use sinon asserts.

* Manual update of unclear stub assert.
2020-08-20 19:01:46 -07:00
Monica Kozbial
30e231bb71 Remove unnecessary block dispose that was causing test leakage. (#4210)
* Remove unnecessary block dispose that was causing test leakage.

* Remove unused block array.
2020-08-20 19:00:48 -07:00
Monica Kozbial
a9f1d2e219 Field test deprecated logs (#4198)
* Cleanup of tests.

* Suppress warning logs in field tests.
2020-08-20 13:58:18 -07:00
Monica Kozbial
6e39d2f2e2 Capture expected warning in registry test. (#4201) 2020-08-20 13:57:21 -07:00
Monica Kozbial
f849f8801d Minor stub and assert cleanup (#4185)
* Fix order or assert equal arguments.

* Replace usages of callsFake with returns where appropriate
2020-08-20 11:07:32 -07:00
Maribeth Bottorff
c13880d4d0 Use camel case for registry types (#4199) 2020-08-20 09:21:45 -07:00
Monica Kozbial
49e0ff4318 Handle testing deprecated methods. (#4195)
* Handle testing deprecated methods.
2020-08-19 17:53:49 -07:00
Monica Kozbial
ab474c8966 Add missing constants to test constants mock. (#4200) 2020-08-19 17:53:15 -07:00
Monica Kozbial
afd10cb3a2 Fix workspace cleanup in tests. (#4169) 2020-08-19 15:40:12 -07:00
Beka Westberg
2e2a5c230e Fix lastMarker_ disposal (#4184) 2020-08-19 13:21:44 -07:00
Monica Kozbial
408319823e Remove references to removed test_blocks.js (#4173)
* Remove test blocks reference from compile tests.

* Remove test blocks reference from compile script
2020-08-18 16:33:57 -07:00
Rachel Fenichel
441a135108 Fix naming" 2020-08-18 15:24:33 -07:00
Rachel Fenichel
030ad3e836 Add expiration handler 2020-08-18 15:22:33 -07:00
Monica Kozbial
34aff27f96 Add missing workspace cleanup (#4167) 2020-08-17 15:06:24 -07:00
Sam El-Husseini
af571e27df Call apply colour when inserting a field to a block that has already been renderered (#4183) 2020-08-17 14:08:03 -07:00
Monica Kozbial
a89ff37bd8 Add checks to WorkspaceSvg dispose and fix shared Workspace tests (#4170)
* Fix workspace tests and add add checks for WorkspaceSvg dispose

* Move flyout test to WorkspaceSvg
2020-08-17 10:32:55 -07:00
Rachel Fenichel
46f43e9c57 Merge pull request #4181 from google/dependabot/npm_and_yarn/develop/eslint-7.7.0
Bump eslint from 7.6.0 to 7.7.0
2020-08-17 10:27:17 -07:00
dependabot[bot]
a298c29657 Bump eslint from 7.6.0 to 7.7.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.6.0...v7.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 06:09:16 +00:00
Monica Kozbial
2568305c57 Remove unecessary delete calls in test cleanup. (#4174) 2020-08-13 10:56:49 -07:00
Monica Kozbial
68528c2887 Use event dispatching to test trashcan click. (#4156) 2020-08-13 10:54:40 -07:00
Monica Kozbial
c7c6e27625 Upgrade mocha. (#4172) 2020-08-13 10:54:09 -07:00
Monica Kozbial
0a36117885 Replace console "WARNING" log calls with warn call (#4171) 2020-08-13 10:53:04 -07:00
translatewiki.net
9f1c4fb876 Localisation updates from https://translatewiki.net. 2020-08-13 19:13:11 +02:00
Beka Westberg
111b47980d Fix toolbox sizes not being updated properly (#4139)
* Fix toolbox changing size

* Fix flyout changing size

* Fix mutator bumping blocks

* Fix accessing .flyout_
2020-08-13 08:19:40 -07:00
Monica Kozbial
f8f98831af Add zoom controls tests. (#4159) 2020-08-12 18:39:35 -07:00
Rachel Fenichel
6daaa6747e Merge pull request #4168 from google/dependabot/npm_and_yarn/develop/concurrently-5.3.0
Bump concurrently from 4.1.2 to 5.3.0
2020-08-12 17:37:50 -07:00