Merged
Conversation
added 30 commits
October 20, 2020 18:09
- add cassandra-model template - add cassandra-adapter template - add bulkAssociations for cassandra storageType
- add default-cassandra migrations folder - add cassandra codegen support to funks - chore: remove deprecated writeIndexAdapters
- add cassandra-migrations template - add cassandra-resolvers template - add cassandra-schemas template - add cassandra-fieldMutations template
chore: add generic fieldResolver include
- feat add cassandra-adapter and handling to ddm-model - feat: add cassandraRestrictions to DDM / ddm-adapter /ddm-schema
…eric storageHandler
- add models - remove vueTable from cassandra resolvers/schema
- remove arg_cassandra, use whereOptions instead - only translate cbp offset to cassandra if offset cursor is given
- fix local tests - add DDM tests (only one server)
feat: only query the database if fK Array is not empty
- require models for handling inverse association - fix template to add / remove correctly
feat: validations and patches for cassandra models/adapters
- model defs - integration tests
feat: add benignErrorReporter to readAllCursor/countRecords as argument (unused) feat: add include cursor functionality - remove unused 'tlt' operator - add 'tget' operator
feat: rename test files to '.test.'
… fKArray is empty
add shortcut access for MongoDb and Amazon S3/Minio
remove count query and add one to limit in readAllCursor for MongoDb add semicolons for MongoDb templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specification: https://app.gitbook.com/@zendro-dev/s/specifications/amazon-s3-minio-integration
Closes #180 #179