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 more filters to slack notifier #27

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 19, 2024

  1. Create MessageFilter

    Kuixz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3901141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302a441 View commit details
    Browse the repository at this point in the history
  3. Add argument parsing and filter construction to MessageFilter

    Fix location of used.keys
    
    a bit of a rename
    
    Update argument description for subscription filter
    Kuixz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a003918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dd8a94 View commit details
    Browse the repository at this point in the history
  5. Install MessageFilter in app and notifier

    temp squash Install
    Kuixz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c98b131 View commit details
    Browse the repository at this point in the history
  6. Create modular and extensible CLI structure

    Move all command logic into command.go
    
    command reword
    
    Readability changes to command.go using String methods
    
    Uses util array
    Kuixz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4f759cb View commit details
    Browse the repository at this point in the history
  7. Add tests for command interpreter

    Update go.mod and go.sum to add goconvey
    Kuixz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8c95a38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1ab935 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6880af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d08956 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    edc8293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c755960 View commit details
    Browse the repository at this point in the history
  3. Use enum for conclusions

    Kuixz committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    045d63d View commit details
    Browse the repository at this point in the history