issues
search
dolamroth
/
starlette-web
Asynchronous web framework, based on Starlette and inspired by Django
MIT License
3
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Provide option to run command.py with uvloop
#94
dolamroth
opened
1 month ago
0
Ensure all raises of anyio.get_exception_class() propagate novel anyio cancel context
#93
dolamroth
opened
1 month ago
0
Add throttling support
#92
dolamroth
opened
2 months ago
0
Add database (ORM-based) channel layer
#91
dolamroth
opened
2 months ago
0
Make db connection in basehttpendpoint / basewsendpoint optional with flags and AsyncExitStack
#90
dolamroth
closed
2 months ago
0
Execute os.chdir() in the start of entrypoints (command.py and asgi.py)
#89
dolamroth
opened
2 months ago
0
Examine, if async shell could be added
#88
dolamroth
opened
4 months ago
0
Add summary to all openapi endpoints
#87
dolamroth
closed
1 month ago
0
Add generic constance view
#86
dolamroth
opened
4 months ago
0
Add TypedMethod field and respective processer for apispec contrib
#85
dolamroth
closed
6 months ago
0
Add exceptiongroup to required dependencies
#84
dolamroth
closed
6 months ago
0
Use AsyncExitStack instead of contextlib.nullcontext in Python 3.9
#83
dolamroth
closed
6 months ago
0
Examing, if labels of enums can be passed to apispec
#82
dolamroth
opened
7 months ago
0
Allow passing context to schemas in _validate and _response methods
#81
dolamroth
closed
6 months ago
0
Document caveats, related to authentication in Websockets
#80
dolamroth
closed
8 months ago
0
Rewrite context managers (i.e. in caches) with AsyncExitStack
#79
dolamroth
opened
8 months ago
0
When creating an alembic revision with ChoiceColumn, there is invalid import path for column type in migration file
#78
dolamroth
opened
8 months ago
0
Document possible backpressure in Channels
#77
dolamroth
closed
9 months ago
0
Possible "get multiple values" error in JWTProcessor
#76
dolamroth
closed
9 months ago
0
Split JWTAuthenticationBackend to common and contrib.auth version, to avoid conflict with custom model named "User"
#75
dolamroth
closed
1 month ago
0
Provide option and utility to flatten error description into string
#74
dolamroth
opened
9 months ago
0
On windows, run scheduled job without terminal popup
#73
dolamroth
closed
9 months ago
1
Add docs about handling unknown fields in schema
#72
dolamroth
closed
9 months ago
1
Automatically use StarlettewebJSONEncoder in jwt_encode
#71
dolamroth
closed
9 months ago
0
Allow returning error.details without implicit bind to settings.APP_DEBUG
#70
dolamroth
closed
9 months ago
0
Make contrib.auth.password_validation viable for UserMixin instead of User
#69
dolamroth
closed
9 months ago
0
Deadlock in Channel with InMemoryChannelLayer, if same channel is used to subscribe in topic A and publish to topic B
#68
dolamroth
closed
9 months ago
0
Update "makemigrations" command
#67
dolamroth
closed
9 months ago
0
Add CacheMiddleware
#66
dolamroth
opened
9 months ago
0
Update startproject command
#65
Merser4
closed
10 months ago
1
Example with complex queries
#64
dolamroth
opened
10 months ago
0
Provide pyinstaller-hook for starlette_web
#63
dolamroth
opened
11 months ago
0
Process possible ValueError in constance startup validation
#62
dolamroth
closed
10 months ago
0
Support generic marshmallow apispec schema json converter
#61
dolamroth
opened
1 year ago
0
Class-based JWT encoder-decoder
#60
dolamroth
closed
10 months ago
0
Fix Choices to support labels
#59
dolamroth
closed
1 year ago
0
Make EnumColumn accept Choices by default
#58
dolamroth
closed
1 year ago
0
Upgrade to anyio 4.0
#57
dolamroth
closed
10 months ago
0
Rework management command dependency on option --settings, to match Django implementation
#56
dolamroth
closed
10 months ago
0
Constance.get raises NotSupportedError, if key was removed from config but remains in storage (constance backend)
#55
dolamroth
closed
1 year ago
0
Wrapping _unregister in BaseWSEndpoint in cancel scope causes RuntimeError, if unregister tries to cancel scope in outer TaskGroup
#54
dolamroth
closed
1 year ago
0
Support multiple databases in migrations
#53
dolamroth
opened
1 year ago
0
Add storage manager for file storages
#52
dolamroth
closed
1 year ago
0
Support composite primary keys for admin-panel
#51
dolamroth
opened
1 year ago
2
Add note about asgi:app (AsgiApplication3) to deployment docs, add note about local running
#50
dolamroth
closed
1 year ago
0
Create settings.RESPONSE_SCHEMA for payload, in same manner as settings.ERROR_RESPONSE_SCHEMA
#49
dolamroth
closed
1 year ago
0
Release 0.1.3
#48
dolamroth
closed
1 year ago
0
Updated `.gitignore` and `pyproject.toml`
#47
toiletsandpaper
closed
1 year ago
0
Refactor settings.DATABASE and settings.DATABASE_DSN
#46
dolamroth
opened
1 year ago
0
Support Swagger for contrib.apispec
#45
dolamroth
opened
1 year ago
0
Next