-
Notifications
You must be signed in to change notification settings - Fork 16
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
EPMRPP-95299 save last login time as integer value of milliseconds #1049
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APiankouski
approved these changes
Nov 21, 2024
pbortnik
approved these changes
Nov 21, 2024
pbortnik
added a commit
that referenced
this pull request
Dec 5, 2024
* EPMRPP-89095 || Add new scim related fields (#1037) * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add additional uer fields for scim * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add active flag for user * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add active flag for user * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Update user entity * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Update ReportPortalUser * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add missed active fetcher * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add fields to base select query * EPMRPP-89095 || Add db migration script * EPMRPP-89095 || Fix unit tests * EPMRPP-89095 || Fix unit tests * EPMRPP-92655 || Add scim type (#1039) * EPMRPP-96070 || Add dynamic insert for default db values (#1042) * EPMRPP-96070 || Add dynamic insert for user object to use default database values * EPMRPP-96070 || Add dynamic insert for user object to use default database values * EPMRPP-96177 || Unique errors. Empty clusters shouldn't be displayed on UI (#1046) * EPMRPP-96481 || UUID validation (#1048) * EPMRPP-96481 || Change user uuid type * EPMRPP-96481 || Add user uuid handling in query builder * EPMRPP-95299 save last login time as integer value of milliseconds (#1049) * EPMRPP-95299 save last login time as integer value of milliseconds * EPMRPP-96944 || Add tracking event when user changes instance invitation settings (#1052) * EPMRPP-96481 || Change user uuid type * EPMRPP-96481 || Add user uuid handling in query builder * EPMRPP-96944 || Add instance activity constants * EPMRPP-97122 || Update java (#1051) * Update dependencies (#1054) * Import commons-collections4 as api (#1055) * Import jackson-datatype-jsr310 as api (#1056) * 5.13.0 || Update release version --------- Co-authored-by: APiankouski <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]>
pbortnik
added a commit
that referenced
this pull request
Dec 5, 2024
* EPMRPP-89095 || Add new scim related fields (#1037) * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add additional uer fields for scim * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add active flag for user * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add active flag for user * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Update user entity * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Update ReportPortalUser * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add missed active fetcher * EPMRPP-89105, EPMRPP-89100, EPMRPP-92451 || Add fields to base select query * EPMRPP-89095 || Add db migration script * EPMRPP-89095 || Fix unit tests * EPMRPP-89095 || Fix unit tests * EPMRPP-92655 || Add scim type (#1039) * EPMRPP-96070 || Add dynamic insert for default db values (#1042) * EPMRPP-96070 || Add dynamic insert for user object to use default database values * EPMRPP-96070 || Add dynamic insert for user object to use default database values * EPMRPP-96177 || Unique errors. Empty clusters shouldn't be displayed on UI (#1046) * EPMRPP-96481 || UUID validation (#1048) * EPMRPP-96481 || Change user uuid type * EPMRPP-96481 || Add user uuid handling in query builder * EPMRPP-95299 save last login time as integer value of milliseconds (#1049) * EPMRPP-95299 save last login time as integer value of milliseconds * EPMRPP-96944 || Add tracking event when user changes instance invitation settings (#1052) * EPMRPP-96481 || Change user uuid type * EPMRPP-96481 || Add user uuid handling in query builder * EPMRPP-96944 || Add instance activity constants * EPMRPP-97122 || Update java (#1051) * Update dependencies (#1054) * Import commons-collections4 as api (#1055) * Import jackson-datatype-jsr310 as api (#1056) * 5.13.0 || Update release version * 5.13.0 || Update release version --------- Co-authored-by: APiankouski <[email protected]> Co-authored-by: Siarhei Hrabko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously last_login value saved with floating point
One of the parameters is always current timestamp so removed as unnecessary