Skip to content

Commit 8d68960

Browse files
committed
Release 5.0.0
1 parent 9c88e79 commit 8d68960

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ settings:
1919
WEBDRIVER_VISIBLE: False
2020
JMETER_VERSION: 5.2.1
2121
LANGUAGE: en_US.utf8
22-
allow_analytics: No # 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.
22+
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
services:
2424
- module: shellexec
2525
prepare:

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ settings:
1919
WEBDRIVER_VISIBLE: False
2020
JMETER_VERSION: 5.2.1
2121
LANGUAGE: en_US.utf8
22-
allow_analytics: No # 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.
22+
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
2424
view_page: 46
2525
view_dashboard: 8

app/crowd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ settings:
3131

3232
JMETER_VERSION: 5.2.1
3333
LANGUAGE: en_US.utf8
34-
allow_analytics: No # 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.
34+
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.
3535
services:
3636
- module: shellexec
3737
prepare:

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ settings:
1919
WEBDRIVER_VISIBLE: False
2020
JMETER_VERSION: 5.2.1
2121
LANGUAGE: en_US.utf8
22-
allow_analytics: No # 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.
22+
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
2424
create_issue: 4
2525
search_jql: 11

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ settings:
2121
WEBDRIVER_VISIBLE: False
2222
JMETER_VERSION: 5.2.1
2323
LANGUAGE: en_US.utf8
24-
allow_analytics: No # 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.
24+
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.
2525
# Action percentage for Jmeter and Locust load executors
2626
agent_browse_projects: 10
2727
agent_view_request: 24

app/util/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML
44

5-
TOOLKIT_VERSION = '4.3.0'
5+
TOOLKIT_VERSION = '5.0.0'
66

77

88
def read_yml_file(file):

0 commit comments

Comments
 (0)