Commit Graph

902 Commits

Author SHA1 Message Date
Jonathan Shook
5862b6adae Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-19 17:02:14 -05:00
phact
ecfdcdeef2 Release 2020-05-19 17:39:40 -04:00
Sebastián Estévez
03a1ac88d9
Merge pull request #144 from nosqlbench/http-script-plugin
http plugin for scripts
2020-05-19 17:38:52 -04:00
phact
de6c6b368f return types 2020-05-19 17:37:56 -04:00
Jonathan Shook
514d9f0478 some improvements to cqld4 docs 2020-05-19 13:42:13 -05:00
Jonathan Shook
ae7e5a376f partial work on cqld4 2020-05-19 13:42:07 -05:00
Jonathan Shook
4539daf56f rename clusterid to sessionid 2020-05-19 13:41:58 -05:00
Jonathan Shook
63b203bc3e fix stability test with correct data 2020-05-19 13:41:49 -05:00
Jonathan Shook
966b434fad fix nesting error in combinations logic 2020-05-19 13:41:44 -05:00
Jonathan Shook
2d1263e3a2 add doc link 2020-05-19 13:41:37 -05:00
Jonathan Shook
6022a1862f
Merge pull request #143 from weideng1/master
fixed a docker-metrics bug so grafana can see prom container by default
2020-05-19 13:36:17 -05:00
Wei Deng
442b5cbb28 fixed a docker-metrics bug that prevents grafana started by --docker-metrics on a Linux server from accessing prometheus in another docker container 2020-05-19 09:21:16 -06:00
phact
3b6b88f9a5 overload post for null payload & no content type 2020-05-18 15:59:29 -04:00
phact
39d6c50a03 http plugin for scripts 2020-05-18 15:52:46 -04:00
Jonathan Shook
2d27902de1 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-05-18 10:19:31 -05:00
Jonathan Shook
93644b76fc partial progress on cql-d4 2020-05-18 10:19:20 -05:00
phact
b3c185c88f Merge branch 'csv-empty-line' 2020-05-18 10:59:12 -04:00
phact
7c6e720a1c Merge branch 'master' into csv-empty-line 2020-05-18 10:58:46 -04:00
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
phact
918d0c7939 Don't swallow exception in VirtdataComposer 2020-05-13 14:42:34 -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