| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
|
| |
|
|
| |
commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
|
| |
|
|
| |
commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
|
| |
|
|
| |
commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
|
| |
|
|
| |
commit_hash:668ef57d392be32298dea16386d7d7e78aca248d
|
| |
|
|
| |
commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
|
| |
|
|
| |
commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
|
| |
|
|
| |
commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b
|
| |
|
|
| |
commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406
|
| |
|
|
| |
commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add `docker image` option into cpp sdk.
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1035
commit_hash:2a13f1bcfc21dc3b500100bca3fdfef04e96abf4
|
| |
|
|
|
| |
[nodiff:caesar]
commit_hash:d45b3da99e7b19120e02298ca6e87c02cc800ea2
|
| |
|
|
| |
commit_hash:eada58f1baf8c66541a6f4874a10034bd1a0632a
|
| |
|
|
|
| |
**remove unused include**
commit_hash:08519c51af040a565e794e13f44e5dd0e8eda713
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry\
Type: feature\
Component: proxy
Add the handler that gets the job’s trace events.
commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
|
| |
|
|
| |
aa8b4c15efdb99c12a4ce5815d0d4f2d70620cb4
|
| |
|
|
|
|
|
|
|
|
| |
Make all "otbivka" exactly 80 symbols.
Command:
```bash
sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*')
```
30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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
|
| |
|
|
| |
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
|
|
|
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.
|