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

Automatically download data sets #760

Merged
merged 64 commits into from
May 21, 2024
Merged

Automatically download data sets #760

merged 64 commits into from
May 21, 2024

Commits on Mar 7, 2024

  1. WIP

    maplant committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    63505e7 View commit details
    Browse the repository at this point in the history
  2. WIP

    maplant committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7186673 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    8337ed2 View commit details
    Browse the repository at this point in the history
  2. Revert dump.rs

    maplant committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d6cc42c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    3f924db View commit details
    Browse the repository at this point in the history
  2. Fixes from merge

    maplant committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0e06a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fixes

    maplant committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1b7f80c View commit details
    Browse the repository at this point in the history
  2. Fmt

    maplant committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f7e650a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4795389 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    7e7c3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71977d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Refactor code a bit

    maplant committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b0f602a View commit details
    Browse the repository at this point in the history
  2. Move one more fn to db mod

    maplant committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    065e6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f0bbda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6d071 View commit details
    Browse the repository at this point in the history
  5. Commit missed file

    maplant committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ec569fe View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    789c93f View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    maplant committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f3519c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    49a742f View commit details
    Browse the repository at this point in the history
  2. Fix incorrect constant

    maplant committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f54b623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4634f0 View commit details
    Browse the repository at this point in the history
  4. Add comments to settings

    maplant committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2afa497 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d9783e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc48465 View commit details
    Browse the repository at this point in the history
  3. Fix weird warning

    maplant committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e745e42 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. ugh

    maplant committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e3ef992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4996d1b View commit details
    Browse the repository at this point in the history
  3. Clean up

    maplant committed May 3, 2024
    Configuration menu
    Copy the full SHA
    31433de View commit details
    Browse the repository at this point in the history
  4. add migration

    maplant committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b398390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6468175 View commit details
    Browse the repository at this point in the history
  6. Remove clippy

    maplant committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f334f38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd5fa35 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Refactor

    maplant committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6837d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e581208 View commit details
    Browse the repository at this point in the history
  3. Use try_send instead of send

    maplant committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fc5d5d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffe553e View commit details
    Browse the repository at this point in the history
  5. Clippy and tests

    maplant committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f95aef9 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    maplant committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fcbd3ae View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Address comments

    maplant committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b2ed62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f381ee View commit details
    Browse the repository at this point in the history
  3. Move second in as well

    maplant committed May 7, 2024
    Configuration menu
    Copy the full SHA
    94ce2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65de9ab View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix up a bit

    maplant committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7938cdf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Make clippy happy

    bbalser committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1367c27 View commit details
    Browse the repository at this point in the history
  2. Fix downloading

    maplant committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9cc4cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e447ab View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix migration

    maplant committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bf83fb4 View commit details
    Browse the repository at this point in the history
  2. Move things around

    maplant committed May 15, 2024
    Configuration menu
    Copy the full SHA
    198a838 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    f46c818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7a966 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. use sleep_until

    maplant committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a922849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    902e62f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cae6d0 View commit details
    Browse the repository at this point in the history
  4. Ahhh... that's better

    maplant committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4b45c1c View commit details
    Browse the repository at this point in the history
  5. Fix

    maplant committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8ebb8c1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c1a3f96 View commit details
    Browse the repository at this point in the history
  2. Add footfall comment

    maplant committed May 20, 2024
    Configuration menu
    Copy the full SHA
    dc8a57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    440776c View commit details
    Browse the repository at this point in the history
  4. Nevermind

    maplant committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6c65b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01b787c View commit details
    Browse the repository at this point in the history
  6. Change migration

    maplant committed May 20, 2024
    Configuration menu
    Copy the full SHA
    26d7c25 View commit details
    Browse the repository at this point in the history