Skip to content

Commit 8ef2911

Browse files
[TIPCommon] - Add New Base Sync Job Template (chronicle#612)
* Sync Job Template * Reformatted the tipcommon files. * Updated the TIPCommon version in uv.lock * Resolved the comments. * Updated __init__.py file * Fixed PR comments * Fixed PR comments * Resolved the comments. * Resolved the comments. --------- Co-authored-by: Himshikhar <himshikhar@google.com>
1 parent 4177492 commit 8ef2911

20 files changed

Lines changed: 1760 additions & 16 deletions

packages/integration_testing/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "integration-testing"
3-
version = "2.3.2"
3+
version = "2.3.3"
44
description = "Blackbox testing infrastructure to test and run marketplace integration scripts locally using mocks."
55
readme = "README.md"
66
authors = [
@@ -48,7 +48,7 @@ testpaths = [
4848
]
4949

5050
[tool.uv.sources]
51-
tipcommon = { path = "../tipcommon/whls/TIPCommon-2.3.2-py3-none-any.whl" }
51+
tipcommon = { path = "../tipcommon/whls/TIPCommon-2.3.3-py3-none-any.whl" }
5252
environmentcommon = { path = "../envcommon/whls/EnvironmentCommon-1.0.2-py2.py3-none-any.whl" }
5353
soar-sdk = { git = "https://github.com/chronicle/soar-sdk.git" }
5454

packages/integration_testing/uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

packages/tipcommon/TIPCommon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "TIPCommon"
3-
version = "2.3.2"
3+
version = "2.3.3"
44
description = "General Purpose CLI tool for Google SecOps Marketplace"
55
readme = "README.md"
66
authors = [

packages/tipcommon/TIPCommon/src/TIPCommon/base/job/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# limitations under the License.
1414

1515
from .base_job import *
16+
from .base_sync_job import *
1617
from .base_job_refresh_token import *
1718
from .consts import *
1819
from .data_models import *
20+
from .job_case import *

0 commit comments

Comments
 (0)