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

conversation_granularity for slack - per user | per user per channel | per user per thread #10086

Merged
merged 43 commits into from
Nov 10, 2021

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    94dc44e View commit details
    Browse the repository at this point in the history
  2. make formatter

    srinivasupadhya authored and srinivasgoto committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bed5ea5 View commit details
    Browse the repository at this point in the history
  3. fix typo

    srinivasupadhya authored and srinivasgoto committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    36134b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34954e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

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

Commits on Nov 7, 2021

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

Commits on Nov 8, 2021

  1. fix review comment

    srinivasupadhya authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8861c8e View commit details
    Browse the repository at this point in the history
  2. Handle syslog writing from the command line (RasaHQ#9513)

    * Handle syslog writing from the command line
    
    * add an arg in the command line to use syslog
    
    * respect standards
    
    * line was too long
    
    * new arg for command line
    
    * add sanic logs to syslog
    
    * del useless statement
    
    * quick fix
    
    * too many blank line
    
    * Use default communication with syslog
    
    * possibility to use a syslog server
    
    * fix indent
    
    * Fix for constants access
    
    * fix typo
    
    Co-authored-by: Joe Juzl <[email protected]>
    
    * fix typo
    
    * fix for constant definition in bad file
    
    * Black linter compliant
    
    * Function add_server_arguments had 26 lines of code (exceeds 25 allowed).
    
    * fix for bad merge
    
    * for lint compliance
    
    * add required param
    
    * adapt test for log enhancement
    
    Co-authored-by: Joe Juzl <[email protected]>
    2 people authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f4a2bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58cb53b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ffb4f1 View commit details
    Browse the repository at this point in the history
  5. Update for list_routes

    alwx authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    92224e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae363f4 View commit details
    Browse the repository at this point in the history
  7. Changelog entry

    alwx authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9b8a8c0 View commit details
    Browse the repository at this point in the history
  8. Updated list_routes

    alwx authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e331d88 View commit details
    Browse the repository at this point in the history
  9. TF updates

    alwx authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b9ad076 View commit details
    Browse the repository at this point in the history
  10. fix pytest sanic

    wochinge authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7b9c1c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dcb737 View commit details
    Browse the repository at this point in the history
  12. fix route tests

    wochinge authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f6f3918 View commit details
    Browse the repository at this point in the history
  13. black format

    wochinge authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    afe3e60 View commit details
    Browse the repository at this point in the history
  14. fix mypy issues

    wochinge authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c4e5f50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87b6d5c View commit details
    Browse the repository at this point in the history
  16. increase timeout

    wochinge authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0914b05 View commit details
    Browse the repository at this point in the history
  17. Success markers telemetry (RasaHQ#10065)

    * Markers telemetry
    
    * Everything without tests
    
    * Specified events.json
    
    * Test added
    
    * Changelog entry
    
    * Naming fixes
    
    * Fix lint, fix CLI bug
    
    No way to actually change config path, now fixed with nargs
    
    * Add markers parsed telemetry
    
    * Document telemetry functions
    
    * always add ANY_MARKER; add test
    
    * Add complexity telemetry
    
    * Skip root marker to avoid double reporting total marker count
    
    Co-authored-by: Matthew Summers <[email protected]>
    Co-authored-by: ka-bu <[email protected]>
    3 people authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3693219 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dd794fa View commit details
    Browse the repository at this point in the history
  19. Release candidate 3.0.0rc1 (RasaHQ#10093)

    * add carat to sdk version
    
    * prepared release of version 3.0.0rc1
    
    * update poetry.lock
    joejuzl authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0a23847 View commit details
    Browse the repository at this point in the history
  20. success markers / cleanup (RasaHQ#10081)

    * change to tags used in rules; rm ambiguous __len__; __iter__ -> flatten
    
    * adapt test example
    
    * global slot mappings use operators in all-caps
    
    * change gap of seq operator to be inf
    
    * reset seq when it's completed
    
    * lowercase operators
    
    * adapt branching factor calculation
    
    * replace re-raise with printout of cause (CLI won't show trace by default)
    
    * lint
    ka-bu authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c78c5ba View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    63c06e1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e8a1b5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d33a271 View commit details
    Browse the repository at this point in the history
  24. update docs

    srinivasupadhya authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a723d73 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0aee987 View commit details
    Browse the repository at this point in the history
  26. docs

    srinivasupadhya authored and srinivasgoto committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e965d86 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    140af34 View commit details
    Browse the repository at this point in the history
  2. add test

    srinivasupadhya authored and srinivasgoto committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a80fd1c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    ab479e4 View commit details
    Browse the repository at this point in the history
  2. formatting

    srinivasupadhya authored and srinivasgoto committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fdeb4d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4bd592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412896a View commit details
    Browse the repository at this point in the history
  5. fix make types

    srinivasupadhya authored and srinivasgoto committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2cdefb7 View commit details
    Browse the repository at this point in the history
  6. update changelog

    srinivasupadhya authored and srinivasgoto committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    aa8c1a7 View commit details
    Browse the repository at this point in the history
  7. update changelog

    srinivasupadhya authored and srinivasgoto committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8e006b8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into slack_conversation_id

    Tayfun Sen authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5a71d1c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into slack_conversation_id

    Tayfun Sen authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b5636a7 View commit details
    Browse the repository at this point in the history