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: pelias/whosonfirst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: pelias/whosonfirst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 1, 2021

  1. fix(Dockerimage): Remove unnecessary compiler toolchain dependencies

    After `better-sqlite3` added support for pre-compiled binaries in
    https://github.com/JoshuaWise/better-sqlite3/releases/tag/v6.0.0, we no
    longer need to install a compiler toolchain to run `npm install` in our
    Docker images.
    
    pelias/docker-baseimage#23 is workong on
    removing the compiler toolchain from our Pelias baseimages. In order for
    the toolchain to be removed from the whosonfirst image in particular, we
    also need to remove those dependencies here.
    
    Until that PR is merged, this change is effectively a no-op. After,
    between the two PRs we reduce the size of the whosonfirst docker image
    from 490MB to 261MB, an impressive 221MB savings!
    orangejulius committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    921278e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge pull request #532 from pelias/remove-compiler-toolchain-deps

    Remove unnecessary compiler toolchain dependencies
    orangejulius authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    22f7ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. feat(docker): Rebuild Docker image for Node.js 16

    This is an empty commit that serves only to tell our CI to build new Docker
    images now that we have merged pelias/docker-baseimage#24 and move the
    default Node.js version from 12 to 16
    
    Connects pelias/pelias#950
    orangejulius committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    af830f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. CI: Update GitHub Actions config for uniformity

    This updates CI configuration for this repo with the following changes:
    - the core configuration for running unit tests is moved to _test.yml so it
      can be shared
    - a new pull request workflow is added that only runs on external forks, and runs unit tests
    - Ubuntu versions are now pulled from a GitHub Actions variable (see pelias/pelias#951)
    orangejulius committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0a2aa98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from pelias/ci-uniformity

    CI: Update GitHub Actions config for uniformity
    orangejulius authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5d04174 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. feat(Docker): Rebuild Docker image with Ubuntu 22

    This is a no-op commit that simply serves to trigger CI to rebuild the
    Docker image with our new Ubuntu 22 baseimage
    
    pelias/pelias#951
    orangejulius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    33568a8 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Upgrade better-sqlite3 to v8.5.0

    This helps with support for newer Node.js versions
    (pelias/pelias#950)
    orangejulius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8c976ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #536 from pelias/upgrade-better-sqlite3-to-8.4.0

    Upgrade `better-sqlite3` to v8.5.0
    orangejulius authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    81e8de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a33c697 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #540 from michaelkirk-pelias/mkirk/bump-importer-mem

    Avoid crash during import by bumping memory limit to 8GB
    orangejulius authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    470d0f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9cccf9c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    9be5fe0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    a127805 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat(es8): support elasticsearch v8 (#546)

    add support elasticsearch v8
    
    BREAKING CHANGE: Pelias no longer supports elasticsearch v6
    
    This change drops support for elasticsearch v6 in order to support v8.
    The current recommended version remains v7.
    missinglink authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    47ba170 View commit details
    Browse the repository at this point in the history
Loading