Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 03, 2017
  3. Feb 25, 2017
  4. Jan 31, 2017
  5. Dec 10, 2016
  6. Dec 09, 2016
  7. Nov 30, 2016
    • Alex Reisner's avatar
      Remove debugging line. · aa5aba66
      Alex Reisner authored
      aa5aba66
    • Julian Nacci's avatar
      Add new lookup: ban_data_gouv_fr · 4e9f1139
      Julian Nacci authored
      add new lookup to lookup.rb
      
      add new lookup file ban_data_gouv_fr.rb
      
      add new results file ban_data_gouv_fr.rb
      
      update README with new lookup
      
      create fixtures to test  new lookup
      
      create unit test file for new lookup
      
      update test helper default fixture for new lookup
      
      remove invalid multibyte char (US-ASCII) 'ç' from lookup name
      
      Revert "remove invalid multibyte char (US-ASCII) 'ç' from lookup name"
      
      This reverts commit 7dbfcab4dc4bcb9473edc43651e7d53884f0e24d.
      
      Add '# encoding: utf-8' to files containing special chars
      
      Add '# encoding: utf-8' to files containing special chars
      
      Add '# encoding: utf-8' to files containing special chars
      
      remove useless Geocoder.config from test methods
      
      refacto of ban lookup results method
      
      change city serach param to fit naming conventions in ban lookup test
      
      renamed no results ban lookup fixture to fit tests
      
      removed no search results unnecessary test
      
      remove useless commented code
      
      add alias method to handle state and state_code + move from department to region name as state
      
      refacto results method
      4e9f1139
  8. Nov 28, 2016
  9. Nov 15, 2016
  10. Sep 09, 2016
  11. Sep 05, 2016
  12. Aug 31, 2016
  13. Jun 28, 2016
  14. Jun 27, 2016
  15. Jun 26, 2016
  16. Jun 07, 2016
  17. Jun 02, 2016
    • Jeffects's avatar
      Change SmartyStreets Zipcode API · 722c2278
      Jeffects authored
      SmartyStreets is permanently changing their ZIP Code API endpoint by
      June 22 at 9am Mountain Time.  The legacy API endpoint is available
      until the 22nd.
      
      This change basically changes the API endpoint and updated the tests to
      reflect the change.
      722c2278
  18. May 27, 2016
  19. May 26, 2016
  20. May 25, 2016
  21. May 24, 2016
  22. May 15, 2016
  23. May 02, 2016
  24. Apr 28, 2016
  25. Apr 16, 2016
    • Piotr Górecki's avatar
      Use a proper domain name in ipapi_com lookup (#1020) · 162b5915
      Piotr Górecki authored
      * Add ip-api.com (ip lookup) support
      
      This service returns better coordinates for Europe than other free ip lookup services available in geocoder.
      
      * Clean the results class
      
      Remove default responses for fields.
      
      * Remove checking fields in url query
      
      API already handles unknown fields, so this check is unnecessary.
      
      * Add a test for using parameters directly in search method
      
      * Use proper domain name
      
      Use pro.ip-api.com domain in case when api key is in use, otherwise just ip-api.com.
      
      * Handle invalid api key
      
      * Add forsaken fixture
      
      * Make uniform an invalid key handler with the other geocoder lookups
      162b5915
  26. Apr 12, 2016
  27. Apr 10, 2016
Loading