Commit Graph

6734 Commits

Author SHA1 Message Date
sahankj2000
f9550cc6b6 changing to a better check 2024-07-22 16:43:23 +05:30
sahankj2000
cb52b773d7 making chages 2024-07-22 16:17:37 +05:30
Jonathan Shook
e8bbfbdf9b
Merge pull request #1974 from cognitree/add-data-api-filters
Adding filters for data api driver adapter
2024-07-17 10:42:53 -05:00
Jonathan Shook
e3b2379050 bump minor version 2024-07-11 14:08:19 -05:00
Jonathan Shook
9fd72cd967 bugfix for extension checking 2024-07-10 14:53:02 -05:00
Jonathan Shook
9b5fea7131
Merge pull request #1976 from nosqlbench/jshook/atfile_recurse
atfile includes and recursion
2024-07-10 13:42:34 -05:00
Jonathan Shook
60bf8bd631 add multi-layer recursion and path-relative recursion tests 2024-07-10 13:33:30 -05:00
Jonathan Shook
29e1dbe122 add basic recursion to atfiles 2024-07-10 13:03:18 -05:00
Jonathan Shook
5190bad443 add userfile and passfile to neo param model 2024-07-10 13:03:09 -05:00
Jonathan Shook
72da2b0d43 update for dataset urls and database name on neo 2024-07-10 11:20:05 -05:00
Dave Fisher
fa39a64846
Java 21 is now required 2024-07-09 15:13:55 -07:00
Jonathan Shook
c00dec63ec update session initializers on neo4j 2024-07-09 11:52:55 -05:00
sahankj2000
30664fbe45 Adding filters 2024-07-05 09:38:33 +05:30
Jonathan Shook
b7e0f35cd2 add FromCSVTo Boxed|Primitive Float|Double Array functions 2024-07-02 19:40:45 -05:00
Madhavan
9e3b6241f1
Merge pull request #1971 from nosqlbench/dependabot/github_actions/docker/build-push-action-6.2.0
Bump docker/build-push-action from 5.3.0 to 6.2.0
2024-07-01 14:22:25 -04:00
dependabot[bot]
c7afd8833a Bump docker/build-push-action from 5.3.0 to 6.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 14:16:04 -04:00
Madhavan
cb3bee31ad
Merge pull request #1972 from nosqlbench/dependabot/github_actions/softprops/action-gh-release-2.0.6
Bump softprops/action-gh-release from 2.0.5 to 2.0.6
2024-07-01 14:15:01 -04:00
dependabot[bot]
8d891c64fd
Bump softprops/action-gh-release from 2.0.5 to 2.0.6
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 12:28:38 +00:00
Mark Wolters
52e9a1a14f adding pgvector-specific documentation 2024-06-28 15:41:47 -04:00
Jonathan Shook
c9f1f95dc8 disable container tests 2024-06-27 19:09:08 -05:00
Jonathan Shook
287b611498 minor bump on jhdf version 2024-06-27 18:50:12 -05:00
Mark Wolters
e29f3d8719 add check for download too large for filesystem 2024-06-26 17:16:48 -04:00
Jonathan Shook
8ce9cba559 safely remove status timer on retry 2024-06-26 10:29:37 -05:00
Jonathan Shook
e935600a01
Merge pull request #1959 from nosqlbench/snyk-upgrade-4b721d6361cced6e67ac59b9303144a2
[Snyk] Upgrade com.google.code.gson:gson from 2.10.1 to 2.11.0
2024-06-24 20:15:52 -05:00
snyk-bot
75bc6ec07c fix: upgrade com.google.code.gson:gson from 2.10.1 to 2.11.0
Snyk has created this PR to upgrade com.google.code.gson:gson from 2.10.1 to 2.11.0.

See this package in maven:
com.google.code.gson:gson

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/453e17d8-dd56-4df1-a6f6-f11fbe9f6022?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-06-24 21:09:44 -04:00
Mark Wolters
aa262d2b07
Merge pull request #1955 from nosqlbench/mwolters/sqlite
Mwolters/sqlite
2024-06-24 15:38:37 -04:00
Mark Wolters
23a1c3a207 Merge branch 'main' into mwolters/sqlite 2024-06-24 15:32:00 -04:00
Jonathan Shook
337eaccdb0
Merge pull request #1967 from nosqlbench/nosqlbench-1966-varargs
Nosqlbench 1966 varargs
2024-06-24 13:35:34 -05:00
Jonathan Shook
014c82dc51 nosqlbench-1966 ArrayIndexOutOfBoundsException in ArgsComparator during resolveFunctions call 2024-06-24 11:56:39 -05:00
Jonathan Shook
883cde6fae remove extraneous run config 2024-06-24 11:56:27 -05:00
Jonathan Shook
46a7ca9c70
Merge pull request #1964 from nosqlbench/bugfixes/cql_vector_dash_to_underscore
Fixed issues replacing dashes with underscores in cql_vector baseline
2024-06-19 10:51:27 -05:00
Christopher Bradford
72fd68d69e
Update cql_vector.yaml
Fixed issues replacing dashes with underscores
2024-06-18 23:08:05 -04:00
Jonathan Shook
79c376b687 enable nbio cache by default 2024-06-18 17:15:13 -05:00
Jonathan Shook
82e60d3f2a
Merge pull request #1960 from cognitree/better-error-on-scenario-step-selection
Better error when users select a scenario step without setting the scenario
2024-06-18 16:25:19 -05:00
Jonathan Shook
46992b7a02
Merge pull request #1963 from nosqlbench/bugfix/cql_vector_write_bug
cql_vector workload has an incorrectly tagged op block
2024-06-18 16:23:53 -05:00
Christopher Bradford
f1c8d3ad24
Update baseline cql_vector.yaml 2024-06-18 17:18:55 -04:00
Jonathan Shook
22bfffc0eb cancel update timer on complete 2024-06-17 17:38:41 -05:00
Jonathan Shook
7c5613a42f
Merge pull request #1962 from nosqlbench/mwolters/dapi
Mwolters/dapi
2024-06-17 16:15:00 -05:00
Mark Wolters
12d4c8f6d6 fixed issue with new parameters 2024-06-17 16:27:01 -04:00
Mark Wolters
3f2a304b83 finished administrative function ops 2024-06-14 15:52:43 -04:00
Mark Wolters
f1ef3a24c1 adding administrative function ops 2024-06-14 15:17:11 -04:00
Mark Wolters
f772af9d0e adding full set of create collection options 2024-06-13 11:28:54 -04:00
Mark Wolters
4618f4d405 impl of delete all and create collection with class 2024-06-12 16:57:27 -04:00
Mark Wolters
70cd4a0dd4 impl of replace ops 2024-06-12 11:51:30 -04:00
Mark Wolters
92f96f6bb4 Find Distinct op 2024-06-12 10:48:08 -04:00
Mark Wolters
c5f74e688c update many op impl 2024-06-12 09:38:05 -04:00
Mark Wolters
1aa8d9ec37 update one op impl 2024-06-12 08:57:52 -04:00
Mark Wolters
f37796b8a0 updated FindOptions to include all possible options 2024-06-11 13:18:02 -04:00
Mark Wolters
93dfaec743 new DataApiFindById op type 2024-06-11 12:56:32 -04:00
Mark Wolters
37cd2f7bb4 add timeout to InsertManyOptions configuration 2024-06-10 19:20:13 -04:00