framework-m 0.6.6__tar.gz → 0.6.9__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.
- {framework_m-0.6.6 → framework_m-0.6.9}/.gitignore +2 -1
- {framework_m-0.6.6 → framework_m-0.6.9}/CHANGELOG.md +33 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/PKG-INFO +3 -3
- {framework_m-0.6.6 → framework_m-0.6.9}/pyproject.toml +5 -4
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/architecture/test_frontend_bootstrap.py +2 -1
- {framework_m-0.6.6 → framework_m-0.6.9}/LICENSE +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/README.md +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/alembic/README +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/alembic/env.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/alembic/script.py.mako +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/alembic.ini +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/docs/ports.md +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/examples/api_example.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/examples/run_server.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/src/framework_m/__init__.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/src/framework_m/cli/__init__.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/src/framework_m/cli/main.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/src/framework_m/py.typed +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/adapters/auth/test_oauth_adapter.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/adapters/read_model/test_projector.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/architecture/fixtures/ci_dummy_index.html +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/architecture/test_package_separation.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/conftest.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/core/interfaces/test_read_model.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/core/interfaces/test_report_engine.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/helpers/__init__.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/__init__.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_api_endpoints.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_app_ports.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_child_table_integration.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_crud_flow.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_jobs_events_webhooks.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_migration_flow.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_override_migration.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_postgres_flow.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_real_http_client.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/integration/test_workflow_lifecycle.py +0 -0
- {framework_m-0.6.6 → framework_m-0.6.9}/tests/test_meta.py +0 -0
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
**framework-m** v0.6.9: internal dependency bump due to **framework-m-standard** update## framework-m v0.6.8
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- implement bulk dependency upgrades and fix typecheck stubs (bf01d94)
|
|
6
|
+
- install pnpm and coreutils in release phase (ed335f8)
|
|
7
|
+
- enforce tool availability and install pnpm in CI (b8f9465)
|
|
8
|
+
- enforce lockfile sync, stage templates, and fix types (a41aad0)
|
|
9
|
+
- enhance local dry-run and silence check-ignore spam (29f9ef6)
|
|
10
|
+
- modernize gitops auth and api integration (7f15453)
|
|
11
|
+
- secure staging logic and resolve test regressions (e31d701)
|
|
12
|
+
- implement pnpm/uv lockfile sync and config cleanup (8302956)
|
|
13
|
+
- lint cleanup for cli.py (40b3a78)
|
|
14
|
+
- support GITLAB_TOKEN and harden auth check (c08b25c)
|
|
15
|
+
- implement atomic direct push for CI/CD stability (2947270)
|
|
16
|
+
- modularize release package and resolve test regressions (fe8c676)
|
|
17
|
+
|
|
18
|
+
## framework-m v0.6.7
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- install pnpm and coreutils in release phase (ed335f8)
|
|
23
|
+
- enforce tool availability and install pnpm in CI (b8f9465)
|
|
24
|
+
- enforce lockfile sync, stage templates, and fix types (a41aad0)
|
|
25
|
+
- enhance local dry-run and silence check-ignore spam (29f9ef6)
|
|
26
|
+
- modernize gitops auth and api integration (7f15453)
|
|
27
|
+
- secure staging logic and resolve test regressions (e31d701)
|
|
28
|
+
- implement pnpm/uv lockfile sync and config cleanup (8302956)
|
|
29
|
+
- lint cleanup for cli.py (40b3a78)
|
|
30
|
+
- support GITLAB_TOKEN and harden auth check (c08b25c)
|
|
31
|
+
- implement atomic direct push for CI/CD stability (2947270)
|
|
32
|
+
- modularize release package and resolve test regressions (fe8c676)
|
|
33
|
+
|
|
1
34
|
# Changelog
|
|
2
35
|
|
|
3
36
|
## framework-m v0.6.6
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: framework-m
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.9
|
|
4
4
|
Summary: A modular, metadata-driven business application framework
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/castlecraft/framework-m
|
|
6
6
|
Project-URL: Documentation, https://gitlab.com/castlecraft/framework-m#readme
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
19
|
Classifier: Typing :: Typed
|
|
20
20
|
Requires-Python: >=3.12
|
|
21
|
-
Requires-Dist: framework-m-core>=0.11.
|
|
22
|
-
Requires-Dist: framework-m-standard>=0.
|
|
21
|
+
Requires-Dist: framework-m-core>=0.11.4
|
|
22
|
+
Requires-Dist: framework-m-standard>=0.7.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
25
25
|
# Framework M
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "framework-m"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.9"
|
|
4
4
|
description = "A modular, metadata-driven business application framework"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "Apache-2.0" }
|
|
@@ -21,13 +21,14 @@ classifiers = [
|
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
dependencies = [
|
|
24
|
-
"framework-m-core>=0.11.
|
|
25
|
-
"framework-m-standard>=0.
|
|
24
|
+
"framework-m-core>=0.11.4",
|
|
25
|
+
"framework-m-standard>=0.7.0",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[tool.uv.sources]
|
|
29
29
|
framework-m-core = { workspace = true }
|
|
30
30
|
framework-m-standard = { workspace = true }
|
|
31
|
+
framework-m-studio = { workspace = true }
|
|
31
32
|
|
|
32
33
|
[dependency-groups]
|
|
33
34
|
dev = [
|
|
@@ -39,7 +40,7 @@ dev = [
|
|
|
39
40
|
"testcontainers>=3.7.0",
|
|
40
41
|
"httpx>=0.27.0",
|
|
41
42
|
"aiosqlite>=0.20.0",
|
|
42
|
-
"framework-m-studio
|
|
43
|
+
"framework-m-studio",
|
|
43
44
|
# Release tools
|
|
44
45
|
"python-semantic-release>=9.0.0",
|
|
45
46
|
"build>=1.0.0",
|
|
@@ -10,7 +10,8 @@ import pytest
|
|
|
10
10
|
|
|
11
11
|
REPO_ROOT = Path(__file__).resolve().parents[4]
|
|
12
12
|
TEMPLATE_INDEX = (
|
|
13
|
-
REPO_ROOT
|
|
13
|
+
REPO_ROOT
|
|
14
|
+
/ "apps/studio/src/framework_m_studio/templates/plugin/index.html.template"
|
|
14
15
|
)
|
|
15
16
|
STATIC_INDEX = (
|
|
16
17
|
REPO_ROOT / "libs/framework-m-standard/src/framework_m_standard/static/index.html"
|
|
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
|