Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geoip fixture files and utility methods #111913

Merged
merged 8 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. Update -Test mmdb files

    I just ran this:
    
    ```
    cd modules/ingest-geoip/src/test/resources;
    for i in *.mmdb; do rm $i; wget -q https://github.com/maxmind/MaxMind-DB/raw/main/test-data/$i; done
    ```
    
    and then committed the result.
    
    :tada:
    joegallo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    64a4368 View commit details
    Browse the repository at this point in the history
  2. Make this private static final

    and rename the variable for characters-per-line reasons
    joegallo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5073f34 View commit details
    Browse the repository at this point in the history
  3. Add commas to silence IntelliJ

    it's griping about the grammar.
    joegallo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    58b2307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee62e1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973e929 View commit details
    Browse the repository at this point in the history
  6. Fix some typos

    joegallo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c66c3f6 View commit details
    Browse the repository at this point in the history
  7. createTempDir does what it says

    so there's no need to redundantly createDirectories here
    joegallo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d90256e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7030349 View commit details
    Browse the repository at this point in the history