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

[ISSUE-1163] Inject OpenPaaS user contacts into Tmail's auto-complete database #1215

Merged
merged 33 commits into from
Oct 25, 2024

Commits on Oct 22, 2024

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

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b793e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e678d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64caa79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7920a68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3034856 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    422dc57 View commit details
    Browse the repository at this point in the history
  8. Fix typo when rebasing

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0cb1daf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3f4e45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4044083 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    921d4ed View commit details
    Browse the repository at this point in the history
  12. Handle review comments

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    246835c View commit details
    Browse the repository at this point in the history
  13. Update tmail-backend/tmail-third-party/openpaas/src/main/java/com/lin…

    …agora/tmail/contact/OpenPaasContactsConsumer.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2d6213d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a941ae View commit details
    Browse the repository at this point in the history
  15. Fix compilation error

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0934508 View commit details
    Browse the repository at this point in the history
  16. Test edge cases

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9522451 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2087dd View commit details
    Browse the repository at this point in the history
  18. Add note to test

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1fbf532 View commit details
    Browse the repository at this point in the history
  19. Refactor test

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f188b1f View commit details
    Browse the repository at this point in the history
  20. Test JCardObject

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dcdc15f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7bd2df7 View commit details
    Browse the repository at this point in the history
  22. Refactor

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d95de64 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    aa008f4 View commit details
    Browse the repository at this point in the history
  24. Update tmail-backend/tmail-third-party/openpaas/src/main/java/com/lin…

    …agora/tmail/contact/OpenPaasContactsConsumer.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    98e68c7 View commit details
    Browse the repository at this point in the history
  25. Add import

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a8bec38 View commit details
    Browse the repository at this point in the history
  26. Update tmail-backend/tmail-third-party/openpaas/src/test/java/com/lin…

    …agora/tmail/contact/JCardObjectTest.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    98ef683 View commit details
    Browse the repository at this point in the history
  27. Update tmail-backend/tmail-third-party/openpaas/src/main/java/com/lin…

    …agora/tmail/contact/OpenPaasContactsConsumer.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    82c6afa View commit details
    Browse the repository at this point in the history
  28. Update tmail-backend/tmail-third-party/openpaas/src/test/java/com/lin…

    …agora/tmail/contact/OpenPaasContactsConsumerTest.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    199aecd View commit details
    Browse the repository at this point in the history
  29. Update tmail-backend/tmail-third-party/openpaas/src/main/java/com/lin…

    …agora/tmail/contact/ContactAddedRabbitMqMessage.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4a1c7ae View commit details
    Browse the repository at this point in the history
  30. Refactor

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    564082b View commit details
    Browse the repository at this point in the history
  31. Fix compilation

    HoussemNasri committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    890f7b5 View commit details
    Browse the repository at this point in the history
  32. Update tmail-backend/tmail-third-party/openpaas/src/test/java/com/lin…

    …agora/tmail/contact/OpenPaasContactsConsumerTest.java
    
    Co-authored-by: Benoit TELLIER <[email protected]>
    HoussemNasri and chibenwa authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    543992d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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