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

Refactor: reorganize modules #246

Merged
merged 12 commits into from
Mar 17, 2023
Merged

Commits on Mar 17, 2023

  1. refactor: add servers modules

    Move apps into a "servers" module.
    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    46f4900 View commit details
    Browse the repository at this point in the history
  2. refactor: move databases mod to tracker mod

    Database is only use inisde the `tracker` mod.
    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    389771b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ea911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dab523 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fdb0ad View commit details
    Browse the repository at this point in the history
  6. refactor: rename mod and extract bit_torrent mod

    `protocol` nod contains logic not only for BitTorrent protocol.
    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9ffcd6b View commit details
    Browse the repository at this point in the history
  7. refactor: move static vars

    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2d99866 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2553b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84c4582 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe392c7 View commit details
    Browse the repository at this point in the history
  11. refactor: rename mod and function

    To follow production code conventions.
    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    cbca065 View commit details
    Browse the repository at this point in the history
  12. refactor: remove duplicate app initialization code

    There was a lot of duplicate code for app initialization between prod
    and testing code.
    josecelano committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    de57757 View commit details
    Browse the repository at this point in the history