aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change "build/conf/docs.conf"3y3k02025-05-131-2/+2
| | | | commit_hash:b2b1ed71445d6e18ae432f2b9247649596adacfc
* Add KAPT semanticsdimdim112025-05-132-2/+22
| | | | | Add KAPT semantics commit_hash:22d7e9f80e5090c58d2452c7ab65243d9f5656fd
* Update contrib/restricted/aws/aws-c-compression to 0.2.18robot-contrib2025-05-135-4/+15
| | | | commit_hash:0c3c615ae7a50e043cc974b00389e27bacd5fcdd
* YQL-19610: Split OrderedColumns into 2 pragmasmrlolthe1st2025-05-1311-15/+37
| | | | commit_hash:9780948e26ef2e689d26520b76fefa0794efdd9e
* Offloaded virtual map reads are now done under the correct usershakurov2025-05-132-1/+18
| | | | commit_hash:d82ddb6769fc81233adb0368ac1540b455692fed
* feat contrib curl: include libssh2 for sftpgazimovbulat2025-05-1371-18/+37443
| | | | commit_hash:6721cdd5ed873cd6f6243dcb846cacad6acb2155
* update grpc-gateway/v2ndtretyak2025-05-123-3/+3
| | | | commit_hash:e1ab48af0c138c6e643774b6143064a52a1184aa
* Update contrib/restricted/aws/aws-c-sdkutils to 0.1.16robot-contrib2025-05-1219-219/+621
| | | | commit_hash:e8c3b737590c152923b35ced443a6b28db57d1d1
* Update contrib/restricted/aws/aws-c-event-stream to 0.4.2robot-contrib2025-05-1211-42/+46
| | | | commit_hash:0f0dd6ebc85792c5aa919f6013677d6ca4841705
* YQL-19747: Complete camel case type namesvityaman2025-05-122-36/+69
| | | | | | | | | | | | --- - Related to `YQL-19747` - Related to https://github.com/vityaman/ydb/issues/8 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1268 commit_hash:76e4e2c8b225994cc842c1ee00a0ec8e6eed5c05
* YQL-19747: Fix caret token positionvityaman2025-05-125-16/+30
| | | | | | | | | | | | | | | | | | | | Outcomes: 1. Need to think more deeply about library interfaces. If you think that an interface is redundant, think again, because author knows a usecase that you do not imagine. 2. If you are lazy now to implement something robustly, think twice because the day will come and this code will fire. The problem was that on input ``` ... cluster.`/yql/t#` ``` C3 receives only a prefix ``` ... cluster.`/yql/t ``` and a token stream produced was incorrect and therefore completions too. --- - Related to `YQL-19747` - Related to https://github.com/ytsaurus/ytsaurus/pull/1257 - Related to https://github.com/ydb-platform/ydb/issues/9056 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1271 commit_hash:8bf5f2683c9e41963003da923f255f63b898aac5
* Intermediate changesrobot-piglet2025-05-123-3/+3
| | | | commit_hash:df69a29698efa22a563c39be19a206c2e2dd5ba1
* YQL_CODEGEN_AND_COMMIT system-98robot-yql-sandbox2025-05-121-1/+1
| | | | commit_hash:1c156cc02b9728960547bf923590d125cfd1435a
* get rid of unused depvvvv2025-05-122-2/+0
| | | | commit_hash:50479b50720877fd30f2a5ce8e01d5b6a387e532
* YT-22593: Migrate HTTP headers to std::stringbabenko2025-05-1215-130/+129
| | | | | [diff:runtime] commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c
* Update contrib/libs/tbb to 2022.1.0robot-contrib2025-05-1251-279/+1017
| | | | commit_hash:1d514d4cf0e98562749fa02b6f99183939698d2e
* YQL-19872: Skip optimizing callables if they have resultmaxkovalev2025-05-128-6/+156
| | | | commit_hash:adaeda2e6a90efc659ac95414ad15904e88c5291
* YQL-19923: Add Ascii{Contains,Equals}IgnoreCase functions to String UDFimunkin2025-05-129-5/+145
| | | | commit_hash:6717ca10951c933df9cf8757763cfbae15facbbf
* Update contrib/restricted/aws libraries to nixpkgs 24.05thegeorg2025-05-12267-9574/+25291
| | | | commit_hash:f8083acb039e6005e820cdee77b84e0a6b6c6d6d
* Make clang-format-18 a defaultalevitskii2025-05-121-0/+54
| | | | | Make clang-format-18 a default commit_hash:53a42716a91642b3451d62ff9394c2560a3be63d
* Intermediate changesrobot-piglet2025-05-121-0/+53
| | | | commit_hash:997ca0ebed62643660cf78acb0eee2d8049a38ee
* YT-24704: Introduce new delivery fenced connection for pipes (again)pogorelov2025-05-127-263/+856
| | | | | | | | | | | * Changelog entry Type: feature Component: controller-agent Add new delivery fenced connection that works on vanilla linux kernel. It may be used for cpu intensive or gpu jobs to prevent job abort on interruption. commit_hash:58d4defb4683af33951595828853f21e342ee55b
* Intermediate changesrobot-piglet2025-05-124-8/+7
| | | | commit_hash:5fe1ef25f8ddc098a82ee48c8f39ac413905f659
* Update contrib/libs/nvidia/nccl 2.18.6-1 -> 2.26.2-1mikhnenko2025-05-121-0/+1
| | | | commit_hash:a3225c9d24223a892119648777e84e9aee7f1b5a
* YT-23645: Enable yt/core logger as defaulthiddenpath2025-05-122-2/+2
| | | | commit_hash:e2d621c2e844e927b6ed8188d628e3207441352f
* Intermediate changesrobot-piglet2025-05-122-1/+1
| | | | commit_hash:7a1e89d4ac973444c2b7275f326889e14b6f9e3d
* YT: Improve rpc error handlingbulatman2025-05-126-20/+60
| | | | | | Add option to use a separate logging level for error response Add option to extend original error in method OnMethodError commit_hash:01c0404ce7845e5bea13f3411cccc9f9811dd4f0
* Intermediate changesrobot-piglet2025-05-1224-192/+1494
| | | | commit_hash:3a624a323006078de71f50747f7b2e8cadba7ccd
* Fix potential vulnerable cloned functionnpt-17072025-05-122-0/+22
| | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: contrib/restricted/http-parser/http_parser.c Hi there, I identified another vulnerability in a clone function http_parser_execute() in `contrib/restricted/http-parser/http_parser.c` sourced from [nodejs/node](https://github.com/nodejs/node). This issue, originally reported in-8287](https://nvd.nist.gov/vuln/detail/cve-2020-8287), was resolved in the repository via this commit https://github.com/nodejs/node/commit/fc70ce08f5818a286fb5899a1bc3aff5965a745e. This PR applies the corresponding patch to fix the vulnerabilities in this codebase. Please review at your convenience. Thank you! --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1260 Co-authored-by: nadya02 <nadya02@yandex-team.com> commit_hash:074ecc3485a1c90bd75678a6464ea12654804660
* Intermediate changesrobot-piglet2025-05-128-58/+124
| | | | commit_hash:c5767cc2625ee5d7a34bd8cade5a63abc114ae18
* YT-22593: Use std::string for account namesbabenko2025-05-128-14/+14
| | | | commit_hash:e471d726913b0b4c84582041eeb2bd6b3cddd9df
* Automatic release build for ymake, os_ymakerobot-ya-builder2025-05-123-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:aeb23ef07ed6584661225077c9d9c1b6ea95e4f2
* Update nixpkgs to 24.05 (pt. 3 of N)thegeorg2025-05-122-45/+49
| | | | commit_hash:0b11c18439f8857ed87c57b414c62141a06720b2
* Update nixpkgs to 24.05 (pt. 2 of N)thegeorg2025-05-126-85/+99
| | | | commit_hash:b411dd7f589541b33a2df634976790c2e0232cb0
* Intermediate changesrobot-piglet2025-05-12161-5870/+4217
| | | | commit_hash:91fe1a3c59e708fe728a543863a327ca7d4940e7
* Switch default python version for PROGRAM/LIBRARYspreis2025-05-124-17/+43
| | | | | | | | | | | | | | | | This also - prohibits Python macros (PY_SRCS, PY_REGISTER and PY_MAIN) without explicit Python version - Allows PY_SRCE for PROTO_LIBRARY by ingnoring it in all submodules except PY2_PROTO/PY3_PROTO Known caveats: - LIBRARY/PROGRAM still have implicit default (Python3 starting this PR), so Python version mismatches are still possible on pure C/C++ code depending on Python. - `PY_ANY_MODULE` also switched default, but it's better to require explicit version specification somehow. - `ALL_PY_SRCS` unlike `PY_SRCS` is not enabled in `PROTO_LIBRARY` and will produce issue of "Unknown python version". `IF (PY2_PROTO OR PY3_PROTO)` is required around such macro to be used. There is only 1 such case in Arcadia and it looks completely weird to me. - `PYTHON_TYPE_FOR_CYTHON` is now aligned with `PYTHONx_MODULE` module, so all explicit uses are to be removed. Most probably this should be completely removed in favor of `_PYTHON_VER`, but this requires prohibition of PY_ANY_MODULE w/o version and deeper investigation on what `PYTHON_TYPE_FOR_CYTHON` actually is. commit_hash:e6b809da1352c05e708e070a059306c19d49b53a
* Enable lua_assert in debug buildsvadim-xd2025-05-112-1/+6
| | | | commit_hash:ea00901b57ccbf77add24fe9e28634acf1ba557c
* Intermediate changesrobot-piglet2025-05-113-65/+2
| | | | commit_hash:346906409a1d079fede24f7660913c09b88fef1b
* YT-22593: Replace more TStrings with std::string masterbabenko2025-05-114-4/+6
| | | | commit_hash:d1f379976647e8cd63477ba127f38c4cdad0e8c5
* YT-22593: Replace more TStrings with std::string masterbabenko2025-05-112-2/+2
| | | | commit_hash:3fcaa1e051838c8efbdc08c8c6eb8493d7bc335e
* contrib/libs/liburing: Import from nixpkgs 24.05thegeorg2025-05-118-1262/+141
| | | | commit_hash:f265775e585f9eddb6bc71989ad373bb87264bfd
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-05-111-1/+1
| | | | commit_hash:84b2a5e44136cc90a98ce65cd7b82995a8a6615c
* Intermediate changesrobot-piglet2025-05-1138-800/+1004
| | | | commit_hash:b2c7385e46e530ef48f54c26388d1b40a4ab0cd0
* Cosmeticsbabenko2025-05-101-2/+8
| | | | commit_hash:b527c60aed121bfae864558328f5bb32ee9afc72
* Update nixpkgs to 24.05 (pt. 1 of N)thegeorg2025-05-097-44/+116
| | | | commit_hash:81b488a1edb01a141bf5c934aee3f635460f56cc
* Add DefaultlUserTags for user creation in YC IAM/OAuth authenticator + some ↵psushin2025-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | refactoring. 1. Unify user creation in YC IAM & OAuth authenticators. 2. Use AsyncExpiringCache instead of AuthCache in CypressUserManager. 3. Do not cache mutating requests, e.g. CreateUser in CypressUserManager. 4. Introduced compat cache config, to migrate from TAuthCache config, to TAsyncExpiringCache config. 5. Converted TString -\> std::string around those changes. ### Changelog entry Changed caching options in config of CypressUserManager for OAuthAuthenticator. Migrate to options compatible with AsyncExpiringCache ("expire\_after\_\*\_time"). Older options ("cache\_ttl", "optimistic\_cache\_ttl") are deprecated and wiil be removed in future versions. commit_hash:394f3b7d28ee6117f3d46826070b1d9c5342de20
* Remove non-existent sysincl from emscriptenthegeorg2025-05-091-1/+0
| | | | | There is no `contrib/restricted/emscripten/system/lib/libc/musl/include/sys/personality.h`. commit_hash:58e1019d4e0410be362bec6d2845ecb7669bff86
* Intermediate changesrobot-piglet2025-05-091-1/+5
| | | | commit_hash:5baf34cc668b466cf958bf38c4384b8a8fcc8ed3
* fix contrib/grpc: unify send RST_STREAM logic with upstreamkpavlov002025-05-092-18/+18
| | | | | Backport of upstream PR: \[http2\] Do not send RST\_STREAM for streams that are idle [#38881](https://github.com/grpc/grpc/pull/38881) commit_hash:56009e2aa90a7af3528aecd0443075e0f55c5954
* Don't pass medium index to chunk readersbabenko2025-05-087-27/+33
| | | | | Also stop pretending chunk spec replicas are annotated with media indexes. commit_hash:9e514a2f572f305f26a367c66b3f1c133d62599a