Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f80fe1e
Broken code
NiemySpiewak-splunk Aug 14, 2025
fcbdab8
PSAAS-24764: Move code to 'package' directory
Aug 14, 2025
9df0b89
Merge pull request #44 from arosicki/arosicki/PSAAS-24764-sdk-code-st…
NiemySpiewak-splunk Aug 14, 2025
996e475
feat: Implement 'http_get' action for making GET requests
NiemySpiewak-splunk Aug 19, 2025
4c86c97
important files
NiemySpiewak-splunk Aug 19, 2025
607d1b7
fix: added important files
NiemySpiewak-splunk Aug 19, 2025
64e13d5
PSAAS-24764 SDK code structure and test_connectivity implementation
NiemySpiewak-splunk Aug 19, 2025
beeb815
refactor: restructure app and improve http_get implementation
NiemySpiewak-splunk Aug 20, 2025
c2f20f1
Merge branch 'msankowska/PSAAS-24763-porting_HTTP_to_SDK' into msanko…
NiemySpiewak-splunk Aug 20, 2025
29f79d4
refactor: Improve code architecture and modularity
NiemySpiewak-splunk Aug 20, 2025
a9cef95
Merge branch 'msankowska/PSAAS-24765-get-action' of github.com:splunk…
NiemySpiewak-splunk Aug 20, 2025
57773a1
refactor: improve header parsing
NiemySpiewak-splunk Aug 20, 2025
8e7a351
PSAAS-24765 adding GET action
NiemySpiewak-splunk Aug 21, 2025
eb027b5
feat: POST action
NiemySpiewak-splunk Aug 26, 2025
ec91888
fix: tested code - POST,GET,CONNECTIVITY,AUTH
NiemySpiewak-splunk Sep 1, 2025
2699936
PSAAS-24767-POST-request
NiemySpiewak-splunk Sep 1, 2025
78ca07f
feat: PUT request
NiemySpiewak-splunk Sep 1, 2025
6f946c6
fix: code refactoring
NiemySpiewak-splunk Sep 2, 2025
a683610
PSAAS-24768-PUT request
NiemySpiewak-splunk Sep 2, 2025
3253065
feat: PATCH, HEAD, OPTIONS, DELETE implemented
NiemySpiewak-splunk Sep 4, 2025
ea48031
small logger fix
NiemySpiewak-splunk Sep 4, 2025
dc56679
code refactoring
NiemySpiewak-splunk Sep 4, 2025
bc69378
code refactoring
NiemySpiewak-splunk Sep 4, 2025
774dce1
PSAAS-25369-PATCH,HEAD,DELETE,OPTIONS-requests
NiemySpiewak-splunk Sep 5, 2025
f1e80c8
feat: put file and get file implementation
NiemySpiewak-splunk Sep 9, 2025
12db9d5
fix: code refactoring
NiemySpiewak-splunk Sep 10, 2025
58e7453
fix: body and verify_certificate not required - all tests passed
NiemySpiewak-splunk Sep 11, 2025
8298817
PSAAS-25413-put_and_get_file
NiemySpiewak-splunk Sep 11, 2025
516b996
fix: added descriptions
NiemySpiewak-splunk Sep 11, 2025
c3835d5
fix: app description
NiemySpiewak-splunk Sep 11, 2025
af2245d
logs added
NiemySpiewak-splunk Sep 15, 2025
533d7a7
small changes
NiemySpiewak-splunk Sep 16, 2025
50c1c7c
PSAAS-25399-code_refactoring
NiemySpiewak-splunk Sep 16, 2025
ce509a5
fix: pre commit file needs to be at top level
tapishj-splunk Sep 17, 2025
d588e66
fix: pre commit updates and test to get connector ci working
tapishj-splunk Sep 17, 2025
4a34fae
Merge branch 'main' into msankowska/PSAAS-24763-porting_HTTP_to_SDK
tapishj-splunk Sep 17, 2025
f1226d6
fix: trigger workflow
tapishj-splunk Sep 17, 2025
cdd7861
fix: testing new push workflow
tapishj-splunk Sep 18, 2025
52aefdf
fix: trigger pipeline
tapishj-splunk Sep 18, 2025
499ab52
fix: asset_id issue with oauth
tapishj-splunk Sep 18, 2025
fc257ff
fix: some changes to make asset state work
tapishj-splunk Sep 19, 2025
30eab67
fix: get file and put file actions
tapishj-splunk Sep 19, 2025
8a933be
fix: remove tox ini file
tapishj-splunk Sep 20, 2025
eef971c
feat: implement scope for oauth
tapishj-splunk Sep 22, 2025
2f57ffc
feat: implement scope for oauth
tapishj-splunk Sep 22, 2025
d92656f
fix: get rid of package directory after repo rename
tapishj-splunk Sep 22, 2025
c868268
Merge branch 'msankowska/PSAAS-24763-porting_HTTP_to_SDK' into tapish…
tapishj-splunk Sep 23, 2025
1540a52
Merge pull request #57 from splunk-soar-connectors/tapishj/feat-imple…
tapishj-splunk Sep 23, 2025
59500e8
feat: bumping up sdk version
tapishj-splunk Sep 23, 2025
0231c17
feat!: releasing sdkfied http app
tapishj-splunk Oct 10, 2025
ee75fbf
feat!: sdkfying http app
tapishj-splunk Oct 13, 2025
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
179 changes: 179 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml

# ruff
.ruff_cache/

# LSP config files
pyrightconfig.json

# End of https://www.toptal.com/developers/gitignore/api/python

test_asset.json
*.tgz
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
exclude: "README.md"
# Central hooks
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v2.0.9
rev: v2.1.0
hooks:
- id: build-docs
language: python
Expand All @@ -70,9 +70,6 @@ repos:
language: python
additional_dependencies: ["local-hooks"]
args: ['.']
- id: package-app-dependencies
language: python
additional_dependencies: ["local-hooks"]
- id: notice-file
language: python
additional_dependencies: ["local-hooks"]
Expand Down
33 changes: 2 additions & 31 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@
Splunk SOAR App: HTTP
Copyright (c) 2016-2025 Splunk Inc.
Splunk SOAR App: http
Copyright (c) 2025 Splunk Inc.
Third Party Software Attributions:

@@@@============================================================================

Library: validators - 0.35.0
Homepage: https://python-validators.github.io/validators
License: MIT License
License Text:

The MIT License (MIT)

Copyright (c) 2013 - 2025 Konsta Vesterinen

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Loading