- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 20 for Munday (0.04 seconds)
-
.github/workflows/cleanup-stale-performance-data.yml
name: Cleanup stale performance test data on: schedule: - cron: '0 4 * * 1' # Run every Monday at 4:00 AM UTC workflow_dispatch: permissions: contents: read id-token: write jobs: cleanup-stale-performance-data: runs-on: ubuntu-latest if: github.repository == 'gradle/gradle' steps: - name: Checkout repository uses: actions/checkout@v6Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 2.6K bytes - Click Count (0) -
.github/workflows/update-test-buckets.yml
name: Auto update test buckets on: schedule: - cron: '42 2 * * 1' # Every monday 2:42am UTC workflow_dispatch: permissions: contents: write id-token: write pull-requests: write jobs: update-test-buckets: runs-on: ubuntu-latest if: github.repository == 'gradle/gradle' steps: - name: Checkout repository uses: actions/checkout@v6 - name: configure aws credentialsCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 24 22:05:21 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/tr/docs/advanced/custom-response.md
/// ### `Response` { #response } Ana `Response` class’ıdır; diğer tüm response'lar bundan türetilir. Bunu doğrudan döndürebilirsiniz. Şu parametreleri kabul eder: * `content` - Bir `str` veya `bytes`. * `status_code` - Bir `int` HTTP status code.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/tr/docs/how-to/custom-request-and-route.md
Bunu yaptığımızda `GzipRequest`, veriyi (gerekliyse) *path operations*'larımıza geçirmeden önce açma (decompress) işini üstlenir. Bundan sonra tüm işleme mantığı aynıdır. Ancak `GzipRequest.body` içindeki değişikliklerimiz sayesinde, request body gerektiğinde **FastAPI** tarafından yüklendiğinde otomatik olarak decompress edilir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/tr/docs/deployment/https.md
# HTTPS Hakkında { #about-https } HTTPS’in sadece "açık" ya da "kapalı" olan bir şey olduğunu düşünmek kolaydır. Ancak bundan çok daha karmaşıktır. /// tip | İpucu Aceleniz varsa veya çok da önemsemiyorsanız, her şeyi farklı tekniklerle adım adım kurmak için sonraki bölümlere geçin. /// Bir kullanıcı gözüyle **HTTPS’in temellerini öğrenmek** için [https://howhttps.works/](https://howhttps.works/) adresine bakın.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.8K bytes - Click Count (0) -
.github/workflows/test.yml
name: Test on: push: branches: - master pull_request: types: - opened - synchronize schedule: # cron every week on monday - cron: "0 0 * * 1" env: UV_NO_SYNC: true INLINE_SNAPSHOT_DEFAULT_FLAGS: review jobs: changes: runs-on: ubuntu-latest # Required permissions permissions: pull-requests: readCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 12:36:49 GMT 2026 - 6.4K bytes - Click Count (0) -
docs/tr/docs/tutorial/testing.md
Testinizde bir Pydantic model'iniz varsa ve test sırasında verisini uygulamaya göndermek istiyorsanız, [JSON Uyumlu Encoder](encoder.md) içinde açıklanan `jsonable_encoder`'ı kullanabilirsiniz. /// ## Çalıştırma { #run-it } Bundan sonra yapmanız gereken tek şey `pytest`'i kurmaktır. Bir [Sanal Ortam](../virtual-environments.md) oluşturduğunuzdan, onu aktifleştirdiğinizden ve sonra kurulumu yaptığınızdan emin olun; örneğin: <div class="termy">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/tr/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Aynı Pydantic ekibinin geliştirdiği [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) aracını kullanabilirsiniz. Bu araç, değişmesi gereken kodun büyük bir kısmını otomatik olarak dönüştürmenize yardımcı olur. Bundan sonra testleri çalıştırıp her şeyin çalışıp çalışmadığını kontrol edebilirsiniz. Çalışıyorsa işiniz biter. 😎 ## v2 İçinde Pydantic v1 { #pydantic-v1-in-v2 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6K bytes - Click Count (0) -
docs/tr/docs/tutorial/path-params-numeric-validations.md
* bunları farklı bir sırada yazmak * `Annotated` kullanmamak ...Python bunun için küçük, özel bir sözdizimi sunar. Fonksiyonun ilk parametresi olarak `*` geçin.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/tr/docs/how-to/custom-docs-ui-assets.md
* [`swagger-ui.css`](https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css) **ReDoc** ise şu dosyayı kullanır: * [`redoc.standalone.js`](https://cdn.jsdelivr.net/npm/redoc@2/bundles/redoc.standalone.js) Bundan sonra dosya yapınız şöyle görünebilir: ``` . ├── app │ ├── __init__.py │ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.6K bytes - Click Count (0)