snyk-bot
37b86f12ab
fix: upgrade com.vladsch.flexmark:flexmark-ext-yaml-front-matter from 0.64.2 to 0.64.4
...
Snyk has created this PR to upgrade com.vladsch.flexmark:flexmark-ext-yaml-front-matter from 0.64.2 to 0.64.4.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark-ext-yaml-front-matter/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/024e32ec-7f80-485c-b7bf-f69d45f933ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-05-26 01:54:54 +00:00
snyk-bot
8719064751
fix: upgrade com.vladsch.flexmark:flexmark-html2md-converter from 0.64.2 to 0.64.4
...
Snyk has created this PR to upgrade com.vladsch.flexmark:flexmark-html2md-converter from 0.64.2 to 0.64.4.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark-html2md-converter/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/024e32ec-7f80-485c-b7bf-f69d45f933ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-05-26 01:54:52 +00:00
Snyk bot
208296f68f
fix: upgrade com.vladsch.flexmark:flexmark-ext-yaml-front-matter from 0.64.0 to 0.64.2 ( #1288 )
...
Snyk has created this PR to upgrade com.vladsch.flexmark:flexmark-ext-yaml-front-matter from 0.64.0 to 0.64.2.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark-ext-yaml-front-matter/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/024e32ec-7f80-485c-b7bf-f69d45f933ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-05-23 14:54:49 -05:00
Jonathan Shook
45b9a2deb4
Merge pull request #1279 from nosqlbench/labels_trueup
...
Labels trueup
2023-05-18 16:40:30 -05:00
Jonathan Shook
b8de62a0e8
Merge pull request #1272 from eolivelli/impl/venice-adapter
...
[adapter-venice] Introduce new VeniceDB adapter
2023-05-18 15:17:53 -05:00
Jonathan Shook
74decafbf5
fixup prom push format after labels changes
2023-05-18 14:57:26 -05:00
Jonathan Shook
66d373a719
improve MapLabels toString
2023-05-18 14:57:07 -05:00
Jonathan Shook
d2c7d1a32f
improved error messages
2023-05-18 14:57:04 -05:00
Enrico Olivelli
298eaa8945
[adapter-venice] Introduce new VeniceDB adapter
2023-05-17 16:45:51 +02:00
kijanowski
c48dcb1848
Do not pretty-print the result object in case of a verification error
2023-05-17 14:37:55 +02:00
kijanowski
8f7ebbf0a3
Merge remote-tracking branch 'origin/main' into jk-test-eng-95-expected-result-verification
...
# Conflicts:
# adapters-api/src/main/java/io/nosqlbench/engine/api/activityimpl/BaseOpDispenser.java
# engine-api/src/test/java/io/nosqlbench/engine/api/activityapi/errorhandling/modular/NBErrorHandlerTest.java
# engine-cli/src/main/java/io/nosqlbench/engine/cli/NBCLIOptions.java
2023-05-17 11:21:11 +02:00
kijanowski
bda0790bd4
Code review adjustments
2023-05-17 09:47:07 +02:00
kijanowski
2e47715ce7
Code review adjustments
2023-05-12 16:51:38 +02:00
Jeff Banks
02ff160b3c
Metrics Publishing ( #1234 )
...
Included the following with core changes to allow labeled metrics for Prometheus exposition format publishing.
* javadoc updates
* remove extra types
* use NBLabeledElement instead of NBNamedElement
* contextualize NBLabeledElement for graphite/metrics
* externalize labeled ScriptContext to API
* add labels to NicerTimer
* remove partial packaging
* more progress on formatting for prom exposition format
* added metrics diagram
* resolve build issues with label params
* resolve build issues with label params
* prometheus export services
* added PromExpoFormat Tests for NBMetricMeter(Counting+Sampling) and NBMetricTimer(Counting)
* added test for Gauge Formatting
* added Gauge Formatting as well as Sampling values (count, stdev ...)
* added sketch for metrics labeling contexts
* add NBLabeledElement in all the places, retool calling paths to use it
* synchronize antlr versions after partial snyk change
* unbreak static initializer block after IntelliJ "fixed" it.
* engine-api - adapt to NBLabeledElement
* adapters-api - adapt to NBLabeledElement
* nb-api - adapt to NBLabeledElement
* engine-core - adapt to NBLabeledElement
* misc-adapters - adapt to NBLabeledElement
* streaming-adapters - adapt to NBLabeledElement
* add missing test
* initial implementation of a prom push reporter
* Resolve build issue with parseGlobalOptions
* replaced with PromPushReporter
* cleanup unused deps
* dependency removal for micrometer
* allow empty labels for tests
* change space.getName to space.getSpaceName
* cleanup poms
* graphite linearization now includes space element
* http adapter should only depend on adapters API
* http space does not create its own metric names
* import cleanups
* improved javadocs
* introduce component concepts
---------
Co-authored-by: Jonathan Shook <jshook@gmail.com>
Co-authored-by: Mike Yaacoub <mike.yaacoub@datastax.com>
2023-05-09 09:52:42 -05:00
Snyk bot
1c933b3a75
fix: nb-api/pom.xml to reduce vulnerabilities ( #1237 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-2989728
2023-05-01 09:00:15 -05:00
Jeff Banks
388ece75f7
MongoDB Adapter fix and updates for scenarios ( #1196 )
...
* Updates for mongodb adapter; fix connection usage on cli
* Reduce the cycles for test w/ sporadic failures
* Removed redundant '-> string'
* Removed state tracking and cleanup
* Space cache capture and connection management
* Mongo client management w/ connection
* Remove unused getData()
* Removed debug entry no longer required
2023-04-04 16:09:00 -05:00
Jonathan Shook
99bd45d83a
add unit test for specific boxing, closes #1074
2023-02-10 22:44:58 -06:00
Jonathan Shook
167de5670d
removed unused code
2023-02-10 11:48:44 -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
Jonathan Shook
b739330303
allow inline deprecation of activity params
2023-02-07 19:15:56 -06:00
Jonathan Shook
8ba0684b8d
allow inline deprecation of activity params
2023-02-07 18:18:39 -06:00
jeffbanks
6b2a368d79
TextOfFile binding; stargate support; scenario updates
2023-02-04 19:35:56 -06:00
Jonathan Shook
ba2944ce77
code cleanup and naming updates from "statements" to "ops"
2023-01-29 01:26:19 -06:00
Jonathan Shook
1eead1add8
centralize jacoco template for reconfiguration
2023-01-26 23:32:15 -06:00
Jonathan Shook
0c9091714c
merge fixups
2023-01-20 11:00:44 -06:00
Jonathan Shook
afaa6f5b93
remove duplicitous synonym logic
2023-01-19 23:54:53 -06:00
Jonathan Shook
71f2207c9b
remove unused method
2023-01-19 23:54:47 -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
Jonathan Shook
fe4c25898f
cleanup and document virtdata bundled app
2023-01-17 19:29:57 -06:00
Jonathan Shook
18bfe6274f
Merge pull request #920 from nosqlbench/jeffb/test-fail-fix
...
Sporadic test failure - fix
2023-01-17 11:54:50 -06:00
jeffbanks
28a3ac3ad1
Added waits for testing
2023-01-13 14:19:48 -06: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
Jonathan Shook
4f6bea91de
switch over to snakeyaml-engine
2023-01-12 18:27:36 -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
Mike Yaacoub
b6ab7293e2
newline fix
2023-01-12 11:08:05 -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
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
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
Jeff Banks
2d16ff3b57
Revert "NB5 address high priority code scans" ( #895 )
2023-01-05 17:26:01 -05:00
jeffbanks
ecfe3d633f
Narrowing fixes
2023-01-05 17:26:01 -05:00
Mike Yaacoub
bdf61845fd
nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d
2023-01-04 15:26:08 -05: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
d80632773b
merge fixes for: improve concurrency patterns for activity execution
2022-12-20 20:05:17 -06:00
Jonathan Shook
ba42bfea47
allow conversion of missing config types
2022-12-20 20:01:33 -06:00
Mike Yaacoub
74bfbc691d
Merge branch 'main' into my-NB5-I446
2022-12-19 16:58:50 -05:00
Mike Yaacoub
a06e1556f0
merged my-NB5-I446 with main
2022-12-19 15:57:58 -05:00
Mike Yaacoub
c149684d09
moved from commonmark to inhouse MutableMarkdown for verification
2022-12-19 13:24:40 -05:00
Snyk bot
42d1403fbb
fix: nb-api/pom.xml to reduce vulnerabilities ( #848 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
2022-12-15 16:04:49 -06:00
Jonathan Shook
df534fd83a
Merge branch 'main' into snyk-fix-b8424b271d02d50c5baa47f9e8745c03
2022-12-12 12:33:40 -06:00
MikeYaacoubStax
e7705d13de
NB5-I446 Modified export-docs command to export organized driver and binding docs, also removed gendocs command (VirtDataGenDocsApp now used for generating bindings in StringBuilders to pass to the zipstream)
...
added the export-docs build workflow job
Updated build.yml to fix path to nb5 in workflow
uploading/downloading docs artifacts in build workflow
Attempt to correct the path to the exported docs to upload them
Corrected exported-docs path
Corrected yml build workflow error
corrected naming of exported docs
2022-12-08 12:20:11 -05: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
snyk-bot
82bfa44855
fix: upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.340 to 1.12.341
...
Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.340 to 1.12.341.
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
2022-12-05 23:07:41 +00:00
Jonathan Shook
59b430b12f
Merge branch 'main' into snyk-fix-62d2529ba6efa1321216d8e295c48e5d
2022-11-22 23:26:56 -06:00
Jonathan Shook
18ba2fdaf9
Merge branch 'main' into shutdown_hooks
2022-11-22 22:24:03 -06:00
yabinmeng
bd8aff9081
Added support for 1) subscription initial position and 2) regex subscription mode
...
Also fixed a consumer configuration loading issue with dlq/negAck/ackTimeout policy using Pulsar client's loadConf() API.
Addressed the review comments in PR #791 ; reverted the changes in ActivityMetrics and BasedOpDispenser
2022-11-18 18:22:04 -06:00
yabinmeng
e128d2867a
Merge branch 'nosqlbench:main' into main
2022-11-17 10:27:28 -06:00
yabinmeng
0c71696b15
Completed NB4 Pulsar driver code migration to NB5. But there are still a few lingering issues due to the difference of how NB4 vs NB5 driver/adapter interacts with the NB engine.
2022-11-16 15:37:26 -06:00
Jonathan Shook
33e330dc35
[Snyk] Security upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.325 to 1.12.330 ( #768 )
...
* fix: nb-api/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
* Timing change for github actions; warnings cleanup/refactor
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: jeffbanks <jeff.banks@datastax.com>
2022-11-14 18:32:52 -06:00
yabinmeng
ca6f2b052b
Add PulsarAdapter specific metrics
2022-11-14 15:27:57 -06:00
Jonathan Shook
8b76d1fcf7
add shutdown hooks for adapters and spaces
2022-11-14 15:26:29 -06:00
snyk-bot
fe268d7f85
fix: nb-api/pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
2022-11-11 22:00:38 +00:00
snyk-bot
3532838391
fix: nb-api/pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
2022-10-28 20:32:45 +00:00
snyk-bot
f875f2c7fa
fix: nb-api/pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426
2022-10-21 23:05:30 +00:00
snyk-bot
35d5c0cee2
fix: upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.269 to 1.12.300
...
Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.269 to 1.12.300.
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
2022-10-01 21:50:20 +00:00
nb-droid
d9acf85597
[maven-release-plugin] prepare for next development iteration
2022-09-30 15:58:45 +00:00
nb-droid
098455410d
[maven-release-plugin] prepare release nosqlbench-4.17.30
2022-09-30 15:58:43 +00:00
nb-droid
19faf3c0ae
[maven-release-plugin] prepare for next development iteration
2022-09-29 17:29:14 +00:00
nb-droid
20a5ab4234
[maven-release-plugin] prepare release nosqlbench-4.17.29
2022-09-29 17:29:12 +00:00
nb-droid
5f72b6c0d8
[maven-release-plugin] prepare for next development iteration
2022-09-21 19:27:40 +00:00
nb-droid
b52e6a4774
[maven-release-plugin] prepare release nosqlbench-4.17.28
2022-09-21 19:27:38 +00:00
Jonathan Shook
cd4435324a
Merge branch 'main' of github.com:nosqlbench/nosqlbench
2022-09-09 11:36:32 -05:00
Jonathan Shook
afa08b18f6
Merge pull request #703 from nosqlbench/snyk-upgrade-2c9700e824a1bffa66b8b6ea5fc78705
...
[Snyk] Upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.264 to 1.12.269
2022-09-09 11:21:35 -05:00
Jonathan Shook
042f1f8d23
add javadocs
2022-09-09 11:08:18 -05:00
Jonathan Shook
bb27e5036a
npe fix for value conversion
2022-09-09 10:59:12 -05:00
nb-droid
60b8ccc200
[maven-release-plugin] prepare for next development iteration
2022-08-25 21:55:33 +00:00
nb-droid
6e8ee26cf9
[maven-release-plugin] prepare release nosqlbench-4.17.27
2022-08-25 21:55:31 +00:00
nb-droid
32ca3657ca
[maven-release-plugin] prepare for next development iteration
2022-08-24 22:04:47 +00:00
nb-droid
27686ef5d2
[maven-release-plugin] prepare release nosqlbench-4.17.26
2022-08-24 22:04:44 +00:00
nb-droid
1397cd1b88
[maven-release-plugin] prepare for next development iteration
2022-08-18 21:28:25 +00:00
nb-droid
c9f6925e68
[maven-release-plugin] prepare release nosqlbench-4.17.25
2022-08-18 21:28:23 +00:00
snyk-bot
4dc9fd1400
fix: upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.264 to 1.12.269
...
Snyk has created this PR to upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.264 to 1.12.269.
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
2022-08-17 22:30:44 +00:00
nb-droid
372f604e15
[maven-release-plugin] prepare for next development iteration
2022-08-16 17:56:15 +00:00
nb-droid
3a403038f3
[maven-release-plugin] prepare release nosqlbench-4.17.24
2022-08-16 17:56:12 +00:00
nb-droid
1ea05a0f14
[maven-release-plugin] prepare for next development iteration
2022-08-16 16:58:58 +00:00
nb-droid
bb7fd4f7b6
[maven-release-plugin] prepare release nosqlbench-4.17.23
2022-08-16 16:58:56 +00:00
nb-droid
bfb0fc38d8
[maven-release-plugin] prepare for next development iteration
2022-08-16 14:51:38 +00:00
nb-droid
584a6c802c
[maven-release-plugin] prepare release nosqlbench-4.17.22
2022-08-16 14:51:35 +00:00
Jonathan Shook
6c3dc2bcf7
Merge branch 'main' of github.com:nosqlbench/nosqlbench
2022-08-16 00:47:39 -05:00
Jonathan Shook
a0344d65c9
make BundledApps implement primitive interface
2022-08-16 00:42:58 -05:00
Jonathan Shook
b395f14918
fix get() bug in NBConfiguration
2022-08-16 00:42:55 -05:00
Jonathan Shook
380b3cbae5
introduce picocli to standard libs
2022-08-16 00:42:52 -05:00