aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15750 from ydb-platform/merge-libs-250314-1301Alexander Smirnov2025-03-146-14/+80
|\
| * Import libraries 250314-1301Alexander Smirnov2025-03-141-1/+1
| |
| * Merge branch 'rightlib' into merge-libs-250314-1301Alexander Smirnov2025-03-145-13/+79
| |\
| | * YQL-19700: Make DateTime UDF overloads backward compatibleimunkin2025-03-141-9/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follows up e9d589d43101dde8ca86955627fca9dbdaba1f7b Follows up ed323f55ce6ca64b9a912772866d7bfb4fc1235f Follows up 3b203e7a313e54ee57069763da5cf1b59991d66c Follows up 99b69544bd45b52e2e6bfcd8cd51e34827a0f08d Follows up 3afbcdd00ad47ecf35cb29bb25a5d7658ed1d5cb Follows up ca9883df39a8c08e7f0d83bafcbb8853f243ed04 Follows up cfaa3532a6554646b11f204e6f4cc7677d428b8b Follows up 9dcc43f4facdab5b4fca0a4079833c8534359124 commit_hash:7b8d84f03c1c623e6d076da42c5f0c3437f7acf6
| | * [java] YT-20444 Move YTsaurusFixture to test-integrationtinarsky2025-03-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: java-sdk Move YTsaurusFixture from ytsaurus-testlib to ytsaurus-client/src/test-integration. commit_hash:1a6d6bf9b5bb37e63cd50efb67acae0dd1e27e55
| | * Cosmeticsbabenko2025-03-141-2/+2
| | | | | | | | | | | | commit_hash:cc05ee0af7c8dc14d19fcbdbc3fb1cf376c82ddb
| | * Dont sanitize OpenSSL init functionnechda2025-03-141-0/+1
| | | | | | | | | | | | commit_hash:a0afc0a8138dbe50df27d0096f8e500232d9dbc3
| | * List all cython gen-time dependenciesspreis2025-03-141-1/+11
| | | | | | | | | | | | commit_hash:5d61d277db787b6b0c1ecf18add8ba761ff8b39f
* | | Correct CA cleanup (#15742)Hor9112025-03-141-3/+9
| | |
* | | introduce VDisk syncronization broker (#15710)Aleksandr Dmitriev2025-03-149-13/+222
| | |
* | | Update muted_ya.txt (#15765)Kirill Rysin2025-03-141-3/+107
| | |
* | | Fix Sink stats&plans tests (#15745)Nikita Vasilev2025-03-1419-332/+744
| | |
* | | pq: add auth by raw token to for connection (#15711)yumkam2025-03-144-0/+12
| | |
* | | Correct version comparison on Console config proposition (#15744)Alexander Rutkovsky2025-03-145-68/+11
| | |
* | | Regression unit tests for bugs in CBO (#15694)Dmitry O2025-03-141-0/+145
|/ /
* | Update CHANGELOG.md for 2025-03-02 (#15223)YDBot2025-03-143-4/+11
| | | | | | | | | | Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Natasha Pirogova <galnat@ydb.tech> Co-authored-by: Alek5andr-Kotov <akotov@ydb.tech>
* | Clean ScanActor ComputeCtx when terminated by Fetcher request (#15722)Hor9112025-03-141-0/+1
| |
* | Fix for min/max typos after SIMD-friendly copy-n-paste (#15723)Hor9112025-03-141-9/+9
| |
* | Сancellation of the operation if CreateChangefeedPropose returns nullptr ↵stanislav_shchetinin2025-03-144-16/+33
| | | | | | | | (#15713)
* | Add events to upload rows span (#15709)Robert Drynkin2025-03-141-0/+10
| |
* | Put direct read acks to a queue if the corresponding direct read is unknown ↵qyryq2025-03-142-25/+42
| | | | | | | | atm (#15683)
* | Precharge for external blobs in DataShard Read Iterator Keys request ↵AlexSm2025-03-145-1/+152
| | | | | | | | | | (#14707) (#15730) Co-authored-by: Semyon Danilov <senya@ydb.tech>
* | Datahard: fix UUID type conversion in ReadTable (#15721)Ivan Nikolaev2025-03-143-1/+39
| |
* | Support processing unhandled exceptions in actors and tablets (#15468)Aleksei Borzenkov2025-03-1414-21/+249
| |
* | mute TestDeleteS3Ttl.test_delete_s3_tiering (#15735)zverevgeny2025-03-141-0/+1
| |
* | Add RowsCount/Rows and use it for stats purposes (#15629)Hor9112025-03-146-8/+59
| |
* | Fixed the `TPqGroupTestReboots.AlterWithReboots` tests (#15734)Alek5andr-Kotov2025-03-142-15/+1
| |
* | Add create_time & last_refresh_time to Task in Maintenance API (#15690)Ilia Shakhov2025-03-148-4/+159
| |
* | changed healthcheck config (#15693)Andrei Rykov2025-03-143-13/+17
| |
* | max timeout for FastRead (#15520)Oleg Doronin2025-03-141-5/+3
| |
* | Use TEvNotifyTxCompletion in CS ut (#15699)zverevgeny2025-03-142-8/+5
| |
* | Import libraries 250314-0050Alexander Smirnov2025-03-141-1/+1
| |
* | Merge branch 'rightlib' into merge-libs-250314-0050Alexander Smirnov2025-03-14112-820/+2139
|\|
| * yt/core/http: handle end wildcard "/{$}" in http path patternKonstantin Khlebnikov2025-03-132-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | Pattern "/path/{$}" matches only "/path/" and "/path". Required for proper directory handling without careless matching everything. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1109 commit_hash:096a09ff25498226420f9a5ed40b7b1b91328b7f
| * GRUT: Format grut/libs/bigrt/server with clang-formationagamed2025-03-131-0/+1
| | | | | | | | commit_hash:ad2a0409bcf4f450f2c7ccc416082b717a63e7f4
| * extract cppyndexing to a separate moduleya-shishqa2025-03-133-19/+30
| | | | | | | | | | | | | | | | | | | | | | | | #### Извлечение cpppyndexing в отдельный модуль 📝 - 📦 Извлечен cpppyndexer в отдельный модуль для улучшения модульности и повторного использования кода. - 📝 Добавлен новый файл конфигурации для управления cpppyndexer, включая аргументы и выходные файлы. - ♻️ Рефакторинг существующего кода для использования нового модуля cpppyndexer вместо прямого вызова. - ✅ Добавлены тесты для проверки корректности работы нового модуля и его интеграции с существующими системами. <a href="HIDDEN_URL"><font size="2">Autodescription by Code Assistant</font></a> commit_hash:5f7476fdcbdd1e3595f34148076e7d42a838b501
| * YQL-19701 linter extension for unknown clustersvvvv2025-03-137-34/+188
| | | | | | | | commit_hash:79c042af0cf2c51389b5a22bd866cd211b6acf64
| * Block status report for YT operationsziganshinmr2025-03-135-0/+118
| | | | | | | | commit_hash:f8e0160303c3726f15ecb5f67eeb1279fa90e69e
| * Systemize ya ide gradle testsdimdim112025-03-131-0/+6
| | | | | | | | | | Systemize ya ide gradle tests commit_hash:3563c07c792c9a5b59029746d95b63b14b505c4b
| * Intermediate changesrobot-piglet2025-03-1312-188/+391
| | | | | | | | commit_hash:4b64d98e7898a081dd87badffe9fcb56bc6f38f8
| * YQL-19382 fix '=' in QL Filterlucius2025-03-133-2/+18
| | | | | | | | commit_hash:d70c7a6d4bc93af03d6bdcb1da1796f254052c36
| * Consider EPL license family as REQUIRE_MODIFICATIONS_DISCLOSUREthegeorg2025-03-131-9/+3
| | | | | | | | commit_hash:960bd0c34b89524cc979fa65f0377d65a3a8e735
| * Use RUN_PROGRAM in build, but use RUN_PYTHON3 for __main__.py in export ↵dimdim112025-03-138-284/+130
| | | | | | | | | | | | | | sem-graph in YQL Use RUN_PROGRAM in build, but use RUN_PYTHON3 for __main__.py in export sem-graph in YQL commit_hash:75768d243546d2a60f8bab57536f5cd35c30d84c
| * Fix api/implementation in dependenciesdimdim112025-03-132-34/+53
| | | | | | | | | | Fix api/implementation in dependencies commit_hash:aa1b09da88d81da729b276275c0e02342fe30c05
| * Adapt columnar stats for multicluster environmentaneporada2025-03-1311-172/+188
| | | | | | | | commit_hash:8426c8bb44c0b1f426ccbade7274c6d0bf6eafb2
| * YT-24248: Add with_interruption_info filter in list_jobsbystrovserg2025-03-136-0/+18
| | | | | | | | commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
| * Intermediate changesrobot-piglet2025-03-134-0/+145
| | | | | | | | commit_hash:e4d9992648dbcf70feb94355fab6d6cec5eca797
| * Intermediate changesrobot-piglet2025-03-1335-0/+698
| | | | | | | | commit_hash:ed3c942d8e8c62f031600e0fc4a348865e8ba2f0
| * Drop default value for TResourceName template parameterimunkin2025-03-131-56/+33
| | | | | | | | commit_hash:4d0a0750fa026093cb0f736dd1aafbb27decdc45
| * Intermediate changesrobot-piglet2025-03-133-8/+13
| | | | | | | | commit_hash:3fcc741adc969ad27c0f83a0f033fc5b0e941cad