Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
183574e
⚙️ FEATURE-#173: Add dotflow cloud CLI command for infrastructure gen…
FernandoCelmer Apr 7, 2026
0fdbbee
⚙️ FEATURE-#173: Rename to CloudGenerateCommand/CloudListCommand and …
FernandoCelmer Apr 7, 2026
1963a41
⚙️ FEATURE-#173: Auto-detect project name from pyproject.toml with di…
FernandoCelmer Apr 7, 2026
c02b230
🪲 BUG-#173: Fix path traversal, TOML parsing, schema validation, and …
FernandoCelmer Apr 7, 2026
abb4fea
Merge branch 'develop' into feature/173
FernandoCelmer Apr 7, 2026
1c571ad
⚙️ FEATURE-#173: Rewrite cloud CLI to use local template clone instea…
FernandoCelmer Apr 7, 2026
0618a92
📝 PEP8-#173: Add blank lines before class methods in CLI commands
FernandoCelmer Apr 7, 2026
03b94e6
⚙️ FEATURE-#173: Support DOTFLOW_OUTPUT_PATH env var for Lambda/serve…
FernandoCelmer Apr 8, 2026
4d2b663
🪲 BUG-#173: Remove mkdir and file handler from logging module to fix …
FernandoCelmer Apr 8, 2026
7d4ae02
📝 PEP8-#173: Fix ruff lint and format issues
FernandoCelmer Apr 8, 2026
576ff21
📘 DOCS-#173: Add Cloud deployment menu with pages for all platforms
FernandoCelmer Apr 8, 2026
2e2acf0
📘 DOCS-#173: Update providers concept page with Tracer, Metrics, Sent…
FernandoCelmer Apr 8, 2026
4ee71e2
📘 DOCS-#173: Remove Providers card from How-to overview and Descripti…
FernandoCelmer Apr 8, 2026
c0b4a48
⚙️ FEATURE-#173: Add cloud deploy module with AWS deployers, services…
FernandoCelmer Apr 8, 2026
312853c
⚙️ FEATURE-#173: Add dotflow deploy CLI command for Lambda and ECS
FernandoCelmer Apr 8, 2026
36039ce
⚙️ FEATURE-#173: Refactor StorageS3 and StorageGCS to use cloud services
FernandoCelmer Apr 8, 2026
cdecaca
❤️ TEST-#173: Add tests for cloud services and deployers, update stor…
FernandoCelmer Apr 8, 2026
a79b480
📘 DOCS-#173: Update cloud deployment docs with deploy commands and ex…
FernandoCelmer Apr 8, 2026
1805940
📌 ISSUE-#173: Update poetry.lock
FernandoCelmer Apr 8, 2026
509a0f7
⚙️ FEATURE-#173: Add AWS constants and credential error handling to d…
FernandoCelmer Apr 8, 2026
211adb4
⚙️ FEATURE-#173: Add CloudRunDeployer with Artifact Registry, APIs, a…
FernandoCelmer Apr 8, 2026
829fe7f
⚙️ FEATURE-#173: Add cloud-run to deploy command with per-platform de…
FernandoCelmer Apr 8, 2026
3f16cdc
📌 ISSUE-#173: Add deploy-aws and deploy-gcp optional dependencies
FernandoCelmer Apr 8, 2026
e821df9
📝 PEP8-#173: Apply ruff format to deploy command
FernandoCelmer Apr 8, 2026
21071f6
📦 PyPI: Update version to 0.15.0.dev1
actions-user Apr 8, 2026
f0291f7
📘 DOCS-#173: Add all 34 cloud platform pages with deploy guides and n…
FernandoCelmer Apr 8, 2026
a7b923b
⚙️ FEATURE-#173: Refactor Lambda deployers with BaseLambdaDeployer an…
FernandoCelmer Apr 8, 2026
47baa3f
⚙️ FEATURE-#173: Add LambdaApiDeployer, LambdaS3Deployer, and LambdaS…
FernandoCelmer Apr 8, 2026
216f9be
⚙️ FEATURE-#173: Add GitHub Actions deployer with PyGithub SDK
FernandoCelmer Apr 8, 2026
057b017
⚙️ FEATURE-#173: Add all Lambda variants and GitHub Actions to deploy…
FernandoCelmer Apr 8, 2026
197fa61
❤️ TEST-#173: Add tests for all Lambda variant deployers
FernandoCelmer Apr 8, 2026
5a7d338
📘 DOCS-#173: Update cloud docs with dotflow deploy for all Lambda var…
FernandoCelmer Apr 8, 2026
d6ad860
📌 ISSUE-#173: Add deploy-github optional dependency
FernandoCelmer Apr 8, 2026
f74d03f
⚙️ FEATURE-#173: Fix GitHub Actions deployer, add tests, and update docs
FernandoCelmer Apr 8, 2026
119f81d
📝 PEP8-#173: Apply ruff format to GitHub Actions deployer test
FernandoCelmer Apr 8, 2026
9b21090
📌 ISSUE-#173: Resolve merge conflict with develop — keep Providers re…
FernandoCelmer Apr 8, 2026
a91cb8e
📘 DOCS-#173: Remove coming-soon platforms from Cloud nav menu
FernandoCelmer Apr 8, 2026
b2171b9
📦 PyPI: Update version to 0.15.0.dev2
actions-user Apr 8, 2026
d8cd32f
🪲 BUG-#173: Fix path traversal, sensitive file exposure, silent API f…
FernandoCelmer Apr 8, 2026
b7b4f48
📝 PEP8-#173: Apply ruff format to deploy command
FernandoCelmer Apr 8, 2026
64a0d4e
📘 DOCS-#173: Revamp README with sales pitch, cloud deploy, observabil…
FernandoCelmer Apr 8, 2026
b070048
🪲 BUG-#173: Fix path traversal and add git pull for stale template cache
FernandoCelmer Apr 8, 2026
10b1ac8
📘 DOCS-#173: Add documentation section and references to README
FernandoCelmer Apr 8, 2026
052fa3d
📝 PEP8-#173: Apply ruff format to CLI commands
FernandoCelmer Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LAST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1.dev2
0.15.0.dev2
Loading
Loading