Keyman Build Agent
c19dec389f
auto: increment master version to 15.0.176
2022-01-11 13:01:39 -05:00
Marc Durdin
5b203ca0f0
Merge pull request #6091 from keymanapp/fix/developer/6074-patch-for-success
...
fix(developer): bundle.sh must succeed
2022-01-11 18:24:36 +11:00
Eberhard Beilharz
88ef184cc2
Merge pull request #6086 from keymanapp/fix/linux/issue-6085-requests_cache
...
fix(linux): Fix attribute error
2022-01-11 08:23:05 +01:00
Eberhard Beilharz
4876497fe8
Merge pull request #6070 from keymanapp/feat/linux/sentry
...
feat(linux): Don't create Sentry events for errors
2022-01-11 08:22:36 +01:00
Marc Durdin
474a23bd27
fix(developer): bundle.sh must succeed
...
Fixes a build failure after #6074 was merged. The final grep statement
in the line
cat package.json | grep -v "@keymanapp/models-templates" | grep -v "@keymanapp/models-wordbreakers" > package.json
would fail to find anything to exclude, and return an error value, so
the script would fail, as we use `set -e`. We didn't care that it didn't
find anything to exclude... so we will ignore the return value.
2022-01-11 07:19:25 +11:00
Keyman Server
f19fc118bb
Merge pull request #6090 from keymanapp/auto/version-master-15.0.175
...
auto: increment master version to 15.0.175
2022-01-11 05:02:46 +11:00
Keyman Build Agent
2397a65407
auto: increment master version to 15.0.175
2022-01-10 13:01:57 -05:00
Eberhard Beilharz
c269d12ec7
Merge pull request #6015 from keymanapp/fix/linux/issue-5311-sharedinstall
...
fix(linux): Fix installation of shared packages
2022-01-10 18:16:57 +01:00
Darcy Wong
4b29959897
Merge pull request #6082 from keymanapp/chore/android/lint-kmsample2
...
chore(android/samples): Add -no-daemon flag to KMSample2 build script
2022-01-10 14:00:37 +07:00
Eberhard Beilharz
254ceabe78
fix(linux): Fix attribute error
...
Newer versions of requests-cache (>= 0.6) restructure some code so
that the _core_ namespace is no longer available. However, it turns
out that we don't need to specify that namespace at all, so this
change will work with both older and newer versions of
requests-cache.
This will fix #6085 .
2022-01-07 17:22:53 +01:00
Eberhard Beilharz
79244650b1
feat(linux): Don't create Sentry critical events for handled errors
...
We don't want to send events to Sentry for errors that we handled.
2022-01-06 18:43:28 +01:00
Darcy Wong
e0ef491cdd
Update android/Samples/KMSample2/build.sh
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-01-06 06:59:45 +07:00
Keyman Server
a01de13807
Merge pull request #6084 from keymanapp/auto/version-master-15.0.174
...
auto: increment master version to 15.0.174
2022-01-06 05:03:34 +11:00
Keyman Build Agent
30282b059d
auto: increment master version to 15.0.174
2022-01-05 13:02:49 -05:00
Eberhard Beilharz
9ba96d168f
Merge pull request #6068 from keymanapp/fix/linux/issue-5817_version
...
fix(linux): fix release version number for Sentry reporting
2022-01-05 13:26:58 +01:00
Darcy Wong
be64b53518
Merge pull request #6040 from keymanapp/chore/common/crowdin-update-am-mac
...
chore(common): Update crowdin strings for Amharic 📜
2022-01-05 16:32:52 +07:00
Darcy Wong
97c2a61870
chore(android): Add no-daemon flag to build script
2022-01-05 14:59:31 +07:00
Keyman Server
23517002b3
Merge pull request #6078 from keymanapp/auto/version-master-15.0.173
...
auto: increment master version to 15.0.173
2021-12-24 05:02:08 +11:00
Keyman Build Agent
42b5552c75
auto: increment master version to 15.0.173
2021-12-23 13:01:25 -05:00
Marc Durdin
70becc7ed1
Merge pull request #6065 from keymanapp/chore/windows/nmake-makefile-cleanup
...
chore(windows): nmake makefile cleanup
2021-12-23 10:03:53 +11:00
Marc Durdin
4293f97c29
Merge pull request #6074 from keymanapp/fix/developer/npm=devdependency-bug
...
fix(developer): work around devDependencies bug in npm
2021-12-23 10:02:18 +11:00
Marc Durdin
984d429e9c
fix(developer): bundle.sh rm
2021-12-23 09:19:04 +11:00
Marc Durdin
2e13e7fc0f
chore: temp set -x
2021-12-23 09:16:22 +11:00
Marc Durdin
87f0d80f7b
chore: fix bundle.sh call
2021-12-22 05:44:17 +11:00
Marc Durdin
5fccc1161d
chore(developer): refactor model compiler bundling into bash script
...
This made the string processing needed much simpler than
when it was embedded within the Makefile, where horrible
escaping proved necessary.
2021-12-22 04:47:05 +11:00
Marc Durdin
23a29e25b3
fix(developer): tweak script for npm fix
2021-12-21 19:00:21 +11:00
Marc Durdin
a5575e0d8e
fix(developer): work around devDependencies bug in npm
...
Relates to https://github.com/npm/cli/issues/2921
This issue arises after moving from npm 6.x to 7.x or later. As the
build agents are still on 6.x, we have not yet seen this issue there.
As part of the release build for Keyman Developer, we bundle up some
files and do some work in a temp folder to prepare folders for release.
Even though we are only working with `dependencies` (e.g. using `npm
install --production`), packages under `devDependencies` are still
wrongly being checked by NPM. As we have two modules present in
`devDependencies` that are only available when in the repo path, we need
to remove them before attempting to continue. Yuck!
ref: https://github.com/npm/cli/issues/3975#issuecomment-985305678
ref: https://github.com/npm/cli/issues/2921
2021-12-21 17:10:16 +11:00
Eberhard Beilharz
20064ea42a
fix(linux): fix release version number for Sentry reporting
...
Forgot to change the second occurrence of the version number for older
Sentry SDK.
2021-12-17 23:09:47 +01:00
Keyman Server
5a52b622c0
Merge pull request #6067 from keymanapp/auto/version-master-15.0.172
...
auto: increment master version to 15.0.172
2021-12-18 05:03:13 +11:00
Keyman Build Agent
e10b43e0ef
auto: increment master version to 15.0.172
2021-12-17 13:02:29 -05:00
Shawn Schantz
4af399612e
Merge pull request #6006 from keymanapp/fix/mac/osk-label-size
...
fix(mac): increase OSK character size by 50%
2021-12-17 15:36:27 +07:00
sgschantz
5ffd91d29b
restore OSK relative label height size to 0.45
2021-12-17 13:58:53 +07:00
sgschantz
b4a608e9a0
updated Mac project to use Amharic localization strings
2021-12-17 13:43:38 +07:00
Marc Durdin
4e50cfa54c
chore(windows): nmake makefile cleanup
...
Only comments formatted per earlier required from @ermshiperete.
2021-12-17 15:48:24 +11:00
Marc Durdin
c5f66f400b
Merge pull request #6059 from keymanapp/docs/windows/split-accounts
...
docs(windows): Add note on split user/admin accounts
2021-12-17 15:19:43 +11:00
Marc Durdin
b87cb93634
Merge pull request #6062 from keymanapp/chore/developer/add-browse4folder-to-components
...
chore(developer): add browse4folder to components
2021-12-17 15:19:19 +11:00
Marc Durdin
d24d1798c2
Merge pull request #6061 from keymanapp/fix/developer/project-mru-path
...
fix(developer): project_mru.xml path
2021-12-17 15:18:42 +11:00
Marc Durdin
a08bc04ec2
Merge pull request #6036 from keymanapp/feat/developer/cache-web-debug-objects
...
feat(developer): cache web debug objects across sessions 🛒
2021-12-17 15:16:52 +11:00
Marc Durdin
1513398666
Merge pull request #6035 from keymanapp/feat/developer/live-reload-kmw
...
feat(developer): live reload of web debugger 🛒
2021-12-17 15:16:39 +11:00
Marc Durdin
b5e7e87719
Merge pull request #6034 from keymanapp/feat/developer/tidy-up-package-list-in-kmw-test
...
feat(developer): tidy up package list in web test view 🛒
2021-12-17 15:14:40 +11:00
Marc Durdin
7d9fc8c308
Merge pull request #6033 from keymanapp/feat/developer/remember-kmw-prefs-on-reload
...
feat(developer): remember test page preferences on reload 🛒
2021-12-17 15:14:32 +11:00
Marc Durdin
bf7b6d22f9
chore(developer): add browse4folder to components
2021-12-17 13:06:11 +11:00
Marc Durdin
f6624f1cd0
fix(developer): project_mru.xml path
2021-12-17 12:43:32 +11:00
Marc Durdin
e3e1035d74
docs(windows): Add note on split user/admin accounts
...
If the computer has split user/admin accounts, then language association may not be completed automatically, and the user may need to add a language association themselves.
Ref https://community.software.sil.org/t/what-security-permissions-are-needed-to-install-a-keyboard-configuration-in-keyman/5695/10
Note: the topic `configure-computer` has a terrible url but I won't fix that here. Suggested future fix -- turn `configure-computer` into a redirect to `link-keyboard-to-language` or `associate-keyboard-with-language`?
@keymanapp-test-bot skip
2021-12-17 07:07:58 +11:00
Keyman Server
596fbabe38
Merge pull request #6058 from keymanapp/auto/version-master-15.0.171
...
auto: increment master version to 15.0.171
2021-12-17 05:02:34 +11:00
Keyman Build Agent
86d50af4a6
auto: increment master version to 15.0.171
2021-12-16 13:01:48 -05:00
Eberhard Beilharz
dd49c213a9
Merge pull request #6054 from keymanapp/fix/linux/issue-5940_packagedescription
...
fix(linux): Fix package description
2021-12-16 08:54:01 +01:00
Eberhard Beilharz
895f2b3fe0
Merge pull request #6052 from keymanapp/fix/linux/issue-5817_version
...
fix(linux): fix release version number for Sentry reporting
2021-12-16 08:52:40 +01:00
Eberhard Beilharz
4ef4fd4b43
Merge pull request #6051 from keymanapp/feat/linux/issue-5027_disableSentry
...
docs(linux): Document how to disable error reporting
2021-12-16 08:52:23 +01:00
Keyman Server
97d1629245
Merge pull request #6055 from keymanapp/auto/version-master-15.0.170
...
auto: increment master version to 15.0.170
2021-12-16 05:02:10 +11:00