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

Handle command completions in RTE #10521

Merged
merged 38 commits into from
Apr 10, 2023

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    02939fe View commit details
    Browse the repository at this point in the history
  2. allow a command to generate a query from buildQuery

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d4cadad View commit details
    Browse the repository at this point in the history
  3. port command functionality into the sendMessage util

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4fe0077 View commit details
    Browse the repository at this point in the history
  4. tidy up comments

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6b623d0 View commit details
    Browse the repository at this point in the history
  5. remove use of shouldSend and update comments

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e056d5d View commit details
    Browse the repository at this point in the history
  6. remove console log

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c0668f4 View commit details
    Browse the repository at this point in the history
  7. make logic more explicit and amend comment

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    212a998 View commit details
    Browse the repository at this point in the history
  8. uncomment replyToEvent block

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c65a1b7 View commit details
    Browse the repository at this point in the history
  9. update util test

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f4c272d View commit details
    Browse the repository at this point in the history
  10. remove commented out test

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6f46bf8 View commit details
    Browse the repository at this point in the history
  11. use local text over import from current composer

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0db94cb View commit details
    Browse the repository at this point in the history
  12. expand tests

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f8bddc0 View commit details
    Browse the repository at this point in the history
  13. expand tests

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    735e8a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0c62a3 View commit details
    Browse the repository at this point in the history
  15. remove TODO comment

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    86347a4 View commit details
    Browse the repository at this point in the history
  16. remove TODO

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0282c14 View commit details
    Browse the repository at this point in the history
  17. test for action dispatch

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    377e191 View commit details
    Browse the repository at this point in the history
  18. fix failing tests

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    66f8380 View commit details
    Browse the repository at this point in the history
  19. tidy up tests

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8cddb25 View commit details
    Browse the repository at this point in the history
  20. fix TS error and improve typing

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    000d744 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/develop' into alunturner/handle-…

    …command-completions
    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a1a5917 View commit details
    Browse the repository at this point in the history
  22. fix TS error

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b1ca999 View commit details
    Browse the repository at this point in the history
  23. amend return types for sendMessage, editMessage

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4abd905 View commit details
    Browse the repository at this point in the history
  24. fix null content TS error

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fa13702 View commit details
    Browse the repository at this point in the history
  25. fix another null content TS error

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    01fa6a7 View commit details
    Browse the repository at this point in the history
  26. use as to correct final TS error

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cd4ce1b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    63579d0 View commit details
    Browse the repository at this point in the history
  28. remove undefined argument

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    45cc670 View commit details
    Browse the repository at this point in the history
  29. try to fix TS errors for editMessage function usage

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b77025b View commit details
    Browse the repository at this point in the history
  30. Merge remote-tracking branch 'origin/develop' into alunturner/handle-…

    …command-completions
    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    91ba491 View commit details
    Browse the repository at this point in the history
  31. tidy up

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2863b3d View commit details
    Browse the repository at this point in the history
  32. add TODO

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    61946a1 View commit details
    Browse the repository at this point in the history
  33. Merge remote-tracking branch 'origin/develop' into alunturner/handle-…

    …command-completions
    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a72b837 View commit details
    Browse the repository at this point in the history
  34. improve comments

    Alun Turner committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    276f4f7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    425d946 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. update comment

    Alun Turner committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    eb4e1a8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into alunturner/handle-…

    …command-completions
    Alun Turner committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c08290f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b523ef7 View commit details
    Browse the repository at this point in the history