Marc Durdin
1e66b6ed0e
Merge pull request #11421 from keymanapp/chore/developer/11317-build.sh
...
chore(developer): build.sh for developer
2024-05-23 14:22:54 +07:00
Joshua Horton
5640cfa5c1
Merge pull request #11454 from keymanapp/chore/web/gesture-test-migration
...
chore(web): conversion of Web gesture-engine browser-tests for @web/test-runner use 🏃
2024-05-22 21:55:40 +07:00
Joshua Horton
0cd83b20b8
Merge pull request #11453 from keymanapp/chore/web/kbd-proc-test-migration
...
chore(web): conversion of Web keyboard-loading browser-tests for @web/test-runner use 🏃
2024-05-22 21:55:22 +07:00
Joshua Horton
b036a863ea
Merge pull request #11452 from keymanapp/chore/web/lm-layer-test-migration
...
chore(web): conversion of lm-layer browser-tests for @web/test-runner use 🏃
2024-05-22 21:54:55 +07:00
Joshua Horton
92b22b1fd0
Merge pull request #11404 from keymanapp/chore/web/lm-worker-test-migration
...
chore(web): conversion of lm-worker browser-test for @web/test-runner use 🏃
2024-05-22 21:51:12 +07:00
Joshua Horton
c3f57d595c
Merge pull request #11403 from keymanapp/feat/web/custom-wtr-reporting
...
feat(web): custom infrastructure for @web/test-runner use 🏃
2024-05-22 21:51:02 +07:00
Marc Durdin
9465c3e0b4
refactor(common): move enabled declaration into test_color.cpp
...
Moves variable declaration for `bool enabled` from .h to .cpp and fixes
up builds. Fixes `#include` in ldml_test_source.cpp which was inside a
namespace.
Fixes : #10426
2024-05-20 15:42:41 +07:00
Marc Durdin
8b2070c339
chore(developer): minor cleanup on scripts
...
Additional shared script resources for Developer and Windows,
refactor of a code signing function, refactor of clean step in build.sh.
2024-05-20 06:35:11 +07:00
Marc Durdin
8b6d6b0618
chore(developer): cleanup on build scripts
...
A round of cleanup and consistency for Developer build scripts.
2024-05-20 06:35:05 +07:00
Marc Durdin
b399637799
chore(common): adjust dependency order
2024-05-20 06:35:00 +07:00
Marc Durdin
c1366763eb
chore(common): add dependency
2024-05-20 06:34:59 +07:00
Marc Durdin
ee0fc0ce14
chore(developer): cleanup npm publish
...
Use a new flag `--npm-publish` in conjunction with `publish` action,
so that the default will always be to `npm pack` if the new flag is not
specified. This flag is also guarded in the actual npm publish code to
ensure that it can only run in the appropriate CI alpha/beta/stable
environment, and not in local or test.
This then also removes the separate `pack` action.
Also removes legacy boilerplate from a number of build scripts.
2024-05-20 06:34:57 +07:00
Marc Durdin
fa57d5c674
chore(developer): final work on build.sh for developer
...
Now builds from a clean repo:
developer/src/build.sh configure build test publish
* Splits kmbrowserhost into kmdbrowserhost for Developer; this means
that Developer Browser Host now inherits the Developer settings rather
than the Keyman for Windows settings, and simplifies distribution and
management. The only difference between the two is in the startup code
so this seems like a good split.
* Cleanup of various build scripts and dependencies.
2024-05-20 06:34:53 +07:00
Marc Durdin
c8a1c6aa39
chore(developer): use builder.inc.sh instead of build-utils.sh in build scripts
...
also, remove old Makefiles
2024-05-20 06:34:46 +07:00
Marc Durdin
2499ebf4bb
chore(developer): move windows common Makefiles to build scripts
...
Relates to #11317 .
2024-05-20 06:34:38 +07:00
Joshua A. Horton
74d63167f1
fix(web): fixes kbd-help documentation for help.keyman.com
2024-05-17 13:05:29 +07:00
Joshua A. Horton
d70463a3ae
chore(web): cleans up one tsconfig setting
2024-05-15 16:00:36 +07:00
Joshua A. Horton
78d9544c26
fix(web): Web's sentry-manager tsconfig.json did not properly inherit from main configs
2024-05-15 16:00:35 +07:00
Joshua A. Horton
01fa0675ef
chore(web): centralizes on a single @types/node, as it caused a TS typing conflict
2024-05-15 16:00:35 +07:00
Joshua A. Horton
70d06d7cd1
chore(web): updates all KMW-related projects to TS 5.4.5
2024-05-15 16:00:34 +07:00
Joshua A. Horton
fdc4e7dc33
fix(web): configure should prep playwright
2024-05-15 15:55:45 +07:00
Joshua A. Horton
1d8de02c2f
fix(web): configure should include playwright setup
2024-05-15 15:54:25 +07:00
Joshua A. Horton
07084b07ef
fix(web): configure needs to setup playwright
2024-05-15 15:53:28 +07:00
Joshua A. Horton
f70a171195
chore(web): gesture wtr config cleanup, explicit mobile device targets
2024-05-15 15:01:09 +07:00
Joshua A. Horton
5d77b2acd5
chore(web): gesture-recognizer stability check update
2024-05-15 14:48:53 +07:00
Joshua A. Horton
dbf155cf63
chore(web): gesture-recognizer test browser test conversion to TS
2024-05-15 14:48:53 +07:00
Joshua A. Horton
9d1257e02b
chore(web): gesture-recognizer testing - local vs ci
2024-05-15 14:48:52 +07:00
Joshua A. Horton
6f49e31bc0
chore(web): gesture-recognizer dom test conversion
2024-05-15 14:48:51 +07:00
Joshua A. Horton
efd84942da
chore(web): kbd-proc wtr config simplification
2024-05-15 14:47:13 +07:00
Joshua A. Horton
c8949c77e7
chore(web): kbd-proc browser test now TS
2024-05-15 14:44:04 +07:00
Joshua A. Horton
730b64c5da
chore(web): guess who forgot to wrap the launchers for the stability checks
2024-05-15 14:41:35 +07:00
Joshua A. Horton
d0a6a88dec
chore(web): adds reporting details for CI-failing test section
2024-05-15 14:41:35 +07:00
Joshua A. Horton
6f20cb2992
chore(web): kbd-processor testing - local vs ci
2024-05-15 14:41:34 +07:00
Joshua A. Horton
55434c95ed
chore(web): keyboard-proc kbd loading test conversion
2024-05-15 14:41:34 +07:00
Joshua A. Horton
bf58e1195e
chore(web): mild lm-layer wtr config cleanup
2024-05-15 14:35:57 +07:00
Joshua A. Horton
eac3178d29
chore(web): pred-text wtr concurrency settings
2024-05-15 14:34:18 +07:00
Joshua A. Horton
10e5a6bac3
chore(web): final polishing for common/predictive-text
2024-05-15 14:31:38 +07:00
Joshua A. Horton
2c24f2c653
chore(web): predictive-text brower-based tests to typescript - including some TS-exclusive syntax
2024-05-15 14:31:38 +07:00
Joshua A. Horton
f36bca65fd
chore(web): common/predictive-text testing - local vs CI mode
2024-05-15 14:31:37 +07:00
Joshua A. Horton
0a7c930ed4
chore(web): drops pred-text karma config files
2024-05-15 14:31:37 +07:00
Joshua A. Horton
d9f62027fb
chore(web): integrates wtr conversion for common/predictive-text, drops karma there
2024-05-15 14:31:36 +07:00
Joshua A. Horton
7f9b1f0c35
chore(web): converts common/predictive-text browser-based tests
2024-05-15 14:31:36 +07:00
Joshua Horton
aa68c1755e
Merge pull request #11402 from keymanapp/chore/web/other-dependency-updates
...
chore(web): EventEmitter3, sinon dependency updates 🏃
2024-05-15 14:10:52 +07:00
Joshua Horton
d6ea20f520
Merge pull request #11319 from keymanapp/chore/web/consistent-npm-types
...
chore(web): updates most @types/node dependencies, makes them consistent 🏃
2024-05-15 14:10:35 +07:00
Joshua Horton
887a47930f
Merge pull request #11318 from keymanapp/chore/web/chai-update
...
chore(web): updates chai, @types/chai dependencies 🏃
2024-05-15 14:10:27 +07:00
Joshua A. Horton
b1bd68a1de
chore(web): Merge branch 'feat/web/custom-wtr-reporting' into chore/web/lm-worker-test-migration
2024-05-15 14:10:01 +07:00
Joshua A. Horton
9942d5691c
chore(web): removes unused flowId stuff, old resolved TODO
2024-05-15 14:09:42 +07:00
Joshua A. Horton
268af84710
change(web): call playwright install in project-specific configure step
2024-05-15 12:26:17 +07:00
Joshua A. Horton
89f19dcfb5
chore(web): Merge branch 'feat/web/custom-wtr-reporting' into chore/web/lm-worker-test-migration
2024-05-10 09:18:18 +07:00
Joshua A. Horton
8e8906ddc4
fix(web): TC-reporter had mismatch in name for file suite start and end; also adds polish
2024-05-10 09:17:23 +07:00