Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/docs #601

Merged
merged 9 commits into from Dec 24, 2016
Merged

Feature/docs #601

merged 9 commits into from Dec 24, 2016

Conversation

alexflav23
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 48e914e on feature/docs into ** on feature/2.0.0**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling a24a964 on feature/docs into ** on feature/2.0.0**.

@alexflav23 alexflav23 merged commit c75ea39 into feature/2.0.0 Dec 24, 2016
@alexflav23 alexflav23 deleted the feature/docs branch December 24, 2016 21:59
alexflav23 added a commit that referenced this pull request Dec 30, 2016
* Feature/macro column names (#564)

* Fixing small implementation error.

* Publishing intermediary releaes for 2.0.0

* Name change

* More renaming.

* More renaming.

* More name change

* Replacing names.

* One more error.

* Changing orgs.

* Adding thrift support

* Moving samples.

* Compiling

* Re-badging contributions page.

* TravisCI: Bumping version to match CI definition [ci skip]

* Publishing to target branch only

* Feature/copy update (#566)

* Updating the copyright to the right ocmpany name

* removing duplicate colelctiosn methods

* Fixing error in time window compaction strategy.

* Unifying API

* Small fix

* Adding a deployment setting to target the first pro release.

* Updating release target instead of dependencies repo

* Bumping util version

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/license (#569)

* Adding a license.

* More license updates.

* More licensing

* More licensing

* Rest of the license

* Spacing things better

* Updating badges and license content

* Fixing refs

* TravisCI: Bumping version to match CI definition [ci skip]

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/time window compaction (#580)

* Adding compaction options

* Finishing the additiom of options

* Finalising implementation of time window compaction.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/no key types (#583)

* Removing type parameters from labels

* Removing more Cassandra key types as they are not needed by the DSL

* Removing specialised implementations for enumerations.

* Using non nested type refs.

* Fixing type bounds and starting to add to the migration guide.

* Removing key types from everywhere

* Feature/cleanup (#584)

* Further small cleanup

* Adding a helper auxiliary.

* Adding missing test suite imeplemntation

* Adding unit tests

* Removing the duplicate description.

* Adding elements comparison to account for ordering

* Adding more of the missing tests.

* Fixing small missing bit

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/time window compaction (#586)

* Adding compaction options

* Finishing the additiom of options

* Finalising implementation of time window compaction.

* Adding the ability to set the timestamp resolution in TWCS

* Simplfying and adding more tests for serialising compaction strategies.

* Further simplifying tests

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/tuple macros (#578)

* Adding gettables by name and index.

* Adding term names to tuples

* Mapping tuple types.

* Fixing implementation of tuple types.

* OOps

* Adding more tests for a tuple column.

* Adding tests for nested tuples.

* Adding ability for primitives to freeze columns.

* Renaming Cassandra operations and removing shapeless based extractors.

* Fixing tuple type inside collections.

* Adding simple debugging.

* Small indentation fix

* Small unrelated style change

* More styling

* Fixed support of collection type tuple columns

* Small fix and adding more adopters [ci skip]

* fixing potentially flaky test by compensating for the time skew (#590)

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/type tree caches (#591)

* Small fixes for codacy reviews

* Small codacy review items

* Small spacing

* Adding a trie map caching layer for macro materialized primitives.

* removing reference tothe eold name

* Adding map primitive caching with the correct method call

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/from row macro (#592)

* Trying to add macro tree expansion guards for fromRows that won't compile

* Adding a type alias to prevent compilations from breaking

* Manual merge of fix

* Adding macro inference

* More work to bullet rpoof macro

* Further upgrade work to macroapi

* Removing manual fromRow method definitions.

* Fixing a small error

* Adding a small docs mention

* Removing unecessary abstract

* Moving table key inference to compile time

* Fixing macro implementation problem

* Fixing Macro api

* Finalising implementation of fromRow derived macro

* Fixing more implementation details.

* Adding a way to discover reference table

* Fixing macro discovery of columns.

* Small change

* Fixing one method generation

* Further simplification

* Trying to fix database instantiation problem

* Further restructuring table name expansion.

* Removing all the bad compiler time casts

* TravisCI: Bumping version to match CI definition [ci skip]

* Merging in all remote changes

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding the ability to map records lazily and paginate them (#572)

* Adding the ability to map records lazily and paginate them

* Fixing compilation errors.

* Adding logging configuration

* Fixed type on provider instance variable (#581)

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding a 2.0 roadmap description [ci skip]

* Adding more details about 2.0.0 release [ci skip]

* Add support for Jdk8 LocalDateTime (#593)

* TravisCI: Bumping version to match CI definition [ci skip]

* Updating version to correct setup of 1.29.5 [ci skip] (#594)

* Adding missing comment

* Removing snapshot resolver

* Reverting macro changeset accidentally leaked (#596)

* Removing macros, re-adding correct dep, removing custom resolver.

* Small adjustments

* Fixing the 2 broken tests.

* Fixing generators

* Fixing compilation error

* Adding table name variabe to prevent issues

* Adding an error handler.

* Adding a dual variant test

* Adding more safe guards

* Using macro type comparison symbol instead of equality checking

* Removing redundant conversions

* Fixing indenation [ci skip]

* Feature/scala 2.12 (#598)

* Preparing 2.12 build

* Adding Scala 2.12 build setup

* Adding Scala 2.12 JSON serialisaton support

* Fixing serialisation tests.

* Adding 2.12 compatible scalacOptions

* Fixing phantom build for 2.12

* Fixing the basic ocmmand used to publish the 2.12 version

* Changing import to fix testing

* Using different version of twitter util

* Removing test arguments as they break Scala 2.12

* Adding a different execution command

* Running setup for scala 2.11.8 instead

* Trying command alias

* Renaming module and adding a compatibility table

* Fixing small markdown issue [ci skip]

* Bumping deps to fix JDK7 issue with util-testing bringing in wrong version of Twitter uti

* Bumping the version

* Changing test runner to 2.11.8 only

* Adding README update and resolving conflict.

* Reverting accidental changes back

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/docs (#601)

* Adding a docs folder.

* Adding more docs

* Updating the readme

* Fixing the module compatibility table.

* Removing more manually implemented fromRow definitions

* Simplifying implementation again

* Further fixes to docs

* Adding tests for the macro generating table tests

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/autogen store (#604)

* Macro generating a store method

* Using a hard type to extract name information at the same time as type info

* Adding ability to generate extractors for partially matched column subsets

* Simplifying type tree printing

* Changing method name and adding mocks

* Moving definition of classes outside of test to prevent scope for intefering

* Changing tes

* Adding an Artima plugin

* Removing offending plugin

* Improving compile time logging information.
alexflav23 added a commit that referenced this pull request Feb 14, 2017
* Fixing autocreate override. Disabling pushes to master from develop in CI. Adding support for prepared inserts.

* Feature/keyspace query (#527)

* Fixing the Travis build by removing explicit sonatype plugin dep.

* Spacing out build

* Small fix.

* Making executable statements visible.

* Adding a database implementation.

* Adding operator support.

* Bumping version of artefacts.

* Adding the ability to skip keyspace initialisation.

* Adding ordering tests and getting rid of ScalaTest.

* Adding tests for updates.

* Fixing codacy comment.

* Allowing users to specify keyspace creation queries.

* Trying to improve flaky tests.

* fixing table name

* Fixing table creation.

* Replacing reference

* Using partition key unicity to avoid truncation.

* Adding a ScalaDoc badge.

* Feature/optional setters (#529)

* Adding  operator.

* Manually bumping version.

* Adding a fix for pushing version changes to github.

* Bumpign set part version.

* TravisCI: Bumping version to match CI definition [ci skip]

* Updating Bintray badge [ci skip]

* Fixing image badge for Bintray [ci skip]

* Feature/delete timestamp (#530)

* Enabling now operator support

* ADding overload for keyspace

* Adding ability to specify custom delete timestamps.

* Adding now operator tests.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/select json (#532)

* Adding JSON selection.

* Spacing tokens and adding support for JSON selection.

* Adding the ability to extract JSON columns.

* Adding tests for selecting JSON.

* Adding the right versions.

* Removing Cassandra lift parsers.

* Adding more fine-grained version checking.

* Oops

* Fixing test errors.

* Fixing post fix syntax.

* Fixing final match.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/timestamp (#535)

* Adding timestamp.

* Adding tests for timestamp serialisation.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/big decimal parsers (#536)

* Adding tests for parsing a big decimal from a map column.

* Adding retrieval tests for maps of non primitive types.

* Adding tests for updating scala primitive maps.

* Removing usage of DateTime now.

* Ignoring tests that are not designed to work

* Restricting type signature on timestamp method.

* Fixing timestamp based test for update queries.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/styling (#537)

* Implementing codacy feedback.

* Adding automated publishing to Maven Central.

* TravisCI: Bumping version to match CI definition [ci skip]

* Testing publishing and fixing bintry reference. (#538)

* TravisCI: Bumping version to match CI definition [ci skip]

* Scoping passphrase (#539)

* Scoping passphrase

* Replacing mutable logic in reaective streams test.

* TravisCI: Bumping version to match CI definition [ci skip]

* Fixing passphrase (#541)

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding tests for deleting records using a timestamp. (#542)

* Enabling now operator support

* ADding overload for keyspace

* Adding ability to specify custom delete timestamps.

* Adding now operator tests.

* Adding tests for deleting records using a timestamp.

* Trying to fix consistency level query

* Using ProtocolVersion.V2 as reference point for moving to protocol level consistency.

* Fixing condition in tests.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/uniform prepared statements (#545)

* Adding the ability to use same method name.

* Adding standardised and/where methods throughout

* Fixing naming of prepared update query methods.

* TravisCI: Bumping version to match CI definition [ci skip]

* JsonMapColumn added (#547)

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/keyspace query builder (#550)

* Adding keyspace query serialization.

* Dealing with more codacy feedback. Adding keyspace serializer imports.

* Small cleanup

* Spacing out type aliases.

* Removing duplication from the implementation.

* Fixing the padding and spacing of alter queries.

* Fixing tests for alter queries.

* Cleanup

* Using lowercase letter.s

* Spacing

* Moving all query building things to the right place.

* Correcting the setup of all cache properties.,

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding if exists support for delete queries. (#553)

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/derived extractors (#558)

* Adding automated extractors for phantom columns.

* Small cleanup work to fix Codacy issues.

* Grouping imports together.

* Changing error to more meaningful

* Small cleanup

* Deprecating container tests.

* aligning extractors.

* Downgrading util version to one that actually exists

* Fixing the serialisation. of alter queries.

* Fixing implementation.

* Small cleanup.

* Stage 1.

* Adding a simple comparison

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Update comparison.md

* Upgrading play and scrooge versions. Updating enums

* Upgrading comparison.

* Adding a comparison.

* Re-adding reflection hlepers to fix the compiatin issue.

* Trying to fix caching setup.

* Fixing the cache property tests.

* Fixing play version.

* Fixing the version of play streams.

* Downgrading the version of scrooge, will deal with issues later on.

* Removing offending line.

* Even more memory to fork

* Changing to old infrastrucutre.

* Trying to fix SBT opts

* Removing one dependency.

* adding entries indexing.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/macro primitives (#554)

* Fixing merge conflict with develop branch.

* Adding the keyspace serializer and merge with teh deveop branch

* Adding implicit macros for automated generation of compound primitives

* Adding context.

* Adding macro compat bundles

* Using macro compat

* Adding a whitebox macro to make the user provide implicits for scala 2.10

* Trying to work around 2.10 compilation issues.

* Adding implementation for the missing primitivies.

* A working version.

* One last error

* Fixing primitive macros for enums.

* Removing commented out code.

* Bumping util lib version

* Util bump

* Removing more boilerplate. Fixing ordering test.

* Small fixes.

* Increasing timeouts.

* Fixing more dates.

* Using references to pre-materialised primitives instead of macro gen.

* More cleanup

* Further build cleanup.

* Git mergers from hell.

* Simplifying the implementation using a match statement.

* Simplfyimg

* trying to fix serialisation

* Re-writing table options.

* Fixing create query builder options.

* Fixing query builder.

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding setIfDefined support for non optional columns. Fixing serialis… (#560)

* Adding setIfDefined support for non optional columns. Fixing serialisation bug with setIfDefined.

* Downgrading diesel on this branch, upgrade happening on different one.

* Removing bad dep

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/collection primitives (#561)

* Adding support for collection primitives.

* Implementing macro expansion of collection types.

* Small cleanup and docs.

* Adding more complex primitives.

* Adding the ability to freeze columns.

* Simplifying

* ADding tests for the list primitive.

* Fixing support for frozen primaries.

* Adding more collection columns to test.

* Bumping to snapshot

* Changing to snapshot

* Trying to fix Java conflict on JDK 7

* Downgrading Play streams for JDK 7

* Adjusting Akka version.

* Fixing the version of play

* Late night fun

* More fiddling trying to find the correct deps.

* Adding a database provider trait.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/macro derived extractors (#563)

* Adding automated extractors for phantom columns.

* Small cleanup work to fix Codacy issues.

* Grouping imports together.

* Changing error to more meaningful

* Small cleanup

* Deprecating container tests.

* aligning extractors.

* Downgrading util version to one that actually exists

* Fixing the serialisation. of alter queries.

* Fixing implementation.

* Small cleanup.

* Stage 1.

* Bumping util version.

* Bumping versions

* Adding columns

* Merging in remote updates

* Checking in table helper macro

* Adding implicit macros instead of reflection

* Further implementing macro based API.

* Removing obsolete file

* Removing shared object.

* Using trees instead of wrapping in expressions.

* Implementing macro based helpers.

* All compiling

* Pushing to run code in travis

* Using simpler API to filter inner types.

* Building 2.0.0 branch in the interim.

* Restoring previous version of API.

* figuring out the appropiate way to retrieve names

* Small tweak to name inference.

* Adding manual lower-casing of fields.

* Small fixes to tests.

* Fixing method name based on codacy feedbkac.

* Trying to fix db issue.

* Narrowing table cast and implementing it at macro level to identity correct supertype to cast to

* Removing samplers until they are ready ot be used for Scala 2.11

* Fixing sampler compilation issues

* Merging in minor clea up workj

* Using deprecated method to ensure backwrds compat

* TravisCI: Bumping version to match CI definition [ci skip]

* Fixed type on provider instance variable (#581)

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding a 2.0 roadmap description [ci skip]

* Adding more details about 2.0.0 release [ci skip]

* Add support for Jdk8 LocalDateTime (#593)

* TravisCI: Bumping version to match CI definition [ci skip]

* Updating version to correct setup of 1.29.5 [ci skip] (#594)

* Reverting macro changeset accidentally leaked (#596)

* Removing macros, re-adding correct dep, removing custom resolver.

* Small adjustments

* Fixing the 2 broken tests.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/2.0.0 (#576)

* Feature/macro column names (#564)

* Fixing small implementation error.

* Publishing intermediary releaes for 2.0.0

* Name change

* More renaming.

* More renaming.

* More name change

* Replacing names.

* One more error.

* Changing orgs.

* Adding thrift support

* Moving samples.

* Compiling

* Re-badging contributions page.

* TravisCI: Bumping version to match CI definition [ci skip]

* Publishing to target branch only

* Feature/copy update (#566)

* Updating the copyright to the right ocmpany name

* removing duplicate colelctiosn methods

* Fixing error in time window compaction strategy.

* Unifying API

* Small fix

* Adding a deployment setting to target the first pro release.

* Updating release target instead of dependencies repo

* Bumping util version

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/license (#569)

* Adding a license.

* More license updates.

* More licensing

* More licensing

* Rest of the license

* Spacing things better

* Updating badges and license content

* Fixing refs

* TravisCI: Bumping version to match CI definition [ci skip]

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/time window compaction (#580)

* Adding compaction options

* Finishing the additiom of options

* Finalising implementation of time window compaction.

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/no key types (#583)

* Removing type parameters from labels

* Removing more Cassandra key types as they are not needed by the DSL

* Removing specialised implementations for enumerations.

* Using non nested type refs.

* Fixing type bounds and starting to add to the migration guide.

* Removing key types from everywhere

* Feature/cleanup (#584)

* Further small cleanup

* Adding a helper auxiliary.

* Adding missing test suite imeplemntation

* Adding unit tests

* Removing the duplicate description.

* Adding elements comparison to account for ordering

* Adding more of the missing tests.

* Fixing small missing bit

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/time window compaction (#586)

* Adding compaction options

* Finishing the additiom of options

* Finalising implementation of time window compaction.

* Adding the ability to set the timestamp resolution in TWCS

* Simplfying and adding more tests for serialising compaction strategies.

* Further simplifying tests

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/tuple macros (#578)

* Adding gettables by name and index.

* Adding term names to tuples

* Mapping tuple types.

* Fixing implementation of tuple types.

* OOps

* Adding more tests for a tuple column.

* Adding tests for nested tuples.

* Adding ability for primitives to freeze columns.

* Renaming Cassandra operations and removing shapeless based extractors.

* Fixing tuple type inside collections.

* Adding simple debugging.

* Small indentation fix

* Small unrelated style change

* More styling

* Fixed support of collection type tuple columns

* Small fix and adding more adopters [ci skip]

* fixing potentially flaky test by compensating for the time skew (#590)

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/type tree caches (#591)

* Small fixes for codacy reviews

* Small codacy review items

* Small spacing

* Adding a trie map caching layer for macro materialized primitives.

* removing reference tothe eold name

* Adding map primitive caching with the correct method call

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/from row macro (#592)

* Trying to add macro tree expansion guards for fromRows that won't compile

* Adding a type alias to prevent compilations from breaking

* Manual merge of fix

* Adding macro inference

* More work to bullet rpoof macro

* Further upgrade work to macroapi

* Removing manual fromRow method definitions.

* Fixing a small error

* Adding a small docs mention

* Removing unecessary abstract

* Moving table key inference to compile time

* Fixing macro implementation problem

* Fixing Macro api

* Finalising implementation of fromRow derived macro

* Fixing more implementation details.

* Adding a way to discover reference table

* Fixing macro discovery of columns.

* Small change

* Fixing one method generation

* Further simplification

* Trying to fix database instantiation problem

* Further restructuring table name expansion.

* Removing all the bad compiler time casts

* TravisCI: Bumping version to match CI definition [ci skip]

* Merging in all remote changes

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding the ability to map records lazily and paginate them (#572)

* Adding the ability to map records lazily and paginate them

* Fixing compilation errors.

* Adding logging configuration

* Fixed type on provider instance variable (#581)

* TravisCI: Bumping version to match CI definition [ci skip]

* Adding a 2.0 roadmap description [ci skip]

* Adding more details about 2.0.0 release [ci skip]

* Add support for Jdk8 LocalDateTime (#593)

* TravisCI: Bumping version to match CI definition [ci skip]

* Updating version to correct setup of 1.29.5 [ci skip] (#594)

* Adding missing comment

* Removing snapshot resolver

* Reverting macro changeset accidentally leaked (#596)

* Removing macros, re-adding correct dep, removing custom resolver.

* Small adjustments

* Fixing the 2 broken tests.

* Fixing generators

* Fixing compilation error

* Adding table name variabe to prevent issues

* Adding an error handler.

* Adding a dual variant test

* Adding more safe guards

* Using macro type comparison symbol instead of equality checking

* Removing redundant conversions

* Fixing indenation [ci skip]

* Feature/scala 2.12 (#598)

* Preparing 2.12 build

* Adding Scala 2.12 build setup

* Adding Scala 2.12 JSON serialisaton support

* Fixing serialisation tests.

* Adding 2.12 compatible scalacOptions

* Fixing phantom build for 2.12

* Fixing the basic ocmmand used to publish the 2.12 version

* Changing import to fix testing

* Using different version of twitter util

* Removing test arguments as they break Scala 2.12

* Adding a different execution command

* Running setup for scala 2.11.8 instead

* Trying command alias

* Renaming module and adding a compatibility table

* Fixing small markdown issue [ci skip]

* Bumping deps to fix JDK7 issue with util-testing bringing in wrong version of Twitter uti

* Bumping the version

* Changing test runner to 2.11.8 only

* Adding README update and resolving conflict.

* Reverting accidental changes back

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/docs (#601)

* Adding a docs folder.

* Adding more docs

* Updating the readme

* Fixing the module compatibility table.

* Removing more manually implemented fromRow definitions

* Simplifying implementation again

* Further fixes to docs

* Adding tests for the macro generating table tests

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/autogen store (#604)

* Macro generating a store method

* Using a hard type to extract name information at the same time as type info

* Adding ability to generate extractors for partially matched column subsets

* Simplifying type tree printing

* Changing method name and adding mocks

* Moving definition of classes outside of test to prevent scope for intefering

* Changing tes

* Adding an Artima plugin

* Removing offending plugin

* Improving compile time logging information.

* Updating readme to reflect new version (#605)

* Updating readme to reflect new version

* Using the predicate to check the generation logic

* removing the opensource resolver

* Changing back to normal conditions for triggering a release. Removing version bump Git push if version was not bumped [version skip]

* Correcting spelling mistake [ci skip]

* Feature/tuple extractors (#606)

* Extract record members

* Small changeset

* Adding print information for tuple extractors

* Adding overloaded apply methods to streamline producing the record tpye list.

* Removing more manual from row definitions

* Small changes to address compilation issues

* Adding types, using default methods

* More minor cleanup work

* More branding updates

* Adding tests for macro inferred tuple arguments

* Re-using shared module structure and removing duplicate code

* Fixing missing import issue

* Fixing value method

* Removing more dead code

* Addressing codacy feedback

* Feature/partial tests (#609)

* Small docs upgrade

* Adding wide row tests to cover partial selects

* Adding explicit types for public members

* Fixing docs

* removing underscore aliases

* Moving partial tests to the correct location

* Adjusting implicit evidence

* Attempting to add length evidence

* Bumping util version

* Adding missing partial select tests

* Completing th sequence of partial tests

* Renaming the entire package properly to complement the module rename

* Fixing more issues to do with timeuuid generation

* Fixing tuple generation.

* Commenting out offending linegit statius

* Adding a set of type alises for custom columns

* Fixing dates mismatch due to automated generation.

* OOps

* Removing the last field of a wide row.

* Fixing generation of time object

* Correcting a simple typo [ci skip]

* Feature/more test coverage (#610)

* Improving the test coverage

* Checking in batch query test fix

* Building documentation for primitives

* Feature/test cov (#611)

* Cleaning up the branch

* Showing correct travis branch

* Fixing the version skipping mechanism

* Bumping the version of Cassandra in use

* Adding more potential time offset

* Changing Cassandra version

* Adding a Cassandra version guard

* Reverting to correct setup for C3.0 v C2.0 variations

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/fix_pagination (#612)

* Adding tests for renaming columns

* Adding serialization tests for alter additions

* Implementing list pagination

* Adding truncation

* Adding pagination tests

* Adding a readme update

* Cleaning up the implementation of timeuuid test records to prevent race conditions

* Adding order iterator tests

* Adding pagination that can deal explicitly with collections

* Adding better docs for select queries

* TravisCI: Bumping version to match CI definition [ci skip]

* Feature/offsets (#615)

* Replacing the implementation of offset datetime primitive

* Documenting how the table name is inferred

* Bumping the version [version skip]

* Changing docs

* Feature/offsets (#617)

* Replacing the implementation of offset datetime primitive

* Documenting how the table name is inferred

* Bumping the version [version skip]

* Changing docs

* Adding adopter logos

* Fixing more from the adopters section

* Adding the ability to bind prepared limits

* Removing direct reference.

* Feature/migration docs (#619)

* Moving the migration guide to a docs folder

* Adding pro subscription modules to docs

* More docs improvements

* Fixing link

* Fixing support for object enumerations

* TravisCI: Bumping version to match CI definition [ci skip]

* Removing the implicit keyspace (#621)

* Removing the implicit keyspace

* Removing all keyspace definitions fromwhere theywere not necessary.

* TravisCI: Bumping version to match CI definition [ci skip]

* Preserving ordering gurantess (#626)

* TravisCI: Bumping version to match CI definition [ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants