Commit graph

106 commits

Author SHA1 Message Date
Marc Durdin
6e1e7e8e7e chore: additional scripts 2022-03-10 10:26:15 +11:00
Marc Durdin
ba93a07060 chore: remove sentry exported variables (rely on build configuration) 2021-10-05 09:26:52 +11:00
Marc Durdin
f55f3fec1e chore: additional sentry.io links 2021-10-04 15:08:28 +11: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
Joshua Horton
8b8aabee80
Merge pull request #4353 from keymanapp/change/web/script-set-eu
change(web): set -eu for web scripts
2021-01-28 12:05:30 +07:00
jahorton
ab527ad192 fix(web): set -e hangups 2021-01-27 16:02:07 +07:00
jahorton
531c6f76c8 change(web): set -eu for web scripts 2021-01-27 14:29:16 +07:00
jahorton
46da0ad36d fix(web/ui): propagates UI module build failures 2021-01-27 13:52:52 +07:00
jahorton
d9ff26daec refactor(web/engine): fixes DOM-web, recorder 2020-06-17 10:51:33 +07:00
jahorton
367f111820 change(ios): tweaks sentry uploading for local dev, fixes web upload logic 2020-06-08 11:22:44 +07:00
jahorton
3bd4a9e427 fix(web): shell script typo 2020-05-28 13:13:06 +07:00
jahorton
bd16ad54b2 change(web): slightly cleaner implementation, mild reorg 2020-05-28 13:03:31 +07:00
jahorton
b3e0399b7d change(web): Selective Sentry uploading based on VERSION_ENVIRONMENT 2020-05-25 14:19:28 +07:00
jahorton
2eec927aff feat(web): builds now upload sentry artifacts 2020-05-13 13:26:25 +07:00
jahorton
660d8bf3cd feat(web): better debug setup, includes build during KMW build 2020-05-13 10:07:14 +07:00
jahorton
e7742e462f change(web/engine): addresses most of PR review 2020-04-29 14:28:30 +07:00
jahorton
67ff4a2036 chore(web/engine): Merge branch 'change/web/engine/keyboard-processor-package' into change/web/engine/input-processor-package 2020-04-27 14:01:38 +07:00
jahorton
8a31e0b29a chore(web/engine): Merge branch 'feat/common/init-lerna' into change/web/engine/keyboard-processor-package 2020-04-27 13:52:12 +07:00
jahorton
0b12f6dabc fix(web): better build script header uniformity 2020-04-27 12:44:00 +07:00
jahorton
8ab3da6afd fix(web): proper location for testing resource dupe 2020-04-24 14:35:51 +07:00
jahorton
251257b7f3 fix(web): Fixes resource builds, polishes core builds 2020-04-24 14:35:50 +07:00
jahorton
c56ea0e8d1 fix(web): build.sh -ui now bypasses core/web module 2020-04-24 13:45:20 +07:00
jahorton
6d9c9bc510 fix(web): fixes UI modules' compilation 2020-04-24 13:45:16 +07:00
jahorton
22f1a1208d fix(web): ensures keyboard-processor build, patches tool builds 2020-04-24 13:45:15 +07:00
jahorton
b604302b76 feat(common): initial use of lerna (in-repo package links only) 2020-04-17 13:38:44 +07:00
jahorton
57b7a0b3b0 refactor(web/engine): adds build-inner-core.sh, successful compilation 2020-04-03 15:47:21 +07:00
jahorton
33dfcff993 fix(web/engine): adjusts embedded-mode to match 2020-03-18 10:33:26 +07:00
jahorton
b1206fc9b2 change(web): A bit of commented-code cleanup 2020-03-12 11:56:39 +07:00
jahorton
3726631527 feat(ios): adds tools/sourcemap-root, replacing sed approach 2020-03-12 11:02:35 +07:00
jahorton
ec4d0c19ca feat(web): enhanced minified sourcemaps 2020-03-11 12:07:23 +07:00
jahorton
0cf2606c17 feat(web): Functioning sourcemaps for minified 2020-03-11 09:47:14 +07:00
Marc Durdin
255e4f4b7a chore: Merge branch 'master' into chore/beta-to-master-p9s2-1 2020-02-17 10:11:15 +11:00
jahorton
adcea80277 fix(web): file check logic positioning 2020-02-11 10:21:18 +07:00
jahorton
93a416dbbb change(web): Tweaks build.sh help message, npm install pos 2020-02-11 10:13:10 +07:00
jahorton
5931db6547 change(web): build.sh recompiles LMLayer only when needed 2020-02-11 08:59:10 +07:00
jahorton
2f3be18779 change(web): better 'keyman.build' assignment (for unmini'd) 2020-01-31 12:50:20 +07:00
Marc Durdin
6f5f37ae82 chore(web): use new version infrastructure 2020-01-29 09:15:21 +11:00
jahorton
198fe16223 docs(android): Adds documentation for build script changes 2019-12-18 08:13:19 +07:00
jahorton
c1c3c1e6a1 fix(android): Removes Closure's auto-polyfills, adds test case bypass 2019-12-16 12:24:04 +07:00
jahorton
ecddb73862 change(android): gets API 23 working again, but not 19 or 21 (yet) 2019-12-02 07:55:37 +07:00
Eddie Antonio Santos
b7b420da2e
Move model copying to LMLayer chunk of code. 2019-06-19 09:31:57 -06:00
Eddie Antonio Santos
39e55e752c
Make sure build fails if the copy fails. 2019-06-18 13:35:22 -06:00
Eddie Antonio Santos
4aee81cb95
Automatically copy trie from common/predictive-text to web/ in web UI build. 2019-06-17 09:45:19 -06:00
jahorton
bf5ddce576 Patches iOS embedded sourcemap issues. 2019-05-15 09:55:24 +07:00
Darcy Wong
51248da0a2 Allow app to set default banner height 2019-04-22 22:44:21 +07:00
Joshua A. Horton
a8669937ae Oh yeah, still need to actually do the intermediate build... 2019-02-21 12:33:47 +07:00
Joshua A. Horton
1adc71ce98 Reworks the linkage between KMW and the LMLayer, updates target to ES6. 2019-02-21 12:30:50 +07:00
Joshua A. Horton
d5973a1723 Minor build.sh tweaks for prior commit. 2019-02-19 10:27:31 +07:00
Joshua A. Horton
71fec33c2c Establishes baseline co-compilation of KMW w/ the LMLayer 2019-02-19 10:06:27 +07:00
Joshua A. Horton
c4f5787550 Tweaked build.sh code formatting. 2019-01-18 14:10:32 +07:00