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

Complete overhaul #6

Draft
wants to merge 92 commits into
base: main
Choose a base branch
from
Draft

Complete overhaul #6

wants to merge 92 commits into from

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    a6d78d5 View commit details
    Browse the repository at this point in the history
  2. Center the headings.

    janaSunrise committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    137c664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d87f72e View commit details
    Browse the repository at this point in the history
  4. Remove pointless getattr

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9241c52 View commit details
    Browse the repository at this point in the history
  5. Add poetry files

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    05cf5f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e390ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a742d63 View commit details
    Browse the repository at this point in the history
  8. Remove pipenv support

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e7a9b75 View commit details
    Browse the repository at this point in the history
  9. Use poetry in pre-commit

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7452a54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9a753c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01c8deb View commit details
    Browse the repository at this point in the history
  12. Don't use tox config file for flake8 config only

    - Flake8 does support having it's configuration in tox.ini, however this
      file is meant to be a configuration file for tox tool, it doesn't make
      sense to put the config here if tox isn't being used in the project.
      The preferred way of storing flake8 configuration is it's specialized
      file `.flake8`.
    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a566651 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11a35c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87f8853 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    faf09ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5358099 View commit details
    Browse the repository at this point in the history
  17. Fix merge conflicts.

    janaSunrise committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    55a196d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    651674f View commit details
    Browse the repository at this point in the history
  19. Fix list of ignored flake8 errors

    Many flake8-annotations errors were wrongly labeled in what they ignore,
    and a lot of these ignored errors shouldn't really have been ignored
    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    eb23485 View commit details
    Browse the repository at this point in the history
  20. Update .gitignore

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9bf6f7c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ee83475 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e341704 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    582f0bd View commit details
    Browse the repository at this point in the history
  24. Start rewriting the app.

    janaSunrise committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fab4f01 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8149895 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    257f9fd View commit details
    Browse the repository at this point in the history
  27. Add black

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9631cbc View commit details
    Browse the repository at this point in the history
  28. Run black

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bcb868b View commit details
    Browse the repository at this point in the history
  29. Add black to pre-commit

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6674224 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3e7ab22 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a13b8bf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d23e92c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9b637b8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    58a9c9f View commit details
    Browse the repository at this point in the history
  35. Add pyright

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    cfe1ce2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a2afdfc View commit details
    Browse the repository at this point in the history
  37. Run black

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8affc27 View commit details
    Browse the repository at this point in the history
  38. Switch to GPL

    ItsDrike authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3d72e0b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    478387d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5523482 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6c91648 View commit details
    Browse the repository at this point in the history
  42. Create connection class

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ca662f9 View commit details
    Browse the repository at this point in the history
  43. Use absolute imports

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bd12c71 View commit details
    Browse the repository at this point in the history
  44. Use new protocol connection

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    98c8c95 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    97b47d2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e58d586 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9a0a1b5 View commit details
    Browse the repository at this point in the history
  48. Add pytest

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    188ed02 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    1478420 View commit details
    Browse the repository at this point in the history
  50. Fix unit-test workflow name

    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    69c32ca View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    196631a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0ebfb58 View commit details
    Browse the repository at this point in the history
  53. Handle adding python executables to windows path

    Python's handling for windows site packages paths is literally the worst
    system I've ever seen. I can't even describe how annoyed am I with this
    implementation, but it's the best I was able to put together considering
    how this path is generated.
    ItsDrike committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    740dc71 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f4d7f78 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    caa0c38 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Add varint read/write tests

    ItsDrike committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2230ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09bb97e View commit details
    Browse the repository at this point in the history
  3. Add tests for buffer class

    ItsDrike committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    65cb80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37db14f View commit details
    Browse the repository at this point in the history
  5. Rename app to zerocom

    ItsDrike committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    81812e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7db3504 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b844b2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8680b4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d142df3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1499b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43106d4 View commit details
    Browse the repository at this point in the history
  12. Add myself as author

    ItsDrike committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    537b6d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    898e490 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d94e560 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2686c37 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    020be8e View commit details
    Browse the repository at this point in the history
  2. Log sent messages

    ItsDrike committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b8157a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b388767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    551cbba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cb888a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    e1da498 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts.

    janaSunrise committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    81720da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207ae6f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    3882c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02e3ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0299365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca728a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8666455 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    760d00b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e12431b View commit details
    Browse the repository at this point in the history
  8. Enable branch coverage

    ItsDrike committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2ee0203 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    660905a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    960181e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    e30fd26 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    cfc2825 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    8d139eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from janaSunrise/chore/rich-logging

    Move to rich for logging
    janaSunrise authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5ca6fee View commit details
    Browse the repository at this point in the history