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

Room and user mentions for plain text editor #10665

Merged

Commits on Apr 27, 2023

  1. update useSuggestion

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2cfa778 View commit details
    Browse the repository at this point in the history
  2. update useSuggestion-tests

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b5c1f59 View commit details
    Browse the repository at this point in the history
  3. add processMention tests

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7e846c0 View commit details
    Browse the repository at this point in the history
  4. add test

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e4c65d2 View commit details
    Browse the repository at this point in the history
  5. add getMentionOrCommand tests

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    897f9f0 View commit details
    Browse the repository at this point in the history
  6. change mock href for codeQL reasons

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e184a41 View commit details
    Browse the repository at this point in the history
  7. fix TS issue in test

    Alun Turner committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8c1b3e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. add a big old cypress test

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

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    47eeafe View commit details
    Browse the repository at this point in the history
  3. fix lint error

    Alun Turner committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e605977 View commit details
    Browse the repository at this point in the history
  4. update comments

    Alun Turner committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f3a7c6f View commit details
    Browse the repository at this point in the history
  5. reorganise functions in order of importance

    Alun Turner committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2b281d8 View commit details
    Browse the repository at this point in the history
  6. rename functions and variables

    Alun Turner committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c2ab234 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/room-an…

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    790cbf3 View commit details
    Browse the repository at this point in the history
  2. add endOffset to return object

    Alun Turner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4b8af0b View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    Alun Turner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    89c2c78 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into alunturner/room-an…

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e0fe483 View commit details
    Browse the repository at this point in the history
  5. update function names and comments

    Alun Turner committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d1e5f52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f94d84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7370d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/room-an…

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c531218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4aa06 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/room-an…

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    97915ad View commit details
    Browse the repository at this point in the history
  2. update comment, remove delay

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    79b5560 View commit details
    Browse the repository at this point in the history
  3. update comments and early return

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    276140b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b4e01 View commit details
    Browse the repository at this point in the history
  5. rename suggestion => suggestionData

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    92e7836 View commit details
    Browse the repository at this point in the history
  6. update comment

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    41d095a View commit details
    Browse the repository at this point in the history
  7. add argument to findSuggestionInText

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    24b6b7d View commit details
    Browse the repository at this point in the history
  8. make findSuggestionInText return mappedSuggestion

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1c785ea View commit details
    Browse the repository at this point in the history
  9. fix TS error

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2368e25 View commit details
    Browse the repository at this point in the history
  10. update comments and index check from === -1 to < 0

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    12a7583 View commit details
    Browse the repository at this point in the history
  11. tidy logic in increment functions

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3d74710 View commit details
    Browse the repository at this point in the history
  12. rename variable

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c0d240a View commit details
    Browse the repository at this point in the history
  13. Big refactor to address multiple comments, improve behaviour and add …

    …tests
    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d292763 View commit details
    Browse the repository at this point in the history
  14. improve comments

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    be88d71 View commit details
    Browse the repository at this point in the history
  15. tidy up comment

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    246ed7c View commit details
    Browse the repository at this point in the history
  16. extend comment

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    283884f View commit details
    Browse the repository at this point in the history
  17. combine similar returns

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    86017bd View commit details
    Browse the repository at this point in the history
  18. update comment

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    be67256 View commit details
    Browse the repository at this point in the history
  19. remove single use variable

    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    14f8ecd View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'origin/develop' into alunturner/room-an…

    …d-user-mentions-for-plain-text-editor
    Alun Turner committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ce19e46 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    06e9af6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into alunturner/room-and-user-mentions-for-pla…

    …in-text-editor
    Alun Turner committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2658d62 View commit details
    Browse the repository at this point in the history
  3. fix comments

    Alun Turner committed May 11, 2023
    Configuration menu
    Copy the full SHA
    45224cf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into alunturner/room-and-user-mentions-for-pla…

    …in-text-editor
    Alun Turner committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3c15013 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed5caaa View commit details
    Browse the repository at this point in the history