| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:fec2286eb1fd675e7d50f7da7695f393a5b0a5aa
|
| |
|
|
| |
commit_hash:520dd74e9a7cc021d91d1f5a2b6db883b21188c5
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
```
Listing of tests information into json file (--list-verbose) now uses json with extended meta data instead of :: separated string
* Changelog entry
Type: feature
Component: cpp-sdk
--list-verbose commands in Gtest and unittest are now using json with extended meta data instead of plain "::"-separated string
```
commit_hash:096b575c80989be0166f54b214e595dc58977fe0
|
| |
|
|
| |
commit_hash:e587d328242a2cf210cd1f612b4971e747e2c4c7
|
| |
|
|
| |
commit_hash:9aba7173fb1ef0a42bfc7d91ec99a376e09834eb
|
| |
|
|
| |
commit_hash:b99ce0014bc419134aa5cd9d21ec17472a7efcce
|
| |
|
|
| |
commit_hash:bfc1eb4f21ecb804205db2c38e09cda4b5b9cea4
|
| |
|
|
|
|
|
| |
В продолжение <https://nda.ya.ru/t/Zv2eRt4A7Ncwc7>
Поддерживаем контракт в env.cpp (используется в BinaryPath), т.к. он тоже строит из `env.json.txt` окружение и при обнаружении Null падает
commit_hash:6d01c031662f29c665a54fe4f4036a3bf7dea99a
|
| |
|
|
| |
commit_hash:e93b9ad8b27da3da2372b00bf59ae87a98d0b862
|
| |
|
|
|
| |
Move BEFORE_INIT hook to the beginning
commit_hash:9cbf1d95bf1cda4bcce0d3ab9207debcab65391b
|
| |
|
|
| |
commit_hash:f8e0668b6081ec86f6dc0d0786a0d6ddcb39bb26
|
| |
|
|
|
|
|
|
|
|
| |
operate on lock files created by other users
Create the `testing_port_locks` directory with RWX permission for all, allowing other users to create lock files within it.
Don't abort if current user doesn't have enough permission to delete a lock file created by another user.
KIKIMR-23792
commit_hash:d887ce073d42d93c997a0f9a0c16416860395377
|
| |
|
|
| |
commit_hash:fa96a59fd0ca24e8960823b1caa0a213f446e8ff
|
| |
|
|
| |
commit_hash:dbea25354b9d29cff49103cf407ebbe86ba1e1f4
|
| |
|
|
| |
commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
|
| |
|
|
| |
commit_hash:451ebc0373719a4e87b0eef9c6278b1fe8eea842
|
| |
|
|
| |
commit_hash:0daacd6f5a9880a3a29a2c32a039e41407266063
|
| |
|
|
| |
commit_hash:3e0e2ae2f8d8181ebbfadef7f8c4c2ae76b95705
|
| |
|
|
| |
commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
|
| |
|
|
| |
commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
|
| |
|
|
| |
commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
|
| |
|
|
| |
commit_hash:d8917bc04e6ab10b341000f8bb98d456223f0307
|
| |
|
|
| |
commit_hash:b1009a56f6e70d65c67b72f3079ed71e43b48a7c
|
| |
|
|
| |
commit_hash:a9a7c2df09742a540851227c4fcb7d925edd9793
|
| |
|
|
| |
commit_hash:c0112c0409a0972eb859b32a014980020df7ce0a
|
| |
|
|
| |
commit_hash:a2bd81b4ecf17197f540e5096040491a78428687
|
| |
|
|
| |
commit_hash:d8d2d7bd705c50833ff6e4b03fda17f1c97ca3b7
|
| | |
|
| | |
|
| |
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| | |
|
| |
|
|
| |
Update tools: yexport, os-yexport
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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.
|
| | |
|