Joshua A. Horton
bac2578039
chore(web): addresses PR review comment
2022-08-02 08:10:01 +07:00
Joshua A. Horton
5a7840753f
chore(web): centralizes test-start timeout config logic
2022-08-01 11:39:14 +07:00
Joshua A. Horton
405a553c06
chore(web): requireable module for common CI test-config
2022-08-01 10:54:57 +07:00
Marc Durdin
ab54c0ecb9
chore(common): more bin bashes
2022-07-25 16:03:22 +10:00
Joshua Horton
f6841333a2
Merge pull request #6557 from keymanapp/change/web/5943-ie-rooting
...
change(web): drops old IE-related handling code
2022-06-24 08:35:03 +07:00
Marc Durdin
0212727b98
chore: Merge branch 'master' into chore/beta-to-master-A16S4
2022-06-15 12:54:35 +10:00
jahorton
474634a90e
fix(web): fixes pred-text local karma-testin config
2022-06-14 15:23:25 +07: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
6340a59d8e
chore(web): add BrowserStack to command-line
2022-06-05 08:33:42 +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
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
41bd9069ad
chore(web): fixup lmlayer test paths
2022-05-13 09:52:08 +10:00
Marc Durdin
49eb062c65
feat(web): prediction casing follows current layer
...
Fixes #6455 .
This involved adding an extra hint to the data passed into the lexical
model layer, being the CasingForm that the current layer wants to use.
Given there are several entry points to the lexical model layer, this
meant a few places where we needed to check the current layer.
I refactored the very long function `InputProcessor.processKeyEvent` to
extract out the `buildAlternates` function. There should be no
functional changes to the `buildAlternates` code. But it makes
`processKeyEvent` significantly easier to read.
2022-04-08 16:14:01 +10:00
Marc Durdin
e616900cad
Revert "feat(web): prediction casing follows current layer"
2022-04-08 14:50:32 +10:00
Marc Durdin
b7ce99480f
feat(web): prediction casing follows current layer
...
Fixes #6455 .
This involved adding an extra hint to the data passed into the lexical
model layer, being the CasingForm that the current layer wants to use.
Given there are several entry points to the lexical model layer, this
meant a few places where we needed to check the current layer.
I refactored the very long function `InputProcessor.processKeyEvent` to
extract out the `buildAlternates` function. There should be no
functional changes to the `buildAlternates` code. But it makes
`processKeyEvent` significantly easier to read.
2022-04-01 16:20:50 +11:00
jahorton
85ebed5c04
change(common/models): unit test adjustment for breaking change
2021-07-30 11:51:17 +07:00
Marc Durdin
5fac633fb6
fix(common): build script help param
...
When working on a new build script, I tripped over the `-?` question
mark help parameter here, as it needs to be escaped. Opted to fix all
the instances in our scripts, although AFAICT there would not have been
current bugs arising from this, as there were no conflicting one
character options lower in the case list.
2021-05-28 09:50:40 +10:00
jahorton
2e55dced98
feat(common/models): adds some suggestion unit tests
2021-03-04 13:19:24 +07:00
jahorton
0483f3e13c
chore(common/models): Merge branch 'fix/common/models/context-reset-predictions' into feat/common/models/mid-context-suggestions
2021-02-08 12:48:47 +07:00
jahorton
2b12b0a3e8
fix(common/models): search alg failed to clear batches
2021-02-08 12:21:11 +07:00
jahorton
861d1b5501
fix(common/models): branch polishing, unit test fix
2021-02-05 12:58:06 +07:00
jahorton
7c1a7bb32f
fix(common/models): fixes unit test
2020-11-19 08:24:26 +07:00
jahorton
5de62a96be
chore(common/models): Merge branch 'feat/common/core/web/input-processor-unit-tests' into feat/common/models/integrated-suggestion-casing-tests
2020-11-11 11:57:56 +07:00
jahorton
a8c6b56e75
docs(common/models): documents aspect of unit test
2020-11-11 10:19:44 +07:00
jahorton
128e10e519
fix(common/models): restores unit tests
2020-11-11 10:18:22 +07:00
jahorton
33c4b048bc
feat(common/models): corresponding unit tests
2020-11-11 10:07:54 +07:00
jahorton
7f8fb5cbd0
fix(common/models): more post-merge patchwork
2020-11-10 10:36:26 +07:00
jahorton
301af0434a
fix(common/models): post-merge test required id strip
2020-11-10 09:23:43 +07:00
jahorton
25277eaa0e
chore(common/core/web): Merge branch 'master' into feat/common/core/web/input-processor-unit-tests
2020-11-10 08:27:15 +07:00
jahorton
70d569a589
feat(common/models): LoadMessage refactor, model load from raw string (for tests)
2020-11-06 14:23:05 +07:00
jahorton
668ba26453
feat(common/models): initial applyCasing use, case detection
2020-11-05 14:29:52 +07:00
jahorton
04e68f0185
chore(common/models): Merge branch 'master' into refactor/common/models/common-tokenization-and-wordbreaking
2020-10-21 15:21:49 +07:00
jahorton
cf8cbbfff4
refactor(common/models): refactors old wordbreak tests
2020-10-14 12:32:25 +07:00
jahorton
934f594297
feat(common/models): adds LMLayer reversion unit tests
2020-10-09 15:47:46 +07:00
jahorton
73e8ba4c17
feat(common/models): acceptance tracking test case
2020-10-07 16:02:16 +07:00
jahorton
8a2d2622bd
change(common/core): post-merge patch, tests check id
2020-10-07 13:55:44 +07:00
jahorton
7eb49360e7
feat(common/models): reversion construction unit tests
2020-10-07 13:21:19 +07:00
jahorton
07f48bdc19
fix(common/models): adjusts affected unit tests
2020-10-06 14:19:10 +07:00
jahorton
2355db4c46
feat(common/models): 'revert' now uses model's punctuation
2020-10-06 14:14:23 +07:00
jahorton
3bad0d18da
chore(common/models): Merge branch 'refactor/common/models/suggestion-and-keep-init' into fix/common/models/suggestions-after-whitespace
2020-10-06 12:49:44 +07:00
jahorton
5becd09732
feat(common/models): suggestion annotation unit test
2020-10-06 11:06:03 +07:00
jahorton
77a4e99ee1
fix(common/models): reinserts wordbreak, proper empty-string search
2020-10-05 15:02:24 +07:00
jahorton
e5c37f7afc
refactor(common/models): centralizes suggestion & keep inits
2020-10-01 12:32:10 +07:00
Joshua Horton
a6a9968033
Merge pull request #3581 from keymanapp/feat/common/models/naive-correction-timer
...
feat(common/models): naive correction-algorithm timer
2020-09-23 09:24:20 +07:00
Joshua Horton
7e3cf8adc2
Merge pull request #3575 from keymanapp/feat/common/models/correction-improvement
...
feat(common/models): Correction improvement
2020-09-23 09:24:07 +07:00
Joshua Horton
67e753a5f7
Merge pull request #3565 from keymanapp/chore/common/models/distance-modeler-cleanup
...
refactor(common/models): distance modeler cleanup
2020-09-23 09:23:15 +07:00
Joshua Horton
50bdd43c0d
Merge pull request #3556 from keymanapp/feat/common/models/correction-thresholding
...
feat(common/models): correction thresholding, acceptance
2020-09-23 09:22:52 +07:00
Joshua Horton
7125da31f4
Merge pull request #3555 from keymanapp/feat/common/models/edit-distance-integration
...
feat(common/models): initial integration for enhanced corrections
2020-09-23 09:22:36 +07:00