aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/restricted/boost/move to 1.86.0robot-contrib2024-08-214-5/+17
| | | | b1ffaaff544bd1ab1af72314e524d49221a5f67e
* Intermediate changesrobot-piglet2024-08-219-57/+55
|
* Intermediate changesrobot-piglet2024-08-215-6/+9
|
* Add TPriorityQueue::PopValuevadim-xd2024-08-212-1/+45
| | | | ce37597283b1508bdba021056c149fe16feb1c69
* Update ymake python3 versionsvidyuk2024-08-201-1/+1
| | | | 4873f108e99caf99c62947767f40914bedff954e
* New CMake generator style fixesdimdim112024-08-208-17/+17
| | | | | Export style fixes 92d1ac710c97841b0e2a51ae1404b343ce3895a4
* Intermediate changesrobot-piglet2024-08-2096-0/+214
|
* Update contrib/restricted/boost/graph to 1.86.0robot-contrib2024-08-209-77/+106
| | | | 29609809abb032ea449cf4b749abf84c9b9c4c1d
* Revert "YT-21306: Add EnumHasDefaultValue"dtorilov2024-08-207-44/+4
| | | | | | This reverts commit d9b67f1778da2d15dd94f7285afe4e3490a233ab, reversing changes made to 461a09e0c18bd14cef7df8060e7f9537e3ad74b5. 92cdaf4185661b7058f6a30d5a532ad40b725345
* Update contrib/restricted/boost/math to 1.86.0robot-contrib2024-08-2066-641/+1520
| | | | 26ffe6aa485d878318cbc7d5a6d850e6c1121dd1
* Update contrib/restricted/boost/smart_ptr to 1.86.0robot-contrib2024-08-203-4/+7
| | | | a2c030e4658166d4aaf432632b50891e6ce35c7b
* Update contrib/restricted/boost/assert to 1.86.0robot-contrib2024-08-202-3/+6
| | | | 2e37a39c10bebc34441ebd2c99a27d4cae188a3c
* Introduce enable_optimize_read_in_order in CHYTAndrey Chulkov2024-08-201-0/+11
| | | | | | | | | | | | | | This PR introduces a new mode in CHYT that aims to mimic the behaviour of [optimize_read_in_order](https://clickhouse.com/docs/en/sql-reference/statements/select/order-by#optimization-of-data-reading) in native ClickHouse. This PR implements #451, albeit using a different approach. It works by using a sorted pool to produce jobs of exponentially increasing/decreasing sizes, which turn into subqueries that are processed combined sequentially without additional sorting steps. This should allow queries described in #451 to execute without reading the whole table. Notable modifications with generic impact: * Support for exponentially increasing job sizes in new sorted pool and related classes. * Chunk slice fetcher is now used when creating a sorted pool in CHYT. * New column in query log table exporter. --- 1f9ea932d21d4b328b4be976eb39cdfbc631dffd Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/757
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-08-203-10/+20
| | | | | | | | | | From hash: [f8fbe3627553dc1353ece3c098bb5df2ab788b92](https://a.yandex-team.ru/arcadia/commit/f8fbe3627553dc1353ece3c098bb5df2ab788b92) From revision: [14658523](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=221) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake b85187767999019eefcb87a0e2bd45a8784fc4e7
* support `next experimental-compile` commandvturov2024-08-201-0/+6
| | | | | | Добавляем возможность использовать в `next` экспериментальную функциональность построения проекта без рендеринга статики, отложив рендеринг на момент запуска проекта на конкретной среде. Это позволяет проектам, требующим разных параметров рендеринга для статики в зависимости от среды пережить ограничения автосборки, требующей независимости результата от конкретной среды, на которой выполняется сборка. 40cab21c170e2c68291be3e695045541b3984e48
* feat(conf): disable FROM_NPM_LOCKFILES logiczaverden2024-08-201-2/+3
| | | | e4ed06d919d0a10c836deb466f29723dfa01b63a
* Intermediate changesrobot-piglet2024-08-201-1/+2
|
* Fix LIST_PROTO dependency on incorrect properties passing between main and ↵somov2024-08-191-1/+6
| | | | | | additional outputs bb4a52dc41ed160f50f9dece539dbd788be97430
* Intermediate changesrobot-piglet2024-08-191-2/+2
|
* Prepare to switch on platform_dispatchers (part 1)shadchin2024-08-192-15/+15
| | | | 664a0b8555cd24bd063b0fa871e3e5693e856e7d
* Fix ASM as last project language 2dimdim112024-08-191-5/+2
| | | | | Fix ASM as last project language 2 55356e7dfcf81cebdedc53a7ef5f58f634b18cb4
* Fix ASM as last project languagedimdim112024-08-191-2/+4
| | | | | Fix ASM as last project language bce309873abd11037932fbd4a53a8ad8f23b881f
* Fix LSP in future-inl.hk-vukolov2024-08-191-0/+1
| | | | 71ff0471827f8bde6feb9549ead39faefb7f9b0f
* Remove unjustified noexcept specifierarkady-e1ppa2024-08-192-2/+2
| | | | 1ea40a2a3daf0f27f05cde14504f261d2cc902c6
* Add contrib/ydb/docs into piglet (broken docs build in github)maxim-yurchuk2024-08-191-0/+15
| | | | | | | Как оказалось у нас не собирается сборка доков на гитхабе Явно добавляю зависимость на ydb/docs для импорта 4111a26c18b0848d55ec83f88e2f1f7dab7cacc1
* YT-22350: Optimize conditional discount and disk quota storageeshcherbin2024-08-191-2/+2
| | | | aa0dd98e9a2e4c54f4e65bd37eb75541ce8fa219
* Intermediate changesrobot-piglet2024-08-193-6/+6
|
* Set SpacesInLineCommentPrefix to 1 in Arcadia clang-formatdmasloff2024-08-191-2/+2
| | | | | Change clang-format congif in arcadia 0577efb0a5f0fb67d409e2a86b75a14a0975df63
* Customize bt colorizationiaz16072024-08-192-7/+41
| | | | 221e27d03ecf65a066e77e452326e20c49e89df5
* Update contrib/restricted/boost/random to 1.86.0robot-contrib2024-08-192-3/+5
| | | | 831b10ad7fdae07c015a7b770cea7db73b4af568
* Update contrib/restricted/boost/mp11 to 1.86.0robot-contrib2024-08-192-3/+3
| | | | 3a1d46912284aecd42711bfdeb0efb582f6ad1ba
* Update contrib/restricted/boost/system to 1.86.0robot-contrib2024-08-192-3/+15
| | | | 67a0a4a8ea3024e6edceb809719d7ce49372bd1a
* Automatic release build for test_tool, ya_bin, os_ya, os_test_toolrobot-ya-builder2024-08-194-20/+24
| | | | | | | | | | From hash: [cfad05c1366e859aadbfc3777aafc13e955757b0](https://a.yandex-team.ru/arcadia/commit/cfad05c1366e859aadbfc3777aafc13e955757b0) From revision: [14660145](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=459) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: test_tool, ya_bin, os_ya, os_test_tool 78aca49d7ccba5f645c24b1c8ae14d05a212ad05
* Fix imports for Conan2dimdim112024-08-192-3/+23
| | | | | Fix imports for Conan2 5619216073dcb9297a4f22dbeb52a38cd8479eca
* Intermediate changesrobot-piglet2024-08-199-36/+108
|
* YT-22582: Break ref cycle in throttle requestscoteeq2024-08-191-3/+7
| | | | 135589354d7ed8fc9f058ca7a64c121527eb9b85
* Sync and cleanup pyconfig.hshadchin2024-08-191-10/+14
| | | | 535e12a669585636772c3f8d402cdf65701eafba
* Update `ya tool python3` to 3.12.5shadchin2024-08-182-5/+15
| | | | ae93897e8af983d7b0202dd2672baf6e0a8be56a
* Switch on delta config for Darwin x86_64shadchin2024-08-184-1953/+16
| | | | 60bbb4cee24aa9a22b7dcc86a6a4adc0f7089c36
* Intermediate changesrobot-piglet2024-08-181-2/+0
|
* Update contrib/restricted/boost/mpl to 1.86.0robot-contrib2024-08-182-3/+4
| | | | 46134359b1cc9a871c5895094d88a83be916139d
* Update contrib/restricted/boost/function to 1.86.0robot-contrib2024-08-184-103/+165
| | | | e0d044456b92ee6ee3b811944fececd47648f2a8
* Update contrib/restricted/boost/atomic to 1.86.0robot-contrib2024-08-182-13/+44
| | | | ed2d247f739dd8e04c5b85133185efd3134d2563
* Update contrib/restricted/boost/intrusive to 1.86.0robot-contrib2024-08-184-34/+36
| | | | 515f0478e9457449f41a3a8173d3dd8e5df2de0f
* Update contrib/restricted/boost/core to 1.86.0robot-contrib2024-08-183-9/+62
| | | | 98ee76d1268e751829c6d2a35c98639b357de198
* Update contrib/restricted/boost/format to 1.86.0robot-contrib2024-08-183-13/+25
| | | | bb85c5c882db3e01cf2332f0ab0d892c62121c02
* Intermediate changesrobot-piglet2024-08-182-4/+4
|
* logbroker out: use CloseHandleraleksei-le2024-08-181-0/+7
| | | | | Всегда ожидает Close event от СДК, но проверяет таймаут ожидания. Проверка активности соединения, по таймауту сделает реконект. Немного снижено потребление cpu. 4c41128e833c27cea3d1eb0a90c086d1a328f282
* Update contrib/restricted/boost/config to 1.86.0robot-contrib2024-08-182-4/+4
| | | | 24a2930acfb4a2f49aa83ac8072982c36b58b861
* YT-22593: Switch to std::string in TSecurityManagerbabenko2024-08-184-10/+27
| | | | 67e522b085acbd31d2e74ebee17799f8d6087da4