-
Notifications
You must be signed in to change notification settings - Fork 27
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
#2406 Add lastVisit field and set it when user logs in #2527
Conversation
…t visit time was right now
src/main/kotlin/com/epam/brn/service/impl/UserAccountServiceImpl.kt
Outdated
Show resolved
Hide resolved
could you please join our dev chat |
src/main/kotlin/com/epam/brn/auth/filter/FirebaseTokenAuthenticationFilter.kt
Outdated
Show resolved
Hide resolved
also
|
Done. |
UPD: yes, I see |
some checks have failed. and I suspect that they are broken, cause it's not related to the changes in PR #2527. I kindly ask to merge this PR and fix the failing GitHub actions separately: |
Kudos, SonarCloud Quality Gate passed! 0 Bugs 87.5% Coverage The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Thank you for contribution to our project! |
Closes #2406 "Add lastVisit field and set it when user logs in"
Changes description:
lastVisit
field inUserWithAnalyticsResponse
returned byGET /users?withAnalytics=true
API