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

fix: Tag fetching #27

Merged
merged 16 commits into from
Jan 30, 2024
Merged

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    40709db View commit details
    Browse the repository at this point in the history
  2. fix: tag fetching takes API pages into account

    The previous code version would only check the first API tags page,
    meaning tag couldn't be found if not located on the first API page.
    Alystrasz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cc72dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca64906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e94b68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c90f5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c5b6e1 View commit details
    Browse the repository at this point in the history
  7. Revert "build: try to use GITHUB_TOKEN"

    This reverts commit 2c5b6e1.
    Alystrasz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7600909 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    de20356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcd7b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5fb29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e87e15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    749b734 View commit details
    Browse the repository at this point in the history
  6. fix: Update path to script in ci

    forgot to change it in merge, whoops
    GeckoEidechse committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    04f8085 View commit details
    Browse the repository at this point in the history
  7. refactor: Move tests to separate unittest file

    So that IDEs can pick it up properly etc
    GeckoEidechse committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    06bac55 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    93222b8 View commit details
    Browse the repository at this point in the history
  2. refactor: Remove testing code for now

    Will be in separate PR
    GeckoEidechse committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    711fef9 View commit details
    Browse the repository at this point in the history