Commit Graph

421 Commits

Author SHA1 Message Date
phact
93a1ecbf41 worlkoad templates parsing bug fix 2020-03-23 17:16:31 -04:00
phact
3d95bf38ab some fixes 2020-03-23 16:25:43 -04:00
phact
bb98ed860d Merge branch 'master' of github.com:nosqlbench/nosqlbench 2020-03-23 14:06:08 -04:00
Jonathan Shook
1f084daa10 script updates, content updates 2020-03-23 13:05:35 -05:00
phact
322dc5f4b7 Merge branch 'master' of github.com:nosqlbench/nosqlbench 2020-03-23 13:17:26 -04:00
phact
32a8273372 spacing 2020-03-23 13:17:22 -04:00
Jonathan Shook
59bfae6743 updated DOWNLOADS.md link 2020-03-23 11:46:56 -05:00
Jonathan Shook
bc79604223 make nb.jar-version canonical in maven, link nb.jar for other use 2020-03-23 11:42:33 -05:00
Jonathan Shook
8bb338b242 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-03-23 09:06:29 -05:00
Jonathan Shook
eea7e6a2c6 doc updates 2020-03-23 09:06:23 -05:00
Sebastián Estévez
5c4def9b59
Merge pull request #88 from nosqlbench/issue-77
[issue-77] build-nb-appimage should happen only on linux
2020-03-20 15:23:05 -04:00
Sebastián Estévez
ab2289c458
Merge pull request #89 from nosqlbench/issue-87
Issue 87
2020-03-20 15:10:55 -04:00
phact
9af4cf62a3 Merge branch 'issue-87' of github.com:nosqlbench/nosqlbench into issue-87 2020-03-20 14:53:42 -04:00
phact
efe77b220f yaml -> workload & type -> driver synonyms + docs 2020-03-20 14:53:38 -04:00
Jonathan Shook
3a809bd88f moved driver parameter to cqldriver to make room 2020-03-20 12:06:47 -05:00
Jonathan Shook
0622f31344 removed old file 2020-03-20 11:26:30 -05:00
Jonathan Shook
1f50f6e5e9 enable package phase auto-merge of topics.md 2020-03-20 11:25:54 -05:00
Jonathan Shook
7db5e7fcf6 enable package phase auto-merge of topics.md 2020-03-20 11:25:14 -05:00
phact
18880af559 topics.md in each module + yaml / workload synonym 2020-03-20 12:15:08 -04:00
Alex Ott
062b5baa05 [issue-77] build-nb-appimage should happen only on linux
this fixes #77
2020-03-20 16:38:45 +01:00
phact
9c8dfb33a7 fix nbcli test 2020-03-20 10:37:39 -04:00
Jonathan Shook
c88d3c1c8f
Merge pull request #86 from nosqlbench/issue-84
Issue 84
2020-03-20 09:08:14 -05:00
phact
3df4aa6eac rename unit tests for clarity 2020-03-20 09:35:28 -04:00
Sebastián Estévez
8340c3e18b
Merge branch 'master' into issue-84 2020-03-20 09:28:31 -04:00
phact
3f424e6604 temlpate parameters and unit test fixes 2020-03-19 18:19:50 -04:00
Jonathan Shook
650f227ef0 updated actions for master 2020-03-19 13:13:17 -05:00
nb-droid
9e3bd5bfca merged up post-release dev versions 2020-03-19 12:21:56 -05:00
Jonathan Shook
ee1c779fee app updates 2020-03-19 10:18:53 -05:00
Jonathan Shook
c778a2de07 Merge branch 'master' of https://github.com/nosqlbench/nosqlbench 2020-03-19 10:14:12 -05:00
Jonathan Shook
0a5f9ca975
Merge pull request #85 from nosqlbench/use-java-12
use Java 12 everywhere
2020-03-19 08:01:56 -05:00
Alex Ott
0b9b243e62 use Java 12 everywhere
the `docsys` module did use Java 12 for it, while the rest was compiled for Java 11.  As
we're packing with Java 12 anyway, let switch to it for everything.
2020-03-19 12:26:54 +01:00
phact
8fed366836 package-lock.json 2020-03-18 20:08:46 -04:00
phact
966daf1fb8 --list-workloads, templating bug, unit tests 2020-03-18 20:08:19 -04:00
phact
13972ea50c mv baselines and update docs 2020-03-18 20:07:19 -04:00
phact
817f7f6d82 ui update 2020-03-18 20:06:39 -04:00
Jonathan Shook
d9fbd3bdde merge AUTOMATION.md into BUILDING.md 2020-03-18 12:40:35 -05:00
Sebastián Estévez
e026e993c6
Merge pull request #81 from nosqlbench/issue-79
nosqlbench-79 Add tests for ratio 0 - fixed bug
2020-03-18 13:29:21 -04:00
Jonathan Shook
06ad034a6a nosqlbench-79 Add tests for ratio 0 - fixed bug 2020-03-18 12:22:03 -05:00
Jonathan Shook
81682d70c1
Merge pull request #78 from nosqlbench/issue-64
[issue-64] Rework specification of the dependency versions
2020-03-18 08:55:37 -05:00
Alex Ott
44af1e22dd [issue-64] Rework specification of the dependency versions
This changes how we specify versions for dependencies, and plugins: - all versions are now
listed in `dependencyManagement` and `pluginManagement` sections in the
`mvn-defaults/pom.xml`.  Usage of dependencies and plugins should be done without explicit
`version` tag.

Also:

* unified discrepancies between versions of plugins and dependencies
* bumped versions for commons-codec, commons-csv, commons-compress, docker-java

this fixes #64
2020-03-18 12:13:44 +01:00
Jonathan Shook
4b8e0d4504
Update README.md 2020-03-17 15:09:37 -05:00
Jonathan Shook
9b21c3b7b9 doc updates and build fixes 2020-03-17 14:40:50 -05:00
Jonathan Shook
6138438f51 updated missing NBCLIOptions 2020-03-17 14:33:45 -05:00
Jonathan Shook
659921df9b Merge branch 'issue-67' 2020-03-17 14:32:08 -05:00
Jonathan Shook
f249a438be Merge branch 'master' into releases 2020-03-17 12:47:59 -05:00
Jonathan Shook
d62df660f6 replacing missing appimage files 2020-03-17 12:44:31 -05:00
Jonathan Shook
b79acc0721 Merge branch 'issue-67' 2020-03-17 12:32:37 -05:00
Jonathan Shook
af99ae88c2 Merge branch 'master' into issue-67 2020-03-17 12:32:24 -05:00
phact
b216bc3164 error for unknown scenario, handling of TEMPLATE and <<>> variables in run scripts in the yaml 2020-03-17 12:50:24 -04:00
nb-droid
c296822c44 [maven-release-plugin] prepare for next development iteration 2020-03-17 16:47:05 +00:00