- Nov 09, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.209
-
Keyman Build Agent authored
-
- Nov 08, 2023
-
-
Eberhard Beilharz authored
fix(linux): Fix trigger for baseline tests
-
Eberhard Beilharz authored
chore(linux): Fix GHA triggering
-
Eberhard Beilharz authored
fix(linux): Fix baseline tests
-
Eberhard Beilharz authored
When the baseline tests change we want to trigger a Linux build.
-
Eberhard Beilharz authored
Change the test to use characters in the context that don't appear in the keyboard.
-
Eberhard Beilharz authored
When we build a PR on TC we use `pull/ID/head` for the build, not `pull/ID/merge`, i.e. the tip of the feature branch and not a merge with the base branch. This means that during the build `pull/ID/merge` is unknown. This change modifies the trigger to use `pull/ID/head` for GHA builds as well. It's still a mystery why `pull/ID/merge` was known to builds in most cases but failed for some PRs.
-
Eberhard Beilharz authored
fix(web): Ignore `osk-always-visible` on non-desktop devices
-
Eberhard Beilharz authored
fix(web): Fix clearing of deadkeys
-
Keyman Server authored
auto: increment master version to 17.0.208
-
Keyman Build Agent authored
-
- Nov 07, 2023
-
-
Darcy Wong authored
feat(developer): Add more non-printing characters
-
Eberhard Beilharz authored
refactor(web): Link to `index.html` in test pages
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
This change adds `index.html` to all links that point to test index pages. This will show the index page instead of the directory listing when opening locally, identical to the behavior on TC.
-
Eberhard Beilharz authored
Fixes #9918.
-
Eberhard Beilharz authored
-
Keyman Server authored
auto: increment master version to 17.0.207
-
Keyman Build Agent authored
-
- Nov 06, 2023
-
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
Addresses code review comments.
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Darcy Wong authored
-
Marc Durdin authored
fix(developer): resilience in loading Server config and cache files
-
Marc Durdin authored
fix(developer): Sentry in Server should honour reporting settings
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Eberhard Beilharz authored
Fixes #8568.
-
Eberhard Beilharz authored
Also adds a similar testcase to the baseline keyboard tests.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
Since things are working in both cases it seems that the problem got fixed and the comments are obsolete.
-
Marc Durdin authored
feat(developer): provide line number for some kmw compiler messages
-
Marc Durdin authored
chore(common): remove prepublish step from package.json
-
Marc Durdin authored
chore(developer): remove compile.pas and CompileErrorCodes.pas
-
Marc Durdin authored
Merge branch 'fix/developer/9939-sentry-support-in-server' into fix/developer/9848-resilient-cache-state-loading
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #9848. Root cause of #9848 is unknown, because the cache state file was filled with nul bytes. It is unclear how that could have happened, but seems likely to be external interference. The cascade was that Server failed to start because it would crash when attempting to load the cache state file. So this fix resolves that by handling invalid file exceptions.
-