-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge master to 5.7.5 #66
Merged
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
Merge 5.7.4 to master
5.7.4 || Update bom version
EPMRPP-82673 || Create executable JARs for 5.7.4
APiankouski
approved these changes
Apr 5, 2023
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
Kudos, SonarCloud Quality Gate passed! |
APiankouski
added a commit
that referenced
this pull request
May 11, 2023
* EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-83538 || Job service version is missing on Login page * Update version --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]>
IvanKustau
added a commit
that referenced
this pull request
May 17, 2023
* Release 5.8.0 (#71) * EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-83538 || Job service version is missing on Login page * Update version --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> * [Gradle Release Plugin] - new version commit: '5.8.1'. --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]>
APiankouski
added a commit
that referenced
this pull request
Jun 7, 2023
* EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * EPMRPP-82673-exec-jar promote.yml update (added exec jar) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-82707 || Add single bucket configuration (#67) * EPMRPP-82707 || Add single bucket configuration * EPMRPP-82707 || Refactor according to checkstyle * EPMRPP-79722 || Replace RuntimeException with checked exception when file is not found in CleanStorageJob (#68) * Merge master to hotfix/next (#72) * Release 5.8.0 (#71) * EPMRPP-81362 || Fix security vulnerabilities (#58) * EPMRPP-81362 || Update gson version to make able jcloud work (#59) * Merge master to 5.7.5 (#66) * EPMRPP-80865|| Update bom version * [Gradle Release Plugin] - new version commit: '5.7.5'. * EPMRPP-82673-exec-jar promote.yml update (added exec jar) --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> * Update version * EPMRPP-83538 || Job service version is missing on Login page * Update version --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> * [Gradle Release Plugin] - new version commit: '5.8.1'. --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> * EPRMPP-83651 || Clean storage job out of memory (#74) * EPMRPP-83651 || Create batching for clean storage job * EPMRPP-83651 || Refactor CleanStorageJob * EPMRPP-83651 || Add check for empty attachment_deletion table * EPMRPP-83651 || Clean attachments list every batch * EPMRPP-83651 || Add default value for feature flags * EPMRPP-83651 || Change logic for CleanStorageJob when using multibucket * EPMRPP-83651 || Fix bug interrupting remove files when bucket is not found * EPMRPP-83651 || Refactor CodeStyle * EPMRPP-83098 || Update datastore variables naming (#75) * Update gradle scripts version * Remove dockerPrepareEnvironment --------- Co-authored-by: miracle8484 <[email protected]> Co-authored-by: Ivan Kustau <[email protected]> Co-authored-by: rkukharenka <[email protected]> Co-authored-by: Ryhor <[email protected]> Co-authored-by: reportportal.io <[email protected]> Co-authored-by: Andrei Piankouski <[email protected]> Co-authored-by: Ivan_Kustau <[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.
No description provided.