Skip to content

Commit

Permalink
Merge pull request #3696 from reportportal/rc/5.11.0
Browse files Browse the repository at this point in the history
Release 5.11.0
  • Loading branch information
AmsterGet authored Feb 29, 2024
2 parents 10a1de0 + ce66b5d commit 748fe28
Show file tree
Hide file tree
Showing 858 changed files with 38,884 additions and 12,609 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @AmsterGet @Bam6ycha @Vadim73i
* @AmsterGet @Vadim73i
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '14.19.1'

- name: JS Build
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.createRelease.outputs.upload_url }}
asset_path: "${{ github.workspace }}/${{ env.RELEASE_DIR }}/${{ env.UI_ARTIFACT_NAME }}"
asset_path: '${{ github.workspace }}/${{ env.RELEASE_DIR }}/${{ env.UI_ARTIFACT_NAME }}'
asset_name: ${{ env.UI_ARTIFACT_NAME }}
asset_content_type: application/gzip

Expand Down
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion Jenkinsfile-candidate
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ node {
}
}
}

4 changes: 2 additions & 2 deletions app/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
["@babel/plugin-transform-private-property-in-object", { "loose": true }],
[
"react-intl",
{
Expand Down
6 changes: 1 addition & 5 deletions app/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation

For development, you need a [node.js](https://nodejs.org).
For local development, you need a [node.js](https://nodejs.org)(minimum required version 12, recommended - 14).

To launch the development environment, follow these steps:

Expand Down Expand Up @@ -36,10 +36,6 @@ To launch the development environment, follow these steps:
`npm run manage:translations` - checking the relevance of localization
## Components
All the components for which the stories are described are automatically collected when the develop branch. To look at this assembly it is possible [here](http://reportportal.io/service-ui/index.html)
## Technology
Used technology stack: [React](https://reactjs.org/), [Redux](https://redux.js.org/)
Expand Down
8 changes: 7 additions & 1 deletion app/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ module.exports = {
'^layouts[/](.+)': '<rootDir>/src/layouts/$1',
},
notify: false,
collectCoverageFrom: ['src/common/**/*.js', '!src/common/urls.js', '!src/common/polyfills.js'],
collectCoverageFrom: [
'src/componentLibrary/dropdown/utils.js',
'src/common/**/*.js',
'!src/common/urls.js',
'!src/common/polyfills.js',
'!src/common/hooks/*.js',
],
coverageThreshold: {
global: {
branches: 60,
Expand Down
2 changes: 1 addition & 1 deletion app/localization/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
export const config = {
messagesDirectory: 'localization/messages',
translationsDirectory: 'localization/translated/',
languages: ['uk', 'ru', 'be'],
languages: ['uk', 'ru', 'be', 'zh'],
};
467 changes: 286 additions & 181 deletions app/localization/translated/be.json

Large diffs are not rendered by default.

468 changes: 288 additions & 180 deletions app/localization/translated/ru.json

Large diffs are not rendered by default.

473 changes: 290 additions & 183 deletions app/localization/translated/uk.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions app/localization/translated/whitelist_zh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[
]
2,180 changes: 2,180 additions & 0 deletions app/localization/translated/zh.json

Large diffs are not rendered by default.

Loading

0 comments on commit 748fe28

Please sign in to comment.