Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
image: splunk/splunk:${{matrix.splunk-version}}
env:
SPLUNK_START_ARGS: --accept-license
SPLUNK_GENERAL_TERMS: --accept-sgt-current-at-splunk-com
SPLUNK_HEC_TOKEN: 11111111-1111-1111-1111-1111111111113
SPLUNK_PASSWORD: changed!
SPLUNK_APPS_URL: https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
Expand Down
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
build/
client/
.git
tests/html/*
*.out
*DS_Store
*.sublime-*
*.pyc
.idea/*
npm-debug.log
server.py
*.log
.buildcache
v8.log
cover_html
.coverage_data
.coverage_debug
*.swp
.splunkrc
.env
*.zip
test_logs/*
docs/
.nyc_output/*
/node_modules/*
.nyc_output/
node_modules/
.vscode/
.code-workspace
Loading
Loading