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

Release 5.12.0 #377

Merged
merged 26 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9b052f8
Merge pull request #350 from reportportal/rc/5.10.0
IvanKustau Aug 28, 2023
90f4353
EPMRPP-86199 || Add common not found error
APiankouski Sep 6, 2023
c94a391
EPMRPP-86199 || Add common not found error
APiankouski Sep 6, 2023
c86571e
Add common not found Error (#352)
APiankouski Sep 8, 2023
cd4791d
Merge branch 'develop' into feature/settings
APiankouski Sep 15, 2023
e9c131f
EPMRPP-86221 || Fix missed fields
Yumfriez Apr 7, 2022
07815af
EPMRPP-86250 || Update Analyzer settings. Provide the base for analy…
APiankouski Sep 29, 2023
b2fb5e6
EPMRPP-86250 || Update Analyzer settings. Provide the base for analy…
APiankouski Oct 3, 2023
b866410
EPMRPP-86742 add lombok support (#355)
grabsefx Oct 11, 2023
2cdb3e2
EPMRPP-86743 || Add new launch import rq (#356)
pbortnik Oct 25, 2023
67c5f50
EPMRPP-87332 || Send launchNumber to analyzer
APiankouski Nov 2, 2023
2ebbf09
Merge pull request #357 from reportportal/feature/EPMRPP-87332
APiankouski Nov 3, 2023
55ec356
EPMRPP-87316 || Update PostFromField model (#358)
pbortnik Nov 10, 2023
2a346aa
EPMRPP-87493 || Add description of the field (#360)
pbortnik Nov 10, 2023
508b9ef
EPMRPP-87271 added ActivityEventResource.subjectId field (#359)
grabsefx Nov 13, 2023
83f012f
EPMRPP-87613 || Add back compatibility with older plugins (#361)
pbortnik Nov 16, 2023
6a49944
EPMRPP-87813 || Send to the analyzer the id of previous launch
APiankouski Nov 22, 2023
87c7b44
Merge pull request #362 from reportportal/EPMRPP-87813
APiankouski Nov 23, 2023
61d713e
EPMRPP-88638 || Add name validation for launch import endpoint (#364)
pbortnik Dec 11, 2023
87ca2fe
EPMRPP-88727 || Support null value for name in import (#365)
pbortnik Dec 13, 2023
5739c3c
EPMRPP-89102 || Move classes to api
IvanKustau Jan 24, 2024
3072286
Merge pull request #369 from reportportal/EPMRPP-89102-move-to-api
IvanKustau Jan 30, 2024
29ae3e1
Return EntryCreatedRS to models
APiankouski Feb 5, 2024
c800793
Return models
APiankouski Feb 5, 2024
5a24d57
Merge branch 'master' into develop
APiankouski Sep 2, 2024
095cb70
Release 5.12.0
APiankouski Sep 2, 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
RELEASE_VERSION: 5.11.1
SCRIPTS_VERSION: 5.12.0
RELEASE_VERSION: 5.12.0

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.11.2
version=5.12.0
description=EPAM Report portal. REST API model
hibernateValidatorVersion=6.1.2.Final
validationApiVersion=2.0.1.Final
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/java/com/epam/ta/reportportal/ws/model/ApiKeyRQ.java

This file was deleted.

112 changes: 0 additions & 112 deletions src/main/java/com/epam/ta/reportportal/ws/model/ApiKeyRS.java

This file was deleted.

51 changes: 0 additions & 51 deletions src/main/java/com/epam/ta/reportportal/ws/model/ApiKeysRS.java

This file was deleted.

Loading
Loading