| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:39c5d2a8a9f618b4e01f1489e11fa131e2db4001
|
| |
|
|
|
| |
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
|
| |
|
|
|
|
|
| |
Fix for sandboxing builds like https://a.yandex-team.ru/ci-card-preview/23700000012721 (2nd iteration of https://a.yandex-team.ru/review/6927716/details)
Explanation is here https://docs.yandex-team.ru/ya-make/manual/common/macros#induced_deps, the flatbuf command currently emits .cpp in addition to .h (this is need for immediate schema validation by `ya make my/flatfbuf/schemas` build. The headers alone won't trigger any build and so code generation)
commit_hash:f27ec4e20e6fd552df2934802a4a6251893bc53a
|
| | |
|
| |
|
|
| |
ab468c13a4ddf617e8b43c98d237c329fc5ece20
|
| |
|
|
| |
ba53b58280bb890a80379f491d436458add8f0ed
|
| | |
|
| |
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| |
|
|
| |
Update tools: yexport, os-yexport
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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.
|