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

fix: Rollout changes in develop branch #50

Merged
merged 14 commits into from
Jan 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,9 @@ workflows:
- release:
requires:
- approval-release
- splunk-app-inspect
- splunk-app-unit-test
- splunk-app-backend-test
## - splunk-app-inspect
## - splunk-app-unit-test
## - splunk-app-backend-test
context:
- gdi-github
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "CLA Assistant"
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'
# Alpha Release
uses: cla-assistant/github-action@v2.0.2-alpha
uses: cla-assistant/github-action@v2.0.3-alpha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down
1 change: 0 additions & 1 deletion package/default/props.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ KV_MODE = NONE
LEARN_SOURCETYPE = false
LEARN_MODEL = false
ANNOTATE_PUNCT = false
SHOULD_LINEMERGE = false


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
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pytest-splunk-addon==1.4.0
pytest-expect==1.1.0
pytest-splunk-addon-ui-smartx==1.1.0
pytest-rerunfailures==9.1.1
mock==3.0.5
mock==4.0.3
requests==2.25.1
u-msgpack-python==2.5.0
six==1.12.0
six==1.15.0
coverage==4.0.3
splunk-sdk==1.6.14
future==0.18.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_py2_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ lovely-pytest-docker
pytest
pytest-xdist
pytest-expect
mock==3.0.5
mock==4.0.3
1 change: 1 addition & 0 deletions tests/knowledge/test_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ class Test_App(Basic):
def empty_method(self):
pass