Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rightlib' into mergelibs-240417-0847 | Alexander Smirnov | 2024-04-17 | 1 | -1/+1 |
|\ | |||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-17 | 1 | -1/+1 |
| | | | | | | | | abc4f16f2a80b89a4bb0f4961df492ad2881a007 | ||||
* | | Merge branch 'rightlib' into mergelibs-240416-0910 | Alexander Smirnov | 2024-04-16 | 62 | -3952/+455 |
|\| | |||||
| * | Add THttpHeaders constructor from TArrayRef | vadim-xd | 2024-04-16 | 5 | -2/+38 |
| | | | | | | | | 351519c01d45a22beceb491029a8f516619673a0 | ||||
| * | Move FunctionView to library/cpp/yt/memory and add unit tests | arkady-e1ppa | 2024-04-15 | 4 | -0/+195 |
| | | | | | | | | 0f22987a2824410add2233f4434e26c9e1903da1 | ||||
| * | YT: Add NodeFromYsonStreamNonGreedy; use it in TNode::Load | ionagamed | 2024-04-15 | 9 | -20/+160 |
| | | | | | | | | | | В рамках 3547980204d51d6eba4c3b56989a916379526673 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-13 | 1 | -1/+1 |
| | | | | | | | | 2a8ad5153e705d400848986ee41961e9727ba64a | ||||
| * | Modernize superseded grpc includes | thegeorg | 2024-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | `include/grpc++` was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by `include/grpcpp`. ede5ac168419131cfa95db8f7d3cb0bf11597992 | ||||
| * | YT-19731: Whitelist now prevents dropping inner errors with whitelisted ↵ | arkady-e1ppa | 2024-04-11 | 1 | -0/+40 |
| | | | | | | | | | | | | | | attributes No tests for now 9e6aa6815b8d892d1e76281e95f5d044196801e1 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-10 | 1 | -1/+1 |
| | | | | | | | | bdeed1cefc753fe53d18db1219ca5e6b9e030933 | ||||
| * | YDB Import 593 | robot-ydb-importer | 2024-04-10 | 39 | -3928/+0 |
| | | | | | | | | 3c9be2821637ff70380f40cad2d26b1db536740c | ||||
| * | DebugPrint for THttpServerOptions | gous32 | 2024-04-10 | 2 | -0/+20 |
| | | | | | | | | ddffb1ebbc56036902fc8b93aac08ff45a8ef547 | ||||
* | | Merge branch 'rightlib' into mergelibs-240408-0819 | Alexander Smirnov | 2024-04-08 | 4 | -2/+214 |
|\| | |||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-07 | 1 | -1/+1 |
| | | | | | | | | ed46af53587fda3122e7fdad8c6f60ef76e66e0e | ||||
| * | Add THttpServerOutput::ContentBytesWritten | vadim-xd | 2024-04-06 | 1 | -1/+3 |
| | | | | | | | | 042561a12173d74b7f904c5e5b4c2a89c148015f | ||||
| * | YT-21402: Fibers Refactoring pt.1: Introduce FunctionView to use it as ↵ | arkady-e1ppa | 2024-04-05 | 2 | -0/+210 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AfterSwitch and improved registry algorithm 1) Added FunctionView -- non-owning type-erasure container. If we know that lambda lifetime is long enough, we can save up allocation by using this instead of TCallback. 2) Used FunctionView as AfterSwitch inside FiberSchedulerThread. We saved up a bunch of allocations (e.g. net worst-case allocations per suspend changed from 4 (x2 after switch + fiber allocation + enqueue to idle pool lf stack) to 2 (fiber allocation + enqueue to idle pool lf stack). 3) Fiber is not longer RefCounted. Its lifetime is managed via contract with TFiberRegistry. 4) TFiberRegistry is now lock-free for fiber insertion and deletion. For introspector it is still blocking. 5) "Introduced" SimpleIntrusiveList and IntrusiveMPSCStack to work be used in aforementioned TFiberRegistry. 6) elsedef branch of YT_REUSE_FIBERS was broken for about 3 years cause of double SetAfterSwitch. Now fixed. 7) (3), (4) and (5) caused some changes in yt_fiber_printers because some stuff was hardcoded there. Compat is in place. d6cf2ae5801c87813a21ca3e7243e1b2baa09f35 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-04 | 1 | -1/+1 |
| | | | | | | | | 885af1f4dbd3971fa148db453793b3bcba86ea06 | ||||
* | | Merge branch 'rightlib' into mergelibs-240403-0851 | Alexander Smirnov | 2024-04-03 | 14 | -53/+166 |
|\| | |||||
| * | Intermediate changes | robot-piglet | 2024-04-02 | 1 | -4/+0 |
| | | |||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-04-01 | 1 | -2/+1 |
| | | | | | | | | 38fcc9e01d924ff61e67be0f6dfda16ec0f5ad3a | ||||
| * | Intermediate changes | robot-piglet | 2024-04-01 | 1 | -2/+10 |
| | | |||||
| * | Fix issues of rXXXXXX | arkady-e1ppa | 2024-03-29 | 2 | -7/+4 |
| | | | | | | | | | | Iss 50866203dbb2e8797cb32b2d1fdaa44bda88e1c1 | ||||
| * | [vcs]modchooser -h should not print colored if not TTY | tldr | 2024-03-28 | 2 | -7/+7 |
| | | | | | | | | 56651679ad5f4f41f350a3f125a5604495e64dae | ||||
| * | YT-21233: Remove TSimpleException and teach TCompositeException storing ↵ | arkady-e1ppa | 2024-03-28 | 9 | -39/+152 |
| | | | | | | | | | | | | | | simple attributes Expand the CompositeException 9a10ec65bfc1df854e03bb3a4d8d0a0c0e4a3a5d | ||||
* | | Merge branch 'rightlib' into mergelibs-240326-1608 | Alexander Smirnov | 2024-03-26 | 11 | -1/+1091 |
|\| | |||||
| * | Publish library/cpp/dot_product | azevaykin | 2024-03-26 | 10 | -0/+1090 |
| | | | | | | | | | | | | | | Publish pod_product to https://github.com/ydb-platform/ydb It has already been published to github: https://github.com/catboost/catboost/tree/master/library/cpp/dot_product 44150e7508881f4239c960f90320799b1b090072 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-03-25 | 1 | -1/+1 |
| | | | | | | | | fb308a8b9fd2dc57f7015330464c4b55e932cec9 | ||||
* | | Merge branch 'rightlib' into mergelibs-240325-1123 | Alexander Smirnov | 2024-03-25 | 16 | -88/+1233 |
|\| | |||||
| * | Increase preprocessor recursion depth limit | apachee | 2024-03-25 | 1 | -7/+604 |
| | | | | | | | | | | Increase preprocessor recursion depth limit because after commit YT-21331 to release branch number of enum fields exceeds 199 3536c4e6a39e1d48a4225f4845f43b16025ec73c | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-03-22 | 1 | -1/+1 |
| | | | | | | | | fe68c37dc6ed2a224462df02e0deb8b1ca0ca38f | ||||
| * | YT-18458: Introduce wide types into mapreduce interface | whatsername | 2024-03-21 | 10 | -2/+488 |
| | | | | | | | | 7ae047ef618cc44d7dd3e817dc27f2336d9e38c3 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-03-21 | 1 | -2/+1 |
| | | | | | | | | edefcd6a58c9fc64b6e2322c89d7e71848bdf11a | ||||
| * | manage prometheus | aleksei-le | 2024-03-19 | 4 | -77/+140 |
| | | | | | | | | a543f08a6f2957757c54b3f9e5a095389a51dbeb | ||||
* | | Merge branch 'rightlib' into mergelibs-240318-0944 | Alexander Smirnov | 2024-03-18 | 2 | -5/+5 |
|\| | |||||
| * | skip metrics without name label instead of crashing KIKIMR-21198 | monster | 2024-03-18 | 1 | -3/+3 |
| | | | | | | | | c7b986ea7dbf4feee593ab829a2ad361d46c77b0 | ||||
| * | Fix USE_ICONV=local on macOS | somov | 2024-03-15 | 1 | -2/+2 |
| | | | | | | | | 07564a01625ba418360cb1b39a9df66f31a2ca6a | ||||
* | | Merge branch 'rightlib' into mergelibs-240313-1536 | Alexander Smirnov | 2024-03-13 | 2 | -0/+23 |
|\| | |||||
| * | Export clang-format16 via ydblib project | thegeorg | 2024-03-13 | 2 | -0/+23 |
| | | | | | | | | 6e6be3a95868fde888d801b7590af4044049563f | ||||
* | | Merge branch 'rightlib' into mergelibs-240313-1032 | Alexander Smirnov | 2024-03-13 | 2 | -9/+24 |
|\| | |||||
| * | Make "GMT+03:00" known timezone format | d-dima | 2024-03-12 | 1 | -5/+14 |
| | | | | | | | | cd2e9b766cd6579b0124ffe05b23a22513e19a93 | ||||
| * | YTORM-275: Fix TInstant deserialization from microsecond values | dgolear | 2024-03-12 | 1 | -4/+10 |
| | | | | | | | | 47845f7aede6898d43680bd7c6f1d48c05607e34 | ||||
* | | Merge branch 'rightlib' into mergelibs-240308-1527 | Alexander Smirnov | 2024-03-08 | 1 | -0/+72 |
|\| | |||||
| * | Intermediate changes | robot-piglet | 2024-03-08 | 1 | -0/+72 |
| | | |||||
| * | disjoint_interval_tree has been fixed for the only one interval | hcpp | 2024-03-04 | 2 | -1/+13 |
| | | | | | | | | 591efff179d61582961dbd66ad865cec1fbf9886 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-03-01 | 1 | -1/+1 |
| | | | | | | | | 41cc54fde10b0b783aec4948c1dc8eae35cea047 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-28 | 1 | -1/+1 |
| | | | | | | | | dac62cd9954d9192bc048002d928fc9e5c9cde1f | ||||
| * | Add correct log for ifax snapshots unzipping. | ypodlesov | 2024-02-26 | 1 | -4/+2 |
| | | | | | | | | | | Add correct log for ifax snapshots unzipping. 7b2383c901420c90a431c34bb7f8695372b68edf | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-02-25 | 1 | -1/+1 |
| | | | | | | | | 7f74579a194296c8b3e8c263bfd3d35de08cce9d | ||||
| * | Add logg for string that was not parsed. | ypodlesov | 2024-02-23 | 1 | -2/+4 |
| | | | | | | | | | | Add logg for string that was not parsed. 25aa9e299c9b879525a92d38661fa5a66d5c25a1 | ||||
| * | YDB Import 569 | robot-ydb-importer | 2024-02-23 | 1 | -28/+0 |
| | | | | | | | | 32a3bf6b3ca0706c3644c01a7d0885db6cdb2fc3 |