Commit Graph

10 Commits

Author SHA1 Message Date
Ming Di Leom 81ee292f1d
build: reset file permission
running in windows may set execution permission
that is not allowed in splunk cloud
2023-10-01 10:10:24 +00:00
Ming Di Leom 06fbf1c42e
docs: rename add-on
https://dev.splunk.com/enterprise/docs/releaseapps/splunkbase/namingguidelines/
2023-07-14 10:24:40 +00:00
Ming Di Leom f624f1fee7
build: exclude requests lib
- use splunk built-in, maybe useful for certifi cacert.pem
style: add path instead of __init__.py
style: remove shebang (not meant to be executed by generic python)
2023-02-08 10:06:21 +00:00
Ming Di Leom fe8476e2c1
fix: remove splunk 8 compatibility
app is not compatible with SCP1 "chunked=false"
Revert "fix: compatibility with splunk 8"
This reverts commit 0cc9e2fd64.
2023-02-06 06:40:51 +00:00
Ming Di Leom c1a572f845
style: escape regex char 2023-02-04 22:40:01 +00:00
Ming Di Leom 0cc9e2fd64
fix: compatibility with splunk 8 2023-02-04 22:31:02 +00:00
Ming Di Leom 9982d3ba68
build: exclude requirements.txt 2023-02-04 09:46:23 +00:00
Ming Di Leom 7529622fb2
fix(getopendbl): rename "cidr" column to "cidr_range"
to avoid confusion with match_type CIDR() in lookup definition
2023-02-04 06:42:43 +00:00
Ming Di Leom 391fa177f6
ci: publish release and asset
- https://gitlab.com/gitlab-org/release-cli/-/tree/master/docs/examples/release-assets-as-generic-package
- https://docs.gitlab.com/ee/ci/yaml/#release
- https://stackoverflow.com/a/29521646
- https://docs.gitlab.com/ee/user/packages/generic_packages/index.html#publish-a-generic-package-by-using-cicd
2023-01-27 11:40:00 +00:00
Ming Di Leom 22d1b7e8f5
Initial commit 2023-01-27 09:59:55 +00:00