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

[feat] Migrating users from config file to database #261

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    53870bc View commit details
    Browse the repository at this point in the history
  2. feat: added a CLI to manage the user db

    haasal authored and giffels committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3ab832d View commit details
    Browse the repository at this point in the history
  3. fix: Fixed the issue with multiple threads

    Added the UserDB.execute() method to prevent multithreading issues. Also some minor refactoring
    haasal authored and giffels committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    270d10e View commit details
    Browse the repository at this point in the history
  4. feat: better creation of Users table

    haasal authored and giffels committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c85f397 View commit details
    Browse the repository at this point in the history