-
Notifications
You must be signed in to change notification settings - Fork 13
chore: update deno to v2.2.4 #923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 42 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
f31f83d
chore: update deno to v2.0.6
Yohe-Am 8fb0f67
chore: update deno to v2.1.2
Yohe-Am 15d7cbe
fix: avoid use of setup-ghjk
Yohe-Am cb807a0
fix: ci
Yohe-Am 7d2be27
Merge branch 'main' into chore/deno-2
Yohe-Am 2acaff7
fix: remove bad dep
Yohe-Am cd7db98
fix: formatting
Yohe-Am b924886
fix: wip
Yohe-Am 0e8c272
fix: client-s3 issues
Yohe-Am 51cc2b8
fix: pre-commit issues
Yohe-Am 4f96a32
fix: `selectAll` infinite recursion (#948)
luckasRanarison 4e3f5e5
fix: patch proto to latest + update script (#953)
michael-0acf4 5ba5d65
feat: add json schema (#952)
luckasRanarison e25d55c
fix: all green :crossed_fingers:
Yohe-Am 8d9b85e
fix: address feedback
Yohe-Am bc1bcbd
fix: address feedback
Yohe-Am a723414
fix: disable rust port
Yohe-Am 5bb03ef
feat: Unify worker manager (#954)
Natoandro 2ac0fdc
feat: force cleanup at boot with `SYNC_FORCE_REMOVE=true` (#956)
michael-0acf4 b8eebba
perf: use predefined function for context check policies (#959)
Natoandro 9fad4e9
fix: bad name on shared types (#955)
michael-0acf4 733d693
fix(gate,sdk): fail fast on bad credentials before artifact upload (#…
michael-0acf4 3fe222a
fix: where type issues (#958)
Yohe-Am 527c993
fix: merge issues
Yohe-Am 6f29210
fix: merge issues 2
Yohe-Am 5349d10
fix: merge issues 3
Yohe-Am 0667aea
fix: merge issues 4
Yohe-Am ae9efd3
fix: merge issues 5
Yohe-Am d8ed8e5
fix: deno lockfile issues
Yohe-Am 9390ca4
fix: deno lockfile issues 2
Yohe-Am 3222078
Merge branch 'main' into chore/deno-2
Yohe-Am 2383b82
wip: wip
Yohe-Am 456629b
wip: defeat
Yohe-Am f7b2553
wip: update to deno v2.1.10
Yohe-Am ac327c3
fix: minor progress
Yohe-Am 8dfe626
Merge branch 'main' into chore/deno-2
Yohe-Am 2fcb038
Merge branch 'main' into chore/deno-2
Yohe-Am 888fb3e
fix
Yohe-Am 64d8ee8
Merge branch 'main' into chore/deno-2
Yohe-Am 8ad3ede
wip: wip
Yohe-Am 2bb2787
Merge branch 'chore/deno-2' of https://github.com/metatypedev/metatyp…
Yohe-Am 61aa19a
chore: bump deno to 2.2.4
Yohe-Am 5890344
fix: more s3 fixes
Yohe-Am 7ddbbea
Update compose.base.yml
Yohe-Am 7d4b678
fix: finalllll
Yohe-Am 256b6f7
fix: lint problems
Yohe-Am File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,13 @@ jobs: | |
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
Yohe-Am marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- shell: bash | ||
run: | | ||
VERSION=$(ghjk x version-print) | ||
|
@@ -52,7 +58,7 @@ jobs: | |
makeLatest: true | ||
bodyFile: "CHANGE.md" | ||
discussionCategory: "Announcements" | ||
prerelease: ${{ contains(steps.latest-tag.outputs.tag, 'dev') || contains(steps.latest-tag.outputs.tag, 'alpha') }} | ||
prerelease: ${{ contains(steps.latest-tag.outputs.tag, 'dev') || contains(steps.latest-tag.outputs.tag, 'rc') }} | ||
|
||
pub-meta-cli: | ||
needs: | ||
|
@@ -97,7 +103,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
# some targets don't use cross so will require the deps in the host | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
|
||
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
|
@@ -172,7 +182,13 @@ jobs: | |
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
env: | ||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} | ||
|
@@ -305,7 +321,13 @@ jobs: | |
fetch-depth: 0 | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
|
||
- id: bump | ||
run: | | ||
ghjk x version-bump prerelease | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
env: | ||
# GHJK_LOG: "debug" | ||
GHJK_VERSION: "v0.2.2" | ||
GHJK_ENV: "ci" | ||
RUST_BACKTRACE: "full" | ||
|
@@ -86,7 +87,13 @@ jobs: | |
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
Yohe-Am marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- shell: bash | ||
run: | | ||
sudo apt update && sudo apt install -y --no-install-recommends libclang-dev clang | ||
|
@@ -129,10 +136,16 @@ jobs: | |
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
with: | ||
# temporary fix | ||
cache-key-prefix: ${{ matrix.os }} | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# with: | ||
# # temporary fix | ||
# cache-key-prefix: ${{ matrix.os }} | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "$HOME/.local/bin" >> "$GITHUB_PATH" | ||
- run: echo "BASH_ENV=$HOME/.local/share/ghjk/env.sh" >> "$GITHUB_ENV" | ||
- run: ghjk envs cook | ||
|
||
- if: ${{ matrix.cross }} | ||
shell: bash | ||
env: | ||
|
@@ -156,7 +169,13 @@ jobs: | |
# with: | ||
# path: ${{ env.DENO_DIR }} | ||
# key: deno-mac-${{ hashFiles('**/deno.lock') }} | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: echo "BASH_ENV=~/.local/share/ghjk/env.sh" >> $GITHUB_ENV | ||
- run: ghjk envs cook | ||
|
||
- name: Cache .venv dir | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -261,12 +280,19 @@ jobs: | |
- run: | | ||
sudo apt update | ||
sudo apt install -y --no-install-recommends zstd | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
with: | ||
cache-disable: true | ||
|
||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# with: | ||
# cache-disable: true | ||
- run: curl -fsSL "https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh" | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: echo "BASH_ENV=~/.local/share/ghjk/env.sh" >> $GITHUB_ENV | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
run: | | ||
# the big run | ||
set -x | ||
|
||
# we don't want bash sub shells to do ghjk_reload | ||
# TODO: consider disabling ghjk_reload on non-interactive shells | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.