Commit Graph

4293 Commits

Author SHA1 Message Date
Jonathan Shook
459777a94c
Merge pull request #914 from nosqlbench/nosqlbench-cvefixes
Nosqlbench cvefixes
2023-01-12 16:43:52 -06: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
2265f1e58d remove endpoints which are no longer needed 2023-01-12 16:00:19 -06: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
MikeYaacoubStax
3258e4e06a
Merge pull request #912 from nosqlbench/my-security-regex
Regular Expression Inefficiency fixes
2023-01-12 12:10:22 -05:00
Mike Yaacoub
b6ab7293e2 newline fix 2023-01-12 11:08:05 -05:00
Jeff Banks
4484292cb6
md5 deprecation (#909)
md5 deprecation per code scan recommendations.
2023-01-12 10:04:19 -06:00
MikeYaacoubStax
9767e98bc0 limited name length to limit user input causing slow regex run, Removed starting boundary delimiter v2 2023-01-12 10:39:25 -05:00
MikeYaacoubStax
78ddf05970 limited name length to limit user input causing slow regex run, Removed starting boundary delimiter 2023-01-12 10:32:29 -05:00
MikeYaacoubStax
7b6decb90a corrected non-escaped minus sign in regex, and limited delimeter characters to a maximum of 2 to account for comma-space separated values 2023-01-12 09:59:30 -05:00
MikeYaacoubStax
7f446145b4 Provided limited number of newlines in SSL KEY and CERT Patterns in Regex, Named the flag for more clarity 2023-01-12 08:43:50 -05:00
Jonathan Shook
a95acae200
Merge pull request #907 from yabinmeng/main
Add 'forceStop' NB CLI option in NB5
2023-01-11 18:02:22 -06:00
yabinmeng
2aeeea125c Separate ActivityExecutor.forceStop() method out from the stop() method. Removing the "forcing" flag in the stop() method. 2023-01-11 17:34:48 -06:00
Jonathan Shook
88fa61a498
Merge pull request #905 from nosqlbench/snyk-fix-cfc004029344dd452bce66ee2666e50c
[Snyk] Security upgrade com.vladsch.flexmark:flexmark-html2md-converter from 0.62.2 to 0.64.0
2023-01-11 17:03:18 -06:00
yabinmeng
c172a140eb Add 'forceStop' NB CLI option in NB5 (port over from similar functionally in NB4 - PR# 675) 2023-01-11 16:49:23 -06:00
snyk-bot
f77552b8f4
fix: nb-spectest/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-1567345
2023-01-11 22:17:51 +00:00
Jonathan Shook
7a1400c51e
Merge pull request #899 from nosqlbench/snyk-upgrade-cd0da6fb32f57e40946c06204916a1e7
[Snyk] Upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.364 to 1.12.368
2023-01-11 16:04:34 -06:00
Jonathan Shook
949a458f3a
Merge pull request #900 from nosqlbench/docs_workflow
This is a workflow test for docs integration
2023-01-10 18:32:00 -06:00
Jonathan Shook
bbcf493e93 fixed artifact name 2023-01-10 17:13:57 -06:00
snyk-bot
80aed220a3
fix: upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.364 to 1.12.368
Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.364 to 1.12.368.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3/

See this project in Snyk:
https://app.snyk.io/org/jshook/project/fc9e1bd9-1d9a-474f-bde4-efb614c52ffe?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-01-10 22:59:59 +00:00
Jonathan Shook
a1cd44cb1c remove previous "nb" module, which will be replaced by the nb5 module soon 2023-01-10 16:48:33 -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
c12d4c158b rebased release testing 2023-01-09 13:28:03 -06:00
Jonathan Shook
808399ea1e github actions release testing 2023-01-09 12:56:46 -06:00
Jonathan Shook
a93c5acacf checkpoint release for nb5 2023-01-09 12:01:06 -06:00
Jonathan Shook
b8e0bcd266 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2023-01-09 11:53:05 -06:00
Jonathan Shook
0eb71686a4 removed stale modules 2023-01-09 11:53:02 -06:00
Jonathan Shook
d785fe4bb9
Merge pull request #893 from nosqlbench/my-nosqlbench-440
nosqlbench-440 convert tcp driver from ActivityType to DriverAdapter #440 #441
2023-01-09 11:42:06 -06:00
Mike Yaacoub
ea93403f4f removed suffix parameter from tcp driver op dispensers (We have string templates to do that now) 2023-01-06 13:15:03 -05:00
jeffbanks
bca21e86b8 codecov impl 2023-01-06 09:50:39 -06:00
jeffbanks
11e4c8cc49 Scan fix: cs #17, implicit narrowing 2023-01-05 18:30:10 -06:00
Mike Yaacoub
6881c0790a Revert "nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d"
This reverts commit 1b2655c272.
2023-01-05 17:43:10 -05:00
jeffbanks
f8eecd541e Scan fix: cs #35, implicit narrowing 2023-01-05 16:28:15 -06:00
Mike Yaacoub
1b2655c272 nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d 2023-01-05 17:27:16 -05:00
Jonathan Shook
376a9b04aa combine build phases for main verification 2023-01-05 17:26:01 -05:00
Jonathan Shook
4c2a181485 run example tests serially for now 2023-01-05 17:26:01 -05:00
Jonathan Shook
4e418c7c78 remove engine-clients module 2023-01-05 17:26:01 -05:00
Jonathan Shook
0b7d0aaad6 remove engine-clients from dependencies 2023-01-05 17:26:01 -05:00
Jonathan Shook
1af40544be allow build on push for this branch 2023-01-05 17:26:01 -05:00
Jonathan Shook
f4aa80f9e2 remove previous "nb" module, which will be replaced by the nb5 module soon 2023-01-05 17:26:01 -05:00
Jonathan Shook
ccb2aefec7 update module versions 2023-01-05 17:26:01 -05:00
Jonathan Shook
edbf25abe7 remove nb module profile 2023-01-05 17:26:01 -05:00
Jonathan Shook
8323c78e46 update metrics version to drop old slf4j dependency 2023-01-05 17:26:01 -05:00
Jonathan Shook
1e7d676979 deactivate rest module with old dependencies 2023-01-05 17:26:01 -05:00
Jonathan Shook
ac279d364a consolidate error tests 2023-01-05 17:26:01 -05:00
Jonathan Shook
0bc4064f3e sync stale versions on inactive modules 2023-01-05 17:26:01 -05:00
Jonathan Shook
9f1c20e101 update and fill-in missing slf4j stub layer 2023-01-05 17:26:01 -05:00