-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: Sology/diffbot-ruby-client
base: master
head repository: diffbot/diffbot-ruby-client
compare: master
- 18 commits
- 11 files changed
- 10 contributors
Commits on Jun 3, 2014
-
Antonio Scandurra committed
Jun 3, 2014 Configuration menu - View commit details
-
Copy full SHA for d8f9c28 - Browse repository at this point
Copy the full SHA d8f9c28View commit details -
Antonio Scandurra committed
Jun 3, 2014 Configuration menu - View commit details
-
Copy full SHA for aea34d3 - Browse repository at this point
Copy the full SHA aea34d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb57a2 - Browse repository at this point
Copy the full SHA 2bb57a2View commit details
Commits on Sep 15, 2014
-
Namespace registered Faraday middleware
Just namespacing the code for a middleware in a module is, sadly, not enough, as the name when you register it might clash with middleware from other libraries that register the same type of middleware (for example, the [Twitter ruby gem][1] registers a `:parse_json` middleware, which provokes projects using both the twitter and diffbot gems to raise an error when an error response comes back from twitter. [1]: https://github.com/sferik/twitter
Configuration menu - View commit details
-
Copy full SHA for 32c403e - Browse repository at this point
Copy the full SHA 32c403eView commit details -
Merge pull request #2 from foca/namespace-faraday-middleware
Namespace registered Faraday middleware
Configuration menu - View commit details
-
Copy full SHA for 9826eaa - Browse repository at this point
Copy the full SHA 9826eaaView commit details
Commits on Jul 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b590239 - Browse repository at this point
Copy the full SHA b590239View commit details
Commits on Oct 30, 2015
-
Add missing syntax highlighting to README
One of the code blocks appeared to have been missed :)
Ross Penman committedOct 30, 2015 Configuration menu - View commit details
-
Copy full SHA for d2ae823 - Browse repository at this point
Copy the full SHA d2ae823View commit details -
Merge pull request #3 from penman/patch-1
Add missing syntax highlighting to README
Configuration menu - View commit details
-
Copy full SHA for 81cde91 - Browse repository at this point
Copy the full SHA 81cde91View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f16dbf8 - Browse repository at this point
Copy the full SHA f16dbf8View commit details -
Merge pull request #4 from chrismear/undefined-requesttimeout-error
Fix that timeouts try to raise an undefined exception class.
Configuration menu - View commit details
-
Copy full SHA for 63764ab - Browse repository at this point
Copy the full SHA 63764abView commit details
Commits on Sep 15, 2017
-
Use version 3 for custom APIs.
Scott Martin committedSep 15, 2017 Configuration menu - View commit details
-
Copy full SHA for cead316 - Browse repository at this point
Copy the full SHA cead316View commit details -
Use api.diffbot.com endpoint for v3 custom APIs.
Scott Martin committedSep 15, 2017 Configuration menu - View commit details
-
Copy full SHA for baf446e - Browse repository at this point
Copy the full SHA baf446eView commit details
Commits on Sep 18, 2017
-
Merge pull request #5 from peoplepattern/master
Use v3 for custom APIs
Configuration menu - View commit details
-
Copy full SHA for 08ef493 - Browse repository at this point
Copy the full SHA 08ef493View commit details
Commits on Jan 19, 2018
-
Handle 401 errors from Diffbot.
Scott Martin committedJan 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 4aecef6 - Browse repository at this point
Copy the full SHA 4aecef6View commit details
Commits on Jan 26, 2018
-
Make the API parameter optional, because it causes Diffbot to waste t…
…ime on large jobs, and prevent sending the same request twice when getting details.
Scott Martin committedJan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 6156677 - Browse repository at this point
Copy the full SHA 6156677View commit details -
Merge pull request #3 from peoplepattern/feature/api-optional
Make the API parameter optional, because it causes Diffbot to waste t…
Configuration menu - View commit details
-
Copy full SHA for 30d81fa - Browse repository at this point
Copy the full SHA 30d81faView commit details -
Merge pull request #6 from peoplepattern/master
Handle 401 errors from Diffbot.
Configuration menu - View commit details
-
Copy full SHA for 4f1373e - Browse repository at this point
Copy the full SHA 4f1373eView commit details
Commits on Sep 1, 2021
-
fixed Faraday::Error::ClientError
Faraday::Error::ClientError was renamed to Faraday::ClientError in some later version of Faraday. Faraday gem needed to be fixed to an older version in the .gemspec file.
Configuration menu - View commit details
-
Copy full SHA for 00a2535 - Browse repository at this point
Copy the full SHA 00a2535View 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 master...master