-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more intuitive naming for events/logging stuff * formatting + timestamps for log messages * dropIndex ifExists * sourceModel * createindex options resturcuting * split filter & update types * remove cql from datatypes names * timeout for cursor.toArray() & coll.distinct() * added class names for admin event name sourcse * remove "spawn" from spawn type names
- Loading branch information
Showing
84 changed files
with
1,848 additions
and
1,527 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
09d1d66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nitpick: I dislike using
nameOnly
as a client-side override for theexplain
option. I understand thatnameOnly
is a bit more semantic. But I think it is more important that client option names match server option names, so developers that are used to either working with the HTTP API directly or with other clients can more easily jump into code that uses astra-db-ts.