aboutsummaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250712-0051Alexander Smirnov2025-07-121-1/+9
|\
| * library/cpp/http/io: remove legacy_zstd06 codec dependencyswarmer2025-07-111-1/+9
| | | | | | | | | | | | | | KIKIMR-23622 It is safe not to link the zstd06 codec, because its usage is explicitly prohibited. commit_hash:443a7edeb4ace1e415ac0c4e4f8cb43fd3ffb020
* | Merge branch 'rightlib' into merge-libs-250711-0050Alexander Smirnov2025-07-116-25/+55
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-111-1/+1
| | | | | | | | commit_hash:9998251d6c55780990a47853847283916b781d8d
| * Intermediate changesrobot-piglet2025-07-111-1/+9
| | | | | | | | commit_hash:43c66f510beeec339a66acbf9a0e0d62c6677690
| * YT: Allow serializing TCompactSetdgolear2025-07-104-23/+45
| | | | | | | | commit_hash:733610a293a0c3a2656dbef77630d359c16d3bdf
* | Merge branch 'rightlib' into merge-libs-250710-1853Alexander Smirnov2025-07-108-3/+67
|\|
| * blockcodecs: add DONT_LINK_LEGACY_ZSTD06_BLOCKCODEC macroswarmer2025-07-102-1/+10
| | | | | | | | | | KIKIMR-23622 commit_hash:8879357407b3b5ba4200e1f380922d4e68cc2973
| * monlib addsmatusha-g2025-07-095-0/+55
| | | | | | | | | | add clone method commit_hash:c96c84b95c05e307a7391742f4fca56010b24e3f
| * fix pure prser errorelen-volodina2025-07-091-2/+2
| | | | | | | | commit_hash:5ead30dd726387e1a8c39e57e55116ddeaac67f6
* | Merge branch 'rightlib' into merge-libs-250708-0050Alexander Smirnov2025-07-081-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-081-1/+1
| | | | | | | | commit_hash:093e4f1c5b2790676152716a46f6c68e7e6f2e53
* | Merge branch 'rightlib' into merge-libs-250707-1425Alexander Smirnov2025-07-0712-31/+170
|\|
| * Intermediate changesrobot-piglet2025-07-071-1/+1
| | | | | | | | commit_hash:fa96a59fd0ca24e8960823b1caa0a213f446e8ff
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-051-1/+1
| | | | | | | | commit_hash:77ec02480734669ec7835cbd235dc4a3ce57d253
| * Intermediate changesrobot-piglet2025-07-041-1/+7
| | | | | | | | commit_hash:dbea25354b9d29cff49103cf407ebbe86ba1e1f4
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-07-021-1/+1
| | | | | | | | commit_hash:326c5d2e54e50f6d0d6fcd7ad7acc2ff3d6e270a
| * fix test env detectionromanoved2025-07-011-0/+2
| | | | | | | | commit_hash:9a3b0959e51504f973770436f503dec16a0dc214
| * Make forbiddenfruit work with --muslthegeorg2025-07-011-0/+5
| | | | | | | | | | When (our) python is linked statically, these symbols should be explicitly _exported_ in order to be present in ctypes. commit_hash:098f04397aa01afdb41df7c47996dd542859c925
| * Fix co_await argument dependent lookup for TFuture<T>snaury2025-07-014-16/+84
| | | | | | | | commit_hash:d3da906e0b3f303ead8bf1257a3cdceed2778d90
| * add zstd fast levels from 1 to 7tobo2025-07-013-12/+60
| | | | | | | | | | zstd supports negative compression levels (`--fast=XXX` param in zstd CLI), so add them here also commit_hash:ed7231a6f341cd120dfea0d4b0b481962df835ab
| * Intermediate changesrobot-piglet2025-06-301-1/+11
| | | | | | | | commit_hash:672b9b97b829c09410438975aaa9f4b100010457
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-291-1/+1
| | | | | | | | commit_hash:975777184d5c5a86f15e4250bae52ace9c0a44b8
* | Merge branch 'rightlib' into merge-libs-250627-0050Alexander Smirnov2025-06-277-0/+2327
|\|
| * Intermediate changesrobot-piglet2025-06-261-0/+213
| | | | | | | | commit_hash:de861c421a4d799c8ac2ece7a8542f74dd5fa180
| * Use CRON to set the schedule of queues exportPavel Bashkirov2025-06-266-0/+2114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Description Currently the interval of queues export can only be set as "Every N units". This sometimes does not work well as it always starts the count from the time `0` (January 1st, 1970). It means that, for instance, if the customer wants to set an export to "Every week", it will happen every Thursday. This PR fixes the problem by providing a CRON way to set the schedule which is proven to be very flexible and meeting (almost) any requirement the user may have. * Changelog entry Type: feature Component: queue-agent Support CRON schedules for queue exports. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1239 Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> Co-authored-by: apachee <apachee@yandex-team.com> commit_hash:6a536f5edc17b3ad8d2243d55d876994141d38b0
* | Merge branch 'rightlib' into merge-libs-250625-1027Alexander Smirnov2025-06-2570-45/+14272
|\|
| * Improve csv parsing speed in С++ csv librarypnv12025-06-251-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve csv parsing speed in csv library На примере ВМ в QYP на ssd скорость чтении csv этой либой: - до этих изменений стабильно показывает 383-387 MB/s - после этих изменений стабильно показывает 613-615 MB/s **++Просьба PR пока не мерджить++**. Пока что надеюсь просто получить шип от овнеров. Мы собираем метрики по текущей производительности в процессе импорта в YDB CLI. Чуть позже, если всё ОК, вмерджу этот PR, чтобы мы замерили разницу. commit_hash:a23fc7e631733ffe3cae2941da8b3bdb75bccc94
| * pire was achived on GitHub, move the code into library/cpp/regex/pirethegeorg2025-06-2568-41/+14264
| | | | | | | | commit_hash:018daf4645e87c4e0b31e1191af4e75e48f6d958
| * Add missing includebabenko2025-06-241-0/+2
| | | | | | | | commit_hash:32e0f6ae89289ea4e3da978dcd91fc66d88373e9
* | Merge branch 'rightlib' into merge-libs-250623-0050Alexander Smirnov2025-06-233-5/+15
|\|
| * YT-25312: Fix TWithExtraSpace::GetExtraSpace to handle zero returned by ↵babenko2025-06-223-5/+15
| | | | | | | | | | | | malloc_usable_size commit_hash:d4310bf35afeb00d408d28e96cf82ebafd82886b
* | Merge branch 'rightlib' into merge-libs-250621-0050Alexander Smirnov2025-06-213-14/+45
|\|
| * support passing stream offset to `TBrotliCompress`redotter2025-06-203-14/+45
| | | | | | | | commit_hash:21e0759b151fbed8aa1664b62c42bd5ba144301b
* | Merge branch 'rightlib' into merge-libs-250620-0945Alexander Smirnov2025-06-205-45/+158
|\|
| * Upver wine 10.8nechda2025-06-192-3/+1
| | | | | | | | commit_hash:db0a0308d356c8dca2520f3881de2615edcc4455
| * Fix object destruction order when using TFuture<T> coroutinessnaury2025-06-193-42/+157
| | | | | | | | commit_hash:683c797584872e45e8df2ad7c663f1f1ebb253e3
* | Merge branch 'rightlib' into merge-libs-250618-0050Alexander Smirnov2025-06-182-0/+132
|\|
| * Support google::protobuf::Struct and google::protobuf::Value in Json2Prototimuratshin2025-06-172-0/+132
| | | | | | | | | | | | | | Добавляем поддержку парсинга TJsonValue в google::protobuf::Struct и google::protobuf::Value Сериализация в пути… commit_hash:0815499b09ba8eeaf77dbda5ab5aced91f1e2474
* | Merge branch 'rightlib' into merge-libs-250617-0050Alexander Smirnov2025-06-172-6/+1
|\|
| * Migrate linker related scripts to py3nechda2025-06-161-1/+1
| | | | | | | | commit_hash:53092809407c91c9ec49c7cc6bcf32f1cb5fac7d
| * Merge numerous abseil-cpp sublibraries to ease unbundlingthegeorg2025-06-161-5/+0
| | | | | | | | commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
* | Merge branch 'rightlib' into merge-libs-250616-1657Alexander Smirnov2025-06-1612-20/+288
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-141-1/+1
| | | | | | | | commit_hash:5bfc140b27ba66006aca8d3780acaa388f889bb0
| * Add Save/Load methods for TStrongTypedefyurial2025-06-132-0/+19
| | | | | | | | commit_hash:7bda0c36d13d3a9c586f65b48d6f23f854c0e088
| * support passing dictionaries to `TBrotliCompress`redotter2025-06-125-15/+116
| | | | | | | | commit_hash:93dafebd4949cd2df4764e8f54542e3dc6ab827f
| * Restore measuring the memory usage of write-table queries.nadya022025-06-114-4/+152
| | | | | | | | commit_hash:1d28ad476551aee1d5ab64c72205347128c27c68
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-06-111-1/+1
| | | | | | | | commit_hash:2f70238654714ef1634a4b709ae66f2bfc184146
* | Merge branch 'rightlib' into merge-libs-250610-0050Alexander Smirnov2025-06-103-0/+51
|\|
| * YT-25226: Pass new job resources to nodepogorelov2025-06-093-0/+51
| | | | | | | | commit_hash:20344f8d19f0bdc6a7544126cb74ab92c94e1069