Jonathan Shook
a6b1bd3166
updates/fixes based on PR comments
2023-05-25 16:27:08 -05:00
Jonathan Shook
dd1f039e09
nosqlbench-1295 Add vector generation bindings, initial support
2023-05-25 15:16:11 -05:00
Jonathan Shook
26ee5c1747
more temporal functions
2023-05-18 14:58:35 -05:00
Jonathan Shook
e817875313
more periodic functions
2023-05-18 14:58:31 -05:00
Jonathan Shook
e936e35f0d
more higher order functions
2023-05-18 14:58:28 -05:00
Jonathan Shook
6883aed6c1
backfill missing Mul type
2023-05-18 14:57:49 -05:00
Jeff Banks
11613268a6
Token management ( #1201 )
...
* http-rest-starter w/ Stargate data gateway
* Token management w/ Token() binding function
* Expansion of Token usage to scenarios
* Version requirements updated for http-rest scenarios
2023-04-13 13:57:20 -05:00
Jeff Banks
136ae35a11
[adapter-http] Stargate token auto-gen + Mocking + CVE Fixes ( #1149 )
...
* Feature for Stargate auto token generation (http-rest)
* Mockito dependency added; mocking tests introduced
* Support for String mirror as function in binding pipeline
* JSON format change within YAML alignment (scenarios)
* Updated Swagger parser
* Updated docker-java-core
* Issue 1148 - notice to users in scenario header
2023-03-07 08:54:07 -06:00
Jonathan Shook
152593388a
nosqlbench-1140 Restore ModuloCSVLineToUUID functionality with ToUUID methods ( #1141 )
2023-02-28 11:25:36 -06:00
Jonathan Shook
38bf0fd828
nosqlbench-1130 Add a collection joining function
2023-02-22 18:00:21 -06:00
Jonathan Shook
62d5832d1a
Merge pull request #1129 from nosqlbench/nosqlbench-1092-parsedop-captures
...
nosqlbench-1092-parsedop-captures
2023-02-22 16:26:26 -06:00
Jonathan Shook
80f1b92c6c
improve instanceof usage
2023-02-22 15:59:08 -06:00
jeffbanks
4528aa1937
Introduced FirstLines binding
2023-02-17 19:11:17 -06:00
jeffbanks
82b52acbf3
TextOfFile expansion for full file; http fixes
2023-02-17 10:25:24 -06:00
Jonathan Shook
973bdc57f5
clarify naming of state cache
2023-02-14 17:49:10 -06:00
Jonathan Shook
982f162bff
implement a discard function, closes #1101
2023-02-14 17:48:21 -06:00
Jonathan Shook
c78ff2118b
improve error for MathContext init
2023-02-07 18:20:13 -06:00
jeffbanks
6b2a368d79
TextOfFile binding; stargate support; scenario updates
2023-02-04 19:35:56 -06:00
Jonathan Shook
1eead1add8
centralize jacoco template for reconfiguration
2023-01-26 23:32:15 -06:00
Jonathan Shook
63721cd0df
switch commons math deps to v4b
2023-01-26 22:20:47 -06:00
Jonathan Shook
f63c7aeadb
replace CI+CD friendly revision
2023-01-19 16:54:06 -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
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
Jeff Banks
4484292cb6
md5 deprecation ( #909 )
...
md5 deprecation per code scan recommendations.
2023-01-12 10:04:19 -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
52d5d10b81
Merge pull request #878 from nosqlbench/nosqlbench-875-categories
...
nosqlbench-875-categories
2022-12-22 18:03:02 -06: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
54546ce9ab
put required categories on all binding functions, not just one of each name
2022-12-21 14:59:12 -06:00
Jonathan Shook
301f1e2d27
added missing category for TriangularStepFunction
2022-12-21 13:36:12 -06:00
Jonathan Shook
6c8782842d
change tests System.out calls to use logger directly
2022-12-20 23:52:37 -06:00
Jonathan Shook
4f4b4982c8
templatize test logging level for logger setup and root logger
2022-12-20 23:11:55 -06:00
Jonathan Shook
d80632773b
merge fixes for: improve concurrency patterns for activity execution
2022-12-20 20:05:17 -06:00
Jonathan Shook
0de80887b1
move log4j.xml to log4j2.xml
2022-12-20 20:03:33 -06:00
Mike Yaacoub
74bfbc691d
Merge branch 'main' into my-NB5-I446
2022-12-19 16:58:50 -05:00
Jonathan Shook
b3bcc3ce51
Merge pull request #839 from nosqlbench/nosqlbench-834-triangularstep
...
nosqlbench-834-triangularstep
2022-12-09 17:23:17 -06:00
Jonathan Shook
8a48a020dc
allow zero width ranges
2022-12-09 17:13:46 -06:00
Jonathan Shook
862058d80f
make TriangularStep ctor public
2022-12-09 14:27:58 -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
Jonathan Shook
a1fbb6dcca
use average instead of median, add safety check for average==0
2022-12-07 14:33:46 -06:00
Jonathan Shook
15f15ebc90
nosqlbench-828 nosqlbench-824
2022-12-07 14:32:35 -06:00
Jonathan Shook
7737ffc0f9
nosqlbench-828 nosqlbench-824
2022-12-07 14:30:04 -06:00
Jonathan Shook
dc74283952
nosqlbench-824 Add function to provide clustered values with monotonic stepping
2022-12-06 20:34:02 -06:00
Jonathan Shook
98c7b1a978
Merge pull request #769 from nosqlbench/base64
...
base64
2022-11-03 13:03:23 -05:00
phact
9a92129a83
base64
2022-11-01 10:42:00 -04: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
Jonathan Shook
17500b921c
add UUID -> ToBase64String() -> String
2022-09-29 12:10:51 -05: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
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
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
nb-droid
6dd0723546
[maven-release-plugin] prepare for next development iteration
2022-08-10 03:16:40 +00:00
nb-droid
b56995d4cf
[maven-release-plugin] prepare release nosqlbench-4.17.21
2022-08-10 03:16:37 +00:00
nb-droid
4a3845aafb
[maven-release-plugin] prepare for next development iteration
2022-07-19 16:11:11 +00:00
nb-droid
b5d4e1e3c6
[maven-release-plugin] prepare release nosqlbench-4.17.20
2022-07-19 16:11:09 +00:00
Jonathan Shook
789cc62430
package refactoring
2022-07-14 19:01:00 -05:00
Jonathan Shook
0ff3e38a25
add missing binding functions for new types
2022-07-13 01:47:40 -05:00
nb-droid
28c62da74f
[maven-release-plugin] prepare for next development iteration
2022-07-01 16:46:05 +00:00
nb-droid
3bdad2a877
[maven-release-plugin] prepare release nosqlbench-4.17.19
2022-07-01 16:46:03 +00:00
nb-droid
460ad79f6c
[maven-release-plugin] prepare for next development iteration
2022-07-01 15:56:59 +00:00
nb-droid
0937ed9f6a
[maven-release-plugin] prepare release nosqlbench-4.17.18
2022-07-01 15:56:57 +00:00
nb-droid
bfdf87a3ad
[maven-release-plugin] prepare for next development iteration
2022-07-01 15:26:38 +00:00
nb-droid
45c1a7b7da
[maven-release-plugin] prepare release nosqlbench-4.17.17
2022-07-01 15:26:36 +00:00
nb-droid
3155147bfa
[maven-release-plugin] prepare for next development iteration
2022-07-01 07:04:04 +00:00
nb-droid
215b32bd6a
[maven-release-plugin] prepare release nosqlbench-4.17.16
2022-07-01 07:04:02 +00:00
nb-droid
ca6f3a08c8
[maven-release-plugin] prepare for next development iteration
2022-07-01 06:40:47 +00:00
nb-droid
b9c8bdefb9
[maven-release-plugin] prepare release nosqlbench-4.17.15
2022-07-01 06:40:45 +00:00
Jonathan Shook
c807356b51
docs updates and fixes
2022-06-29 20:45:06 -05:00
Jonathan Shook
d43cde5ac3
allow character ranges to include newline and linefeed
2022-06-29 20:44:45 -05:00
Jonathan Shook
c1143e4fa2
make shared state easier to use
2022-05-25 11:59:36 -05:00
nb-droid
124c92256f
[maven-release-plugin] prepare for next development iteration
2022-05-18 19:49:25 +00:00
nb-droid
2aaef696f9
[maven-release-plugin] prepare release nosqlbench-4.17.14
2022-05-18 19:49:23 +00:00
nb-droid
dcd8e59308
[maven-release-plugin] prepare for next development iteration
2022-05-18 19:13:14 +00:00
nb-droid
556ab55d4c
[maven-release-plugin] prepare release nosqlbench-4.17.13
2022-05-18 19:13:11 +00:00
Jonathan Shook
31384c7d11
updated version to 4.17.13-SNAPSHOT
2022-05-18 14:02:41 -05:00
Jonathan Shook
1b3cead29a
add binding functions ToJavaInstant, ToJodaInstant, Expr to Object
2022-05-18 13:05:10 -05:00
nb-droid
81c7d47885
[maven-release-plugin] prepare for next development iteration
2022-03-10 04:05:16 +00:00
nb-droid
882b1edaf8
[maven-release-plugin] prepare release nosqlbench-4.17.11
2022-03-10 04:05:14 +00:00
nb-droid
384f430b92
[maven-release-plugin] prepare for next development iteration
2022-03-09 16:24:25 +00:00
nb-droid
66fae484e9
[maven-release-plugin] prepare release nosqlbench-4.17.10
2022-03-09 16:24:22 +00:00
Jonathan Shook
49f8c1c181
add aplv2 headers to virtdata-lib-basics
2022-03-08 14:17:18 -06:00