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: make analyzer library #97

Merged
merged 23 commits into from
Jul 4, 2024
Merged

Commits on Jul 1, 2024

  1. feat: wrapping analyzer in one unit!

    Now the analyzer will accept `platform_id`, `resources`, `period`, `action`, and `window` as input
    amindadgar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    de304a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98e658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b4416 View commit details
    Browse the repository at this point in the history
  4. fix: remove wrong imports!

    the function setup_analyzer was deleted and no longer needed.
    amindadgar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9717d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d40441b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43cf727 View commit details
    Browse the repository at this point in the history
  3. feat: update package locations!

    As we're moving the analyzer to be a library, we're trying to wrap up all the codes in one package.
    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    aaec027 View commit details
    Browse the repository at this point in the history
  4. feat: Added restart option!

    on test cases rabbitMQ is becoming down and it is always making some test cases to fail.
    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5cb3fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    917ffbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    007acca View commit details
    Browse the repository at this point in the history
  7. fix: disabling test cases for testing purposes!

    the AMQP connection is being closed for no specific reason.
    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f41a752 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    523518a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95726ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af72605 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c367cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5713de View commit details
    Browse the repository at this point in the history
  13. fix: black linter issues!

    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    83a1670 View commit details
    Browse the repository at this point in the history
  14. fix: lint issues!

    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6c1fa07 View commit details
    Browse the repository at this point in the history
  15. fix: the test case is for mock graph genertion part!

    It is not needed.
    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f2430a5 View commit details
    Browse the repository at this point in the history
  16. fix: isort linter issue!

    amindadgar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4dfb41e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    549f834 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: deleting the case was for mock graph generation!

    It isn't needed anymore as we're not producing mock graphs.
    In first try we tried commenting it out but still it was producing lint errors, so we're removing it as it is also no longer needed.
    amindadgar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ad088ee View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    amindadgar authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    652fc02 View commit details
    Browse the repository at this point in the history