Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 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
41f46f0
add input fields for public certificate and private key
NiemySpiewak-splunk Sep 23, 2025
258ac45
temporary file creator
NiemySpiewak-splunk Sep 23, 2025
66821ac
request_maker updated - enable certificate auth in requests
NiemySpiewak-splunk Sep 23, 2025
6c58252
refactoring
NiemySpiewak-splunk Sep 23, 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
11 changes: 11 additions & 0 deletions .github/workflows/call-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Call Push Workflow

on:
pull_request:
types:
- opened # When a new PR is opened
- synchronize # When a new commit is pushed to the PR branch

jobs:
call-push:
uses: splunk-soar-connectors/.github/.github/workflows/push.yml@tapishj/PAPP-36785-update-ci-for-sdkfied-apps

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: uses: splunk-soar-connectors/.github/.github/workflows/push.yml@tapishj/PAPP-36785-update-ci-for-sdkfied-apps — this pins CI to a personal branch that can be force-pushed or deleted at any time.

Suggested fix: Pin to a stable tag or the main branch of the shared workflow repo once the referenced branch is merged.

14 changes: 0 additions & 14 deletions __init__.py

This file was deleted.

Loading
Loading