Yurii Motov
1dcfb74f8d
Merge branch 'drop-python3.8-support' into remove-py38-code-examples
7 months ago
Yurii Motov
9bbd7a4767
Remove 3.8-related condition from `fastapi/_compat/shared.py`
7 months ago
Yurii Motov
7bd951c36c
Update Portuguese translations
7 months ago
Yurii Motov
eb9712f3ec
Update Spanish translations
7 months ago
Yurii Motov
f9c7615e47
Update German translations
7 months ago
Yurii Motov
ecee0366a8
Update Russian translations
7 months ago
Yurii Motov
7268e94742
Merge branch 'drop-python3.8-support' into remove-py38-code-examples
7 months ago
Yurii Motov
08eac6e7a9
Merge remote-tracking branch 'upstream/master' into drop-python3.8-support
7 months ago
github-actions[bot]
a2997a8f7d
📝 Update release notes
[skip ci]
7 months ago
Motov Yurii
ed5c5bef5e
🔧 Temporarily disable translations still in progress, being migrated to the new LLM setup ( #14555 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
493ff37fc0
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
1a1c29e57d
🔧 Add LLM prompt file for French, generated from the existing French docs ( #14544 )
7 months ago
github-actions[bot]
e32eed7599
📝 Update release notes
[skip ci]
7 months ago
Motov Yurii
6400e5ee29
🌐 Sync Portuguese docs (pages found with script) ( #14554 )
7 months ago
github-actions[bot]
d68892ab02
📝 Update release notes
[skip ci]
7 months ago
Motov Yurii
6a8a2d62c4
🌐 Sync Spanish docs (outdated pages found with script) ( #14553 )
Co-authored-by: Sebastián Ramírez <[email protected] >
7 months ago
github-actions[bot]
e675b25c60
📝 Update release notes
[skip ci]
7 months ago
Nils-Hero Lindemann
353b8b29fa
🌐 Sync German docs ( #14519 )
Sync with #14505 (plus some more)
I actually searched for those patterns in VS Code.
Always:
files to exclude: README.md, SECURITY.md, llm-prompt.md
This search & replace cleans up the hash parts everywhere under docs/.
It only finds the four occurences in the two _llm-test.md under docs/de/ and docs/pt/
files to include: docs/**
Search regex: \{[^\S\n]*#([^\S\n]*[a-z0-9]+(?:-[a-z0-9]+)*)[^\S\n]*\}
Replace with: { #$1 }
This search finds headings without hash parts. It finds two headings in docs\de\docs\index.md (those which #14505 fixes) and all headings in docs\pt\docs\tutorial\security\index.md, which I also fixed on the way as that document seems to be in sync. docs\pt\docs\index.md is not in Sync, so I didnt touch it.
files to include: docs/de/**, docs/pt/**
Search regex: ^(#+)[^\S\n]*([^{}#\s]+(?:[^\S\n]+[^{}\s]+)*)[^\S\n]*(?=\n)
(added the missing hash parts)
7 months ago
github-actions[bot]
272204c0c7
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
818ce0fa2f
🔥 Remove inactive/scarce translations to Vietnamese ( #14543 )
7 months ago
github-actions[bot]
ed20bf6bf3
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
58bc4a15ac
🔥 Remove inactive/scarce translations to Persian ( #14542 )
7 months ago
github-actions[bot]
9be5063396
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
4a6a87674a
🔥 Remove translation to emoji to simplify the new setup with LLM autotranslations ( #14541 )
7 months ago
github-actions[bot]
01bb87275b
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
9a03503542
🌐 Update translations for pt (update-outdated) ( #14537 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
e5d0e78bd4
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
c4fb93f9c2
🔧 Update test workflow config, remove commented code ( #14540 )
7 months ago
github-actions[bot]
98bee09a6a
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
c68dc2d419
👷 Configure coverage, error on main tests, don't wait for Smokeshow ( #14536 )
7 months ago
github-actions[bot]
ec287a329b
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
c0e4b9cd67
👷 Run Smokeshow always, even on test failures ( #14538 )
7 months ago
github-actions[bot]
c98485514c
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
6281f8721a
👷 Make Pydantic versions customizable in CI ( #14535 )
7 months ago
github-actions[bot]
75ad0a0f8c
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
da83d79546
🌐 Update translations for es (update-outdated) ( #14532 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
f43cba7e78
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
cbbb11f4df
🌐 Update translations for es (add-missing) ( #14533 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
532ba725a5
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
886b367a8c
👷 Fix checkout GitHub Action fetch-depth for LLM translations, enable cron monthly ( #14531 )
7 months ago
github-actions[bot]
41d1b84bd5
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
5da1cb0792
👷 Fix Typer command for CI LLM translations ( #14530 )
7 months ago
github-actions[bot]
f9397e93b5
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
2e7aaea524
👷 Update LLM translation CI, add language matrix and extra commands, prepare for scheduled run ( #14529 )
7 months ago
github-actions[bot]
4414cd849d
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
c548348386
👷 Update github-actions user for GitHub Actions workflows ( #14528 )
7 months ago
Yurii Motov
98e8740d1b
Fix coverage list of omitted files
7 months ago
Yurii Motov
5198f67906
Update ruff per-file ignores
7 months ago
Yurii Motov
5e94c21235
Remove code examples for Python 3.8 in `wsgi`
7 months ago
Yurii Motov
99c2f539a0
Remove code examples for Python 3.8 in `websockets`
7 months ago