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

Fall Cleanup #52

Closed
wants to merge 26 commits into from
Closed

Fall Cleanup #52

wants to merge 26 commits into from

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    c392da4 View commit details
    Browse the repository at this point in the history
  2. fix: correct sql grouping

    Vilsol committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e581856 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

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

Commits on Apr 13, 2022

  1. chore: sample config file

    Vilsol committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    777532e View commit details
    Browse the repository at this point in the history
  2. chore: increase linter timeout

    Vilsol committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    81debdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e59980 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Sep 1, 2022

  1. Merge branch 'staging'

    # Conflicts:
    #	db/postgres/mod.go
    #	go.mod
    #	go.sum
    Vilsol committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d28b5bf View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to go 1.19

    chore: fix linter errors
    Vilsol committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    94eebaa View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Merge branch 'staging'

    # Conflicts:
    #	api.go
    #	go.mod
    Vilsol committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2ade1c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'staging'

    Vilsol committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0d6e701 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge branch 'staging'

    Vilsol committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    aa61c6e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. fix: add missing directives (#20)

    wtf how could this happen
    Feyko committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    8c133f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 12, 2023

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

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    b35adb7 View commit details
    Browse the repository at this point in the history
  2. feat: tag descriptions

    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    65bcbc9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into staging

    # Conflicts:
    #	schemas/tags.graphql
    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    004a8c7 View commit details
    Browse the repository at this point in the history
  4. fix: goreleaser

    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    cb2abc8 View commit details
    Browse the repository at this point in the history
  5. chore: disable tracing

    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2fdb734 View commit details
    Browse the repository at this point in the history
  6. fix: increase slow threshold

    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    43c03ce View commit details
    Browse the repository at this point in the history
  7. fix: no mod views?

    Vilsol committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ca55300 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: mod asset listing

    fix: reindex latest mods
    Vilsol committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2c169a4 View commit details
    Browse the repository at this point in the history
  2. chore: lint

    Vilsol committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    89860fa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix: do not add zero-length filenames in per-target zips (#45)

    Rewrite the compound conditional to avoid future confusions. This
    bug has gone unnoticed for so long because Alpakit-generated zip
    files do not contain folder entries when iterating with a `zipReader`.
    However, manually generated zip files, e.g. ContentLib mods, could
    contain folder entries depending on the zipping program used. The
    resulting zero-length folder in the per-target zips breaks SMM2 on
    Windows, but not SMM3.
    Th3Fanbus committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    867a34d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: urlencode filename for separate mod targets (#47)

    * fix: urlencode filename for separate mod targets
    
    When a mod's name contains characters that should be urlencoded,
    any newly-uploaded versions cannot be download because of some
    errors regarding the URL being invalid. Make sure the returned key
    is urlencoded for consistency with the rest of the codebase.
    
    Signed-off-by: Angel Pons <[email protected]>
    
    * fix: urlencode version in `RenameFilename`
    
    As per Mircea's comment on [#44 (comment)](#44 (comment)):
    
        I've also now noticed that RenameVersion is also not correctly
        escaping the filename, it's only escaping the mod's name, and
        not the version, which is what causes mods that use build
        metadata in the version (+build.1234) to fail, so that one
        should need a similar fix of encoding the filename.
    
    Signed-off-by: Angel Pons <[email protected]>
    
    ---------
    
    Signed-off-by: Angel Pons <[email protected]>
    Th3Fanbus committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e284fcb View commit details
    Browse the repository at this point in the history