Skip to content

Commit 8256d2e

Browse files
refactor: remove standard_lib nested folder (#850)
Moved modules from standard_lib folder to its parent folder Kept addon_basic.py in standard_lib folder for backward compatibility.
1 parent d7f63ea commit 8256d2e

File tree

131 files changed

+158
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+158
-229
lines changed

.licenserc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ header:
3030
- "docs/**"
3131
- "tests/**"
3232
- ".*"
33-
- "pytest_splunk_addon/standard_lib/**/*.json"
34-
- "pytest_splunk_addon/standard_lib/**/*.xsd"
33+
- "pytest_splunk_addon/**/*.json"
34+
- "pytest_splunk_addon/**/*.xsd"
3535
- "MANIFEST.in"
3636
- "entrypoint.sh"
3737
- "renovate.json"

docs/api_reference/addon_parser.md

Lines changed: 7 additions & 7 deletions

docs/api_reference/api_reference.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion

docs/api_reference/cim_tests.md

Lines changed: 10 additions & 10 deletions

docs/api_reference/event_ingestion.md

Lines changed: 4 additions & 4 deletions

docs/api_reference/fields_tests.md

Lines changed: 4 additions & 4 deletions
Lines changed: 3 additions & 3 deletions

docs/api_reference/sample_generation.md

Lines changed: 4 additions & 4 deletions

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ pytz = "^2024.1"
5959
pytest11 = { plugin = "pytest_splunk_addon.plugin", "splunk" = "pytest_splunk_addon.splunk" }
6060

6161
[tool.poetry.scripts]
62-
cim-report = 'pytest_splunk_addon.standard_lib.utilities.junit_parser:main'
62+
cim-report = 'pytest_splunk_addon.utilities.junit_parser:main'
6363
cim-field-report = 'pytest_splunk_addon.tools.cim_field_report:main'
64-
sample_splitter = 'pytest_splunk_addon.standard_lib.utilities.sample_splitter:main'
64+
sample_splitter = 'pytest_splunk_addon.utilities.sample_splitter:main'
6565

6666
[build-system]
6767
requires = ["poetry>=1.0.2"]

0 commit comments

Comments
 (0)