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

Add purchase date dynamic filter [MAILPOET-4986] #4760

Merged
merged 15 commits into from
Apr 3, 2023

Commits on Mar 29, 2023

  1. Implement purchase date dynamic filter

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b8a9df3 View commit details
    Browse the repository at this point in the history
  2. Extract shared date filter functionality

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4ba01dc View commit details
    Browse the repository at this point in the history
  3. Fix relative date calculation

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    657b77f View commit details
    Browse the repository at this point in the history
  4. Refactor to use shared date functionality

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    96d7e05 View commit details
    Browse the repository at this point in the history
  5. Simplify subquery

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a961ac9 View commit details
    Browse the repository at this point in the history
  6. Minor refactoring

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    38b997a View commit details
    Browse the repository at this point in the history
  7. Refactor to use DI instead of inheritance

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bcc08aa View commit details
    Browse the repository at this point in the history
  8. Extract more to helpers

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b71e7e5 View commit details
    Browse the repository at this point in the history
  9. Proper method naming

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b8b195d View commit details
    Browse the repository at this point in the history
  10. Use standard joins where possible

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    68c09e7 View commit details
    Browse the repository at this point in the history
  11. Avoid simple text replacements in SQL if possible

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9347db2 View commit details
    Browse the repository at this point in the history
  12. Prettier fix

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1e97d8e View commit details
    Browse the repository at this point in the history
  13. Fix rebase issue

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7255f92 View commit details
    Browse the repository at this point in the history
  14. Fix type issue

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    bbeb7fa View commit details
    Browse the repository at this point in the history
  15. Ensure purchase date fields are properly validated

    MAILPOET-4986
    johnolek committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f612d47 View commit details
    Browse the repository at this point in the history