Uh oh!
There was an error while loading. Please reload this page.
Console fixes and extensions - #693
Merged
Merged
Conversation
lvca
commented
Dec 20, 2022
Member
@gramian another awesome PR, thanks! |
lvca
self-requested a review
December 20, 2022 22:45
mergifyBot
added a commit
that referenced
this pull request
Dec 23, 2024
build(deps): bump actions/setup-java from 4.5.0 to 4.6.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0. Release notes *Sourced from [actions/setup-java's releases](https://github.com/actions/setup-java/releases).* > v4.6.0 > ------ > > What's Changed > -------------- > > **Add-ons:** > > * Add Support for JetBrains Runtime by [`@gmitch215`](https://github.com/gmitch215) in [actions/setup-java#637](https://redirect.github.com/actions/setup-java/pull/637) > > ``` > - name: Checkout > uses: actions/checkout@v4 > - name: Setup-java > uses: actions/setup-java@v4 > with: > distribution: ‘jetbrains’ > java-version: '21' > > ``` > > **Bug fixes:** > > * Fix Ubuntu-latest CI failures by [`@mahabaleshwars`](https://github.com/mahabaleshwars) in [actions/setup-java#693](https://redirect.github.com/actions/setup-java/pull/693) > > New Contributors > ---------------- > > * [`@gmitch215`](https://github.com/gmitch215) made their first contribution in [actions/setup-java#637](https://redirect.github.com/actions/setup-java/pull/637) > > **Full Changelog**: <actions/setup-java@v4...v4.6.0> Commits * [`7a6d8a8`](actions/setup-java@7a6d8a8) Add Support for JetBrains Runtime ([#637](https://redirect.github.com/actions/setup-java/issues/637)) * [`7136edc`](actions/setup-java@7136edc) Fix sbt and x86 CI failures on Ubuntu-24 ([#693](https://redirect.github.com/actions/setup-java/issues/693)) * See full diff in [compare view](actions/setup-java@8df1039...7a6d8a8) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergifyBot
added a commit
that referenced
this pull request
May 3, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.2.0. Release notes *Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).* > v5.2.0 > ------ > > What's changed > -------------- > > ### Enhancements > > * Add support for workloads input by [`@gowridurgad`](https://github.com/gowridurgad) in [actions/setup-dotnet#693](https://redirect.github.com/actions/setup-dotnet/pull/693) > * Add support for optional architecture input for cross-architecture .NET installs by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#700](https://redirect.github.com/actions/setup-dotnet/pull/700) > > ### Dependency Updates > > * Upgrade fast-xml-parser from 4.4.1 to 5.3.6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#671](https://redirect.github.com/actions/setup-dotnet/pull/671) > * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#705](https://redirect.github.com/actions/setup-dotnet/pull/705) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.2.0> > > v5.1.0 > ------ > > What's Changed > -------------- > > ### Documentation > > * Readme update for environment variable on self hosted linux runners by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * Contributor icon updates by [`@Falco20019`](https://github.com/Falco20019) in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > ### Dependency updates > > * Upgrade actions/checkout from 5 to 6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#684](https://redirect.github.com/actions/setup-dotnet/pull/684) > * Upgrade to latest actions packages by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#687](https://redirect.github.com/actions/setup-dotnet/pull/687) > * Upgrade dependencies in testproject and checkout in Readme by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#692](https://redirect.github.com/actions/setup-dotnet/pull/692) > > New Contributors > ---------------- > > * [`@priya-kinthali`](https://github.com/priya-kinthali) made their first contribution in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * [`@Falco20019`](https://github.com/Falco20019) made their first contribution in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.1.0> > > v5.0.1 > ------ > > What's Changed > -------------- > > * Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#624](https://redirect.github.com/actions/setup-dotnet/pull/624) > * Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#648](https://redirect.github.com/actions/setup-dotnet/pull/648) > * Upgrade actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-15-intel by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#665](https://redirect.github.com/actions/setup-dotnet/pull/665) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.0.1> > > v5.0.0 > ------ > > What's Changed > -------------- > > ### Breaking Changes > > * Upgrade to Node.js 24 and modernize async usage by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#654](https://redirect.github.com/actions/setup-dotnet/pull/654) > > Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) > > ### Dependency Updates ... (truncated) Commits * [`c2fa09f`](actions/setup-dotnet@c2fa09f) Bump minimatch from 3.1.2 to 3.1.5 ([#705](https://redirect.github.com/actions/setup-dotnet/issues/705)) * [`02574b1`](actions/setup-dotnet@02574b1) Add support for optional architecture input for cross-architecture .NET insta... * [`16c7b3c`](actions/setup-dotnet@16c7b3c) Bump fast-xml-parser from 4.4.1 to 5.3.6 ([#671](https://redirect.github.com/actions/setup-dotnet/issues/671)) * [`131b410`](actions/setup-dotnet@131b410) Add support for workloads input ([#693](https://redirect.github.com/actions/setup-dotnet/issues/693)) * [`baa11fb`](actions/setup-dotnet@baa11fb) Bump test dependencies to resolve System.Net.Http vulnerability, update workf... * [`24ec4f2`](actions/setup-dotnet@24ec4f2) Upgrade to latest actions packages ([#687](https://redirect.github.com/actions/setup-dotnet/issues/687)) * [`4c100cb`](actions/setup-dotnet@4c100cb) Fix icons ([#604](https://redirect.github.com/actions/setup-dotnet/issues/604)) * [`25328d8`](actions/setup-dotnet@25328d8) Bump actions/checkout from 5 to 6 ([#684](https://redirect.github.com/actions/setup-dotnet/issues/684)) * [`937b8dd`](actions/setup-dotnet@937b8dd) Update README with note on setting DOTNET\_INSTALL\_DIR for Linux permission is... * [`2016bd2`](actions/setup-dotnet@2016bd2) Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-... * Additional commits viewable in [compare view](actions/setup-dotnet@67a3573...c2fa09f) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
* Append command-line arguments only if actually args are passed. * Add forced exit at end of non-interactive console call. * Move trim before try so whitespace input is not treated as SQL. * Add comment 'command'. * Update help message.
tae898 pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
build(deps): bump actions/setup-java from 4.5.0 to 4.6.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0. Release notes *Sourced from [actions/setup-java's releases](https://github.com/actions/setup-java/releases).* > v4.6.0 > ------ > > What's Changed > -------------- > > **Add-ons:** > > * Add Support for JetBrains Runtime by [`@gmitch215`](https://github.com/gmitch215) in [actions/setup-java#637](https://redirect.github.com/actions/setup-java/pull/637) > > ``` > - name: Checkout > uses: actions/checkout@v4 > - name: Setup-java > uses: actions/setup-java@v4 > with: > distribution: ‘jetbrains’ > java-version: '21' > > ``` > > **Bug fixes:** > > * Fix Ubuntu-latest CI failures by [`@mahabaleshwars`](https://github.com/mahabaleshwars) in [actions/setup-java#693](https://redirect.github.com/actions/setup-java/pull/693) > > New Contributors > ---------------- > > * [`@gmitch215`](https://github.com/gmitch215) made their first contribution in [actions/setup-java#637](https://redirect.github.com/actions/setup-java/pull/637) > > **Full Changelog**: <actions/setup-java@v4...v4.6.0> Commits * [`7a6d8a8`](actions/setup-java@7a6d8a8) Add Support for JetBrains Runtime ([#637](https://redirect.github.com/actions/setup-java/issues/637)) * [`7136edc`](actions/setup-java@7136edc) Fix sbt and x86 CI failures on Ubuntu-24 ([ArcadeData#693](https://redirect.github.com/actions/setup-java/issues/693)) * See full diff in [compare view](actions/setup-java@8df1039...7a6d8a8) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit
to humemai/arcadedb-embedded-python
that referenced
this pull request
Jun 28, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.2.0. Release notes *Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).* > v5.2.0 > ------ > > What's changed > -------------- > > ### Enhancements > > * Add support for workloads input by [`@gowridurgad`](https://github.com/gowridurgad) in [actions/setup-dotnet#693](https://redirect.github.com/actions/setup-dotnet/pull/693) > * Add support for optional architecture input for cross-architecture .NET installs by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#700](https://redirect.github.com/actions/setup-dotnet/pull/700) > > ### Dependency Updates > > * Upgrade fast-xml-parser from 4.4.1 to 5.3.6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#671](https://redirect.github.com/actions/setup-dotnet/pull/671) > * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#705](https://redirect.github.com/actions/setup-dotnet/pull/705) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.2.0> > > v5.1.0 > ------ > > What's Changed > -------------- > > ### Documentation > > * Readme update for environment variable on self hosted linux runners by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * Contributor icon updates by [`@Falco20019`](https://github.com/Falco20019) in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > ### Dependency updates > > * Upgrade actions/checkout from 5 to 6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#684](https://redirect.github.com/actions/setup-dotnet/pull/684) > * Upgrade to latest actions packages by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#687](https://redirect.github.com/actions/setup-dotnet/pull/687) > * Upgrade dependencies in testproject and checkout in Readme by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#692](https://redirect.github.com/actions/setup-dotnet/pull/692) > > New Contributors > ---------------- > > * [`@priya-kinthali`](https://github.com/priya-kinthali) made their first contribution in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * [`@Falco20019`](https://github.com/Falco20019) made their first contribution in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.1.0> > > v5.0.1 > ------ > > What's Changed > -------------- > > * Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#624](https://redirect.github.com/actions/setup-dotnet/pull/624) > * Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#648](https://redirect.github.com/actions/setup-dotnet/pull/648) > * Upgrade actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-15-intel by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#665](https://redirect.github.com/actions/setup-dotnet/pull/665) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.0.1> > > v5.0.0 > ------ > > What's Changed > -------------- > > ### Breaking Changes > > * Upgrade to Node.js 24 and modernize async usage by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#654](https://redirect.github.com/actions/setup-dotnet/pull/654) > > Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) > > ### Dependency Updates ... (truncated) Commits * [`c2fa09f`](actions/setup-dotnet@c2fa09f) Bump minimatch from 3.1.2 to 3.1.5 ([ArcadeData#705](https://redirect.github.com/actions/setup-dotnet/issues/705)) * [`02574b1`](actions/setup-dotnet@02574b1) Add support for optional architecture input for cross-architecture .NET insta... * [`16c7b3c`](actions/setup-dotnet@16c7b3c) Bump fast-xml-parser from 4.4.1 to 5.3.6 ([ArcadeData#671](https://redirect.github.com/actions/setup-dotnet/issues/671)) * [`131b410`](actions/setup-dotnet@131b410) Add support for workloads input ([ArcadeData#693](https://redirect.github.com/actions/setup-dotnet/issues/693)) * [`baa11fb`](actions/setup-dotnet@baa11fb) Bump test dependencies to resolve System.Net.Http vulnerability, update workf... * [`24ec4f2`](actions/setup-dotnet@24ec4f2) Upgrade to latest actions packages ([ArcadeData#687](https://redirect.github.com/actions/setup-dotnet/issues/687)) * [`4c100cb`](actions/setup-dotnet@4c100cb) Fix icons ([ArcadeData#604](https://redirect.github.com/actions/setup-dotnet/issues/604)) * [`25328d8`](actions/setup-dotnet@25328d8) Bump actions/checkout from 5 to 6 ([ArcadeData#684](https://redirect.github.com/actions/setup-dotnet/issues/684)) * [`937b8dd`](actions/setup-dotnet@937b8dd) Update README with note on setting DOTNET\_INSTALL\_DIR for Linux permission is... * [`2016bd2`](actions/setup-dotnet@2016bd2) Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-... * Additional commits viewable in [compare view](actions/setup-dotnet@67a3573...c2fa09f) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergifyBot
added a commit
that referenced
this pull request
Jul 19, 2026
…0.0-rc.9 [skip ci] Bumps [io.github.jbellis:jvector](https://github.com/jbellis/jvector) from 4.0.0-rc.8-hf1 to 4.0.0-rc.9. Changelog *Sourced from [io.github.jbellis:jvector's changelog](https://github.com/datastax/jvector/blob/main/CHANGELOG.md).* > #### [4.0.0-rc.9](datastax/jvector@4.0.0-rc.8-hf1...4.0.0-rc.9) > > * 4.0.0-rc.9 [`[#698](https://github.com/jbellis/jvector/issues/698)`](https://redirect.github.com/datastax/jvector/pull/698) > * Expose NVQ from its graph feature [`[#693](https://github.com/jbellis/jvector/issues/693)`](https://redirect.github.com/datastax/jvector/pull/693) > * Add support for empty graphs [`[#685](https://github.com/jbellis/jvector/issues/685)`](https://redirect.github.com/datastax/jvector/pull/685) > * Add release notes for PR [#681](https://redirect.github.com/jbellis/jvector/issues/681) [`[#683](https://github.com/jbellis/jvector/issues/683)`](https://redirect.github.com/datastax/jvector/pull/683) > * Disable graph search pruning [`[#686](https://github.com/jbellis/jvector/issues/686)`](https://redirect.github.com/datastax/jvector/pull/686) > * Allow bench workflow to run on PRs from forks [`[#688](https://github.com/jbellis/jvector/issues/688)`](https://redirect.github.com/datastax/jvector/pull/688) > * Use bulk writes instead of per-element writes in vector serialization [`[#681](https://github.com/jbellis/jvector/issues/681)`](https://redirect.github.com/datastax/jvector/pull/681) > * Streaming N:1 compaction [`[#659](https://github.com/jbellis/jvector/issues/659)`](https://redirect.github.com/datastax/jvector/pull/659) > * Release docs [`[#677](https://github.com/jbellis/jvector/issues/677)`](https://redirect.github.com/datastax/jvector/pull/677) > * Release perf artifact [`[#673](https://github.com/jbellis/jvector/issues/673)`](https://redirect.github.com/datastax/jvector/pull/673) > * Revert "Update buckets ([#672](https://redirect.github.com/jbellis/jvector/issues/672))" [`[#675](https://github.com/jbellis/jvector/issues/675)`](https://redirect.github.com/datastax/jvector/pull/675) > * Record index build time in buildInMemory path [`[#667](https://github.com/jbellis/jvector/issues/667)`](https://redirect.github.com/datastax/jvector/pull/667) > * Add NVQ example [`[#663](https://github.com/jbellis/jvector/issues/663)`](https://redirect.github.com/datastax/jvector/pull/663) > * Add offheap memory tracking to Bench YAML reports [`[#671](https://github.com/jbellis/jvector/issues/671)`](https://redirect.github.com/datastax/jvector/pull/671) > * Update buckets [`[#672](https://github.com/jbellis/jvector/issues/672)`](https://redirect.github.com/datastax/jvector/pull/672) > * Adding memory stats to regression benchmarks [`[#670](https://github.com/jbellis/jvector/issues/670)`](https://redirect.github.com/datastax/jvector/pull/670) > * Add openai 1 million vector datasets [`[#669](https://github.com/jbellis/jvector/issues/669)`](https://redirect.github.com/datastax/jvector/pull/669) > * Replace \_\_cpuid\_check for AVX512 with compiler builtin cpu features [`[#655](https://github.com/jbellis/jvector/issues/655)`](https://redirect.github.com/datastax/jvector/pull/655) > * Update regression datasets [`[#658](https://github.com/jbellis/jvector/issues/658)`](https://redirect.github.com/datastax/jvector/pull/658) > * Improve performance and checking of recall and precision measurements [`[#647](https://github.com/jbellis/jvector/issues/647)`](https://redirect.github.com/datastax/jvector/pull/647) > * Catalog-driven dataset loader [`[#654](https://github.com/jbellis/jvector/issues/654)`](https://redirect.github.com/datastax/jvector/pull/654) > * Make benchmark dataset scrubbing metadata-driven and unify HDF5/MFD load behavior [`[#653](https://github.com/jbellis/jvector/issues/653)`](https://redirect.github.com/datastax/jvector/pull/653) > * Fix for bug causing tests to use FP vectors in search [`[#645](https://github.com/jbellis/jvector/issues/645)`](https://redirect.github.com/datastax/jvector/pull/645) > * add DataSetInfo and some guards around loading errors [`[#637](https://github.com/jbellis/jvector/issues/637)`](https://redirect.github.com/datastax/jvector/pull/637) > * Extend benchmark logging to include build and search compressor information [`[#641](https://github.com/jbellis/jvector/issues/641)`](https://redirect.github.com/datastax/jvector/pull/641) > * Added link to JV tutorials in the README [`[#644](https://github.com/jbellis/jvector/issues/644)`](https://redirect.github.com/datastax/jvector/pull/644) > * Multidirectory [`[#634](https://github.com/jbellis/jvector/issues/634)`](https://redirect.github.com/datastax/jvector/pull/634) > * Add quantization timing metrics to YAML benchmarking [`[#636](https://github.com/jbellis/jvector/issues/636)`](https://redirect.github.com/datastax/jvector/pull/636) > * Add tutorials and a guide for running benchmarks [`[#617](https://github.com/jbellis/jvector/issues/617)`](https://redirect.github.com/datastax/jvector/pull/617) > * Fix file-handle leak by closing BenchmarkDiagnostics (WatchService/inotify) [`[#631](https://github.com/jbellis/jvector/issues/631)`](https://redirect.github.com/datastax/jvector/pull/631) > * Introduce run.yml policy and run-scoped experiment logging for Grid benchmarks [`[#625](https://github.com/jbellis/jvector/issues/625)`](https://redirect.github.com/datastax/jvector/pull/625) > * Start development on 4.0.0-rc.9-SNAPSHOT [`[#628](https://github.com/jbellis/jvector/issues/628)`](https://redirect.github.com/datastax/jvector/pull/628) > * added policy for rebasing on main [`a03dd60`](datastax/jvector@a03dd60) > * add ashkrisk to CODEOWNERS [`c852384`](datastax/jvector@c852384) Commits * [`b030c76`](datastax/jvector@b030c76) chore: update changelog for 4.0.0-rc.9 ([#699](https://redirect.github.com/jbellis/jvector/issues/699)) * [`177c17d`](datastax/jvector@177c17d) 4.0.0-rc.9 ([#698](https://redirect.github.com/jbellis/jvector/issues/698)) * [`325b97d`](datastax/jvector@325b97d) Expose NVQ from its graph feature ([#693](https://redirect.github.com/jbellis/jvector/issues/693)) * [`838d74a`](datastax/jvector@838d74a) Add support for empty graphs ([#685](https://redirect.github.com/jbellis/jvector/issues/685)) * [`26b31bb`](datastax/jvector@26b31bb) Add release notes for PR [#681](https://redirect.github.com/jbellis/jvector/issues/681) ([#683](https://redirect.github.com/jbellis/jvector/issues/683)) * [`f094cc7`](datastax/jvector@f094cc7) Disable graph search pruning ([#686](https://redirect.github.com/jbellis/jvector/issues/686)) * [`b86a94c`](datastax/jvector@b86a94c) Allow bench workflow to run on PRs from forks ([#688](https://redirect.github.com/jbellis/jvector/issues/688)) * [`c059e86`](datastax/jvector@c059e86) Use bulk writes instead of per-element writes in vector serialization ([#681](https://redirect.github.com/jbellis/jvector/issues/681)) * [`f801a52`](datastax/jvector@f801a52) Streaming N:1 compaction ([#659](https://redirect.github.com/jbellis/jvector/issues/659)) * [`47ebe61`](datastax/jvector@47ebe61) Release docs ([#677](https://redirect.github.com/jbellis/jvector/issues/677)) * Additional commits viewable in [compare view](datastax/jvector@4.0.0-rc.8-hf1...4.0.0-rc.9) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
console.shThe problem was: when calling the console with anargument which contains spaces, these were removed by the shell script, for example:
did not work, as the space between
loadandtestwas automatically removed. 986fcc0 fixes this.Console.javaCalling a script from the shell can result in hanging of the console. This is fixed by forcing an
exitcommand at the end of a non-interactive session. fb500e2 fixes this.Console.javaEntering multiple whitespaces in the console prompt results in an (SQL) error. To fix this the
trimof the currently parsed line is moved out of theifblock deciding if a command is empty, so a white-sapce only command is skipped.f044e85 fixes this.
Console.javaI added a comment "command" which is introduced by
--. This is useful for longer scripts. 5f2d4b9 adds this.Console.javaI updated the help message to the current state. 3d41636 does that.
Motivation
All these changes result from loading a script via console.
Related issues
#611
Additional Notes
Anything else we should know when reviewing?
Checklist
mvn clean packagecommand (up to and including theconsolestep tests pass)