- Nov 16, 2015
-
-
Ash Furrow authored
-
Ash Furrow authored
Deprecate RAC2 support
-
- Nov 15, 2015
-
-
Pierre-Marc Airoldi authored
Closes #298
-
- Nov 14, 2015
-
-
John Heaton authored
Error Clean Up
-
Pierre-Marc Airoldi authored
-
- Nov 13, 2015
-
-
Pierre-Marc Airoldi authored
Fix bundle version for Carthage etc
-
Swizzlr authored
-
Ash Furrow authored
Deterministic stubbing
-
Swizzlr authored
-
Pierre-Marc Airoldi authored
-
Swizzlr authored
-
Swizzlr authored
Ensure that cancellation is entirely critical, and ensure that pending cancellations that are waiting to acquire a lock do not perform a cancellation.
-
Swizzlr authored
Harden cancellable tokens by making them reference types that lock around a bool and only cancel once; test stubs can now be canceled, if the scheduler supports it.
-
Swizzlr authored
-
Pierre-Marc Airoldi authored
-
Pierre-Marc Airoldi authored
Clean up errors coverage
-
Swizzlr authored
-
Swizzlr authored
-
Swizzlr authored
-
Swizzlr authored
-
Swizzlr authored
-
Swizzlr authored
-
Swizzlr authored
Remove extraneous initializer; if your code breaks because of this you must blame Ash immediately (and make a one line change)
-
- Nov 12, 2015
-
-
Pierre-Marc Airoldi authored
Clean up to remove all usage of NSError and replace it with MoyaError. Changes: - Forward underlying errors when cast to MoyaError does not work - Fix MoyaResponse extensions not throwing the “correct” type of error for some mappings - Change MoyaError to conform to `Equatable` in tests for cleaner syntax - Update reactive extension tests to use MoyaError instead of NSError
-
Swizzlr authored
-
Swizzlr authored
Allow injection of a date scheduler which will, when stubbing, be used instead of the default behavior for executing stub closures. This commit required reworking the internals of MoyaProvider, mostly factoring out some common code to be shared by the subclass into a separate few methods that are final and internal, and documented.
-
Pierre-Marc Airoldi authored
Create and use MoyaError type for SignalProducers.
-
Esteban Torres authored
Add codecov badge.
-
Swizzlr authored
-
Esteban Torres authored
[WIP] Configure codecov reporting
-
Swizzlr authored
-
Tom Burns authored
- Drop redundant status code associated value from MoyaError.StatusCode - Pass along status code validation errors rather than generating new ones if possible.
-
- Nov 11, 2015
-
-
Tom Burns authored
# Conflicts: # Changelog.md # Demo/Demo.xcodeproj/project.pbxproj # Demo/DemoTests/SignalProducer+MoyaSpec.swift # Source/ReactiveCocoa/SignalProducer+Moya.swift
-
Ash Furrow authored
-
- Nov 10, 2015
-
-
Ash Furrow authored
Refactor Reactive Extensions
-
Pierre-Marc Airoldi authored
-
Pierre-Marc Airoldi authored
Changlog: - Fix RACSignal tests not being run - Update RACSignal tests to make them compile - Create mapping helpers for MoyaResponse as an extension - Change reactive extensions to use MoyaResponse mapping helpers - Remove unneeded force unwrap reactive extension`request` method
-
- Nov 09, 2015