| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ |
|
| | | | | |
|
| | |/ /
|/| | |
|
| |\ \ \ |
|
| | |/ / |
|
| |/ / |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
(#46532)
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ /
| |
| | |
Co-authored-by: Yudov Maksim <[email protected]>
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |\ \ \ |
|
| | |/ / |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | |
| |
| |
| | |
log with huge entry points (#46537)
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ /
| |
| | |
Co-authored-by: Artem Ermoshkin <[email protected]>
|
| |\ \ |
|
| | | | |
|
| | |\| |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
<section id="quibbler-autodescription">
#### Исправление работы pnpm в оффлайне 📝
- 🛠️ Обновлена конфигурация для корректной работы pnpm в оффлайн-режиме, включая изменение параметров frozenLockfile и preferFrozenLockfile для предотвращения ошибок при деплое.
- 🔄 Исправлены ссылки на ресурсы и обновлены идентификаторы, связанные с версией pnpm 10.33.4, чтобы обеспечить стабильную работу инструментов сборки.
- 📦 Добавлены новые записи в конфигурационные файлы для корректной работы с обновленными ресурсами и зависимостями.
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
</section>
commit_hash:c765b7d24339e234d813a6dc3acc10df62c74198
|
| | | |
| | |
| | |
| | | |
commit_hash:68ff403c225cd6ebeeaa26b166541b7238c4ef89
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Introduce AutoUseYqlLibs flag to automatically treat yql_libs files as libraries ✎
- Added a new flag `AutoUseYqlLibs` that automatically marks files with the `yql_libs/` prefix as libraries without requiring explicit configuration
- The feature is controlled via a new command-line option and can be enabled in various execution contexts
- Removed manual library marking logic from task processing, centralizing the behavior in the facade layer
- Updated internal logic to apply the library usage flag based on the new auto-detection mechanism
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:4168a7b05ff2755093b9de0e43a3995ef2fe0290
|
| | | |
| | |
| | |
| | |
| | | |
Move attribute-dictionary serialization into a shared YTree helper and use it from Sequoia Cypress proxy paths without materializing temporary entity nodes.
commit_hash:88a9ad24b8f17a6da3561072cbb589bb104b3fcf
|
| | | |
| | |
| | |
| | | |
commit_hash:03155c42013daab093f1a1057b02c44fa9c7d361
|
| | | |
| | |
| | |
| | | |
commit_hash:daeaebaca102b379e3e5200e5a79e57358698fd4
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### Replace MakeLangVersion with features.json-based feature system ✎
- Introduces a new feature system based on `features.json` to manage language version dependencies instead of hardcoded `MakeLangVersion` calls
- Replaces direct language version checks with references to named features defined in JSON configuration
- Adds validation and initialization logic for features to ensure version consistency
- Updates all existing language version checks to use the new feature-based approach
- Centralizes feature version definitions in a single JSON file for better maintainability and clarity
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:fe9823c0442060337a30186fd957ae294f1aa1c2
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
#### `YQL-20804`: Fix Decimal type conversion ✎
- Enhanced type annotation system to properly handle Decimal type conversions by introducing a new `EDecimalConversionMode` configuration option that allows controlling how common types are computed for Decimal values
- Modified core type annotation functions to accept and utilize a `TTypeAnnotationContext` parameter, ensuring consistent type resolution across join operations and type conversions
- Updated join-related functions and peephole optimizations to pass type context information, fixing issues with Decimal type compatibility during join key processing
- Added comprehensive unit tests to verify Decimal type conversion behavior and ensure proper casting between different Decimal precisions and scales
- Extended type annotation infrastructure to support both strict and lenient Decimal conversion modes, improving error handling and type inference for edge cases
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:f4ec01ad79cb2f3219b529118380747828075e6b
|