Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit b78e2d3

Browse files
Ryan Fairclothzahrasidhpuri-crestdevangmehta-crestdependabot[bot]
authored
fix: Rollout changes in develop branch (#50) (#53)
* fix: Rollout changes in develop branch * fix: commented app-inspect stage from approval * fix: Rollout change for develop branch * fix: Added patch commit for testing * build(deps-dev): bump six from 1.12.0 to 1.15.0 (#41) Bumps [six](https://github.com/benjaminp/six) from 1.12.0 to 1.15.0. - [Release notes](https://github.com/benjaminp/six/releases) - [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES) - [Commits](benjaminp/six@1.12.0...1.15.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump mock from 3.0.5 to 4.0.3 (#42) Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.3. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@3.0.5...4.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(package): remove duplicate SHOULD_LINEMERGE * build(deps): bump cla-assistant/github-action (#51) Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from v2.0.2-alpha to v2.0.3-alpha. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Changelog](https://github.com/cla-assistant/github-action/blob/master/CHANGELOG.md) - [Commits](contributor-assistant/github-action@v2.0.2-alpha...c89158d) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Devang Mehta (C) <[email protected]> Co-authored-by: devangmehta-crest <[email protected]> Co-authored-by: zahrasidhpuri-crest <[email protected]> Co-authored-by: zahrasidhpuri-crest <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zahrasidhpuri-crest <[email protected]> Co-authored-by: Devang Mehta (C) <[email protected]> Co-authored-by: devangmehta-crest <[email protected]> Co-authored-by: zahrasidhpuri-crest <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d0135d commit b78e2d3

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "CLA Assistant"
1313
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
1414
# Alpha Release
15-
uses: cla-assistant/[email protected].2-alpha
15+
uses: cla-assistant/[email protected].3-alpha
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
# the below token should have repo scope and must be manually added by you in the repository's secret

package/default/props.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ KV_MODE = NONE
1111
LEARN_SOURCETYPE = false
1212
LEARN_MODEL = false
1313
ANNOTATE_PUNCT = false
14-
SHOULD_LINEMERGE = false
1514

1615

1716
REPORT-fields = ta_cef_for_splunk_v0_fields, ta_cef_for_splunk_v0_cfields, ta_cef_for_splunk_v0_cfields_reverse,ta_cef_for_splunk_v0_flex_field,ta_cef_for_splunk_v0_flex_field_reverse,ta_cef_for_splunk_v0_deviceCustomDate_field

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pytest-splunk-addon==1.4.0
1414
pytest-expect==1.1.0
1515
pytest-splunk-addon-ui-smartx==1.1.1
1616
pytest-rerunfailures==9.1.1
17-
mock==3.0.5
17+
mock==4.0.3
1818
requests==2.25.1
19+
six==1.15.0
1920
u-msgpack-python==2.7.1
20-
six==1.12.0
2121
coverage==5.3.1
2222
splunk-sdk==1.6.14
2323
future==0.18.2

requirements_py2_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ lovely-pytest-docker
77
pytest
88
pytest-xdist
99
pytest-expect
10-
mock==3.0.5
10+
mock==4.0.3

tests/knowledge/test_addon.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@
1111
class Test_App(Basic):
1212
def empty_method(self):
1313
pass
14-
15-
16-

0 commit comments

Comments
 (0)