Commit graph

1251 commits

Author SHA1 Message Date
jahorton
2cc013bd33 change(ios): better UPLOAD_SENTRY default implementation 2020-05-27 12:45:10 +07:00
Keyman Build Agent
fba938eaeb auto: increment master version to 14.0.82 2020-05-26 22:10:18 -04:00
jahorton
06a2b36805 fix(common): adds package-lock.json for gosh package 2020-05-27 08:09:54 +07:00
Eddie Antonio Santos
b563cfa7d1
Merge pull request #3144 from keymanapp/chore/add-models-to-trigger-definitions
chore(common/resources): add `common/models` to build trigger definitions
2020-05-26 08:25:37 -06:00
Marc Durdin
9d89f90acb chore(common/resources): bump gosh version 2020-05-26 17:20:03 +10:00
Eddie Antonio Santos
53d7ce8fdc
docs(common/resources): update gosh.js comment 2020-05-25 08:32:31 -06:00
Eddie Antonio Santos
2127a0ca7f
change(common/resources): move gosh scripts to resource/gosh 2020-05-25 08:29:15 -06:00
Eddie Antonio Santos
a62d1877ab
docs(common/resources): spruce up gosh README 2020-05-25 08:27:25 -06:00
Eddie Antonio Santos
88b83c24ba
docs: update gosh README
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-05-25 08:22:57 -06:00
jahorton
aaccc64f63 change(common): makes VERSION_ENVIRONMENT -> release logic common code 2020-05-25 14:08:28 +07:00
Eddie Antonio Santos
313fa653ed
change(common,web): depend on gosh package instead of traversing paths 2020-05-23 12:19:14 -06:00
Eddie Antonio Santos
6a72bff75f
refactor(common/resources): convert gosh.js into its own package 2020-05-23 12:03:24 -06:00
jahorton
e57edd36b9 fix(common): fixes npm prepare step, fixes -skip-package-install doc 2020-05-22 14:59:18 +07:00
Marc Durdin
3486ed2d24 fix(common/resources): chmod on gosh 2020-05-22 13:38:38 +10:00
Marc Durdin
07125e43a0 fix(common/resources): multi-platform script launching from npm 2020-05-22 13:29:19 +10:00
Eddie Antonio Santos
d6c7a244c9
docs(common/resources): update outdated comment 2020-05-20 09:25:25 -06:00
Eddie Antonio Santos
b74b945455
chore: add common/models to build trigger definitions 2020-05-20 09:20:02 -06:00
Joshua Horton
3aaebc44d7
Merge branch 'master' into feat/web/sentry-start 2020-05-20 15:21:04 +07:00
Marc Durdin
9c4db22219 chore(common/resources): cleanup 2020-05-20 12:27:47 +10:00
Marc Durdin
b69490ea39 fix(common/resources): allow custom commit-msg-defs 2020-05-20 12:25:58 +10:00
Marc Durdin
10510b4be0 chore: address review comments 2020-05-20 12:16:28 +10:00
Marc Durdin
13c671370f docs: add link to scopes doc 2020-05-20 07:55:01 +10:00
Marc Durdin
9b5998af44 fix(common/resources): add web/bookmarklet, rename common/models 2020-05-20 07:21:43 +10:00
Marc Durdin
4cffea7a24 chore(common/resources): cleanup script filenames 2020-05-19 17:39:17 +10:00
Marc Durdin
d64014734b chore(common/resources): update prepare-commit-msg with global scopes 2020-05-19 17:32:26 +10:00
Marc Durdin
c60df18ee0 chore(common/resources): add documentation for scopes 2020-05-19 17:31:17 +10:00
Marc Durdin
13b44a7e30 chore(common/resources): use shared scopes definition
This starts the shared scope definition. First cab off the rank is commit-msg
2020-05-19 17:08:57 +10:00
jahorton
849cda09bb feat(web): starts base-level sentry linkage/testing setup 2020-05-13 10:07:12 +07:00
Eberhard Beilharz
30e48ab29c
chore: Allow to override hook defs
This change allows a different project to override the definitions
by providing a local `commit-msg-defs` file while still sharing the
`commit-msg` hook. Other projects might have a different set of
scopes.
2020-05-08 11:46:35 +02:00
Marc Durdin
4a2e8e1673 fix(common): npm install required for auto inc lerna versions 2020-05-06 16:36:41 +10:00
Marc Durdin
7a1e454303
Merge pull request #3078 from keymanapp/feat/common/package-versioning
feat(common): auto-update for package versioning
2020-05-06 16:28:07 +10:00
jahorton
f6df4f480c feat(common): auto-update for package versioning 2020-05-04 14:17:06 +07:00
Marc Durdin
41857c65af fix(common): enable build for win x64 and use global VERSION.md 2020-05-04 15:06:08 +10:00
Marc Durdin
34c157ae8a
Merge pull request #3006 from keymanapp/fix/windows/sentry-cleanup
feat(windows): Sentry integration fixes and polish
2020-04-30 09:39:21 +10:00
Marc Durdin
214bd4652e chore(windows): Merge branch 'master' into fix/windows/sentry-cleanup 2020-04-30 05:04:13 +10:00
dependabot[bot]
91de1f7dd4
chore(deps): bump @actions/http-client in /resources/build/version
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.3 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-29 18:00:07 +00:00
jahorton
6ce37e677e chore(common): Merge branch 'master' into feat/common/init-lerna 2020-04-29 14:43:03 +07:00
Marc Durdin
336f30c514 fix(windows): support jq-win64 2020-04-29 12:41:07 +10:00
Marc Durdin
aa22a3757a fix(ios): use environment and version-with-tag for sentry 2020-04-28 11:35:59 +10:00
jahorton
fe71729ec8 change(common): better lerna use, adds version script to base package 2020-04-27 12:05:17 +07:00
Darcy Wong
be91066a8b modify(common): Update to Unicode 13.0
Update to Unicode 13.0 characters from ftp://ftp.unicode.org/Public/13.0.0/ucd
2020-04-26 09:34:50 +07:00
jahorton
0e32f3f020 docs(common): verify_npm_setup + lerna.json docs 2020-04-24 13:30:15 +07:00
jahorton
879a4b5e4a feat(common): lerna now npm-installed locally 2020-04-21 15:55:43 +07:00
Marc Durdin
e09b081a34 fix(windows): cleanup release and environment for Sentry 2020-04-20 07:07:39 +10:00
jahorton
729a5952d5 fix(common): fixes node dependency-install skip check 2020-04-17 15:34:16 +07:00
jahorton
599e2b3d72 change(common): removes post-lerna redundancies 2020-04-17 13:55:21 +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
Darcy Wong
c334665609 chore(common): Cleanup unused folders and update README
Crowdin CLI doesn't extract into a temporary .crowdin-tmp folder so that can be removed. (.crowdin-tmp was used in prior Bash scripts).

Also moved note about using a VPN to the wiki https://github.com/keymanapp/keyman/wiki/Crowdin-CLI
2020-03-30 11:03:22 +07:00
Darcy Wong
9aea82f5d3 feat(ios): Add crowdin CLI for iOS 2020-03-28 07:55:28 +07:00