-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
acf1ec7
commit 1501b10
Showing
51 changed files
with
611 additions
and
463 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
version=5.12.2 | ||
lombokVersion=1.18.30 | ||
version=5.13.0 | ||
lombokVersion=1.18.30 | ||
jooqVersion=3.19.13 |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Fri Mar 13 21:13:13 MSK 2020 | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.