LeoVasanko
|
fab4108e92
|
Cleaner devserver help message.
|
2026-02-11 20:06:36 +00:00 |
|
LeoVasanko
|
637f737d4c
|
Restore app module isort by reusing the full format function.
|
2026-02-11 19:48:45 +00:00 |
|
LeoVasanko
|
0b986717eb
|
Cleaner message
|
2026-02-11 18:40:58 +00:00 |
|
LeoVasanko
|
9469d57f90
|
Better patching with existing custom main modules. Print all .new.py needing migration at the end.
v1.0.1
|
2026-02-11 18:35:28 +00:00 |
|
LeoVasanko
|
1ce0fffe3e
|
Use dev port as default fallback in vite-plugin-fastapi, instead of default port. No effect on invocations via devserver script.
v1.0.0
|
2026-02-11 18:15:57 +00:00 |
|
LeoVasanko
|
f483cf978c
|
Ruff format
v0.9.3
|
2026-02-10 20:56:06 +00:00 |
|
LeoVasanko
|
0e12e3a531
|
Improved error message.
|
2026-02-10 19:51:05 +00:00 |
|
LeoVasanko
|
67bea9a2a7
|
Remove unnecessary bool()
|
2026-02-10 19:46:32 +00:00 |
|
LeoVasanko
|
a05c8236f6
|
Format Python modules installed with ruff to target project style.
v0.9.2
|
2026-02-10 19:34:35 +00:00 |
|
LeoVasanko
|
fc3d6dc912
|
README
v0.9.1
|
2026-02-10 19:00:41 +00:00 |
|
LeoVasanko
|
c63a375ab2
|
Use ## to allow command be pasted as a whole.
v0.9.0
|
2026-02-10 17:14:14 +00:00 |
|
LeoVasanko
|
c98994fd1a
|
Dry run cleanup, also allow --dry-run.
|
2026-02-10 17:06:42 +00:00 |
|
LeoVasanko
|
6beaa88418
|
Improved setup complete message.
|
2026-02-10 17:00:24 +00:00 |
|
LeoVasanko
|
26a77dcf84
|
Cleaner messages while running the setup.
|
2026-02-10 16:39:45 +00:00 |
|
LeoVasanko
|
38c9ffe00b
|
Add --version, rename --dry-run to just --dry.
|
2026-02-10 16:29:30 +00:00 |
|
LeoVasanko
|
b87984af9a
|
Consistent form of CLI arguments.
|
2026-02-10 16:16:32 +00:00 |
|
LeoVasanko
|
d3b6fccce0
|
The devserver now takes --listen for vite endpoint rather than a positional argument. Changed FRONTEND_URL to VITE_URL and streamlined terminology elsewhere.
|
2026-02-10 16:09:07 +00:00 |
|
LeoVasanko
|
d2ee7395c5
|
health?from=frontend for logs
|
2026-02-10 16:01:06 +00:00 |
|
LeoVasanko
|
b94608ffe3
|
Run ruff within local venv (otherwise required system path which did not include the venv with uv tool install).
v0.8.3
|
2026-02-09 16:03:30 +00:00 |
|
LeoVasanko
|
ef6bce8f3f
|
Use the CLI script rather than python -m for running the main app from devserver.
|
2026-02-09 15:55:08 +00:00 |
|
LeoVasanko
|
b8bf46132a
|
Reload arguments passed differently to avoid uvicorn warning in prod mode.
v0.8.2
|
2026-02-06 22:43:00 +00:00 |
|
LeoVasanko
|
ca85c2fcfb
|
Ruff
|
2026-02-06 22:37:03 +00:00 |
|
LeoVasanko
|
440808361a
|
Patch existing projects better.
v0.8.1
|
2026-02-06 20:09:17 +00:00 |
|
LeoVasanko
|
05fd5c562e
|
Missing import
v0.8.0
|
2026-02-06 19:35:04 +00:00 |
|
LeoVasanko
|
5f0e74713f
|
Improved dry mode message.
|
2026-02-06 19:17:06 +00:00 |
|
LeoVasanko
|
2d117a9d5e
|
Improved messages.
|
2026-02-06 19:07:50 +00:00 |
|
LeoVasanko
|
4bf102579a
|
Added automatic handling of FastAPI debug mode. Use templating more completely to enable project name as env prefix etc.
|
2026-02-06 19:05:36 +00:00 |
|
LeoVasanko
|
fbed7873e5
|
[fastapi_vue] Further cleanup, wildcards for favicon.
|
2026-02-06 18:09:22 +00:00 |
|
LeoVasanko
|
008b3593db
|
[fastapi_vue] StaticFiles cleanup: use app.debug rather than env variables; default assets caching.
|
2026-02-06 17:21:40 +00:00 |
|
LeoVasanko
|
3820c6f3c1
|
Fix argument passing to vite under deno.
v0.7.2
|
2026-02-05 20:11:22 +00:00 |
|
LeoVasanko
|
c300a1a291
|
Simplified uvicorn running in multiprocess mode, avoiding a crash on Windows when it couldn't setup threads (running from a worker thread).
v0.7.1
|
2026-02-02 21:02:34 +00:00 |
|
LeoVasanko
|
bdfaa22b0c
|
Another file extension showing, swapping to stem for logging.
|
2026-02-02 20:47:32 +00:00 |
|
LeoVasanko
|
47e5ec279c
|
Hide tool.CMD .EXE etc. from logs, makes Windows cleaner.
|
2026-02-02 20:42:18 +00:00 |
|
LeoVasanko
|
093b83737e
|
Improved status messages, added a note of not installing main CLI entry point.
|
2026-02-02 20:35:30 +00:00 |
|
LeoVasanko
|
a84041a923
|
Refactor with new fastapi-vue utility module to run the server, used in CLI main and devserver to run the main app. Default ports made part of templating, so that --ports can be easily specified to fastapi-vue-setup to customize (respects earlier choices when no --ports is specified). New overall default ports 3100, 3200.
v0.7.0
|
2026-02-02 19:56:31 +00:00 |
|
LeoVasanko
|
9a9a00380f
|
Add a release script to simplify building both.
|
2026-02-02 19:53:06 +00:00 |
|
LeoVasanko
|
0e4f8f65f2
|
Moved fastapi-vue project to fastapi-vue-setup repository, using common version numbering (starting with v0.7.0).
|
2026-02-02 19:51:45 +00:00 |
|
LeoVasanko
|
5391c81e8b
|
Cleanup fixes, and-- cleanup.
|
2026-02-02 16:43:39 +00:00 |
|
LeoVasanko
|
c106ce1a44
|
Add missing files.
v0.6.2
|
2026-02-02 16:27:34 +00:00 |
|
LeoVasanko
|
b7b1920846
|
Make devserver verify that no servers are already running before starting them.
|
2026-02-02 16:26:19 +00:00 |
|
LeoVasanko
|
8ccfa1f658
|
Simplified devserver script, fixed termination on failed npm install.
|
2026-02-02 15:56:19 +00:00 |
|
LeoVasanko
|
c23401de88
|
Avoid external venv or of fastapi-vue-setup itself leaking into target project. Cleaner and faster uv processing.
v0.6.1
|
2026-02-02 13:46:34 +00:00 |
|
LeoVasanko
|
c271f66615
|
Work around some Microsoft idiocy to attain Windows compatibility.
|
2026-02-02 13:28:36 +00:00 |
|
LeoVasanko
|
458d798022
|
Refactored scripts to remove any extra code from build-frontend.py and devserver.py (for better user editability). Individual helper functions can still be imported from scripts/fastapi-vue/ for any customization needs. Removed devmode support from CLI entry point simplifying it. Instead running via FastAPI CLI in dev mode (but it is still easy to modify to use a custom CLI entry).
v0.6.0
|
2026-01-30 18:15:52 +00:00 |
|
LeoVasanko
|
f5fcd626e8
|
Update templates for fastapi_vue 0.5.0 catch-all toggle.
v0.5.0
|
2026-01-25 01:07:56 +00:00 |
|
LeoVasanko
|
1d9ddf7dc5
|
Update target project python version requirement if needed.
v0.4.1
|
2026-01-24 21:31:07 +00:00 |
|
LeoVasanko
|
b189ae66e7
|
Smarter .gitignore patching.
|
2026-01-24 21:16:05 +00:00 |
|
LeoVasanko
|
4156eb2db3
|
Better handling of upgrades, an option to avoid overwriting main and devserver scripts, writing .new.py instead. Error out on unix socket in devserver.
v0.4.0
|
2026-01-21 21:13:23 +00:00 |
|
LeoVasanko
|
3f6559b2db
|
Simplify devserver script and remove its duplicated parse_endpoint function.
|
2026-01-18 01:15:34 +00:00 |
|
LeoVasanko
|
71d4e053a7
|
Strictly correct indent and formatting on Vue demo patches.
v0.3.0
|
2026-01-17 23:21:01 +00:00 |
|