Commit Graph

882 Commits

Author SHA1 Message Date
Jonathan Shook
6acf753ff6
Merge pull request #142 from nosqlbench/refactor-sslksfactory
Refactor SSLKsFactory
2020-05-18 06:11:53 -05:00
Justin Chu
c99b609a59 Refactor SSLKsFactory
Use javax.net.ssl.SSLContext instead of Netty's SslContext
2020-05-16 17:33:20 -04:00
nb-droid
2ee74355bd [maven-release-plugin] prepare for next development iteration 2020-05-15 16:43:10 +00:00
nb-droid
6a60d2f0e9 [maven-release-plugin] prepare release nosqlbench-3.12.106 2020-05-15 16:43:02 +00:00
Jonathan Shook
44df9fe750 updated release notes 2020-05-15 11:32:37 -05:00
Jonathan Shook
52501f40fc support graal-js in nashorn compat mode 2020-05-15 11:26:32 -05:00
Jonathan Shook
9d0403a59f polyglot mode now does full type introspection 2020-05-15 11:26:24 -05:00
Jonathan Shook
ae8506ca3b incremental work on cql-d4 2020-05-15 11:26:18 -05:00
Jonathan Shook
302c3ca40f higher order functions now consider all possible matches without explicity input and output types 2020-05-15 10:46:09 -05:00
Jonathan Shook
5f63092edc misc AST cleanups 2020-05-15 10:45:54 -05:00
Jonathan Shook
087c0b800c release commit 2020-05-14 15:17:38 -05:00
Jonathan Shook
566de9e3ff Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-14 15:13:15 -05:00
Jonathan Shook
2d4bf8d0aa DateRangeFunc allows flexible signatures 2020-05-14 15:13:08 -05:00
Jonathan Shook
8cad441477 improve debugger view of virtdata AST 2020-05-14 15:13:02 -05:00
Jonathan Shook
2de8df4e13 incremental cql-d4 work 2020-05-14 15:12:57 -05:00
Jonathan Shook
7fb0eb8332 make cql-d4 optional via profile 2020-05-14 15:12:49 -05:00
Jonathan Shook
be16085663 organize virtdata entry points 2020-05-14 15:12:44 -05:00
Jonathan Shook
4f2b292945 remove extraneous build file 2020-05-14 15:12:25 -05:00
Jonathan Shook
6e74b5abe1 virtdata composer considers all arg type combinations 2020-05-14 15:12:19 -05:00
Jonathan Shook
2676eea576
Merge pull request #140 from nosqlbench/longflow-example
longflow example
2020-05-14 09:50:40 -05:00
Sebastián Estévez
526dc5de59
longflow example 2020-05-14 09:04:01 -04:00
nb-droid
47bd396447 [maven-release-plugin] prepare for next development iteration 2020-05-13 18:56:14 +00:00
nb-droid
9491262f7e [maven-release-plugin] prepare release nosqlbench-3.12.105 2020-05-13 18:56:07 +00:00
phact
7eb8021801 release 2020-05-13 14:44:38 -04:00
phact
7b61ee3a98 Don't swallow exception in VirtdataComposer 2020-05-13 14:43:51 -04:00
nb-droid
2e3fc5a044 [maven-release-plugin] prepare for next development iteration 2020-05-12 14:40:32 +00:00
nb-droid
022908861e [maven-release-plugin] prepare release nosqlbench-3.12.104 2020-05-12 14:40:25 +00:00
Jonathan Shook
bd6a02ce31 fix broken version on nb-annotations 2020-05-12 09:30:32 -05:00
Jonathan Shook
69bafacd67 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-12 09:22:42 -05:00
Jonathan Shook
495315a675 update release notes 2020-05-12 09:22:36 -05:00
Jonathan Shook
60fab5bb33 set lang level to 11 2020-05-12 09:22:11 -05:00
nb-droid
a6f2b5eca6 [maven-release-plugin] prepare for next development iteration 2020-05-11 19:26:25 +00:00
nb-droid
1c24d91bc8 [maven-release-plugin] prepare release nosqlbench-3.12.103 2020-05-11 19:26:18 +00:00
Jonathan Shook
bb113db756 updated release notes 2020-05-11 14:16:53 -05:00
Jonathan Shook
d4e2714531 fixed wrong dependency for shaded driver-cql 2020-05-11 14:16:17 -05:00
Jonathan Shook
04b839efaf updated release notes 2020-05-11 13:27:50 -05:00
Jonathan Shook
f3f38f622b shade google deps in driver-cql-shaded, replace driver-cql with driver-cql-shaded 2020-05-08 15:50:55 -05:00
Jonathan Shook
5ce026d9c8 Revert "BasicError handling, print don't throw"
This reverts commit 66a7190e
2020-05-08 14:05:49 -05:00
Jonathan Shook
88b291a5d5 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-08 14:04:53 -05:00
Jonathan Shook
53c37d1682 some design doc updates 2020-05-08 14:02:44 -05:00
Jonathan Shook
14afd98d47 incremental work on cqld4 2020-05-07 15:20:45 -05:00
Jonathan Shook
4278c79006 incremental work on markdown processing 2020-05-07 15:20:24 -05:00
Jonathan Shook
64871a153a
Merge pull request #137 from nosqlbench/better-error-handling
Better error handling
2020-05-07 15:06:13 -05:00
phact
66a7190e54 BasicError handling, print don't throw 2020-05-07 15:51:39 -04:00
phact
e2e75f4dc0 ErrorResponse enum check 2020-05-07 15:51:17 -04:00
nb-droid
a4b2a63957 [maven-release-plugin] prepare for next development iteration 2020-05-06 19:05:46 +00:00
nb-droid
697bee31d1 [maven-release-plugin] prepare release nosqlbench-3.12.102 2020-05-06 19:05:37 +00:00
Jonathan Shook
9c24a5608a releasenotes update 2020-05-06 13:55:52 -05:00
Jonathan Shook
127e89128d actions: when building release, build only release 2020-05-06 13:47:50 -05:00
Jonathan Shook
e2761006b4 updated release notes script 2020-05-06 13:32:45 -05:00