Marc Durdin
ba57b69e72
chore(windows): move cef4delphi to common/windows
2022-06-06 15:59:05 +10:00
jahorton
44fdec6ff5
chore(web): Merge branch 'beta' into change/web/browser-test-timeouts
2022-06-06 12:51:23 +07:00
jahorton
6e9ebb433a
change(web): browser test timeout tweaks
2022-06-06 12:42:26 +07:00
Marc Durdin
4c29e74e4c
chore(windows): move ext/sentry to common
2022-06-06 15:13:53 +10:00
Marc Durdin
7ad11f1b80
chore(windows): fixup path in tds2dbg Makefile
2022-06-06 14:37:21 +10:00
Marc Durdin
fa0e4cf7f3
chore(windows): update tds2dbg makefiles
2022-06-06 14:19:01 +10:00
Marc Durdin
fcac6bcbc6
chore(windows): move tds2dbg to common
2022-06-06 14:18:45 +10:00
Marc Durdin
49cae15718
chore(windows): update JWA Makefiles
2022-06-06 08:13:38 +10:00
Marc Durdin
fc7917cdca
chore(windows): move JWA to common
2022-06-06 08:13:37 +10:00
Marc Durdin
8fa66f0b3e
chore(windows): move scfontcombobox to developer
2022-06-05 15:24:21 +10:00
Marc Durdin
6340a59d8e
chore(web): add BrowserStack to command-line
2022-06-05 08:33:42 +10:00
Marc Durdin
8a25e5434c
chore(developer): update mbcolor build
2022-06-05 08:13:58 +10:00
Marc Durdin
f521b6ce19
chore(web): switch on additional BrowserStack reporting
...
Per support case with BrowserStack, am turning on deeper
reporting for BrowserStack-based testing in karma.
2022-06-05 07:53:20 +10:00
Keyman Build Agent
d1576e6717
auto: increment beta version to 15.0.258
2022-06-03 14:02:30 -04:00
Marc Durdin
48a4d8c2ec
fix(developer): kmcomp package compiler race condition
...
Fixes a race condition when compiling multiple packages, where the
temp path may be re-used before the compiler has finished with it.
To take advantage of this fix, I wanted to make sure I was using the
right kmcomp.exe when building unit tests for Keyman Core. This
uncovered a couple of other things:
* Updates Keyman Core build infrastructure to use the current kmcomp.exe
rather than a system-installed one.
* Corrects a bug that was identified by the 15.0 version of kmcomp in
one unit test (duplicate `&NAME` stores -- the meson test script
prepends a `&NAME` store to each source file during build).
@keymanapp-test-bot skip
2022-06-02 14:37:01 +10:00
Marc Durdin
d74e70b7f1
chore(windows): move dcpcrypt to common/windows
2022-06-02 10:38:29 +10:00
Keyman Build Agent
99add57dda
auto: increment beta version to 15.0.257
2022-06-01 14:02:17 -04:00
Marc Durdin
517f9bb687
chore(windows): move resources from global/res
2022-06-01 06:56:05 +10:00
Keyman Build Agent
a59fa21d61
auto: increment beta version to 15.0.256
2022-05-31 14:02:28 -04:00
jahorton
0f9ade6899
chore(web): reinserts added || die parts to lm-worker wrapping build
2022-05-31 10:02:08 +07:00
jahorton
f23fa7944f
chore(web): eliminates es6-shim TS project
2022-05-31 09:35:52 +07:00
jahorton
75964b0077
chore(web): drops non-pred text dependence on es6-shim
2022-05-31 09:11:20 +07:00
jahorton
f4b7cab97a
chore(web): rips out IE detection
2022-05-31 09:11:15 +07:00
jahorton
6732e16b1c
chore(web): reinserts @ts-nocheck
2022-05-31 09:11:15 +07:00
jahorton
6566031d1b
docs(common/models): on early Android dependencies
2022-05-31 09:05:06 +07:00
Keyman Build Agent
2eb0ccfcc3
auto: increment beta version to 15.0.255
2022-05-30 14:02:44 -04:00
Marc Durdin
20e79b7b3d
Merge pull request #6677 from keymanapp/chore/web/keyman-version-for-developer
...
chore(web): adapts keyman-version bundling in Developer products 🎡
2022-05-30 14:23:29 +10:00
jahorton
daa0fc9f93
chore(web): Merge branch 'chore/web/merge-web-version-environment' into chore/web/better-lm-worker-bundling
2022-05-30 09:06:45 +07:00
jahorton
8bc2908780
chore(web): Merge branch 'chore/web/fixup-unit-test-fixups' into chore/web/merge-web-version-environment
2022-05-30 08:53:11 +07:00
Marc Durdin
d5aa61fdc0
chore(common): Merge branch 'chore/web/keyman-version-for-developer' into chore/common/move-common-core-desktop-to-core
2022-05-30 09:38:27 +10:00
Marc Durdin
e6367af4fa
Revert
2022-05-29 13:36:53 +10:00
Marc Durdin
e37e3aa88a
chore(web): update BrowserStack to chrome 90 for Windows
2022-05-29 12:50:27 +10:00
Marc Durdin
65c8c89be5
chore(web): adapts keyman-version bundling in Developer products
...
As KEYMAN-VERSION changed from being a type to a class, this broke the
bundling and referencing strategies in Developer/Server and
Developer/kmlmc. This updates the bundling process and fixes the
references in both projects.
Note that keyman-version no longer depends on gosh. Given we are
currently manually calling the build for this in all projects (or should
be!), it's better that we keep the build of this explicit for now.
If we want to restore the postinstall/postci steps in the future, the
gosh dependency would need to be manually removed from package.json in
order for the bundling builds to work for Developer/Server and
Developer/kmlmc.
2022-05-28 10:57:24 +10:00
Keyman Build Agent
cd2b32fc4d
auto: increment beta version to 15.0.254
2022-05-27 14:05:13 -04:00
jahorton
8d40a05664
fix(web): test reporting style... again
2022-05-27 13:07:51 +07:00
jahorton
97f7fbb68d
fix(web): proper teamcity reporting of keyboard-processor tests
2022-05-27 12:29:21 +07:00
jahorton
0acffafddd
fix(web): ensure keyboard-processor tests are run
2022-05-27 11:53:57 +07:00
jahorton
7b472ca686
chore(web): Merge branch 'chore/web/merge-web-version-environment' into chore/web/better-lm-worker-bundling
2022-05-27 10:31:43 +07:00
jahorton
3855a25d26
chore(web): Merge branch 'chore/web/fixup-unit-test-fixups' into chore/web/merge-web-version-environment
2022-05-27 10:30:16 +07:00
jahorton
de68654cf2
chore(web): Merge branch 'chore/web/no-more-lerna' into chore/web/fixup-unit-test-fixups
2022-05-27 10:28:30 +07:00
Marc Durdin
fcf78bcd94
chore: merge master into branch
2022-05-27 13:11:23 +10:00
Marc Durdin
ef86cd46d9
chore(web): revert temporary type patches
...
There were a few temporary type patches I had made earlier in the
refactor chain in order to get a build to pass. After completing the
refactor, I was able to return them to their more proper types.
2022-05-27 08:31:19 +10:00
Marc Durdin
c22e892e49
chore(web): revert PostMessage and ImportScripts types
2022-05-27 08:26:51 +10:00
Marc Durdin
566c7f12bd
chore(web): reintroduce sourceRoot in tsconfig
2022-05-27 07:46:30 +10:00
Keyman Build Agent
996018fe90
auto: increment beta version to 15.0.253
2022-05-25 14:02:14 -04:00
jahorton
81fa5ce282
chore(web): addresses PR review
2022-05-24 10:45:34 +07:00
jahorton
ea74a7f2ce
chore(web): adds direct keyman-version compile to many build.sh's
2022-05-24 10:11:57 +07:00
Keyman Build Agent
6ad1549167
auto: increment beta version to 15.0.252
2022-05-23 14:02:48 -04:00
jahorton
3139b904f7
chore(web): includes a pre-rebase PR suggestion
2022-05-23 14:06:56 +07:00
jahorton
2d7d2c6ab1
chore(web): Wait, this worked!? Inclusion now in original project's build!
2022-05-23 13:57:06 +07:00