summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-07-204-4/+14
| | | | commit_hash:c606ac0539b671d24b6d84a69c3093e329c5b323
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-201-1/+1
| | | | commit_hash:4a4084121373479e5bac370b14aaafb7db6cefb6
* Intermediate changesrobot-piglet2025-07-192-3/+3
| | | | commit_hash:7c8612ef5394662339ef31920c980c7c19c7e2c2
* YQL-19448: Change url lister managerpanikku2025-07-183-77/+116
| | | | | | | -(Queue+ListUrl) +RecursiveListerUrl Create recursive func commit_hash:81c84c7bdd6f8408b4cee15a8b7f10a1acd573a4
* Document THINLTO_CACHE macrospreis2025-07-181-0/+14
| | | | commit_hash:d96639850ba993061aa9e9535fd21b4bcf624415
* Update contrib/libs/re2 to 2025-07-17robot-contrib2025-07-185-5/+18
| | | | commit_hash:f458137ab4e72fa397a5b6c6e4004b1d814ad9eb
* fix store pathbaymer2025-07-181-5/+1
| | | | commit_hash:0a5e27c9a156a9ec5212876ab382e1eec53c03c2
* YQL-19616: Fix BindParameterIdentifier typovitya-smirnov2025-07-188-14/+17
| | | | commit_hash:d95cb665e7dd63f67ee4ef7a2602f1c9ec34d26f
* YT-25683: Make overload controller more careful with tracker config typedave11ar2025-07-181-3/+29
| | | | commit_hash:49ccd73edb573fa9874a6ff70eef0f51c1fa2380
* Update contrib/python/types-protobuf to 6.30.2.20250703robot-contrib2025-07-184-8/+12
| | | | commit_hash:d2b0fc19d1e1d971ea1e3c0a252c23f2642d25b5
* Intermediate changesrobot-piglet2025-07-188-31/+86
| | | | commit_hash:134fe147a2593cd4e39895d6b77ac876aa724f8b
* fix ymakeidoldin2025-07-171-12/+0
| | | | | inir commit_hash:53d3b8f7debc9cfa20608e183d55652ea13cfd3d
* YQL-5621: Add Alerts to Progress Checkerpanikku2025-07-174-12/+115
| | | | | Расширение API; добавление проброса alerts commit_hash:9e42568ed9e2d1162aa7a15f59930a7ce1a82f55
* Intermediate changesrobot-piglet2025-07-174-0/+41
| | | | commit_hash:50d34a5b1e277a0ff5dce83a9cf485e2c0d1a471
* yaff buildidoldin2025-07-171-0/+12
| | | | | init commit_hash:944474b4e827b065602b43cba35d90b7a822c7a5
* YT-23382: Prerequisite revisions in Sequoiacherepashka2025-07-171-0/+1
| | | | | | | | | * Changelog entry Type: feature Component: master Introduce prerequisite revisions for requests in Sequoia commit_hash:cd7e31593b7b6d95f680886d7ad4a1faefbeeb47
* Eliminate linear scan in Member over AsStruct optimizeraneporada2025-07-171-8/+19
| | | | commit_hash:af69908e5a4aa43ae4291b9bc2d1ae8a6da9b9e9
* Fix FormatValue for TPiecewiseLinearFunctionignat2025-07-171-2/+2
| | | | commit_hash:f841bd35c3e670c7ab48051623843a3d16f38762
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-171-1/+1
| | | | commit_hash:4084001a6515073eb2d0847dcc3f1b0928a89ab8
* Intermediate changesrobot-piglet2025-07-162-18/+1
| | | | commit_hash:db81289225678caef15d614451dde5444825067a
* Enable threads3y3k02025-07-161-2/+4
| | | | commit_hash:04a812353105e8d67236fab7ef53f48b53e3c808
* feat contrib/protobuf: enable debug_redact for message fieldskpavlov002025-07-163-3/+109
| | | | | | | Backport of upstream commits: <https://github.com/protocolbuffers/protobuf/commit/759fd91388235d7f23f2621d7b8e962cded51781> <https://github.com/protocolbuffers/protobuf/commit/c3f61a61281e23d8ad2bd6ca0e55d1c31576f36d> commit_hash:94f61146a91a24c44303b1bad6c98922b1f8c75e
* Unessential callableziganshinmr2025-07-1611-1/+141
| | | | commit_hash:b193bd01ffc8693293f6aea7bc6460033e52654a
* nots: remove log noisevturov2025-07-161-5/+0
| | | | commit_hash:3307ce0a773a79f1cfa89ea9161ed6a0fd08040a
* YT-21374: Table path in an error related to large valuesatalmenev2025-07-161-1/+3
| | | | commit_hash:aaed596f9fb2461a2b0c4874ac6734ba04ea0d51
* Add return lvalue test (and fix corresponding bugs)thegeorg2025-07-162-2/+7
| | | | commit_hash:f776eaac24e9bbe1abac58a171d9895556c43dd8
* [library/cpp/containers] add default virtual destructor to TReadonlyBitVectordim-dezhin2025-07-161-0/+2
| | | | | | | | | Класс `TReadonlyBitVector` имеет виртуальную функцию, но не имеет виртуального деструктора, что накладывает большие ограничения на использование этого класса и может привезти к потенциальным ошибкам. Соседний класс `TBitVector` же имеет виртуальный деструктор, хотя в нём нет других виртуальных функций. Поэтому отсутствие виртуального деструктора у класса`TReadonlyBitVector` выглядит как опечатка и данный патч призван её исправить. commit_hash:6714fa2cc186a847d13e665f215caae8f2a98b09
* Check present depends/outputs in command arg if it absolute plus to equal ↵dimdim112025-07-162-3/+3
| | | | | | | compare Check present depends/outputs in command arg instead equal compare commit_hash:687360869faccb55866bbfdb1153190f89547952
* ProcessResources depends on codegensdimdim112025-07-162-0/+8
| | | | | ProcessResources depends on codegens commit_hash:ff567ad7413fa5fb0b132df858e880c0d7a5fd79
* Intermediate changesrobot-piglet2025-07-1610-15/+242
| | | | commit_hash:9b36145268d91eb8ed2f7ac54b006a7ee268a593
* Intermediate changesrobot-piglet2025-07-166-0/+196
| | | | commit_hash:5aaa14131e1a44bd5ff318aaed16345258d4c42e
* Suppress include checks for numpy/py2vpozdyayev2025-07-162-0/+104
| | | | commit_hash:e7a6ea57d7a6d1807c193b8c0468179db9fd1460
* temporarily switch pom and ssqls parsers to ones implemented in ymake modulesnermolaev2025-07-161-12/+21
| | | | commit_hash:9328f3b8d6388246a45c3e6bca329ddda71839d6
* Fix 'Member over renaming FlatMap' optimizeraneporada2025-07-155-0/+39
| | | | commit_hash:589383be883e0948cdf7db8928c5842d60c5c628
* Update contrib/libs/cxxsupp/openmp to 20.1.7mikhnenko2025-07-1562-2587/+9203
| | | | commit_hash:722dd5fe79203d22ad4a0be288ac0caeb6b3dd68
* Fix http client cancel after request finishedjolex0072025-07-152-7/+53
| | | | | | | | | | У меня падает в этом месте - <https://nda.ya.ru/t/rfmGIXUs7GUqUV> при таком кейсе 1. Запрос завершился успешно 2. Выполняю операцию Cancel() для токена Если я правильно понял, то падает при обращении к висячему указателю. Видимо проблема в захвате по ссылке - после выхода из функции cancellationEndEvent подыхает commit_hash:10dd8d3d311e85e6018e8f0ff40806ab82eabbd4
* YT-25637: User-configurable batch sizes in QLsabdenovch2025-07-154-0/+35
| | | | | | | | | * Changelog entry Type: feature Component: dynamic-tables Added some parameters for QL performance tuning. commit_hash:aba6aff939abaedba1c0f0baed89d1739f84e04b
* YQL-19616: Generate Vim SQL syntax highlightingvitya-smirnov2025-07-157-6/+200
| | | | | | | | | | Introduced a Vim syntax highlighting for YQL. This is a replacement for an existing almost manually written conguration. It uses regexes generated from the original ANTLR4 grammar. Now only Default lexer mode is supported. commit_hash:85fa094593bd9d80373754a492b46ede1a50148d
* Intermediate changesrobot-piglet2025-07-152-1/+12
| | | | commit_hash:0f7d01c349dc801704a27453a3da46573284d7fe
* use system allocator by defaultpg2025-07-151-18/+5
| | | | commit_hash:efe73f5f7a77a5e797c22c8944dc51bda64d1f6a
* Add ubuntu 24 OS_SDKmikhnenko2025-07-151-0/+2
| | | | commit_hash:2ed5d72432ddce0e6824d657dadc162348c4f80b
* coroutine_traits: Implicitly convert returned std::exception into erroneous ↵thegeorg2025-07-152-21/+89
| | | | | | TFuture commit_hash:80a673361a58719a241d3536cd4ffdd7d1a274ea
* YQL-20098: Wide{Skip,Take}Blocks rewrite from Flow to Streamatarasov52025-07-1512-132/+236
| | | | | | | Переписал Wide\{Skip,Take\}Blocks с flow на stream тип Прогон тестов с понижением версии <https://nda.ya.ru/t/as0XUfAF7GUcdA> commit_hash:b953c006690680e4711424f407db5af16b9c2e1c
* YQL-20171: Fix aggregation joining keyvitya-smirnov2025-07-159-11/+143
| | | | | | | | | | | | | | | | There was a bug with a aggregation deduplication by a column at the translator. For a single column the system joining all aggregations using the generic key. The generic key was just a column name without source name what leads to collision when aggregating multiple different sources with same column names. This patch fixes the generic key by adding a data source name there. Also tests are added. commit_hash:1c0a9da512f68c58d2830e096de76b769b733cb2
* Intermediate changesrobot-piglet2025-07-15839-34153/+819379
| | | | commit_hash:0cd4901c28dd70ed452cb370b5a314878f54e27d
* Fix changing hashbang on _escaped_fragment_rchernomordin2025-07-152-3/+3
| | | | | | | | | | | Главное изменение: замена FeaturesRobot на NewFeaturesRecommended (разница между NewFeaturesRecommended и FeaturesRecommended заключается в том, что первый не переводит хэшбенги в escaped\_fragment) Доп: * поправил типы данных для флагов (в long не вмещаемся) * канонизировал один из тестов commit_hash:cd751d0b0482c49fae2fa7050e49ec89d382e630
* Fix babenko-issuesgryzlov-ad2025-07-153-18/+19
| | | | commit_hash:a2f8b3bf111539203493bd87ad3c244e36a9f9ef
* Add GO_OAPI_CODEGEN_V2orivej2025-07-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | Добавил в `build/rules/go/vendor.policy` ALLOW на oapi-codegen и его runtime. Выполнил: ``` alias yo="ya tool yo" yo get -use-go-resolver github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest # Резолвер по умолчанию фейлится. yo get -use-go-resolver github.com/oapi-codegen/runtime@latest yo fix -set-license=-Clause github.com/iris-contrib/schema # yo fix не сработал, я добавил LICENSE вручную. yo fix -set-license=MIT vendor/github.com/yudai/pp yo vendor yo ignore github.com/vmware-labs/yaml-jsonpath /pkg/yamlpath/fuzz # много файлов, а тесты с ними автоматически не запускаются ``` ~~В `vendor/github.com/kataras/iris/v12` вручную перенёс в `core/host/goxtest`, `core/router/goxtest` и `hero/goxtest` x-тесты, которые иначе не собирались из-за цикла по `RECURSE`. (`v12/core/host/proxy_test.go` импортирует `v12`, а `v12/iris.go` импортирует `v12/core/host`.) Так же сделал `vendor/github.com/iris-contrib/schema/goxtest`.~~ Удалил эти xtest'ы через yo ignore, потому что не удалось положить их способом, который переживает yo vendor -force. Добавил в `build/conf/go.conf` макрос `GO_OAPI_CODEGEN_V2`. Скопировал `devtools/dummy_arcadia/go/oapi-codegen` в `devtools/dummy_arcadia/go/oapi-codegen-v2` для проверки и добавил на обоих `PEERDIR` из `devtools/dummy_arcadia/go`. Бекпортировал в `vendor/github.com/deepmap/oapi-codegen/pkg/codegen` минимальные достаточные исправления для поддержки новой `kin-openapi`: <https://github.com/getkin/kin-openapi?tab=readme-ov-file#changelog-sub-v1-breaking-api-changes> commit_hash:78c7ff0b99f54618191e2bfc5ea80ca4c9a03e73
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-07-154-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:60be50be256d0eada7f2cc40a9b9b962cfc4ac2c
* Intermediate changesrobot-piglet2025-07-154-3/+4
| | | | commit_hash:b462c2fdb30bf56b33f998257d6411ed1e4f602c