Skip to content

Commit

Permalink
Merge pull request #834 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
maria-hambardzumian authored Nov 22, 2024
2 parents af378a6 + e09ef24 commit 5e280d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/releases/Version5.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sidebar_label: Version 5.7.3

## Bugfixing:
We have refactored logs double-entry saving to Elasticsearch by changing index type: now logs are saved in indexes per project instead of indexes per launch. It helps us to save the performance of Elasticsearch considering other operations and the data which we have processed via Elastic.
More details can be found via the [link](https://reportportal.io/blog/performance-improvements-in-5.7.3).
More details can be found via the [link](https://reportportal.io/blog/performance-improvements-in-5-7-3).

## Technical updates:

Expand Down
26 changes: 21 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const config = {
redirects: [
{
to: '/installation-steps',
from: '/category/installation-steps',
from: ['/category/installation-steps', '/Installation-steps'],
},
{
to: '/features',
Expand Down Expand Up @@ -298,7 +298,7 @@ const config = {
},
{
to: '/installation-steps/DeployWithDocker',
from: ['/installation-steps/DeployWithDockerOnLinuxMac', '/Deploy-with-Docker', '/installation-steps/DeployWithDockerOnWindows'],
from: ['/installation-steps/DeployWithDockerOnLinuxMac', '/Deploy-with-Docker', '/installation-steps/DeployWithDockerOnWindows', '/Installation/Docker'],
},
{
to: '/plugins/authorization/SamlProviders',
Expand Down Expand Up @@ -490,7 +490,7 @@ const config = {
},
{
to: '/tutorial',
from: '/reportportal-tutorial',
from: ['/reportportal-tutorial','/What-is-ReportPortal'],
},
{
to: '/glossary',
Expand Down Expand Up @@ -526,11 +526,11 @@ const config = {
},
{
to: '/configuration/ProjectSettings',
from: '/configuration/ProjectConfiguration',
from: ['/configuration/ProjectConfiguration', '/reportportal-configuration/ProjectConfiguration'],
},
{
to: '/admin-panel/AllProjectsPage',
from: '/configuration/CreationOfProjectAndAddingUsers',
from: ['/configuration/CreationOfProjectAndAddingUsers', '/reportportal-configuration/CreationOfProjectAndAddingUsers'],
},
{
to: '/installation-steps-advanced/ScalingReportPortalServices',
Expand All @@ -544,6 +544,22 @@ const config = {
to: '/plugins/authorization/SamlProviders',
from: '/category/saml-providers',
},
{
to: '/work-with-reports/TestCaseId#what-does-happen-if-you-do-not-report-items-with-test-case-id',
from: '/Test-case-ID>what-does-happen-if-you-do-not-report-items-with-test-case-id-',
},
{
to: '/work-with-reports/TestCaseId#what-is-it-test-case-id',
from: '/Test-case-ID>what-is-it-test-case-id',
},
{
to: '/dashboards-and-widgets/CumulativeTrendChart',
from: '/Cumulative-trend-chart',
},
{
to: '/api/intro',
from: '/docs/api',
},
],
},
],
Expand Down

0 comments on commit 5e280d6

Please sign in to comment.