Dan Ditomaso
a77f2dca46
Refactor CI workflow for pnpm and build process
8 months ago
Dan Ditomaso
36468f977b
Update excluded directories in CI workflow
Added 'packages/transport-deno' to the excluded directories.
8 months ago
Dan Ditomaso
6cb40d4d3c
Refactor CI workflow to remove Deno and add exclusions
Removed Deno setup and caching from CI workflow. Added exclusion logic for specific package directories during the build process.
8 months ago
Dan Ditomaso
ec9ad1d309
fix: remove buf schema registry from workflow ( #888 )
8 months ago
Dan Ditomaso
a97195c57e
moar fixes ( #887 )
8 months ago
Dan Ditomaso
22a1d92191
Fix/more protobuf fixes ( #886 )
* fix: add pnpm to protobuf workflow
* fix: fixing pnpm issue
8 months ago
Dan Ditomaso
35596249b4
fix: add pnpm to protobuf workflow ( #885 )
8 months ago
Dan Ditomaso
566c588377
Fix protobuf github workflow ( #884 )
* fix: protobuf workflow
* update workflow name
* fixes
8 months ago
Dan Ditomaso
9ab49d1431
Add protobufs repo as git submodule ( #882 )
* feat: add protobufs git submodule
* fixes
* fixed publishing issue
* fixed lockfile
8 months ago
Nullvoid3771
38cb002ce8
Update nightly.yml ( #864 )
+echo "all_tags=nightly ${IMMUTABLE}" >> "$GITHUB_OUTPUT"
9 months ago
Dan Ditomaso
eb2791e206
Fix for nightly release ( #853 )
* fix: removed commas in tag name
* removed `all_tags` from workflow
9 months ago
Dan Ditomaso
cb66c22974
Fixes to github actions for `latest` tag ( #848 )
* fix: ensure latest tag works
* update release workflow as well
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
9 months ago
Henri Bergius
96c5d0d86f
Create PR instead of trying to push to protected branch ( #842 )
9 months ago
Dan Ditomaso
765f672bf5
Improve the nightly and release workflow ( #836 )
* fix: improve the nightly and release workflow
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
* fix from code review
* add type module to node-serial
---------
Co-authored-by: Copilot <[email protected] >
9 months ago
Dan Ditomaso
799283fd46
fix: added latest tag, added conditionals if prerelease ( #832 )
9 months ago
Dan Ditomaso
ee131c3681
fix: added working directory to build step ( #819 )
10 months ago
Dan Ditomaso
d7e492cdc9
fix: removed comma from tag name ( #817 )
10 months ago
Dan Ditomaso
c5cad1dca6
fix incorrect usage of tags ( #811 )
10 months ago
Dan Ditomaso
fdd3e7f971
re-order package steps ( #798 )
10 months ago
Dan Ditomaso
40c2bfa535
Add pnpm install to release step ( #795 )
* more github changes
* moar changes
10 months ago
Dan Ditomaso
a10023fad6
more github changes ( #794 )
10 months ago
Dan Ditomaso
0a1afa988e
update order of steps in nightly github action ( #793 )
10 months ago
Dan Ditomaso
eb9b7159d4
Refactor github actions with monorepo support ( #783 )
* refactor github actions with monorepo support
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* updates
* changed order of ci/pr steps
* Update .github/workflows/release-web.yml
Co-authored-by: Copilot <[email protected] >
* adding lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Dan Ditomaso
a2a45ac898
Update release-web.yml ( #777 )
10 months ago
Dan Ditomaso
59d172765d
Update release-web.yml ( #776 )
10 months ago
Dan Ditomaso
ed0a99dbd9
Update release-web.yml ( #775 )
added adhoc runs.
10 months ago
Jeremy Gallant
2735c37fad
Fix Docker and CI builds ( #773 )
* Fix Docker and CI builds
* Fix indentation
* Fix release
---------
Co-authored-by: philon- <[email protected] >
10 months ago
Dan Ditomaso
284ccd43f8
refactor: update ci/cd scripts, switch to pnpm ( #763 )
* refactor: update ci/cd scripts, switch to pnpm
* updated workflow
* add new packages github action. Bump package.json version (#762 )
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* revert copilot suggestion
* adding lock file
* regenerate lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Dan Ditomaso
5a66153dfc
add new packages github action. Bump package.json version ( #762 )
10 months ago
Dan Ditomaso
56487d3832
fix: typo in position flags ( #747 )
11 months ago
Dan Ditomaso
09f7f64099
fix: crowdin uploading ( #746 )
11 months ago
Dan Ditomaso
4ab06abefe
fix: update directory paths for source files ( #745 )
11 months ago
Dan Ditomaso
8a443e9cad
Fix/add npm jsr building ( #722 )
* fixed github workflows to improve handling of mutl runtimes
* updating readme
* Update packages/core/src/meshDevice.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-http/package.json
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
7b0725029f
CI updates to support monorepo ( #719 )
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
11 months ago
Dan Ditomaso
dd3f3f0499
fix: include additional info in nightly container tag name ( #709 )
* fix: added latest build version into container tag
* updated tag format
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
11 months ago
dependabot[bot]
f010365151
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #705 )
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Dan Ditomaso
7f177f6b83
Add npm publishing of JS libs ( #702 )
* feat: publish js libs to npm
* changed license type
* updated readme
* added id
* added exclusion for web and deno packages
* update comment
* updating env var
11 months ago
Dan Ditomaso
2e2b0074b1
Assorted Monorepo fixes ( #698 )
* add npmrc to root
* fix: associated updates related to monorepo updates
* removed deno plugin
* removed deno plugin
* updating ci
11 months ago
Dan Ditomaso
3bcda37e66
update pr workflow ( #697 )
11 months ago
Dan Ditomaso
8989478af4
update caching for ci/cd ( #695 )
11 months ago
Dan Ditomaso
d3446b64a3
removed tests from ci pipeline ( #694 )
11 months ago
Dan Ditomaso
72edb1897f
Feat/add js repo to monorepo ( #683 )
* feat: move js repo into web monorepo
* added readme
* Update packages/core/README.md
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-http/README.md
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-web-bluetooth/README.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
12 months ago
Dan Ditomaso
1c13343e8a
Add monorepo support to project ( #682 )
* feat: add monorepo support
* fix: correct relatedProjects structure in vercel.json
* update github actions with monorepo support
* removed legacy dep
* moved jsr config into web package
12 months ago
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
12 months ago
Jeremy Gallant
0e6a4818ea
fix: Crowdin upload sources action ( #672 )
* Fix Crowdin upload sources action
* Replace biome with deno in vscode extension recommendations
---------
Co-authored-by: philon- <[email protected] >
1 year ago
dependabot[bot]
48862141dc
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #650 )
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Dan Ditomaso
47f8264c31
Fix tsc errors ( #649 )
* fixed tsc errors
* fixed tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing more tsc errors
* fixing more tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing PR issues
* commented out tsc check
* completing tsc fixes
* updating lockfile
* removed react-hooks
1 year ago
Dan Ditomaso
eb2a2717b1
Internationalization (i18n) ( #627 )
* `feat: added internationalization lib, added english labels`
* `fixes from code review`
* `feat: add crowdin github actions`
* `fix: added support for i18n in testing. Fixed broken tests`
* `fix: missing translations`
* `removed unneded import`
* `more components updated with missing translations`
* `fixed lint issue`
* `Refactor: updated how translations are scoped, updated all references`
* `fixing broken tests`
* `feat: added language switcher, updated some translations`
* `fixed linting issues`
* `reverting vite config`
* `add english group id's to command palette`
* `updated PR template for i18n`
1 year ago
Dan Ditomaso
a644d30228
Add github action to release to stable ( #590 )
* feat: added github action workflow to release to stable
* updated trigger logic
1 year ago