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 all code #20

Merged
merged 11 commits into from
Aug 6, 2024
Merged

Refactor all code #20

merged 11 commits into from
Aug 6, 2024

Commits on Aug 4, 2024

  1. Initial refactoring:

    - Refactor everything.
    - Add simple regex pattern tests
    - Update requirements
    - Add a run.py
    - Split the code into modules and classes
    - Use python-dotenv to load .env
    GilbN committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ab765c2 View commit details
    Browse the repository at this point in the history
  2. Load env before everything

    replace inode_changed with is_rotated() method.
    Add parsed lines incremented value "parsed_lines"
    GilbN committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8448d17 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    213c152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c553fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    398f557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b109def View commit details
    Browse the repository at this point in the history
  5. Add deprecation log warning

    GilbN committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a2535ff View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    e3eafd4 View commit details
    Browse the repository at this point in the history
  2. fix flake8 paths

    GilbN committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cb05666 View commit details
    Browse the repository at this point in the history
  3. Use relative paths..

    GilbN committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a88caea View commit details
    Browse the repository at this point in the history
  4. Handle sigterm.

    Fix success logging.
    Use success logging.
    GilbN committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f860871 View commit details
    Browse the repository at this point in the history