kodit 0.3.13__py3-none-any.whl → 0.3.14__py3-none-any.whl
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.
Potentially problematic release.
This version of kodit might be problematic. Click here for more details.
- kodit/_version.py +2 -2
- kodit/app.py +1 -4
- {kodit-0.3.13.dist-info → kodit-0.3.14.dist-info}/METADATA +1 -1
- {kodit-0.3.13.dist-info → kodit-0.3.14.dist-info}/RECORD +7 -7
- {kodit-0.3.13.dist-info → kodit-0.3.14.dist-info}/WHEEL +0 -0
- {kodit-0.3.13.dist-info → kodit-0.3.14.dist-info}/entry_points.txt +0 -0
- {kodit-0.3.13.dist-info → kodit-0.3.14.dist-info}/licenses/LICENSE +0 -0
kodit/_version.py
CHANGED
kodit/app.py
CHANGED
|
@@ -13,7 +13,6 @@ from kodit.application.services.sync_scheduler import SyncSchedulerService
|
|
|
13
13
|
from kodit.config import AppContext
|
|
14
14
|
from kodit.infrastructure.api.v1.routers import indexes_router, search_router
|
|
15
15
|
from kodit.infrastructure.api.v1.schemas.context import AppLifespanState
|
|
16
|
-
from kodit.log import configure_logging, configure_telemetry
|
|
17
16
|
from kodit.mcp import mcp
|
|
18
17
|
from kodit.middleware import ASGICancelledErrorMiddleware, logging_middleware
|
|
19
18
|
|
|
@@ -27,10 +26,8 @@ async def app_lifespan(_: FastAPI) -> AsyncIterator[AppLifespanState]:
|
|
|
27
26
|
"""Manage application lifespan for auto-indexing and sync."""
|
|
28
27
|
global _auto_indexing_service, _sync_scheduler_service # noqa: PLW0603
|
|
29
28
|
|
|
30
|
-
#
|
|
29
|
+
# App context has already been configured by the CLI.
|
|
31
30
|
app_context = AppContext()
|
|
32
|
-
configure_logging(app_context)
|
|
33
|
-
configure_telemetry(app_context)
|
|
34
31
|
|
|
35
32
|
# Start auto-indexing service
|
|
36
33
|
db = await app_context.get_db()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
kodit/.gitignore,sha256=ztkjgRwL9Uud1OEi36hGQeDGk3OLK1NfDEO8YqGYy8o,11
|
|
2
2
|
kodit/__init__.py,sha256=aEKHYninUq1yh6jaNfvJBYg-6fenpN132nJt1UU6Jxs,59
|
|
3
|
-
kodit/_version.py,sha256=
|
|
4
|
-
kodit/app.py,sha256=
|
|
3
|
+
kodit/_version.py,sha256=dAYECGus8vEags4_X66QYJmiBFCY-yJJXDyexsFv72w,513
|
|
4
|
+
kodit/app.py,sha256=aK6TP-7L3aHCiatNm_SYSw0zU4G3EuOcvdBZ3xPHO_U,3917
|
|
5
5
|
kodit/cli.py,sha256=ZOS_VzCHGjJRZzZpaVR00QXSPIwRXPYu-pTrbEtlyR0,19328
|
|
6
6
|
kodit/config.py,sha256=kuGdl-q5r9b7spt89-1mfVNuoQLqkXQ9-nuJFfRflUU,8940
|
|
7
7
|
kodit/database.py,sha256=kI9yBm4uunsgV4-QeVoCBL0wLzU4kYmYv5qZilGnbPE,1740
|
|
@@ -95,8 +95,8 @@ kodit/migrations/versions/c3f5137d30f5_index_all_the_things.py,sha256=r7ukmJ_axX
|
|
|
95
95
|
kodit/utils/__init__.py,sha256=DPEB1i8evnLF4Ns3huuAYg-0pKBFKUFuiDzOKG9r-sw,33
|
|
96
96
|
kodit/utils/dump_openapi.py,sha256=29VdjHpNSaGAg7RjQw0meq1OLhljCx1ElgBlTC8xoF4,1247
|
|
97
97
|
kodit/utils/path_utils.py,sha256=thK6YGGNvQThdBaCYCCeCvS1L8x-lwl3AoGht2jnjGw,1645
|
|
98
|
-
kodit-0.3.
|
|
99
|
-
kodit-0.3.
|
|
100
|
-
kodit-0.3.
|
|
101
|
-
kodit-0.3.
|
|
102
|
-
kodit-0.3.
|
|
98
|
+
kodit-0.3.14.dist-info/METADATA,sha256=H9I5v4D4kVAJnF1-ofQZpxvMif86Vn-CNNWGvV9VI7M,7672
|
|
99
|
+
kodit-0.3.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
100
|
+
kodit-0.3.14.dist-info/entry_points.txt,sha256=hoTn-1aKyTItjnY91fnO-rV5uaWQLQ-Vi7V5et2IbHY,40
|
|
101
|
+
kodit-0.3.14.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
102
|
+
kodit-0.3.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|