| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
resources to scheduler
commit_hash:e175d842d02741748f030a47e11588c9776e2bb6
|
|
|
|
| |
commit_hash:1e34b093f0bfce863588a645b6324aa5a8d966cd
|
|
|
|
| |
commit_hash:dddba661590f9b89006208d7c8b2b9c8496929f9
|
|
|
|
|
|
|
|
| |
Покладка исходников без переключения версии
Важные изменения в файле `contrib/go/_std_1.23/.yandex_meta/build.ym`
Варка с плашкой (проверка на поломки) будет происходить в PR:7442358 после пересборки yolint поверх 1.23
commit_hash:1a66dac577f2507438f15c7b73ee5d404dc51ea1
|
|
|
|
| |
commit_hash:fc69825ebf1f26ae0fc6f39a92f2c42918e1c635
|
|
|
|
| |
commit_hash:509ecf098c2bdb4bf7273b95ff459ee74bd2a6bf
|
|
|
|
| |
commit_hash:943290d931b71f917670ac7a420f8eb736a3f5f5
|
|
|
|
| |
commit_hash:2e37e18191b9d80f543acfd41784710185f0c440
|
|
|
|
|
|
|
|
|
| |
gzip compression
Patch for issue 37742: Request body is malformed when using retryPolicy along with the gzip compression
Tests: протестировано в тестинге
commit_hash:d80d29f768bc26e1bcf6afa64b05cea476d4007d
|
|
|
|
| |
commit_hash:0fd8ddf7d53d3ac221cea10de93a81b4ab5a0c4a
|
|
|
|
| |
commit_hash:0eb079bae1f0ce7698007f0ee5260bfcb2b8f91b
|
|
|
|
|
|
| |
This commit replaces the weird solution with getters of private fields
in generator and validator base classes.
commit_hash:739f92ff784c82c59c6efcdc9293c9d18e7ae51f
|
|
|
|
| |
commit_hash:a86388a6e90c994ada2733ee6dcbdeabb8baa708
|
|
|
|
| |
commit_hash:55e574599005f5286f646ebba93d5550325708bc
|
|
|
|
|
| |
init
commit_hash:a21a71769ad2095e40909c69255a3cf38eabc179
|
|
|
|
| |
commit_hash:e0f0586ef3cc46dbd649319b49a2cedf797a226d
|
|
|
|
| |
commit_hash:5598912aa715779c0a460fc7f071eed9055a9973
|
|
|
|
|
|
|
| |
YQL-19535: Provide block operations
YQL-19535: Specify tests for blocked operations
commit_hash:032aa58fc3f44f0eba3d9b38def021178da949ce
|
|
|
|
| |
commit_hash:e720e73443cf109803beebf1ce192e227428ff57
|
|
|
|
|
| |
В прошлом ПРе добавлял ALTER DATABASE, но, когда началась имплементация в серверной части, понял, что нужно добавить код в provider'е
commit_hash:e0ebd6efff34ca62a77286b23f61be21e501b999
|
|
|
|
|
| |
use coordinator and worker in fmrGateway
commit_hash:a0977459dcbe041e5330c8959152be40fe18eea6
|
|
|
|
|
| |
Update tools: test_tool, ya_bin, os_ya, os_test_tool
commit_hash:bee6f5fde5f56c940811e33274c0ad8109821a11
|
|
|
|
| |
commit_hash:997d731b3d106421ee68aa2e3e18f18b03ea7a66
|
|
|
|
|
| |
Update tools: ymake, os_ymake
commit_hash:310af2da03d9a7b64002230263ad37bde0752a80
|
|
|
|
| |
commit_hash:37322e8223adff96fffe40c174e3b150cdb2a5ad
|
|
|
|
| |
commit_hash:9d5db254f665362d1d5bfe280aa0646f83e28474
|
|
|
|
| |
commit_hash:9f477c101838068c76e0d37a313a5e79a2888982
|
|
|
|
| |
commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
|
|
|
|
| |
commit_hash:f4cb1bdccfb534d71b7f461fc8f8e5656c47bfa5
|
|
|
|
| |
commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
|
|
|
|
| |
commit_hash:49d3672ff34befbb1a1622d593ba1ee835660898
|
|
|
|
| |
commit_hash:8693ef1b447def6865c209679890a8bb1dd06da7
|
|
|
|
| |
commit_hash:68342023b1437649fbd1fdb65df61fa73e38948f
|
|
|
|
| |
commit_hash:0ad644d2dc9b64e4aab23b9ada7f3fce8927fa77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
performance comparison againt standard gmtime\_r
```
-------------------------------------------------------------------------------
Benchmark Time CPU Iterations
-------------------------------------------------------------------------------
BM_GmTimeR 3.66 ns 3.66 ns 189855900
BM_gmtime_r 18.7 ns 18.7 ns 37340999
BM_GmTimeRRandom/last_hour 5.12 ns 5.12 ns 136126173
BM_gmtime_r_Random/last_hour 19.2 ns 19.2 ns 36556971
BM_GmTimeRRandom/last_day 5.10 ns 5.10 ns 138257644
BM_gmtime_r_Random/last_day 19.2 ns 19.2 ns 37025160
BM_GmTimeRRandom/last_month 7.10 ns 7.10 ns 98235494
BM_gmtime_r_Random/last_month 20.4 ns 20.4 ns 34637975
BM_GmTimeRRandom/last_year 15.0 ns 15.0 ns 46664304
BM_gmtime_r_Random/last_year 26.8 ns 26.8 ns 26135911
BM_GmTimeRRandom/last_decade 17.2 ns 17.2 ns 40105536
BM_gmtime_r_Random/last_decade 27.0 ns 27.0 ns 25817056
BM_GmTimeRRandom/last_half_centry 17.1 ns 17.0 ns 41066079
BM_gmtime_r_Random/last_half_century 26.8 ns 26.7 ns 26215076
```
commit_hash:33747760ad46412f50fe3cb06f4c438794a44492
|
|
|
|
|
|
|
| |
list (github ydb sync)
Оказалось что директорию все таки можно использовать. Без нее не собирается (просто изначально были слишком широкие зависимости, они были исправлены в <HIDDEN_URL> )
commit_hash:3080f60346b4e3e213f113d74154e1a1eb0b979c
|
|
|
|
|
| |
Refactor add_custom_command semantics
commit_hash:73a5ba36c91c0fc40b58b3ef770545e7cf651e07
|
|
|
|
|
| |
Fix RUN_JAVA_PROGRAM classpath in old_commands
commit_hash:6709ff44e57146fa40f8cba21da81613736bd2d4
|
|
|
|
|
|
|
| |
Более правильный фикс был сделан здесь:
<HIDDEN_URL>
commit_hash:2e8c0b099852b8a1aac4f3f43d7e3f1a8791b1a8
|
|
|
|
|
| |
Put lombok as first annotation processor
commit_hash:98ef8e4f337ec15fafdfb3fe19f6bd53518b0382
|
|
|
|
| |
commit_hash:e53b8f3d1487f30f51e2912603708420d2f7319f
|
|
|
|
| |
commit_hash:4bd777455780b5bfa93d45c8bc1968f5d7c3a0f8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<https://github.com/ydb-platform/ydb/pull/14297#issuecomment-2641753237>
<https://storage.yandexcloud.net/ydb-gh-logs/ydb-platform/ydb/PR-check/13191654819/ya-x86-64/graph_compare_log.txt>
```
Error[-WBadDir]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: PEERDIR to missing directory: $S/yt/yql/providers/ytflow/expr_nodes
Error[-WBadDir]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: PEERDIR to missing directory: $S/yt/yql/providers/ytflow/integration/interface
Error[-WBadDir]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: PEERDIR to missing directory: $S/yt/yql/providers/ytflow/integration/proto
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/integration/interface/yql_ytflow_integration.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_provider.h
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/integration/interface/yql_ytflow_optimization.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_provider.h
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/integration/interface/yql_ytflow_optimization.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_ytflow_optimize.h
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/integration/interface/yql_ytflow_integration.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_ytflow_integration.h
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/expr_nodes/yql_ytflow_expr_nodes.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_ytflow_integration.cpp
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/integration/proto/yt.pb.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_ytflow_integration.cpp
Error[-WBadIncl]: in $B/yt/yql/providers/yt/provider/libproviders-yt-provider.a: could not resolve include file: yt/yql/providers/ytflow/expr_nodes/yql_ytflow_expr_nodes.h included from here: $S/yt/yql/providers/yt/provider/yql_yt_ytflow_optimize.cpp
```
\--при очередном синке возникла проблема, что не хватает таргетов
commit_hash:c402a15c3d753b7878d3b2d96c991c1c17d016a4
|
|
|
|
| |
commit_hash:17e8d9ea9ee4e9ae0722424efaf1cc4d03a802a5
|
|
|
|
| |
commit_hash:cdacfb07abb6449e370e46afcd04e71225b7fd92
|
|
|
|
| |
commit_hash:70690bcdabf0bcfe095fb10e9e58717281d11d53
|
|
|
|
| |
commit_hash:21bc37ea2a290cb645c95fe2c94882484c7001a4
|
|
|
|
| |
commit_hash:a83969f6e8b82322e643135c0d938a4ea584662d
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: proxy
Support native date types in arrow parser.
commit_hash:dfeadd91a3b6aff92584b2334068fee20b51163d
|
|
|
|
| |
commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87
|