-
Notifications
You must be signed in to change notification settings - Fork 75
1.20 alpha1 #766
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
1.20 alpha1 #766
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a226c2a
Fix ResultSet.json() race condition on JSONEachRow streams
Onyx2406 45c8925
Fix: don't check readableEnded in markAsConsumed
Onyx2406 fa44941
Fix stream() marking consumed before format validation, improve test
Onyx2406 8034819
Move markAsConsumed into consumption branches in json()
Onyx2406 a26ec2e
ci: skip cloud tests for PRs from forks
Copilot f5ebc5f
chore: bump version to 1.20.0
github-actions[bot] 8e42e7f
Merge pull request #761 from ClickHouse/release-1.20.0
peter-leonov-ch 9a2b991
Merge pull request #765 from ClickHouse/copilot/change-gh-test-workflow
peter-leonov-ch 50fcfb5
Merge branch 'main' into fix/result-set-stream-consumed-race
peter-leonov-ch daccd30
Merge pull request #603 from Onyx2406/fix/result-set-stream-consumed-…
peter-leonov-ch 457b5a4
unwrap to avoid indirection in test results
peter-leonov-ch b6e1397
revert for testing
peter-leonov-ch 01c6cf4
construct the error
peter-leonov-ch f260259
use proper matchers
peter-leonov-ch 0452839
extra
peter-leonov-ch 8fa0c9d
explain expectations
peter-leonov-ch 5c28df8
shield the stream though consume() method
peter-leonov-ch cbe0d13
adapt the tests
peter-leonov-ch fc4b8d8
ci: add copilot-setup-steps using medium-runner-ubuntu-x64
Copilot 23255c5
for the future
peter-leonov-ch 97181db
Update packages/client-node/src/result_set.ts
peter-leonov-ch a0c8526
unwrap
peter-leonov-ch 24e4a05
wrap :)
peter-leonov-ch 40c1d60
Update .github/workflows/copilot-setup-steps.yml
peter-leonov-ch f54a80b
Merge pull request #769 from ClickHouse/copilot/use-medium-runner-ubu…
peter-leonov-ch 84aaf6d
Merge pull request #767 from ClickHouse/fix_ci_3
peter-leonov-ch 0d06d19
ci(publish): gate npm publish jobs on npm-publish environment (#771)
Copilot ecccb2f
Fix splitQueries to skip SQL comments in upstream test runner (#762)
Copilot 297045c
docs: add 1.20.0 changelog entry (#773)
Copilot 2762d0f
Pin Playwright to ^1.60.0 to fix CI install hang (#774)
Copilot 89a4872
Refactoring test client to eliminate ClickHouse dependency (#775)
Copilot 373d195
Move ResponseHeaders re-export note from 1.20.0 to 1.19.0 changelog (…
Copilot f4c4ec1
upstream-sql-tests: disable 5 allowlist entries failing on released C…
Copilot 7d0627f
Soft-deprecate runtime value re-exports from @clickhouse/client-commo…
Copilot 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 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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: 'Copilot Setup Steps' | ||
| permissions: {} | ||
|
|
||
| # Automatically run the setup steps when they are changed to allow for easy validation, | ||
| # and allow manual testing through the repository's "Actions" tab. | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| paths: | ||
| - .github/workflows/copilot-setup-steps.yml | ||
| pull_request: | ||
| paths: | ||
| - .github/workflows/copilot-setup-steps.yml | ||
|
|
||
| jobs: | ||
| # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot. | ||
| copilot-setup-steps: | ||
| runs-on: medium-runner-ubuntu-x64 | ||
| permissions: {} | ||
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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
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.