Commit Graph

290 Commits

Author SHA1 Message Date
jeffbanks
1d7c7d2b38 fix truncate issue 2023-02-16 14:58:29 -06:00
Jonathan Shook
92ef90ca3d
Merge pull request #1114 from nosqlbench/jeffb/fix-mongodb-scen-formats
Adapter and ops loader fixes
2023-02-15 17:36:00 -06:00
Jonathan Shook
d46be51f05
Merge pull request #1113 from nosqlbench/nosqlbench-1104-schemafix
unbreak schema phase in cql-keyalue
2023-02-15 17:31:55 -06:00
jeffbanks
d63ba45281 adatper formatting; ops loader fix 2023-02-15 16:59:53 -06:00
Jonathan Shook
707a6261e2 fix typo 2023-02-15 16:53:41 -06:00
Jeff Banks
6911fd13c9
Discard no op inclusion (#1105) 2023-02-15 13:59:24 -06:00
Jonathan Shook
5e1e74a27d Merge branch 'main' into nosqlbench-994-unused-driver-warning 2023-02-14 17:49:39 -06:00
Jonathan Shook
a8a285a3f9 clarify optional enhancement func 2023-02-14 17:49:13 -06:00
Jonathan Shook
28e618413f
fix: upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.1 to 3.6.2 (#1090)
Snyk has created this PR to upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.1 to 3.6.2.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.tinkerpop/tinkergraph-gremlin/

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-02-13 09:19:03 -06:00
Jonathan Shook
70408621dd nosqlbench-1071 NBIO should favor finding exactly specified file path as a short circuit 2023-02-10 10:20:45 -06:00
Jeff Banks
1711c5c02c
Phase 2 scenario upgrades #1019 (#1031) 2023-02-07 18:28:05 -06:00
Jonathan Shook
977cbc6e5c docs updates 2023-02-06 22:12:53 -06:00
jeffbanks
cc989c8a72 nb5 revamp for scenarios 2023-02-06 14:58:04 -06:00
Jeff Banks
fb4c275c2c
fix: upgrade org.snakeyaml:snakeyaml-engine from 2.5 to 2.6 (#993)
Snyk has created this PR to upgrade org.snakeyaml:snakeyaml-engine from 2.5 to 2.6.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.snakeyaml/snakeyaml-engine/

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-02-04 09:50:22 -06:00
Jonathan Shook
09350d2526 add a simpler example file 2023-02-01 00:17:30 -06:00
Jonathan Shook
a50c49f60d minimal fixes needed for example workload in docs 2023-01-31 23:08:16 -06:00
Jonathan Shook
ba2944ce77 code cleanup and naming updates from "statements" to "ops" 2023-01-29 01:26:19 -06:00
Jonathan Shook
5dfa55bfe4 Merge branch 'main' into nosqlbench-944-jsonnet 2023-01-28 00:33:24 -06:00
Jonathan Shook
e3a0dedadd
Merge pull request #961 from nosqlbench/nosqlbench-955-jacoco2
This consolidates our jacoco into mvn-default
2023-01-28 00:32:46 -06:00
Jonathan Shook
ec60692375 Merge branch 'nosqlbench-955-jacoco2' into nosqlbench-944-jsonnet 2023-01-27 16:37:28 -06:00
Jonathan Shook
8d02d7829e
Merge pull request #958 from nosqlbench/nosqlbench-957-statistics
Replace embedded commons3 statistics with commons-statistics 1.0
2023-01-27 14:11:10 -06:00
Snyk bot
8552cf00dc
fix: adapter-cqld4/pom.xml to reduce vulnerabilities (#959)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-2944970
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-2806360
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3016888
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3016889
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3016891
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3113851
2023-01-27 08:26:33 -06:00
Jonathan Shook
1eead1add8 centralize jacoco template for reconfiguration 2023-01-26 23:32:15 -06:00
Jonathan Shook
562bde5b76 update distributions to use new instantiators 2023-01-26 22:57:22 -06:00
Jonathan Shook
ef4c84ddaa jsonnet diagnostic improvements 2023-01-26 18:20:19 -06:00
Jonathan Shook
dc9684dd98 rename stmt based types to op based types 2023-01-24 18:14:41 -06:00
Jonathan Shook
f63c7aeadb replace CI+CD friendly revision 2023-01-19 16:54:06 -06:00
Jonathan Shook
7e5d7f188e disable incomplete apps 2023-01-17 19:42:20 -06:00
snyk-bot
dd4f639e76
fix: upgrade org.codehaus.groovy:groovy from 3.0.13 to 3.0.14
Snyk has created this PR to upgrade org.codehaus.groovy:groovy from 3.0.13 to 3.0.14.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-01-16 04:33:27 +00:00
nb-droid
a49a9e9380 [maven-release-plugin] prepare for next development iteration 2023-01-13 19:51:57 +00:00
nb-droid
67aeba7a34 [maven-release-plugin] prepare release nosqlbench-5.17.0 2023-01-13 19:51:55 +00:00
Jonathan Shook
e04eef814c temporary work-around for release plugin incompatibility 2023-01-13 13:19:35 -06:00
Jonathan Shook
ff188d4860
actions-for-docs (#919)
* updated docs action with version state

* script updates

* misc doc system updates

* Update build.yml

remove versions logic, since zip contains version info now.

* Update build.yml

corrected git add command

* update version format

* updated docs site url
2023-01-13 11:57:08 -06:00
Jonathan Shook
97e992bce8
version updates and pom structure improvements (#918) 2023-01-13 08:19:16 -06:00
MikeYaacoubStax
d06e01c22e
Merge pull request #915 from nosqlbench/my-cql-astra-example
Security Fix by removing CompatibilityFixups
2023-01-12 17:50:18 -05:00
Mike Yaacoub
e2ad639b77 Added cql Astra workload yaml example for docs, also fixed regex security issue by removing CompatibilityFixups 2023-01-12 17:34:34 -05:00
Jonathan Shook
740faffdad typo fixes 2023-01-12 15:47:06 -06:00
Jonathan Shook
31478ae591
Nosqlbench 904 version5 (#908)
* Ignore .flattened-pom.xml files from the CI-friendly flattening

* Allow newer versions to squelch version warning

* * switch to CI-friendly revisions in Maven
* add flattener
* refactor version tags
* remove unecesary indirection in poms which break version intellisense

* * switch to CI-friendly revisions in Maven
* add flattener
* refactor version tags
* remove unnecessary indirection in poms which break version intellisense

* deleting commented code
* version dep updates
* streamline LUT trimming options
* use a more explicit regex substituion technique
* specify updated okhttp version
* update resources plugin to bugfixed version
* exclude filtering for problematic files
2023-01-12 12:48:50 -06:00
Jeff Banks
9c25ad9336
Code coverage integration (#897)
* Jacoco introduced for full reporting of test coverage.
* All modules included in scope.
* Ability to scope to module OR overall reporting.
* Ability to run in dev environment and bypass as needed w/out GHA.
2023-01-12 11:25:40 -06:00
nb-droid
6e93468632 [maven-release-plugin] prepare for next development iteration 2023-01-09 19:36:28 +00:00
nb-droid
d1b9c91e44 [maven-release-plugin] prepare release nosqlbench-4.17.32 2023-01-09 19:36:26 +00:00
Jonathan Shook
6731937c96 modify logger calls for computable messages via closures 2022-12-21 19:37:36 -06:00
Jonathan Shook
fd8e871da5 use local logger at debug level for any test output 2022-12-21 17:52:09 -06:00
Jonathan Shook
35f4bb9828 avoid NPE when cqlgen parses materialized views 2022-12-12 01:54:18 -06:00
nb-droid
02522a468e [maven-release-plugin] prepare for next development iteration 2022-12-07 23:30:05 +00:00
nb-droid
fb131e9b09 [maven-release-plugin] prepare release nosqlbench-4.17.31 2022-12-07 23:30:02 +00:00
Jonathan Shook
2b63b8e645 fix camel case across all affected method signatures 2022-12-07 15:07:34 -06:00
Jonathan Shook
d90731ec7a typo fix 2022-12-07 13:41:20 -06:00
Jonathan Shook
3677a60ec8 nosqlbench-830 limit spin-looping with cqld4 retryreplace option. 2022-12-07 13:36:24 -06:00
Jonathan Shook
98493cfcb8
Merge pull request #812 from nosqlbench/snyk-upgrade-1754fe16038ae415d7733b7b3fdfb0ad
[Snyk] Upgrade org.codehaus.groovy:groovy from 3.0.12 to 3.0.13
2022-12-01 11:49:45 -06:00