Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
LIU HONGWEI c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416)
před 1 rokem
..
ext_celery.py fix: skip Celery warning by setting broker_connection_retry_on_startup config (#3188) před 1 rokem
ext_code_based_extension.py feat: add api-based extension & external data tool & moderation backend (#1403) před 2 roky
ext_compress.py improve: cache tool icons by setting max-age HTTP header and enable gzip compression SVG icons from backend (#2971) před 1 rokem
ext_database.py Initial commit před 2 roky
ext_hosting_provider.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) před 1 rokem
ext_login.py Initial commit před 2 roky
ext_mail.py SMTP authentication is optional (#2765) před 1 rokem
ext_migrate.py Initial commit před 2 roky
ext_redis.py improve: introduce isort for linting Python imports (#1983) před 1 rokem
ext_sentry.py Initial commit před 2 roky
ext_storage.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) před 1 rokem