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

Implement Hard Update Behaviour #9

Merged
merged 1 commit into from
Nov 4, 2024

Commits on Nov 3, 2024

  1. Implement Hard Update Behaviour PaulCombal#9

    Squashed commit of the following:
    
    commit fd13394
    Author: Pon Pon <[email protected]>
    Date:   Sat Nov 2 22:55:46 2024 -0700
    
        Improve error logging of validation script
    
    commit 3671c06
    Author: Pon Pon <[email protected]>
    Date:   Wed Oct 30 13:31:27 2024 -0700
    
        Add validation notes to README
    
    commit 8a53b75
    Author: Pon Pon <[email protected]>
    Date:   Wed Oct 30 13:19:07 2024 -0700
    
        Update README
            - Add environment variables section
    
    commit b945091
    Author: Pon Pon <[email protected]>
    Date:   Wed Oct 30 13:17:10 2024 -0700
    
        Update README
            - Correct HARD_UPDATE to better explain its behavior
            - Add note on resuming progress
    
    commit ef5ddbe
    Author: Pon Pon <[email protected]>
    Date:   Thu Oct 24 12:44:40 2024 -0700
    
        Make script to check changes to dump
    
        Signed-off-by: Pon Pon <[email protected]>
    
    commit c270c57
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 16:41:55 2024 -0700
    
        Remove skipping unreleased games
    
        Skipping unreleased games provided minimal speedup, and with a
        dedicated hard update function is no longer necessary (in fact,
        keeping them will speed up future "soft" updates). Furthermore,
        we need to keep all games that have been seen to be compatable
        with the new "resume previous dump" functionality.
    
    commit 886042c
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 13:21:44 2024 -0700
    
        Remove old FULL_DUMP documentation
    
    commit eba4090
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 13:14:07 2024 -0700
    
        Cleanup and formatting
    
    commit 88f8433
    Merge: 90b1b14 83d8813
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 13:02:17 2024 -0700
    
        Merge commit '83d8813c31b6441323cb1acbbadabc012f9b0afa' (romatthe/SteamAppsList) into hardupdate (Tropingenie/SteamAppsList)
    
    commit 90b1b14
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 12:46:29 2024 -0700
    
        Add lock file and check for failed/interrupted run
    
    commit 385212f
    Author: Pon Pon <[email protected]>
    Date:   Sun Oct 20 10:53:10 2024 -0700
    
        Implement saving every 10 batches (fix PaulCombal#5)
    
    commit 66c04c9
    Author: Pon Pon <[email protected]>
    Date:   Sat Oct 19 15:41:44 2024 -0700
    
        Change HARD_UPDATE to only update bad entries, mitigates issue PaulCombal#1
    
    commit ff2acac
    Author: Pon Pon <[email protected]>
    Date:   Sat Oct 19 12:16:23 2024 -0700
    
        Update README with HARD_UPDATE documentation
    
    commit 9209732
    Author: Pon Pon <[email protected]>
    Date:   Sat Oct 19 12:14:28 2024 -0700
    
        Add HARD_UPDATE flag and functionality
    
    commit 83d8813
    Author: Robin Mattheussen <[email protected]>
    Date:   Thu Feb 29 01:20:33 2024 +0100
    
        Formattign and cleanup
    
    commit e822b3f
    Author: Robin Mattheussen <[email protected]>
    Date:   Thu Feb 29 00:54:00 2024 +0100
    
        Skip unreleased games and reduce payload size for querying app details
    
    commit b3f8166
    Author: Robin Mattheussen <[email protected]>
    Date:   Thu Feb 29 00:37:51 2024 +0100
    
        Added ability to take a complete dump from scratch
    Tropingenie committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    eae9b90 View commit details
    Browse the repository at this point in the history