forked from cult-of-coders/grapher
-
Notifications
You must be signed in to change notification settings - Fork 0
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
MR grapher -> wethics #1
Merged
Merged
Conversation
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 result value can not only be undefined, but also null sometimes. This simple fix prevents grapher from having really deep crashes.
It is called in storeHypernovaResults, right after.
The wording of the error messages being thrown is for single links, not many links.
Inspired by meteor's findOne
This updates packages and dependency resolutions to be compatible with Meteor 2.3, with the exception of this chain: `[email protected] <- lai:collection-extensions 0.2.1_1 <- dburles:mongo-collection-instances 0.3.5 <- cultofcoders:grapher 1.3.19`
Dependencies & version resolution for Meteor 2.3
- note that sift was quite a few versions back and includes breaking changes, should this be version bumped because of this?
Omit $expr operator from projected field names
Improve fetchOne to only return 1 result
fix: add support for input types to `getArgs`
Fix global exposure function body usage
Corrects error messages thrown by linkMany
updated package.js, updated packages, fixed broken tests
Update travis tests to Meteor 1.8.2
fixed client tests due to _docs being an instance of map
This reverts commit a53906e.
Grapher 1.4
Publications can wait on other publications, which you should be able to turn off. The way this is done is inspired from here: Meteor-Community-Packages/meteor-publish-composite#48
Fix reactive counters when filtering on dates
Fix for storeOneResults when handling already processed results
…results-error Revert "Fix for storeOneResults when handling already processed results"
…ore-one-results-error" This reverts commit 2ce08f0.
Remove unnecessary applyProps call
Grapher v1.4.1
Allow unblocking recursive publications
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.
No description provided.