-
Notifications
You must be signed in to change notification settings - Fork 49
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
Improved reporting and error handling #66
Commits on Jul 25, 2016
-
Put CDN into microsite configuration
Alejandro Gómez committedJul 25, 2016 Configuration menu - View commit details
-
Copy full SHA for d9cb6c9 - Browse repository at this point
Copy the full SHA d9cb6c9View commit details -
Include fetch requests when raising fetch failures
Alejandro Gómez committedJul 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 1f5cbeb - Browse repository at this point
Copy the full SHA 1f5cbebView commit details -
Environment improvements for reporting
Alejandro Gómez committedJul 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 9faae6f - Browse repository at this point
Copy the full SHA 9faae6fView commit details
Commits on Jul 26, 2016
-
Improved error handling and reporting
Alejandro Gómez committedJul 26, 2016 Configuration menu - View commit details
-
Copy full SHA for f12c79d - Browse repository at this point
Copy the full SHA f12c79dView commit details -
Alejandro Gómez committed
Jul 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 8a49d8c - Browse repository at this point
Copy the full SHA 8a49d8cView commit details
Commits on Jul 27, 2016
-
Alejandro Gómez committed
Jul 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 9c96dd1 - Browse repository at this point
Copy the full SHA 9c96dd1View commit details
Commits on Sep 19, 2016
-
Rename FetchError to FetchException
Alejandro Gómez committedSep 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 85e38f4 - Browse repository at this point
Copy the full SHA 85e38f4View commit details -
WIP ensure fetchMany is called with deduped identities
Alejandro Gómez committedSep 19, 2016 Configuration menu - View commit details
-
Copy full SHA for a3a94c0 - Browse repository at this point
Copy the full SHA a3a94c0View commit details -
wip update to latest cats version
Alejandro Gómez committedSep 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 68c0e5c - Browse repository at this point
Copy the full SHA 68c0e5cView commit details
Commits on Nov 2, 2016
-
Finish cats 0.7.2 update and change
deps
methodReplace `Cont[FM, ?]` monad trick with interpreter using `EitherT` and `Writer`.
Configuration menu - View commit details
-
Copy full SHA for 1b60f45 - Browse repository at this point
Copy the full SHA 1b60f45View commit details -
Merge pull request #70 from 47deg/peter-reporting
Finish cats 0.7.2 update and change `deps` method
Alejandro Gómez authoredNov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 38a8fd4 - Browse repository at this point
Copy the full SHA 38a8fd4View commit details
Commits on Nov 3, 2016
-
Refactor and use some more cats features
- Refactor interpreter: split out handling of `FetchOne`, `FetchMany` and `Concurrent`, use `XorT` in `processMany` to reduce nested folds, use `Validated` in `processMany` and `processConcurrent` to get missing ids/identities or some result. - (Prematurely ?) optimize `Fetch.join` - Replaced custom implementations of `map2`, `sequence` and `traverse` by using `Applicative[Fetch]` - ... I moved some methods around in the `Fetch` object and with the extraction of the three methods in the interpreter, so the diff looks much bigger than it actually is.
Configuration menu - View commit details
-
Copy full SHA for f173dfd - Browse repository at this point
Copy the full SHA f173dfdView commit details
Commits on Nov 4, 2016
-
Merge pull request #73 from 47deg/peter-reporting-refactor
Refactor and use some more cats features
Alejandro Gómez authoredNov 4, 2016 Configuration menu - View commit details
-
Copy full SHA for bc7e679 - Browse repository at this point
Copy the full SHA bc7e679View commit details