Copilot
Copilot
- [x] Update test project to target net9.0 for better test compatibility - [x] Update global.json to pin SDK to .NET 9.0.100+ - [x] Simplify ModuleInitializer to use latest SDK...
- [x] Understand the issue: `platform: linux/amd64` config is ignored when creating the runner container - [x] Identify the root cause: Empty string platform value was being set, potentially overriding...
- [x] Add vendor directory to .gitignore to prevent bundler dependencies from being committed - [x] Analyze the curl package conflict in Amazon Linux 2022 images - [x] Implement fix...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
This PR implements support for the tart provider in kitchen-vagrant by consolidating the VM name setting logic, addressing the review feedback from PR #503. ## Changes Made - **Consolidated case...
## Description Restoring compressed media backups fails with `tarfile.ReadError: invalid header` when using the `--uncompress` flag. The issue occurs because `mediarestore.py` relies on tarfile's built-in gzip decompression (`mode="r:gz"`), which doesn't...
This PR implements comprehensive live functional tests for MySQL database connectors, addressing the gap where MySQL tests were previously only mocked while PostgreSQL and SQLite had full end-to-end testing. ##...
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....
## Descrição Este PR ajusta o tempo de cache da rota `/api/cep/v1/[cep]` de 2 dias (172800 segundos) para 1 mês (2592000 segundos), conforme solicitado na issue. ## Mudanças realizadas -...
Plan to create tests for redirect HTML files in the helm-www repository: - [x] Create test suite for redirect HTML files (static/helm/index.html, static/helm/v2/index.html, static/helm/v3/index.html, static/helm/v4/index.html) - [x] Add test framework...