aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GTEST_UGLY oblivionprettyboy2023-10-041-4/+0
|
* Fix auto SAMPLE with subqueriesaneporada2023-10-042-2/+10
|
* Fix planner invocationaozeritsky2023-10-041-1/+1
|
* Hide secrets from logsauzhegov2023-10-0410-7/+67
|
* Cosmeticspogorelov2023-10-043-2/+3
|
* KIKIMR-19211: min/max snapshotivanmorozov2023-10-0437-318/+604
|
* Revert commit rXXXXXX, Support std::filesystem::path in TFile and TFileHandlepg2023-10-042-107/+9
|
* Get rid of an ugly GTEST_UGLY()thegeorg2023-10-041-17/+0
|
* auditlog: add partial testsijon2023-10-049-15/+298
| | | | | | | | Add functional tests for DML audit logging behavior. Include essential fixes in audit logging, DML audit settings support and minor fixes in functional testing framework. KIKIMR-18688
* Improve tests (don't canonize costs)aozeritsky2023-10-041-16/+16
|
* Add Mutable methodnsofya2023-10-043-5/+9
|
* Add logger docs for ydb-php-sdkilyakharev2023-10-042-6/+36
|
* I merged two articles about tables and corrected the related YQL article.pseudolukian2023-10-043-71/+119
|
* Intermediate changesrobot-piglet2023-10-041-13/+8
|
* Не работает resource_listdir вместе с Y_PYTHON_SOURCE_ROOTdarkkeks2023-10-041-1/+3
|
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3robot-ya-builder2023-10-043-24/+24
| | | | | | | | | From hash: [c6e6a3837b2e2cfdc14034450598e6aad89a5b83](https://a.yandex-team.ru/arcadia/commit/c6e6a3837b2e2cfdc14034450598e6aad89a5b83) From revision: [12579265](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=252) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
* Intermediate changesrobot-piglet2023-10-043-3/+1564
|
* add SRCDIR to missing dir from JAVA_SRCSsnermolaev2023-10-041-7/+2
|
* Support std::filesystem::path in TFile and TFileHandlethegeorg2023-10-042-9/+107
|
* Update contrib/python/botocore/py3 to 1.31.51robot-contrib2023-10-04396-39/+94
|
* Update contrib/python/boto3/py3 to 1.28.51robot-contrib2023-10-043-4/+4
|
* Flake8 migrations clean uparcadia-devtools2023-10-041-3/+0
| | | | | | | | From hash: [0b0ac32e1fe8c624f65d04a75b61c7d869ab7635](https://a.yandex-team.ru/arcadia/commit/0b0ac32e1fe8c624f65d04a75b61c7d869ab7635) From revision: [12581372](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) Sandbox task: https://sandbox.yandex-team.ru/task/1959941901 Clean migrations config
* Update Python 3 to 3.11.6shadchin2023-10-0365-1461/+2275
|
* Add test for integer column serialization and fix row_index columnsnadya732023-10-032-10/+12
|
* Intermediate changesrobot-piglet2023-10-031-2/+5
|
* Provide proper jni.h by the means of library/cpp/jnithegeorg2023-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | As jni.h provides extreme ABI compatibility, there is no need to use jdk to build JNI modules. This PR replaces complex logic of finding necessary jni with the following code (already present in [library/cpp/jni/ya.make](https://arcanum.yandex-team.ru/arcadia/library/cpp/jni/ya.make). ``` IF (OS_ANDROID) # Do nothing, use jni.h shipped with NDK ELSE() PEERDIR( contrib/libs/jdk ) ENDIF() ``` Remaining dependencies on contrib/libs/jdk will be removed in further PRs and using of JDK interface will be restricted in favor of this library. NB: PEERDIRing `library/cpp/jni` will also provide a couple of utility sources which are not used by catboost at the time.
* YQL-15891 LLVM for BlockCompress.a-romanov2023-10-0334-371/+716
|
* YQL-16784 check vars in patternzverevgeny2023-10-034-3/+25
|
* YQL-16443 move EMatchRecognizeStreamingMode out from TTypeAnnotationContextzverevgeny2023-10-033-11/+12
|
* YQL-16663 fix mem leak in wide combinerzverevgeny2023-10-031-0/+10
|
* Support custom gateways.conf in testsaneporada2023-10-033-1/+27
|
* Fix requirement !stageInfo.Tasks.empty() failedaozeritsky2023-10-033-6/+6
|
* KIKIMR-19263: Use schema version instead of schema snapshotnsofya2023-10-0312-42/+28
|
* YQL-15441: Add force merge joinmaxkovalev2023-10-033-12/+23
| | | | YQL-15441: Add force merge join
* fix compilation for winuzhas2023-10-037-115/+109
|
* Make arc mv, fix paths in python and yamake, add anchors to h2.pseudolukian2023-10-034-1452/+34
|
* Changed TFutureCombinerResultHolder to have non-assignable types support in ↵arkady-e1ppa2023-10-034-8/+140
| | | | Futures. Also added unit tests to make sure they work
* Provide protoc-gen-mypy with LICENSEthegeorg2023-10-032-2/+4
|
* switch back to upstreamblinkov2023-10-031-1/+1
|
* .logging_queriestsmax20042023-10-039-29/+94
| | | | add query logging
* KIKIMR-19439: improve precompute query plan presentationulya-sidorina2023-10-03557-1801/+2032
| | | | fix(query_plan): rename tx_result_binding to precompute
* Fixed empty list bug in Json to TValue converterBulat Gayazov2023-10-032-7/+22
| | | | | | Fixed empty list bug in Json to TValue converter Pull Request resolved: https://github.com/ydb-platform/ydb/pull/381
* [hybrid] Use original world dependencies in empty joinudovichenko-r2023-10-031-2/+2
| | | | YQL-16546
* Don't change partitionsCount after first Map connectionaozeritsky2023-10-031-4/+7
|
* Fixed the order of messagestesseract2023-10-033-26/+43
| | | | | | fix message order accurately close read session
* Intermediate changesrobot-piglet2023-10-03564-410821/+1
|
* Fix the testkomels2023-10-031-1/+1
|
* Change "ya.make"gvit2023-10-031-1/+1
|
* YT-19762: Discombobulate observers commanddanilalexeev2023-10-0315-0/+85
|
* Remap non-int valueshor9112023-10-031-4/+18
|