Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whosonfirst/go-whosonfirst-libpostal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: whosonfirst/go-whosonfirst-libpostal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 402 files changed
  • 7 contributors

Commits on Sep 16, 2017

  1. first pass refactor

    thisisaaroland committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    a947f04 View commit details
    Browse the repository at this point in the history
  2. ping handler

    thisisaaroland committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    05fec1e View commit details
    Browse the repository at this point in the history
  3. compiles, untested

    botsonfirst committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    53ece1a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. add testdata

    botsonfirst committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    579147f View commit details
    Browse the repository at this point in the history
  2. more better logging

    botsonfirst committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    a320b46 View commit details
    Browse the repository at this point in the history
  3. MOAR data

    botsonfirst committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    2b66866 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    2ad5782 View commit details
    Browse the repository at this point in the history
  2. update README

    botsonfirst committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    1f0c851 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Add Dockerfile

    This is a basic Dockerfile based on the standard golang:1.9 image. It
    packages and builds the latest libpostal code and data, so its a bit
    large as far as Docker images go. However it has the advantage of being
    completely self contained.
    orangejulius committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    a0825cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from orangejulius/Dockerfile

    Add Dockerfile
    thisisaaronland authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    295ffcb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    3558022 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from nilsnolde/master

    Add dependencies and path to entrypoint
    thisisaaronland authored May 24, 2018
    Configuration menu
    Copy the full SHA
    9d47b4a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Fix tiny command error

    ch33hau committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    cb16fa2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from ch33hau/fix-trival-readme-command

    Fix tiny command error
    thisisaaronland authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    b6e43c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Bugfix to get make bin running on FreeBSD 11.2

    without this fix you will get:
    
    % make bin
    if test -d pkg; then rm -rf pkg; fi
    if test -d src; then rm -rf src; fi
    if test -d src; then rm -rf src; fi
    cp -r vendor src
    mkdir -p src/github.com/whosonfirst/go-whosonfirst-libpostal
    cp -r http src/github.com/whosonfirst/go-whosonfirst-libpostal/
    cmd/wof-libpostal-server.go:6:2: cannot find package "github.com/facebookgo/grace/gracehttp" in any of:
    	/usr/local/go/src/github.com/facebookgo/grace/gracehttp (from $GOROOT)
    	/home/deploy/go/src/github.com/facebookgo/grace/gracehttp (from $GOPATH)
    cmd/wof-libpostal-server.go:7:2: cannot find package "github.com/whosonfirst/go-whosonfirst-libpostal/http" in any of:
    	/usr/local/go/src/github.com/whosonfirst/go-whosonfirst-libpostal/http (from $GOROOT)
    	/home/deploy/go/src/github.com/whosonfirst/go-whosonfirst-libpostal/http (from $GOPATH)
    cmd/wof-libpostal-server.go:8:2: cannot find package "github.com/whosonfirst/go-whosonfirst-log" in any of:
    	/usr/local/go/src/github.com/whosonfirst/go-whosonfirst-log (from $GOROOT)
    	/home/deploy/go/src/github.com/whosonfirst/go-whosonfirst-log (from $GOPATH)
    *** Error code 1
    
    Stop.
    make: stopped in /home/deploy/go-whosonfirst-libpostal
    ole-db authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    eb448be View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Merge pull request #13 from ole-db/master

    Bugfix to get `make bin` running on FreeBSD 11.2
    thisisaaronland authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    2113ee5 View commit details
    Browse the repository at this point in the history
Loading