Skip to content

Commit

Permalink
Merge pull request #595 from atlassian/release/4.2.0
Browse files Browse the repository at this point in the history
Release/4.2.0
  • Loading branch information
ometelytsia committed Apr 26, 2021
2 parents 76b93a9 + b8473fc commit 1ee29fc
Show file tree
Hide file tree
Showing 52 changed files with 10,841 additions and 7,819 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default code owners for master branch - Atlassian Data Center App Performance Toolkit
* @benmagro @ometelytsia @SergeyMoroz0703 @astashys @mmizin
# Default code owners - Atlassian Data Center App Performance Toolkit
* @ometelytsia @SergeyMoroz0703 @astashys @mmizin
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In case of technical questions, issues or problems with DC Apps Performance Tool
## Installation and set up

#### Dependencies
* Python 3.6-3.8 and pip
* Python 3.7-3.8 and pip
* JDK 8
* Google Chrome web browser
* Git client (only for Bitbucket DC)
Expand Down
2 changes: 1 addition & 1 deletion app/bitbucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ modules:
httpsampler.ignore_failed_embedded_resources: "true"
selenium:
chromedriver:
version: "89.0.4389.23" # Supports Chrome version 89. You can refer to http://chromedriver.chromium.org/downloads
version: "90.0.4430.24" # Supports Chrome version 90. You can refer to http://chromedriver.chromium.org/downloads
reporting:
- data-source: sample-labels
module: junit-xml
18 changes: 9 additions & 9 deletions app/confluence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ settings:
LANGUAGE: en_US.utf8
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.
# Action percentage for JMeter and Locust load executors
view_page: 54
view_dashboard: 6
view_blog: 8
search_cql: 7
view_page: 46
view_dashboard: 8
view_blog: 10
search_cql: 9
create_blog: 3
create_and_edit_page: 6
comment_page: 5
view_attachment: 3
create_and_edit_page: 7
comment_page: 6
view_attachment: 4
upload_attachment: 5
like_page: 3
like_page: 2
standalone_extension: 0 # By default disabled
# Custom dataset section.
custom_dataset_query: # Write CQL query to add CQL output to the app/datasets/confluence/custom_pages.csv, e.g. "title ~ 'AppPage*'"
Expand Down Expand Up @@ -109,7 +109,7 @@ modules:
httpsampler.ignore_failed_embedded_resources: "true"
selenium:
chromedriver:
version: "89.0.4389.23" # Supports Chrome version 89. You can refer to http://chromedriver.chromium.org/downloads
version: "90.0.4430.24" # Supports Chrome version 90. You can refer to http://chromedriver.chromium.org/downloads
reporting:
- data-source: sample-labels
module: junit-xml
Empty file.
55 changes: 0 additions & 55 deletions app/extension/jira/examples/drawio/README.md

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions app/extension/jira/examples/drawio/drawio-issue-keys.csv

This file was deleted.

Loading

0 comments on commit 1ee29fc

Please sign in to comment.