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

Chat 232 user nickname #77

Closed
wants to merge 6 commits into from
Closed

Chat 232 user nickname #77

wants to merge 6 commits into from

Commits on Mar 24, 2024

  1. Develop (#72)

    * fix: fixed notification and event type
    
    * bugfix: fixed disconnect from websocket. Set time to first message.
    
    * fix: refactored and optimized notifications
    Troha7 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b210167 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Develop (#74)

    * fix: fixed notification and event type
    
    * bugfix: fixed disconnect from websocket. Set time to first message.
    
    * fix: refactored and optimized notifications
    
    * refactor: refactored and optimized request to get all topics
    Troha7 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    39376dd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. add nickname in message dto

    LionnoiL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1a87a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb26ef View commit details
    Browse the repository at this point in the history
  3. fix test

    LionnoiL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f7cb1b6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into CHAT-232--user-nickname

    # Conflicts:
    #	src/main/java/com/chat/yourway/listener/StompSubscriptionListener.java
    #	src/main/java/com/chat/yourway/mapper/NotificationMapper.java
    #	src/main/java/com/chat/yourway/model/event/ContactEvent.java
    #	src/main/java/com/chat/yourway/service/ContactEventServiceImpl.java
    #	src/main/java/com/chat/yourway/service/NotificationServiceImpl.java
    #	src/main/java/com/chat/yourway/service/interfaces/ContactEventService.java
    #	src/test/java/com/chat/yourway/integration/controller/ChatControllerTest.java
    #	src/test/java/com/chat/yourway/unit/service/impl/ContactEventServiceImplTest.java
    #	src/test/java/com/chat/yourway/unit/service/impl/NotificationServiceImplTest.java
    LionnoiL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    775dd47 View commit details
    Browse the repository at this point in the history