-
Notifications
You must be signed in to change notification settings - Fork 130
Comparing changes
Open a pull request
base repository: nylas/nylas-ruby
base: v1.3.0
head repository: nylas/nylas-ruby
compare: v2.0.0
- 19 commits
- 20 files changed
- 4 contributors
Commits on Dec 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for abb7f90 - Browse repository at this point
Copy the full SHA abb7f90View commit details
Commits on Dec 18, 2015
-
Remove get cursor as generate cursor is deprecated
Summary: Removes get_cursor method and tests Test Plan: - run specs - run system tests Reviewers: khamidou Reviewed By: khamidou Subscribers: mg, spang Differential Revision: https://phab.nylas.com/D2360
Configuration menu - View commit details
-
Copy full SHA for 6d205f2 - Browse repository at this point
Copy the full SHA 6d205f2View commit details
Commits on Jan 21, 2016
-
Add reply_to field to Message class
Dakota Nelson committedJan 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 31c4dde - Browse repository at this point
Copy the full SHA 31c4ddeView commit details -
Allow limit and offset filters for collections
The limit and offset filters, which were set correctly in the `where` function, were being overriden in the `get_model_collection` function by the offset and limit parameters passed to it (with defaults). The function now checks if limit or offset are already present in the list of filters before applying its own. Close issue #66.
Dakota Nelson committedJan 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 9a54559 - Browse repository at this point
Copy the full SHA 9a54559View commit details -
Merge pull request #70 from nylas/add_reply_to
Add reply_to field to Message class
Configuration menu - View commit details
-
Copy full SHA for 4c7aeb2 - Browse repository at this point
Copy the full SHA 4c7aeb2View commit details
Commits on Jan 22, 2016
-
Refactor limit and offset to set in filters
Previously, limit and offset could be specified in `@filters` (which were usually set inside a higher-level function such as `where` or `range`) and also as function parameters to the lower-level function `get_model_collection`. The decision as to whether or not the passed parameters would override those already present in `filters` was confusing and has been removed in favor of only using the `@filters` method.
Dakota Nelson committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for ae7328b - Browse repository at this point
Copy the full SHA ae7328bView commit details -
Add test for queries combining where and range
Dakota Nelson committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 9b371a3 - Browse repository at this point
Copy the full SHA 9b371a3View commit details -
Dakota Nelson committed
Jan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 5dad1c4 - Browse repository at this point
Copy the full SHA 5dad1c4View commit details -
Refactor
delta_stream
to allow multiple streams`delta_stream` is a blocking call, and previously had no good way to run in parallel in order to stream several accounts at once. EventMachine's run loop was removed from the library so that SDK implementers can create multiple streams inside their own EventMachine run block. `delta_stream` must be wrapped in an `EventMachine.run` block in order to function, whereas before it could be called plain. Two tests have been refactored to reflect this, and documentation has been updated.
Dakota Nelson committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for dcd48bb - Browse repository at this point
Copy the full SHA dcd48bbView commit details -
Re-add HTTP error handling functionality
Dakota Nelson committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for cce9e0a - Browse repository at this point
Copy the full SHA cce9e0aView commit details -
Dakota Nelson committed
Jan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 3f5470b - Browse repository at this point
Copy the full SHA 3f5470bView commit details -
Cause
each
to respect offset and limit filtersAlso includes small optimization of the `while` function.
Dakota Nelson committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 61b5587 - Browse repository at this point
Copy the full SHA 61b5587View commit details
Commits on Jan 29, 2016
-
Merge pull request #73 from nylas/parallel-streams
Refactor `delta_stream` to allow multiple streams
Configuration menu - View commit details
-
Copy full SHA for 6023ad4 - Browse repository at this point
Copy the full SHA 6023ad4View commit details
Commits on Feb 4, 2016
-
Merge pull request #71 from nylas/limit-collections
Allow limit and offset filters for collections
Configuration menu - View commit details
-
Copy full SHA for 849c11e - Browse repository at this point
Copy the full SHA 849c11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971bb00 - Browse repository at this point
Copy the full SHA 971bb00View commit details
Commits on Feb 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c6617d4 - Browse repository at this point
Copy the full SHA c6617d4View commit details
Commits on Feb 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 15d2bfd - Browse repository at this point
Copy the full SHA 15d2bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3259294 - Browse repository at this point
Copy the full SHA 3259294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591df75 - Browse repository at this point
Copy the full SHA 591df75View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v2.0.0