Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 1 | -2/+2 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 3 | -3/+3 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 4 | -0/+24 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 4 | -24/+0 |
| | |||||
* | YT-19210: expose YQL shared library for YT. | max42 | 2023-07-29 | 24 | -0/+810 |
| | | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264 | ||||
* | Intermediate changes | robot-piglet | 2023-07-28 | 6 | -20/+321 |
| | |||||
* | revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵ | kulikov | 2023-07-27 | 17 | -530/+20 |
| | | | | friendly way | ||||
* | try to get rid of locks and allocations for elastic queue thread pool | kulikov | 2023-07-21 | 17 | -20/+530 |
| | | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets. | ||||
* | Make retry settings configurable | ssmike | 2023-07-07 | 6 | -0/+92 |
| | |||||
* | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 8 | -486/+0 |
| | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
* | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 8 | -0/+486 |
| | | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits. | ||||
* | [begemot] arm32 support: enable atomic instrinsics / | gluk47 | 2023-06-22 | 1 | -1/+1 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 27 | -0/+343 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 4 | -10/+3 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-05-30 | 1 | -47/+121 |
| | |||||
* | Fix library -Wunused-but-set-variable | lurid | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 10 | -10/+10 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 27 | -343/+0 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 10 | -30/+30 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 27 | -0/+343 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 20 | -0/+213 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 30 | -20/+20 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 10 | -10/+10 |
| | | | Update tools: yexport | ||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 30 | -69/+69 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 30 | -69/+69 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 10 | -10/+10 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 41 | -41/+41 |
| | | | Update tools: yexport | ||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 40 | -113/+669 |
| | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 5 | -379/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 5 | -0/+379 |
| | |||||
* | [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵ | tldr | 2022-10-05 | 5 | -0/+317 |
| | | | | | library/cpp/threading Потребовалось для | ||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 1 | -0/+18 |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
* | fix ya.make | monster | 2022-07-07 | 26 | -1897/+617 |
| | |||||
* | IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic | eeight | 2022-06-16 | 8 | -0/+8 |
| | | | | ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d | ||||
* | intermediate changes | arcadia-devtools | 2022-06-10 | 2 | -0/+4 |
| | | | | ref:737aa123095c71808f1dcf45b0d817cc4920fe97 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-07 | 13 | -13/+13 |
| | | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f | ||||
* | library: Flatten RECURSEs in threading and string_utils (plus a bit) | thegeorg | 2022-06-01 | 1 | -0/+17 |
| | | | | ref:3934a44b97bc723b4d2e7fe840465e2ab1843aaf | ||||
* | Adapt ya.make files for piglet | thegeorg | 2022-05-25 | 1 | -0/+17 |
| | | | | ref:1150fa0022f08fae0f90854f77582952fc7df292 | ||||
* | intermediate changes | arcadia-devtools | 2022-05-13 | 1 | -1/+1 |
| | | | | ref:1c9de0624395f09c68379be8d3baac9ee51920f3 | ||||
* | intermediate changes | arcadia-devtools | 2022-05-04 | 1 | -14/+14 |
| | | | | ref:115e672de37d161b50b84f729a9688ac62d77601 | ||||
* | Move 'kikimr/yndx'-depending tests out of ydb/core | komels | 2022-04-15 | 1 | -17/+0 |
| | | | | ref:0a380e13308d579e0545a76924330d1ca5129c43 | ||||
* | Final part on compatibility layer: LOGBROKER-7215 | komels | 2022-04-14 | 1 | -0/+17 |
| | | | | ref:777c67aadbf705d19034a09a792b2df61ba53697 | ||||
* | intermediate changes | arcadia-devtools | 2022-04-02 | 2 | -14/+22 |
| | | | | ref:4f6264c5be27540a15fdefdc0e4084f35b9f7f44 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 27 | -424/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-01 | 1 | -0/+17 |
| | | | | ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 7 | -0/+63 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-24 | 2 | -0/+8 |
| | | | | ref:70ac1bca1acbb458c863fb4686263967ea009057 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 7 | -0/+70 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
* | Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 2 of 2. | alipov | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <alipov@yandex-team.ru>. Commit 1 of 2. | alipov | 2022-02-10 | 1 | -1/+1 |
| |