| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [be3e9fe08abbd51438e5471cbe11928a867085c5](https://a.yandex-team.ru/arcadia/commit/be3e9fe08abbd51438e5471cbe11928a867085c5)
From revision: [12852830](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=277)
Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Update ttl.md
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/429
|
|
|
|
|
|
| |
Update security-changelog.md
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/428
|
| |
|
|
|
|
| |
split fed read session to client and impl parts
|
| |
|
|
|
|
| |
added switch secure/insecure grpc channel for wilson uploader
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
YQL-16013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`SAX-PD` stands for
```
SAX is free!
In fact, it's not possible to own a license to SAX, since it's been placed in the public domain.
```
(full text is available [here](http://www.saxproject.org/copying.html)).
`W3C-19980720` text can be found [here](https://spdx.org/licenses/W3C-19980720.html).
|
|
|
|
| |
Сделали небольшую правку в апи s3 patch, поправил в спеке для бото + поправил тесты
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
```
[libc++] Add Implemented Papers section
[libc++] Enable -Wweak-vtables
[libc++] Make sure we install libc++abi headers on Apple
[libc++] Don't force -O2 when building the benchmarks
[libc++] Mark standard-mandated includes as such
[libc++] Implement std::boyer_moore{, _horspool}_searcher
[libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iter
[libc++] Simplify __config a bit
[libc++][ranges] Implement `ranges::sort`.
[libc++] Remove now-unused experimental/filesystem config file
[libc++] Robust against C++20-hostile iterators
[libc++] Implement ranges::lexicographical_compare
[libc++] Removes unneeded <iterator> includes.
[libcxx] Fix allocator<void>::pointer in C++20 with removed members
[libcxx] Remove extraneous '---' lines in .clang-format files
[libc++][NFCI] span: replace enable_if with concepts
[libc++] Find a clang-format everybody is happy with
[libc++] Use explicit module cache path in tests
[libc++] Remove macros for IBM compiler
```
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Update security-changelog.md
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/407
|
|
|
|
|
|
| |
Fix session-pool-limit.md (database/sql)
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/427
|
|
|
|
|
|
| |
Fix mistake
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/239
|
|
|
|
|
|
|
|
|
|
|
|
| |
and unit tests
Что тут появилось:
1) Теперь есть перегрузки ```operator <<=``` с сигнатурой ```(TError&, TSmth&&)```, где ```TSmth``` -- это один из 7 типов, которые были раньше в ```operator <<```.
2) Операторы ```<<``` выражены через ```<<=```. Для них есть шаблонизированные перегрузки по ```const TError&``` и ```TError&&```.
3) Функция-член ```TError::Wrap``` теперь имеет перегрузку по ```const &``` и ```&&```, а еще обзавелась проверкой концепта в сигнатуре.
4) Макрос ```THROW_ERROR_EXCEPTION_IF_FAILED``` теперь использует перегрузку по ```&&```, то есть поглощает ```TError```, но только в случае, если в нем лежит ошибка.
5) Макрос ```THROW_ERROR``` использует специальный адаптер, который позволяет писать права от него все, что угодно, от чего можно сконструировать ```TError```.
6) Все операторы ```<<``` и ```<<=``` стали функциями-членами -- больше нельзя делать с ними неявные конверсии, кроме специального адаптора в ```THROW_ERROR```.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sensor fix
|
|
|
|
|
|
| |
ClickBench benchmark utils add Median
Pull Request resolved: https://github.com/ydb-platform/ydb/pull/422
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix columns sort order
|