Marc Durdin
35adc5b970
Merge pull request #6630 from keymanapp/chore/developer/js-to-lmc
...
chore(developer): rename developer/js to developer/kmlmc 🎢
2022-07-06 05:42:19 +10:00
Marc Durdin
cb94639ebb
fix(common): trigger builds correctly for stable builds
2022-06-26 14:33:36 +10:00
Marc Durdin
ec690f47f9
Merge branch 'master' into chore/developer/js-to-lmc
2022-06-25 09:34:27 +10:00
Marc Durdin
4f36c3c2df
chore(developer): Merge branch 'master' into chore/developer/js-to-lmc
2022-06-25 05:48:57 +10:00
Marc Durdin
cc18058cfe
chore(ios): rename run-xcodebuild to run_xcodebuild
2022-06-24 14:03:55 +10:00
Marc Durdin
0730098236
chore(ios): update ios/macos build scripts to log scripts
...
Adds run-xcodebuild function to wrap xcodebuild calls to keep logging
and error handling consistent. Currently used only by the iOS build; the
macOS build has a corresponding execBuildCommand function which does
pretty much the same thing (changing that would belong in a separate PR
I think and low priority.)
2022-06-24 11:37:46 +10:00
Marc Durdin
9904f91801
chore(ios): improve logging
2022-06-24 07:55:07 +10:00
Marc Durdin
fb53bb9396
chore(ios): attempt to log script actions
2022-06-24 07:18:02 +10:00
Marc Durdin
3321667ffa
Merge pull request #6629 from keymanapp/chore/common/move-common-core-desktop-to-core
...
chore(core): move common/core/desktop/ to core/ 🍏
2022-06-23 06:24:42 +10:00
Eberhard Beilharz
f2de89bcc2
chore(common): Merge branch 'master' into chore/common/move-common-core-desktop-to-core
2022-06-15 09:00:32 +02:00
Marc Durdin
9147bf3a48
chore: fix version increment for force parameter
2022-06-15 14:55:45 +10:00
Marc Durdin
3237df00b1
chore: add trigger definitions for stable-15.0
2022-06-15 14:54:20 +10:00
Marc Durdin
a9c5b4ecb7
fix(common): update increment-version for new tsc, node versions
...
* Addresses some Typescript-specific breaking changes in destructured
types.
* Removes npm version calls and package*.json updates -- these are no
longer required.
* Adds resources/build/version as a workspace to root package.json.
* Runs `npm ci` on the repo root for resources/build/version.
* Adds additional logging.
2022-06-13 15:54:18 +10: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
fcf78bcd94
chore: merge master into branch
2022-05-27 13:11:23 +10:00
Marc Durdin
7ffcac0dcc
chore: merge master
2022-05-27 09:55:10 +10:00
Keyman Build Agent
996018fe90
auto: increment beta version to 15.0.253
2022-05-25 14:02:14 -04:00
Keyman Build Agent
6ad1549167
auto: increment beta version to 15.0.252
2022-05-23 14:02:48 -04:00
Marc Durdin
49a70d7542
chore(developer): update build trigger definitions
2022-05-23 06:14:16 +10:00
Keyman Build Agent
9697f0233c
auto: increment beta version to 15.0.251
2022-05-20 14:02:40 -04:00
Keyman Build Agent
e71dd1af38
auto: increment beta version to 15.0.250
2022-05-19 14:02:12 -04:00
Marc Durdin
8a8cc3730d
Merge pull request #6624 from keymanapp/chore/common/history-related-prs
...
chore(common): improve PR reporting of changes
2022-05-19 11:14:23 +10:00
Marc Durdin
4ab3c53810
chore(common): adjust scripts for core relocation
2022-05-18 07:22:11 +10:00
Marc Durdin
05a4c33200
chore(web): move common/core/web to common/web
...
Relates to #5816 .
Moves folders under common/core/web to common/web:
* input-processor -> common/web/input-processor
* keyboard-processor -> common/web/keyboard-processor
* tools/recorder -> common/web/recorder
* tools/sentry-manager -> common/web/sentry-manager
* utils -> common/web/utils
Updates scripts and configuration to point to new folders.
2022-05-18 06:01:03 +10:00
Keyman Build Agent
31879771ed
auto: increment beta version to 15.0.249
2022-05-17 14:02:44 -04:00
Marc Durdin
d8f81cbdf1
chore(common): improve PR reporting of changes
...
Fixes #6391 .
The issue here was quite nuanced: where we merged a PR, and then merged
the changes into an earlier PR, but left it open, the earlier PR could
end up getting the release information comment from keyman-server
instead of the later, merged PR. This was because the commit would
appear in both PRs, so GitHub would report on both of them.
This is not a 100% fix -- but it should stop the PR tagging on unmerged
pull requests. The one situation where this may leave a gap is where we
have multiple PRs merged on the same day, where a later PR's changes are
merged into an earlier PR; in this case I think it is possible that one
of the PRs will not get the informative version comment.
But given the current fix should avoid the more common situation, I am
comfortable to leave it as is for now. This is only informative data...
and a more complete fix is a distraction.
2022-05-17 10:43:07 +10:00
Keyman Build Agent
d1b9f2d52c
auto: increment beta version to 15.0.248
2022-05-16 14:02:41 -04:00
Marc Durdin
833dde0ae4
chore: remove unnecessary package-lock.json files
2022-05-16 14:47:58 +10:00
Marc Durdin
15f4aa8af2
chore(web): update npm version refs for publishing packages
...
Note that the version entry will be added to the local package.json
which will then be dirty. This version entry should not be committed.
2022-05-16 08:46:09 +10:00
Marc Durdin
af44c0687f
chore(web): move web-environment to common/web
2022-05-16 08:29:46 +10:00
Marc Durdin
7e19405f16
chore: only set THIS_SCRIPT_PATH if THIS_SCRIPT is set
2022-05-16 06:11:29 +10:00
Marc Durdin
4f87aad344
chore(web): bulk renderer tsc cleanup
...
Changes the bulk renderer build script to the new standard build script
format and updates to use tsc -b. Cleans up final external <reference>s.
2022-05-16 05:50:11 +10:00
Keyman Build Agent
e1d28a85d8
auto: increment master version to 16.0.11
2022-05-15 14:03:47 -04:00
Marc Durdin
c1ef2651ab
chore: beta to master A16S1
2022-05-15 18:32:36 +10:00
Marc Durdin
3f559e3f4e
chore(developer): work around monorepo for building Developer Server
2022-05-15 06:42:48 +10:00
Marc Durdin
78427b374f
chore(web): build deps for predictive-text
2022-05-12 06:29:41 +10:00
Keyman Build Agent
bd85fc895e
auto: increment beta version to 15.0.247
2022-05-11 14:02:08 -04:00
Keyman Build Agent
5dbb6642b7
auto: increment beta version to 15.0.246
2022-05-10 14:01:54 -04:00
Keyman Build Agent
7448674fe0
auto: increment beta version to 15.0.245
2022-05-09 14:01:48 -04:00
Marc Durdin
bb07ab7eee
chore(web): make build paths consistent
2022-05-04 10:13:44 +10:00
Keyman Build Agent
52b42a5958
auto: increment beta version to 15.0.244
2022-05-03 14:02:37 -04:00
Marc Durdin
a8624c80d3
Merge pull request #6584 from keymanapp/chore/web/file-size-test
...
chore(web): report on file size
2022-05-03 09:43:16 +10:00
Marc Durdin
79784342c4
chore(web): fixup curl call for cross-platform
2022-05-01 15:59:18 +10:00
Marc Durdin
47f21ded76
chore(web): fixup func name
2022-05-01 15:20:20 +10:00
Marc Durdin
d4e42a4697
chore(web): report on file size
2022-05-01 14:53:22 +10:00
Keyman Build Agent
6d5517ff8b
auto: increment master version to 16.0.10
2022-04-29 14:03:21 -04:00
Keyman Build Agent
9286a67ee0
auto: increment beta version to 15.0.243
2022-04-29 14:02:29 -04:00
Keyman Build Agent
d2edf15283
auto: increment beta version to 15.0.242
2022-04-27 14:02:30 -04:00
Keyman Build Agent
2a59670bf2
auto: increment beta version to 15.0.241
2022-04-26 14:02:34 -04:00
Keyman Build Agent
d17e03a35a
auto: increment beta version to 15.0.240
2022-04-22 14:02:30 -04:00