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

Support database modifications #57

Closed
wants to merge 15 commits into from
Closed

Commits on Aug 28, 2023

  1. Add initial support for new database modifications

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dd2d382 View commit details
    Browse the repository at this point in the history
  2. Set defined names by globalVariables()

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1728242 View commit details
    Browse the repository at this point in the history
  3. Add internal data to encode course periods and game types

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    17ea8a6 View commit details
    Browse the repository at this point in the history
  4. Better support course periods specification

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    974d44a View commit details
    Browse the repository at this point in the history
  5. Enhance course periods matching

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c355f99 View commit details
    Browse the repository at this point in the history
  6. Fix linting

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    af00ee7 View commit details
    Browse the repository at this point in the history
  7. Fix docstring error

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2a898b0 View commit details
    Browse the repository at this point in the history
  8. Fix date parse error in tar_map()

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    95f4324 View commit details
    Browse the repository at this point in the history
  9. Support "all" in what parameter

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4a200e7 View commit details
    Browse the repository at this point in the history
  10. Suppress warning of .data

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5f16e13 View commit details
    Browse the repository at this point in the history
  11. Add one test for prepare_fetch_data()

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b28b256 View commit details
    Browse the repository at this point in the history
  12. Use better order

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    28fd92f View commit details
    Browse the repository at this point in the history
  13. Correct package dependency

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    39ef684 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix error when no records are found for params

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4971e1c View commit details
    Browse the repository at this point in the history
  2. Remove the namespace from call

    Signed-off-by: Liang Zhang <[email protected]>
    psychelzh committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f6c6d97 View commit details
    Browse the repository at this point in the history