Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make event_match work on booleans and integers #13466

Closed
wants to merge 3 commits into from
Closed

Make event_match work on booleans and integers #13466

wants to merge 3 commits into from

Commits on Aug 5, 2022

  1. Make event_match work on booleans and integers

    Currently `event_match` push rule conditions are evaluated against
    a flattened version of the event dict that drops all non-string
    values. This change converts booleans and integers into their
    string representation so that they can be matched as well.
    
    Fixes: #13465
    Signed-off-by: Johannes Marbach <johannesm@element.io>
    Johennes committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    be1ab60 View commit details
    Browse the repository at this point in the history
  2. Add changelog file

    Signed-off-by: Johannes Marbach <johannesm@element.io>
    Johennes committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    598050b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c4a4a1 View commit details
    Browse the repository at this point in the history