Commit Graph

5212 Commits

Author SHA1 Message Date
Sam El-Husseini
d70d896a9f Fix field registry typings (#4281)
* Fix field registry types
2020-09-16 09:10:41 -07:00
Maribeth Bottorff
6017a953d1 Fix bugs related to events firing during block create (#4278)
Fix bugs related to events firing during block create and add test for expected block init behavior
2020-09-15 20:02:07 -07:00
Rachel Fenichel
10bd32157b Merge pull request #4277 from google/dependabot/npm_and_yarn/develop/eslint-7.9.0
Bump eslint from 7.8.1 to 7.9.0
2020-09-14 09:23:48 -07:00
translatewiki.net
987ce3b1ac Localisation updates from https://translatewiki.net. 2020-09-14 16:59:23 +02:00
dependabot[bot]
e1280d909a Bump eslint from 7.8.1 to 7.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.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.8.1...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 06:30:21 +00:00
Rachel Fenichel
8348dfdb6f Merge pull request #4270 from google/dependabot/npm_and_yarn/develop/eslint-7.8.1
Bump eslint from 7.7.0 to 7.8.1
2020-09-11 16:23:00 -07:00
Rachel Fenichel
2dd42b27a3 Merge pull request #4271 from google/dependabot/npm_and_yarn/develop/yargs-16.0.3
Bump yargs from 15.4.1 to 16.0.3
2020-09-11 16:22:40 -07:00
alschmiedt
38d37d7c7a Updates dev tools script to new version (#4273) 2020-09-11 10:11:43 -07:00
Beka Westberg
315f135109 Fix mutators without flyouts (#4272) 2020-09-11 09:28:49 -07:00
dependabot[bot]
354d9fe882 Bump yargs from 15.4.1 to 16.0.3
Bumps [yargs](https://github.com/yargs/yargs) from 15.4.1 to 16.0.3.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v15.4.1...v16.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 00:32:53 +00:00
dependabot[bot]
3476afbbe6 Bump eslint from 7.7.0 to 7.8.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.8.1.
- [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.7.0...v7.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 00:32:40 +00:00
Sam El-Husseini
701eecd5e1 Revert google-closure-deps package to avoid regression, add test to catch this in the future (#4269) 2020-09-10 17:31:01 -07:00
Rachel Fenichel
53d1fb3a25 Merge pull request #4267 from rachel-fenichel/audit_fix
Run npm audit fix
2020-09-10 16:56:42 -07:00
Rachel Fenichel
0924a91642 Run npm audit fix 2020-09-10 16:19:49 -07:00
alschmiedt
5bca960628 Fix advanced playground (#4266) 2020-09-10 15:57:53 -07:00
Rachel Fenichel
61fe6ee7eb Merge pull request #4256 from google/dependabot/npm_and_yarn/develop/google-closure-compiler-20200830.0.0
Bump google-closure-compiler from 20200719.0.0 to 20200830.0.0
2020-09-10 11:08:10 -07:00
dependabot[bot]
a4592d376f Bump google-closure-compiler from 20200719.0.0 to 20200830.0.0
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20200719.0.0 to 20200830.0.0.
- [Release notes](https://github.com/google/closure-compiler-npm/releases)
- [Commits](https://github.com/google/closure-compiler-npm/compare/v20200719.0.0...v20200830.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 17:49:22 +00:00
Rachel Fenichel
d91caab307 Merge pull request #4257 from google/dependabot/npm_and_yarn/develop/selenium-standalone-6.19.0
Bump selenium-standalone from 6.18.0 to 6.19.0
2020-09-10 10:44:40 -07:00
Rachel Fenichel
6add623dbc Merge pull request #4259 from google/dependabot/npm_and_yarn/develop/google-closure-deps-20200830.0.0
Bump google-closure-deps from 20200719.0.0 to 20200830.0.0
2020-09-10 10:44:12 -07:00
translatewiki.net
7ee77ad620 Localisation updates from https://translatewiki.net. 2020-09-10 18:34:38 +02:00
alschmiedt
897296dce8 Adds check for isTextInput (#4262)
Necessary for developers using custom elements
2020-09-10 09:07:46 -07:00
Beka Westberg
47cc3b97b0 Add getTooltip (#4254)
* Add getTooltip

* Add tests

* Fix typings?

* Fix typings?

* PR Comments
2020-09-10 08:57:05 -07:00
alschmiedt
74cf05535c Uncomment skipped navigation tests (#4263) 2020-09-09 16:07:09 -07:00
Monica Kozbial
896c630a89 Shared global cleanup (#4217)
* Refactor block type cleanup into shared cleanup.

* Use shared cleanup for block type cleanup.

* Remove overwriting of core Blockly block in test.

* Rename cleanup arrays for clarity

* Add blocks to cleanup array when defined in shared helpers

* Refactor logic for adding to shared cleanup.

* Add helper for defining block and adding block type to cleanup.

* Fix jsdocs

* Simplifying helpers for adding to cleanup.

* Add missing semicolons

* Update jsdoc for sharedTestSetup

* Use stub to wrap cleanup with defineBlocksWithJsonArray

* Remove unused helper from lint ignore
2020-09-09 15:51:34 -07:00
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
dependabot[bot]
9b69535239 Bump google-closure-deps from 20200719.0.0 to 20200830.0.0
Bumps [google-closure-deps](https://github.com/google/closure-library) from 20200719.0.0 to 20200830.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](https://github.com/google/closure-library/compare/v20200719...v20200830)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 05:57:59 +00:00
dependabot[bot]
83ada925a9 Bump selenium-standalone from 6.18.0 to 6.19.0
Bumps [selenium-standalone](https://github.com/vvo/selenium-standalone) from 6.18.0 to 6.19.0.
- [Release notes](https://github.com/vvo/selenium-standalone/releases)
- [Changelog](https://github.com/vvo/selenium-standalone/blob/master/HISTORY.md)
- [Commits](https://github.com/vvo/selenium-standalone/compare/v6.18.0...v6.19.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 05:56:46 +00: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