tina4-python 3.13.57__tar.gz → 3.13.59__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.
- {tina4_python-3.13.57 → tina4_python-3.13.59}/PKG-INFO +1 -1
- {tina4_python-3.13.57 → tina4_python-3.13.59}/pyproject.toml +1 -1
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/__init__.py +1 -1
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/connection.py +27 -10
- {tina4_python-3.13.57 → tina4_python-3.13.59}/.gitignore +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/README.md +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/CLAUDE.md +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/HtmlElement.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/Testing.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/ai/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/api/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/auth/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/cache/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/cli/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/container/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/cache.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/constants.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/events.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/middleware.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/rate_limiter.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/request.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/response.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/router.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/core/server.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/crud/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/adapter.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/firebird.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/mongodb.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/mssql.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/mysql.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/odbc.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/postgres.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/database/sqlite.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/debug/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/debug/error_overlay.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/dev_admin/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/dev_admin/metrics.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/dev_admin/plan.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/dev_admin/project_index.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/docs.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/docstore/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/dotenv/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/env.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/frond/FROND.md +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/frond/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/frond/engine.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/auth/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/auth/src/routes/api/gallery_auth.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/database/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/database/src/routes/api/gallery_db.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/error-overlay/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/error-overlay/src/routes/api/gallery_crash.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/orm/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/orm/src/orm/Product.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/orm/src/routes/api/gallery_products.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/queue/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/queue/src/routes/api/gallery_queue.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/rest-api/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/rest-api/src/routes/api/gallery_hello.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/templates/meta.json +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/templates/src/routes/gallery_page.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/gallery/templates/src/templates/gallery_page.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/graphql/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/i18n/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/mcp/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/mcp/protocol.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/mcp/tools.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/messenger/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/migration/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/migration/runner.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/orm/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/orm/fields.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/orm/model.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/__feedback/widget.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/css/tina4.css +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/css/tina4.min.css +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/favicon.ico +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/images/logo.svg +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/images/tina4-logo-icon.webp +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/frond.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/frond.min.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/tina4-dev-admin.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/tina4-dev-admin.min.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/tina4.min.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/js/tina4js.min.js +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/swagger/index.html +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/swagger/oauth2-redirect.html +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/query_builder/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/job.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/kafka_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/lite_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/mongo_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue/rabbitmq_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue_backends/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue_backends/kafka_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue_backends/mongo_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue_backends/rabbitmq_backend.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/Attachment.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/Channel.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/ChannelMember.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/Message.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/Workspace.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/models/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/realtime/storage.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_alerts.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_badges.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_buttons.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_cards.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_forms.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_grid.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_modals.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_nav.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_reset.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_tables.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_typography.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_utilities.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/_variables.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/base.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/colors.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/scss/tina4css/tina4.scss +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/seeder/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/service/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/mongodb_handler.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/redis_handler.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/valkey_handler.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/swagger/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/components/crud.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/distroless/Dockerfile +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/poetry/Dockerfile +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/python/Dockerfile +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/uv/Dockerfile +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/302.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/401.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/403.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/404.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/500.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/502.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/503.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/errors/base.twig +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/frontend/README.md +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/readme.md +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/test/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/test_client/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/af/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/af/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/en/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/en/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/es/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/es/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/fr/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/fr/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/ja/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/ja/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/zh/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/zh/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/validator/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/websocket/__init__.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/websocket/backplane.py +0 -0
- {tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/wsdl/__init__.py +0 -0
|
@@ -274,7 +274,8 @@ class Database:
|
|
|
274
274
|
parsed = urlparse(self.url)
|
|
275
275
|
scheme = parsed.scheme.lower()
|
|
276
276
|
|
|
277
|
-
# Handle sqlite
|
|
277
|
+
# Handle sqlite: URLs — see _connection_path for the slash rule
|
|
278
|
+
# (three slashes = relative to cwd, four = absolute).
|
|
278
279
|
if scheme.startswith("sqlite"):
|
|
279
280
|
scheme = "sqlite"
|
|
280
281
|
|
|
@@ -314,16 +315,32 @@ class Database:
|
|
|
314
315
|
return self.url
|
|
315
316
|
|
|
316
317
|
# In-memory forms — passthrough
|
|
317
|
-
|
|
318
|
-
if raw_path in (":memory:", "/:memory:"):
|
|
318
|
+
if self.url in ("sqlite::memory:", "sqlite:///:memory:"):
|
|
319
319
|
return ":memory:"
|
|
320
320
|
|
|
321
|
-
# Strip
|
|
322
|
-
#
|
|
323
|
-
|
|
324
|
-
|
|
321
|
+
# Strip the scheme on the RAW url string, NOT via urlparse. urlparse collapses
|
|
322
|
+
# "sqlite:/x" and "sqlite:///x" to the same .path, which loses the distinction
|
|
323
|
+
# between a one-slash ABSOLUTE path and the documented three-slash RELATIVE form —
|
|
324
|
+
# that was the "sqlite:<abspath> silently goes relative" footgun. Mirror the
|
|
325
|
+
# sequential strip php/ruby/nodejs use (strip sqlite:/// then sqlite:// then sqlite:):
|
|
326
|
+
# sqlite:///app.db → "app.db" (three slashes = relative to cwd)
|
|
327
|
+
# sqlite:///data/app.db → "data/app.db"
|
|
328
|
+
# sqlite:////abs/app.db → "/abs/app.db" (four slashes = absolute)
|
|
329
|
+
# sqlite:///C:/Users/x → "C:/Users/x" (Windows absolute)
|
|
330
|
+
# sqlite:/abs/app.db → "/abs/app.db" (one slash = a real absolute path)
|
|
331
|
+
# sqlite://rel/app.db → "rel/app.db" (two-slash legacy = relative)
|
|
332
|
+
# sqlite:app.db → "app.db" (relative)
|
|
333
|
+
url = self.url
|
|
334
|
+
if url.startswith("sqlite:///"):
|
|
335
|
+
stripped = url[len("sqlite:///"):]
|
|
336
|
+
elif url.startswith("sqlite://"):
|
|
337
|
+
stripped = url[len("sqlite://"):]
|
|
338
|
+
elif url.startswith("sqlite:"):
|
|
339
|
+
stripped = url[len("sqlite:"):]
|
|
325
340
|
else:
|
|
326
|
-
stripped =
|
|
341
|
+
stripped = url
|
|
342
|
+
if stripped == ":memory:":
|
|
343
|
+
return ":memory:"
|
|
327
344
|
|
|
328
345
|
# Windows absolute path (drive-letter form): C:/... or C:\...
|
|
329
346
|
is_windows_abs = (
|
|
@@ -332,8 +349,8 @@ class Database:
|
|
|
332
349
|
and stripped[1] == ":"
|
|
333
350
|
and stripped[2] in ("/", "\\")
|
|
334
351
|
)
|
|
335
|
-
# Unix absolute path
|
|
336
|
-
#
|
|
352
|
+
# Unix absolute path — a leading "/" that survived the scheme strip
|
|
353
|
+
# (four-slash "sqlite:////abs" or the one-slash "sqlite:/abs" form).
|
|
337
354
|
is_unix_abs = stripped.startswith("/")
|
|
338
355
|
|
|
339
356
|
if is_windows_abs or is_unix_abs:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/images/tina4-logo-icon.webp
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
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/public/swagger/oauth2-redirect.html
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
|
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/queue_backends/rabbitmq_backend.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/mongodb_handler.py
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/redis_handler.py
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/session_handlers/valkey_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/distroless/Dockerfile
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/poetry/Dockerfile
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/templates/docker/python/Dockerfile
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/af/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/af/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/en/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/en/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/es/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/es/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/fr/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/fr/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/ja/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/ja/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/zh/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.13.57 → tina4_python-3.13.59}/tina4_python/translations/zh/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|