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

Enhance Database Reset Commands #54

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. dbreset: improve code gen

    galen8183 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    84e1eb7 View commit details
    Browse the repository at this point in the history
  2. dbreset: improve confirm msg

    Add relative timestamp to unique code expiry
    Move footer text to description
    galen8183 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    40b5ec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. dbreset: many minor improvements

    Less ambiguous variable names
    Reformat for readability
    Improve db interaction efficiency
    Minor wording change/fix
    galen8183 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    62e2aea View commit details
    Browse the repository at this point in the history
  2. dbreset: many minor improvements

    Standardize general flow across each script
    Provide more information during deletion (estimated time until completion)
    More efficient flow between free/premium
    Format for better readability
    Reduce db interactions where possible
    galen8183 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    12438ed View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. dbreset: improve efficiency, use existing var instead of func call

    Use $count variable instead of dbCount call to determine whether or not to loop
    Above change allows moving this call to delete more entries per CC execution, changed ETA calculation to reflect this
    Avoid extra dbDelMultiple calls, previously relied on 0 entries being deleted to stop
    galen8183 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5ab486c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222c6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a00dd9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97d14ba View commit details
    Browse the repository at this point in the history