Mikhail f. Shiryaev

Results 117 comments of Mikhail f. Shiryaev

``` In [109]: repo.get_pull(41110).head.repo.pushed_at Out[109]: datetime.datetime(2022, 9, 12, 13, 35, 11) In [110]: repo.get_pull(41110).head.repo.pushed_at Out[110]: datetime.datetime(2022, 9, 12, 13, 35, 19) In [111]: repo.get_pull(41110).head.repo.pushed_at Out[111]: datetime.datetime(2022, 9, 12, 13, 35,...

I think it's OK to have approval from collaborators as a marker that the PR is generally ok. **update**: we discussed internally, and the script will consider only members' reviews

Oh no, the PR would be merged on Finish in any case, even if there are failed statuses. It needs another check

I don't get what means "close the cache" We use registry proxy for cashing. I don't know yet why three blobs are deleted from time to time on the first...

We use the proxy exactly for caching. It happened again. Now we had a failing image ``` latest: Pulling from clickhouse/integration-tests-runner 675920708c8b: Retrying in 3 seconds 9a33be20c218: Download complete 749c786041bd:...

Yes, we use CloudFlare R2. And I've already found an issue with it today. `repomd.xml*` files in https://packages.clickhouse.com/rpm/lts/repodata/ aren't updated with `--size-only` I use a complex rsync filters with a...

Oh, it's very important detail indeed. Thanks, I'll try adopting it

The PR is open for the last backport https://github.com/ClickHouse/ClickHouse/pull/42089

Hello. I've done my best to implement the functionality from the topic without a backward compatibility breaking in #604. Could you take a look, please, @ipapapa or @smukil ?