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

5.13.0 Release #351

Merged
merged 25 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f51a739
EPMRPP-94552 || Add scim related user disable check
pbortnik Sep 16, 2024
33320b7
EPMRPP-94552 || Update dao version
pbortnik Sep 16, 2024
e5d8b7d
Merge pull request #337 from reportportal/EPMRPP-89095
pbortnik Sep 16, 2024
02a6fcf
Update Dockerfile
HardNorth Sep 19, 2024
7cfee3b
Merge pull request #338 from reportportal/HardNorth-patch-1
HardNorth Sep 19, 2024
b327ee2
Update Dockerfile
raikbitters Sep 19, 2024
882e3b8
Merge remote-tracking branch 'origin/master' into develop
APiankouski Sep 19, 2024
7e84508
EPMRPP-96070 || Add saml user uuid generation
pbortnik Oct 11, 2024
216d806
Merge pull request #340 from reportportal/EPMRPP-96070-saml-uuid
pbortnik Oct 11, 2024
1098808
EPMRPP-96070 || Add ldap user uuid generation
pbortnik Oct 14, 2024
c81255d
EPMRPP-96070 || Add github user uuid generation
pbortnik Oct 14, 2024
b6c3138
Merge pull request #341 from reportportal/EPMRPP-96070-saml-uuid
pbortnik Oct 14, 2024
d5041f4
EPMRPP-96070 || Provide uuid on user replication by default in db
pbortnik Oct 14, 2024
476d9f0
EPMRPP-96070 || Update build.gradle
pbortnik Oct 15, 2024
ea0fbac
EPMRPP-96070 || Update build.gradle
pbortnik Oct 15, 2024
8695f65
Merge pull request #342 from reportportal/EPMRPP-96070-saml-uuid
pbortnik Oct 15, 2024
8aef132
EPMRPP-96070 || Add default fields to user builder
pbortnik Oct 16, 2024
3219456
Merge pull request #343 from reportportal/EPMRPP-96070-saml-uuid
pbortnik Oct 16, 2024
19d5f5c
EPMRPP-96070 || Fix handling of the locked account
pbortnik Oct 18, 2024
813ba8b
Merge pull request #344 from reportportal/EPMRPP-96070-saml-uuid
pbortnik Oct 18, 2024
f392f7a
Update Spring Security dependencies to version 5.8.16 (#349)
raikbitters Nov 21, 2024
2dfcc44
EPMRPP-95299 update last login time (#348)
grabsefx Nov 22, 2024
94089aa
Update GitHub Actions workflows to use 'ubuntu-latest' as the runner
hlebkanonik Dec 2, 2024
92b8c34
Add user active status checking
raikbitters Dec 4, 2024
a44349a
5.13.0 || Update release version
pbortnik Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	build.gradle
  • Loading branch information
APiankouski committed Sep 19, 2024
commit 882e3b851f6775b9c8e6ac431720e9ad848a1e59
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ ext['log4j2.version'] = '2.21.1'

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.12.1' : 'com.epam.reportportal:commons-bom:5.12.1')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.11.7' : 'com.epam.reportportal:commons-bom:5.11.7')
}
}

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.