-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: adcloud/api-client-ruby
base: increase-timeout
head repository: adcloud/api-client-ruby
compare: master
- 18 commits
- 11 files changed
- 4 contributors
Commits on May 28, 2013
-
Added paginator which does automatic pagination and implemented it in…
… the reports controller
Ross Crawford-d'Heureuse committedMay 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 720a115 - Browse repository at this point
Copy the full SHA 720a115View commit details
Commits on May 29, 2013
-
renamed to endless_pages and made includable as mixing.. also support…
…s passing in a block to allow for per row iteration over the result set
Ross Crawford-d'Heureuse committedMay 29, 2013 Configuration menu - View commit details
-
Copy full SHA for 661e49e - Browse repository at this point
Copy the full SHA 661e49eView commit details -
Upgraded endless_pages mixing to be cleaner
Ross Crawford-d'Heureuse committedMay 29, 2013 Configuration menu - View commit details
-
Copy full SHA for 02e05e8 - Browse repository at this point
Copy the full SHA 02e05e8View commit details -
Added booking_id so that the class does not die when v2 provides book…
…ing_id… also added accessor that will return campaign_id if present but if not then will use booking_id so that we are forwards and backwards compatible
Ross Crawford-d'Heureuse committedMay 29, 2013 Configuration menu - View commit details
-
Copy full SHA for 6d1f96d - Browse repository at this point
Copy the full SHA 6d1f96dView commit details -
added EndlessPages Mixin and instantiated
Ross Crawford-d'Heureuse committedMay 29, 2013 Configuration menu - View commit details
-
Copy full SHA for 5465cb0 - Browse repository at this point
Copy the full SHA 5465cb0View commit details
Commits on Jun 3, 2013
-
Merge branch 'increase-timeout' into paginator
Conflicts: lib/adcloud/report.rb
Ross Crawford-d'Heureuse committedJun 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 30e4fc0 - Browse repository at this point
Copy the full SHA 30e4fc0View commit details -
made find_by_name valuable statically
Ross Crawford-d'Heureuse committedJun 3, 2013 Configuration menu - View commit details
-
Copy full SHA for affa352 - Browse repository at this point
Copy the full SHA affa352View commit details -
changed logger to be debug and not info
Ross Crawford-d'Heureuse committedJun 3, 2013 Configuration menu - View commit details
-
Copy full SHA for aeaa73e - Browse repository at this point
Copy the full SHA aeaa73eView commit details -
Merge pull request #6 from adcloud/paginator
Added paginator which does automatic pagination and implemented it in th...
Configuration menu - View commit details
-
Copy full SHA for ed4f5bd - Browse repository at this point
Copy the full SHA ed4f5bdView commit details
Commits on Jun 7, 2013
-
1. Added to_s to adcloudapi exception so that we can just output ex a…
…nd not ex.message (seems to be what everyone is doing and will help with debugging) 2. Added better exception handling.. in the else case the api was simply returning a standard error with the response.status.. which is pretty useless in some cases (ssl,timeouts,etc) so now it throws ab UnknownError that acts in the standard adcloud manner
Ross Crawford-d'Heureuse committedJun 7, 2013 Configuration menu - View commit details
-
Copy full SHA for b61e412 - Browse repository at this point
Copy the full SHA b61e412View commit details
Commits on Jun 10, 2013
-
Merge pull request #7 from adcloud/better-exceptions
1. Added to_s to adcloudapi exception so that we can just output ex and ...
Configuration menu - View commit details
-
Copy full SHA for 21fbecd - Browse repository at this point
Copy the full SHA 21fbecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dff83 - Browse repository at this point
Copy the full SHA b3dff83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cd862 - Browse repository at this point
Copy the full SHA 78cd862View commit details
Commits on Jun 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for ba7b2c1 - Browse repository at this point
Copy the full SHA ba7b2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f338967 - Browse repository at this point
Copy the full SHA f338967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d01aa0 - Browse repository at this point
Copy the full SHA 9d01aa0View commit details
Commits on Jun 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 6ed6f13 - Browse repository at this point
Copy the full SHA 6ed6f13View commit details
Commits on Nov 23, 2015
-
Merge pull request #9 from adcloud/pagination-tests
added tests for endless_pages
Configuration menu - View commit details
-
Copy full SHA for 7d0d6b7 - Browse repository at this point
Copy the full SHA 7d0d6b7View 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 increase-timeout...master