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: implement database to store users email #8

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    940f241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5248e View commit details
    Browse the repository at this point in the history
  3. feat: define User ORM class

    R1D3R175 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cc42bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc363b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    f11c8cd View commit details
    Browse the repository at this point in the history
  2. style: address pylint errors

    R1D3R175 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f796bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09f7993 View commit details
    Browse the repository at this point in the history
  4. fix: add code to create table

    fix: use absolute path to address database position
    R1D3R175 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4f7d84e View commit details
    Browse the repository at this point in the history
  5. fix: remove salt

    R1D3R175 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    08d3ace View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c6fde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51e7170 View commit details
    Browse the repository at this point in the history
  8. feat: add sessionmaker for an easier interaction

    style: move pylint comments near the line causing the issue
    R1D3R175 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    572f6dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fa095f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cb5af9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3817cc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a8c7f9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    661108d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    096ea3f View commit details
    Browse the repository at this point in the history
  2. feat: make registration procedure a conversation

    fix: use ApplicationBuilder.post_init() to add_commands
    refactor: rename login to register
    R1D3R175 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    70f5ba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    96c4d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4105280 View commit details
    Browse the repository at this point in the history