glean-indexing-sdk 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.cz.toml +3 -2
- glean_indexing_sdk-0.3.1/CHANGELOG.md +38 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/PKG-INFO +1 -1
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/mise.toml +23 -1
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/pyproject.toml +1 -1
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/__init__.py +1 -1
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/uv.lock +1 -1
- glean_indexing_sdk-0.3.0/CHANGELOG.md +0 -16
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.claude/commands/release.md +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.env.template +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/CODEOWNERS +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/workflows/ci.yml +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/workflows/publish.yml +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.gitignore +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.markdown-coderc.json +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.python-version +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.ruff.toml +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.vscode/settings.json +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/CLAUDE.md +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/CONTRIBUTING.md +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/LICENSE +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/README.md +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/RELEASE.md +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/env.template +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/complete.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/run_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_page_data.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_data.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/run_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/batch_processor.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/content_formatter.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/glean_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/metrics.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/mocks.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/property_definition_builder.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_async_streaming_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_async_streaming_datasource_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_datasource_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_people_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_streaming_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_streaming_datasource_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/models.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/observability/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/observability/observability.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/py.typed +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/connector_test_harness.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/mock_data_source.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/mock_glean_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/response_validator.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/integration_tests/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/__init__.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/mock_clients.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_batch_processor.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_content_formatter.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_metrics.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_property_definition_builder.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_async_streaming.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_data_client.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_datasource_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_people_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_streaming_datasource_connector.py +0 -0
- {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_custom_connector_integration.py +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
[tool.commitizen]
|
|
2
2
|
name = "cz_conventional_commits"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1"
|
|
4
4
|
tag_format = "v$version"
|
|
5
|
-
version_files = ["pyproject.toml:version", "src/glean/indexing/__init__.py:__version__"]
|
|
5
|
+
version_files = ["pyproject.toml:version", "src/glean/indexing/__init__.py:__version__"]
|
|
6
|
+
update_changelog_on_bump = true
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
## v0.3.1 (2026-02-04)
|
|
2
|
+
|
|
3
|
+
### Fix
|
|
4
|
+
|
|
5
|
+
- **release**: include CHANGELOG.md and uv.lock in release commit
|
|
6
|
+
|
|
7
|
+
## v0.3.0 (2026-02-04)
|
|
8
|
+
|
|
9
|
+
### Feat
|
|
10
|
+
|
|
11
|
+
- add /release command for guided release process
|
|
12
|
+
|
|
13
|
+
### Fix
|
|
14
|
+
|
|
15
|
+
- use mise use to set Python version instead of overriding mise_toml
|
|
16
|
+
|
|
17
|
+
### Refactor
|
|
18
|
+
|
|
19
|
+
- remove legacy class aliases and standardize naming
|
|
20
|
+
- rename async classes to use Base prefix consistently
|
|
21
|
+
- rename async streaming files to follow base_* naming convention
|
|
22
|
+
|
|
23
|
+
## v0.2.0 (2025-07-24)
|
|
24
|
+
|
|
25
|
+
### Feat
|
|
26
|
+
|
|
27
|
+
- Adds support for forced restarts of indexing uploads
|
|
28
|
+
|
|
29
|
+
## v0.1.0 (2025-07-23)
|
|
30
|
+
|
|
31
|
+
### Feat
|
|
32
|
+
|
|
33
|
+
- Adds property definition builder
|
|
34
|
+
|
|
35
|
+
### Fix
|
|
36
|
+
|
|
37
|
+
- Fixing format of tags for release
|
|
38
|
+
- Adds addition model for re-export
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: glean-indexing-sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: SDK for building custom Glean indexing integrations
|
|
5
5
|
Project-URL: Source Code, https://github.com/glean-io/glean-indexing-sdk
|
|
6
6
|
Author-email: Steve Calvert <steve.calvert@glean.com>
|
|
@@ -155,5 +155,27 @@ run = "uv run python -m build"
|
|
|
155
155
|
[tasks.release]
|
|
156
156
|
description = "Bump version and create a new tag (use DRY_RUN=true for preview)"
|
|
157
157
|
run = [
|
|
158
|
-
"bash -lc '
|
|
158
|
+
"""bash -lc '
|
|
159
|
+
if [ "$DRY_RUN" = "true" ]; then
|
|
160
|
+
uv run python -m commitizen bump --dry-run
|
|
161
|
+
uv run python -m commitizen changelog --dry-run
|
|
162
|
+
else
|
|
163
|
+
# Bump version (includes changelog update via update_changelog_on_bump)
|
|
164
|
+
uv run python -m commitizen bump --yes
|
|
165
|
+
|
|
166
|
+
# Get the tag that was just created
|
|
167
|
+
TAG=$(git describe --tags --abbrev=0)
|
|
168
|
+
|
|
169
|
+
# Regenerate uv.lock with new version
|
|
170
|
+
uv lock
|
|
171
|
+
|
|
172
|
+
# Amend the commit to include uv.lock
|
|
173
|
+
git add uv.lock
|
|
174
|
+
git commit --amend --no-edit
|
|
175
|
+
|
|
176
|
+
# Update the tag to point to the amended commit
|
|
177
|
+
git tag -d "$TAG"
|
|
178
|
+
git tag "$TAG"
|
|
179
|
+
fi
|
|
180
|
+
'""",
|
|
159
181
|
]
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "glean-indexing-sdk"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.1"
|
|
8
8
|
description = "SDK for building custom Glean indexing integrations"
|
|
9
9
|
authors = [{ name = "Steve Calvert", email = "steve.calvert@glean.com" }]
|
|
10
10
|
readme = "README.md"
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
## v0.2.0 (2025-07-24)
|
|
2
|
-
|
|
3
|
-
### Feat
|
|
4
|
-
|
|
5
|
-
- Adds support for forced restarts of indexing uploads
|
|
6
|
-
|
|
7
|
-
## v0.1.0 (2025-07-23)
|
|
8
|
-
|
|
9
|
-
### Feat
|
|
10
|
-
|
|
11
|
-
- Adds property definition builder
|
|
12
|
-
|
|
13
|
-
### Fix
|
|
14
|
-
|
|
15
|
-
- Fixing format of tags for release
|
|
16
|
-
- Adds addition model for re-export
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/run_connector.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_connector.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_data_client.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_page_data.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/batch_processor.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/content_formatter.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/glean_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/observability/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/mock_data_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/mock_clients.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_async_streaming.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_connector.py
RENAMED
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_people_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|