Commit Graph

1116 Commits

Author SHA1 Message Date
Justin Chu
819b7b3786 Fix SSLKsFactory issue
Use Netty to create SslContext
Add SSLKsFactoryTest
Add keystore, truststore, pem files for testing
Update markdown files
2020-05-05 18:22:14 -04:00
Jonathan Shook
65cbbe7fb4
Merge pull request #134 from nosqlbench/modulenames-driver
rename activitytype modules to driver modules
2020-05-05 17:08:21 -05:00
Jonathan Shook
0b6bad7657 safety fix for _script path 2020-05-05 15:14:01 -05:00
Jonathan Shook
72392e277f updated scripts for release 2020-05-05 12:48:35 -05:00
Jonathan Shook
2a93ac4987 rename activitytype modules to driver modules 2020-05-05 11:29:30 -05:00
Jonathan Shook
1a74499307 updated release 2020-05-05 02:19:32 -05:00
Jonathan Shook
a8e09ebb64 added CHANGES.md 2020-05-05 02:16:38 -05:00
Jonathan Shook
8efa72f1e5 build on master with workflows/build.yaml 2020-05-05 01:56:35 -05:00
Jonathan Shook
d535279055 make includes globally active 2020-05-05 01:53:29 -05:00
Jonathan Shook
8dca4b5630 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-05 01:11:12 -05:00
Jonathan Shook
c5f8e47400 remove empty test class 2020-05-05 01:10:42 -05:00
Jonathan Shook
98ec074799 example enable-preview in mojo 2020-05-05 01:10:36 -05:00
Jonathan Shook
f85c86d5a5 disable noisy lint-all for now 2020-05-05 01:10:23 -05:00
Jonathan Shook
01d51afd20 remove indirection for single use 2020-05-05 01:09:47 -05:00
Jonathan Shook
014f98e54e build with assembly instead of shade 2020-05-05 01:09:16 -05:00
Jonathan Shook
b553207398 update netty dependency 2020-05-05 01:06:10 -05:00
Jonathan Shook
8304bcd1c9 add netty kqueue driver dep 2020-05-05 01:05:57 -05:00
Jonathan Shook
23dd2f1cb3 add probcurves example to verify bundled functions 2020-05-05 01:05:46 -05:00
Jonathan Shook
dce8dcdc22 remove netty dep for docker 2020-05-05 01:05:36 -05:00
Jonathan Shook
9baa4954e9 remove commented mojo 2020-05-05 01:05:24 -05:00
Jonathan Shook
fd32e3c3f0 fix scenario pathing bug 2020-05-05 01:05:19 -05:00
Jonathan Shook
f54db73e76 update String.format doc link 2020-05-05 01:05:11 -05:00
Jonathan Shook
7d4dca8b05 update to Java 14 2020-05-05 01:05:07 -05:00
Jonathan Shook
b4908079c5 remove shade mojo 2020-05-05 01:04:51 -05:00
Jonathan Shook
9560bd8636 show error when exit status is non-zero 2020-05-04 16:29:29 -05:00
Jonathan Shook
815cdedf6f markdown wip 2020-05-04 16:29:21 -05:00
Jonathan Shook
2108096221 type fixes 2020-05-04 16:29:05 -05:00
Jonathan Shook
5f74b805a7 updated cql driver parameter to cqldriver to avoid clash 2020-05-04 16:25:36 -05:00
Sebastián Estévez
4d8f2f22d1
Update release.yml 2020-05-04 14:00:03 -04:00
Sebastián Estévez
bc75f71a11
Update cql.md 2020-05-04 13:53:28 -04:00
nb-droid
3ec3ef1e08 [maven-release-plugin] prepare for next development iteration 2020-05-04 17:45:53 +00:00
nb-droid
e072f94cf5 [maven-release-plugin] prepare release nosqlbench-3.12.99 2020-05-04 17:45:46 +00:00
Sebastián Estévez
8fd8472e4f
doc for showcql 2020-05-04 13:35:15 -04:00
nb-droid
a1cd626ed7 [maven-release-plugin] prepare for next development iteration 2020-05-04 14:19:40 +00:00
nb-droid
cc53c78a44 [maven-release-plugin] prepare release nosqlbench-3.12.98 2020-05-04 14:19:33 +00:00
Sebastián Estévez
156136b12d
free disk space in release action 2020-05-04 10:10:01 -04:00
nb-droid
60886c2acc [maven-release-plugin] prepare for next development iteration 2020-05-02 07:00:30 +00:00
nb-droid
62f15f52cf [maven-release-plugin] prepare release nosqlbench-3.12.97 2020-05-02 07:00:22 +00:00
Jonathan Shook
547ec8bae2
Merge pull request #131 from justinchuch/fix-broken-link
Fix broken link to code of conduct
2020-05-02 01:51:09 -05:00
Justin Chu
d64bbb5b72 Fix broken link to code of conduct 2020-05-02 00:48:09 -04:00
Jonathan Shook
5d540ef42e minor fixes, openssl npe, wording 2020-05-01 16:49:26 -05:00
Jonathan Shook
bcb03deb50 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-01 13:57:05 -05:00
Jonathan Shook
96e88ee68d incremental progress on docs system 2020-05-01 13:56:49 -05:00
Jonathan Shook
62bdb11f70 update README, --docker-metrics on Mac is a go 2020-05-01 13:56:02 -05:00
Jonathan Shook
77ca72a7fe improve distributions docs 2020-05-01 13:36:22 -05:00
nb-droid
0e6cf4db1a [maven-release-plugin] prepare for next development iteration 2020-05-01 17:54:48 +00:00
nb-droid
219ee01aa0 [maven-release-plugin] prepare release nosqlbench-3.12.96 2020-05-01 17:54:41 +00:00
Jonathan Shook
c4b054a1e6
Merge pull request #130 from weideng1/master
fixed a number of bugs with docker-metrics on Mac
2020-05-01 12:45:29 -05:00
Wei Deng
bd5b3dfd4a fixed a number of bugs with docker-metrics on Mac, including file system permissions, and error handling logic when prom/grafana config files are wiped out unexpectedly 2020-05-01 11:43:36 -06:00
nb-droid
088e9314fa [maven-release-plugin] prepare for next development iteration 2020-05-01 00:02:07 +00:00