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

Incorporate Sh0rch's enhancements #36

Merged
merged 20 commits into from
Nov 4, 2024
Merged

Incorporate Sh0rch's enhancements #36

merged 20 commits into from
Nov 4, 2024

Commits on Feb 24, 2024

  1. .gitignore

    sh0rch committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    68d0679 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Oct 21, 2024

  1. Update comment URLs to reflect new download links

    Julian Phillips committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4d91f5d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update curl command

    * Remove --remote-header-name flag. This name includes a date so changes
      regularly, which we don't want.
    * Use long options where possible, for readability.
    Julian Phillips committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b121c84 View commit details
    Browse the repository at this point in the history
  2. Use '=' not '-eq' for string comparison

    Julian Phillips committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f881459 View commit details
    Browse the repository at this point in the history
  3. Don't parse 'ls' output

    Julian Phillips committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8140cec View commit details
    Browse the repository at this point in the history
  4. Use if instead of and/or logic for consistency

    Julian Phillips committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6d605a8 View commit details
    Browse the repository at this point in the history
  5. Quote curl variables

    Julian Phillips committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e1ea95a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Remove trailing whitespaces caught by linter

    Julian Phillips committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ce0431b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Set /tmp as default output dir in config file

    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    01f9b70 View commit details
    Browse the repository at this point in the history
  2. Simplify output-dir handling

    * keep existing output-dir help string
    * use default output-dir when none is specified on command line or in
      config file
    * don't print defaults when invalid config file is passed
    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8cb8cae View commit details
    Browse the repository at this point in the history
  3. Minor edits

    * remove self.license_key as it's no longer used
    * fix URL in comment
    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    df23e3c View commit details
    Browse the repository at this point in the history
  4. Add a few more tests

    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    004716b View commit details
    Browse the repository at this point in the history
  5. Use new-style MaxMind auth in CI tests

    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7812db0 View commit details
    Browse the repository at this point in the history
  6. Declare new secrets in github workflow file

    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0131871 View commit details
    Browse the repository at this point in the history
  7. Add output-dir to ci conf file

    Julian Phillips committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6db2e35 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Github Actions debug

    Julian Phillips committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4bcb170 View commit details
    Browse the repository at this point in the history
  2. Use correct variables in ci workflow

    Julian Phillips committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0493ace View commit details
    Browse the repository at this point in the history
  3. Revert "Github Actions debug"

    This reverts commit 4bcb170.
    Julian Phillips committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5c94257 View commit details
    Browse the repository at this point in the history