Skip to content

Commit 1ee29fc

Browse files
authored
Merge pull request #595 from atlassian/release/4.2.0
Release/4.2.0
2 parents 76b93a9 + b8473fc commit 1ee29fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10841
-7819
lines changed

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Default code owners for master branch - Atlassian Data Center App Performance Toolkit
2-
* @benmagro @ometelytsia @SergeyMoroz0703 @astashys @mmizin
1+
# Default code owners - Atlassian Data Center App Performance Toolkit
2+
* @ometelytsia @SergeyMoroz0703 @astashys @mmizin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In case of technical questions, issues or problems with DC Apps Performance Tool
2424
## Installation and set up
2525

2626
#### Dependencies
27-
* Python 3.6-3.8 and pip
27+
* Python 3.7-3.8 and pip
2828
* JDK 8
2929
* Google Chrome web browser
3030
* Git client (only for Bitbucket DC)

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ modules:
8585
httpsampler.ignore_failed_embedded_resources: "true"
8686
selenium:
8787
chromedriver:
88-
version: "89.0.4389.23" # Supports Chrome version 89. You can refer to http://chromedriver.chromium.org/downloads
88+
version: "90.0.4430.24" # Supports Chrome version 90. You can refer to http://chromedriver.chromium.org/downloads
8989
reporting:
9090
- data-source: sample-labels
9191
module: junit-xml

app/confluence.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ settings:
2121
LANGUAGE: en_US.utf8
2222
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
2323
# Action percentage for JMeter and Locust load executors
24-
view_page: 54
25-
view_dashboard: 6
26-
view_blog: 8
27-
search_cql: 7
24+
view_page: 46
25+
view_dashboard: 8
26+
view_blog: 10
27+
search_cql: 9
2828
create_blog: 3
29-
create_and_edit_page: 6
30-
comment_page: 5
31-
view_attachment: 3
29+
create_and_edit_page: 7
30+
comment_page: 6
31+
view_attachment: 4
3232
upload_attachment: 5
33-
like_page: 3
33+
like_page: 2
3434
standalone_extension: 0 # By default disabled
3535
# Custom dataset section.
3636
custom_dataset_query: # Write CQL query to add CQL output to the app/datasets/confluence/custom_pages.csv, e.g. "title ~ 'AppPage*'"
@@ -109,7 +109,7 @@ modules:
109109
httpsampler.ignore_failed_embedded_resources: "true"
110110
selenium:
111111
chromedriver:
112-
version: "89.0.4389.23" # Supports Chrome version 89. You can refer to http://chromedriver.chromium.org/downloads
112+
version: "90.0.4430.24" # Supports Chrome version 90. You can refer to http://chromedriver.chromium.org/downloads
113113
reporting:
114114
- data-source: sample-labels
115115
module: junit-xml

app/extension/jira/examples/__init__.py

Whitespace-only changes.

app/extension/jira/examples/drawio/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

app/extension/jira/examples/drawio/__init__.py

Whitespace-only changes.

app/extension/jira/examples/drawio/drawio-issue-keys.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)