v0.9.0
Changelog
6444133 - read schema from json file - support multiple tables in keyspace
1969d0a Add configuration for goreleaser
77c9541 Docker launcher
9a9107b Gemini v0.9.0
819f30f Improve 'Getting Started' documentation
5352db3 Initial commit
45dc6ea Merge "concurrency and results collection" from Larisa
763fc27 Merge 'Complete primitive types support' from Henrik
f4c1eaf Merge 'Docker launcher' from Pekka and Henrik
c6b421f Merge 'Schema generation support' from Pekka
6b62ff1 Merge 'build: goimports applied to entire code base' from Henrik
c81f967 Merge 'build: make gemini use Go modules' from Henrik
9263e77 Merge 'gemini: Progress indicator' from Pekka
2bfd062 Merge 'gemini: duration limit' from Henrik
46a9dde Merge 'gemini: isolating status reporting to local spinner goroutine to avoid race' from Henrik
387d9d2 Merge 'schema: Single secondary index queries supported' from Henrik
7309af4 Merge pull request #2 from scylladb/mode_options
ed14bab Merge pull request #20 from scylladb/hj/using_more_types
14989fd Merge pull request #21 from scylladb/hj/using_more_types
ad7422f Merge pull request #22 from scylladb/upgrade_scylla
d72b2c3 Merge pull request #23 from scylladb/cmdline
2439a07 Merge pull request #28 from scylladb/silent_compilation_failure
4fcdabe Merge pull request #29 from scylladb/more_types_for_ranges
9417aff Merge pull request #3 from scylladb/delete_rows
b53321e Merge pull request #32 from scylladb/changelog
3941c92 Merge pull request #33 from scylladb/using_scylla_driver
79b761e Merge pull request #37 from scylladb/invalid_range_queries
5ab4b1f Merge pull request #44 from scylladb/int-partition-keys
329d790 Merge pull request #52 from scylladb/stop-launcher-on-error
52505d1 Reorganize source code
ecb3fe2 Schema management and random ops
8a29375 Start a changelog
eb293a7 Switch to prepared statements
f708b6c added mode option: write/read/mixed
be07e94 build: goimports applied to entire code base
b3adfec build: make gemini use Go modules
98c814e cmd/gemini: Seed command line parameter
f5b638f concurrency and results collection
238ce3b delete rows, fail-fast option, intermediate results print
3f966bb docker: some startup resilience to avoid duplicate instance attempts
00cd80a docker: upgrade scylla to 3.0.3
da68ef5 docker: using docker-compose to launch oracle and test instances
a071d04 driver: Switched to downstream scylla/gocql fork.
7853d2b gemini-launcher: Let user pass command line arguments
6af0c9a gemini-launcher: Stop execution on error
73931af gemini: Add '--drop-schema' command line option
bd4f742 gemini: Progress indicator
37d01ad gemini: duration limit
aca52d6 gemini: isolating status reporting to local spinner goroutine to avoid race
602a08d launcher: exiting in case there is a compilation error
517db39 queries: MultiplePartitionQuery fixed, ClusteringRangeQueryComplex changed
a14ac2f schema: Add more variations to check operations
fae8ad9 schema: Add support for clustering key columns
6008ebc schema: Added the remaining primitive types
13d308e schema: Clustering keys can now have the same types as partition keys.
14632d2 schema: Fix error handling in generateValue
d7a2d90 schema: Generate more structured queries
305ac63 schema: More partition key types
7586d2a schema: Rename generateValue to genValue
0f8e0dc schema: Restrict partition key type to int
0d9b1fc schema: Schema generation
c458b61 schema: Separate value range generation to genValueRange
efd7d83 schema: Single secondary index queries supported.
4ec328f schema: Sort results by partition keys in multi-partition tests
a2e874c schema: Testing data gen functions.
04c0a00 schema: correctly filtering and sorting on clustering columns.
57e8ee5 schema: not using "date" as a type yet
57e7951 session: Increase timeout to 5 seconds
5daad67 support more data types