chore: remove http features - #246
danieldeer wants to merge 3 commits into
Conversation
|
Any idea why the e2e test failed? |
Yes. |
There was a problem hiding this comment.
Missing removal of Dockerfile as it is no more needed.
Missing changes to pyproject.toml and flask files.
As the changes are including information for install the package from PyPi, i wil change the targed and including the issue to the workflow updates because these are the changes which includes auto-release, versionising,...
Additional the commit messages should be cligned to follow "conventional commits".
It is not a thing which should be changed as it will be merged with a squashed merge.
The PR name i already aligned.
After i changed the target to the chore combined branch, please merge it to your branch and solve the merge conflicts.
|
And do not forget to run |
|
Why did you change the base branch @AnnoDomine ? |
41bcef2 to
754083c
Compare
|
Done @AnnoDomine |
MarkVDD
left a comment
There was a problem hiding this comment.
Now that uvicorn and main.py have been removed, we can also get rid of the Dockerfile imo.
The Nix development shell still installs fastapi, fastapi-cli and uvicorn, which are removed from the project by this PR. Could these be removed from the Nix environment as well?
|
|
||
| `seriousdb` is a small, simple key-value database you can query directly over HTTP. It requires zero configuration and is designed to be effortless. | ||
| For fullstack projects, `seriousdb` can replace your complete backend. | ||
| `seriousdb` is a small, simple key-value database you import directly into your Python project. It requires zero configuration and is designed to be effortless. |
There was a problem hiding this comment.
Several changed Markdown files contain lines longer than the new .editorconfig limit and inconsistent wrapping / formatting. Could you enable EditorConfig support in your editor and run:
uvx mdformat --wrap 100 README.md SECURITY.md docsfollowed by:
uvx mdformat --check --wrap 100 README.md SECURITY.md docsThis should fix any inconsistencies in the markdown files.
|
I agree, Docker is redundant. @danieldeer thoughts and also can I be replaced as the assigned maintainer for this PR? |
Description
Type of Change
Key Changes
Validation
Checklist
uv run ruff check .anduv run ruff format --check ., or this PR does not change Python.