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: add new notification dispatcher mechanism #975

Open
wants to merge 32 commits into
base: stable
Choose a base branch
from

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    78d398b View commit details
    Browse the repository at this point in the history
  2. feat: add retry if template not found

    removing the auto unack, the program will not remove the message
    from the queue if it can't process it
    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    67693ff View commit details
    Browse the repository at this point in the history
  3. chore: add docker setup

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5f9f437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba33f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0cffbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9c689d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce89fb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5019cb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff69624 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae97e74 View commit details
    Browse the repository at this point in the history
  11. feat: add SU templates. Also add macros.jinja2

    not sure how it was not present at all
    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4a0fddf View commit details
    Browse the repository at this point in the history
  12. chore: remove comment

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cb9c695 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bae8aa9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    415f653 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7b9b1f View commit details
    Browse the repository at this point in the history
  16. chore: add last templates

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    74ee32e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef03dd6 View commit details
    Browse the repository at this point in the history
  18. docs: add dockerisation

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    de2f6fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d63fda View commit details
    Browse the repository at this point in the history
  20. chore: add quickstart

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c435822 View commit details
    Browse the repository at this point in the history
  21. fix: correct make test

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f35b247 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    26a277b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    262580b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a174fa9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c0da07b View commit details
    Browse the repository at this point in the history
  26. chore: make USER non-root

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bdf6d32 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fcc5950 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7a90520 View commit details
    Browse the repository at this point in the history
  29. chore: add loglevels

    linuxbandit committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    526bcd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    c405a67 View commit details
    Browse the repository at this point in the history
  2. feat: add notification system

    had to downgrade python of one minor version to make it work
    with the simple library slack_notifications
    linuxbandit committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    083b1ad View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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