summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply GH commitsudovichenko-r2024-11-1231-163/+881
| | | | | | | | | | | | | Apply GH: Extract prefix and entries in backup-related sql (#10807) Apply GH: Fix syntax for Column Family (#10781) Apply GH: Case-insensitive mode for searching modules and functions (#10842) Apply GH: Fixed i/o for pg_proc (#10914) Apply GH: An option to render SQL transalation with Seq! (#11015) commit_hash:d2d2fcdef2bbd0434236aef325aa071c7e39c526
* Pass GoVersion to vetbuglloc2024-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | В процессе обновления staticcheck обнаружил новые фолзы для deprecated-related линетов, оказалось они переделали определение версии Go с которой работают: https://staticcheck.dev/changes/2024.1/#improved-handling-of-go-versions Этот PR должен все полечить благодаря передаче текущей (==против которой собирается модуль) версии Go (см. HIDDEN_URL Вот так проверял, что фолз ушел: ``` buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37 Switched to branch 'users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres ------- [TS] {debug, default-linux-x86_64} fintech/common/infra-gen/plugins/postgres/gotest/govet >> gotest.vet.txt::govet [FAIL] Test command err: $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Number of suites skipped by class type: 1 fintech/common/infra-gen/plugins/postgres/gotest <govet> ------ sole chunk ran 1 test (total:0.54s - test:0.51s) [fail] gotest.vet.txt::govet [default-linux-x86_64-debug] (0.18s) $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Logsdir: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff Stderr: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff/gotest.vet.txt.govet.err ------ FAIL: 1 - FAIL fintech/common/infra-gen/plugins/postgres/gotest Total 3 suites: 2 - GOOD 1 - FAIL Total 15 tests: 14 - GOOD 1 - FAIL Failed buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co -b yolint-tst Switched to branch 'yolint-tst' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc cherry-pick 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca commit 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca Pass GoVersion to vet HEAD is now at 1e1176cc27f0f5d8e3a8588fbd6876324a24b54e Pass GoVersion to vet buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres Number of suites skipped by class type: 1 Total 3 suites: 3 - GOOD Total 15 tests: 15 - GOOD Ok buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ``` commit_hash:b5835004f247d4d91eb19b7c71e4e32032a99c29
* Merge PR #10944: Fix ExtractMembers constraints for sorted tupleaneporada2024-11-122-5/+27
| | | | commit_hash:3cbeb92e6a5008fdda11519d1b9fa5381af3a61f
* Merge PR #10587: Block input for YT map operationsaneporada2024-11-126-0/+189
| | | | | initial commit_hash:61c8442fd8a0ebe277511b5d98b334cf6bc95337
* Support alter sequence restart with in pgshumkovnd2024-11-123-3/+7
| | | | | <https://github.com/ydb-platform/ydb/issues/11475> commit_hash:4db52ba0a2da92d383d7269cdb2e13d5a552b30a
* Merge PR #8169: Use GraceCode for Map by defaultaneporada2024-11-121-1/+1
| | | | commit_hash:305f0a9de55c77198e0b867520c454d6ec29443c
* Merge PR #10831, #11068, #11075, #11152aneporada2024-11-1217-53/+260
| | | | | | | | | | | #11152 - Allow to choose normal or aggreation PG function #11075 - Handle invalid base #11068 - Allow more postgis functions #10831 - Views: if exists / if not exists for DDL commit_hash:0ebf35e45ac6de147c9000440ca25237db061d2e
* Improve profiling of memory allocationsilezhankin2024-11-125-7/+33
| | | | | | | 1. С точки зрения кода не все сценарии в режиме PROFILE_MEMORY_ALLOCATIONS правильно работали - например, arrow аллокации. Это исправлено. 2. С точки зрения сборки не все таргеты правильно получали флаг PROFILE_MEMORY_ALLOCATIONS и в результате, например, аллокация могла быть через tcmalloc, а освобождение через механизм учёта памяти mkql аллокатора. Здесь сделана отдельная либа в yql/utils, которую нужно подключать в сборке. commit_hash:02ceea3de95ce6a2587238552d0b834d2016333b
* Merge PR #10741, #10799, #10732aneporada2024-11-128-14/+17
| | | | | | | | | \#10732 Fix a bug in YQL node creation for indexImplTable table settings \#10799support computation graph invalidation in purecalc \#10741Don't use Now() during replay for yt settings commit_hash:bc4c150ceb2ae05fc19eaa4804fb668730a89410
* Merge PR #10707: Fixed: Make block combine use stream instead of flowaneporada2024-11-125-692/+1140
| | | | commit_hash:946462d1ea7e74758c7d6f86cc30cd674dc2195e
* Intermediate changesrobot-piglet2024-11-121-24/+26
| | | | commit_hash:63f0ba341b35ad9ea632bfc2971f028cebbec800
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-121-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:efcbc3e4db529d9ef8e778a7aa984ad5d47b4362
* YT-23346: Introduce YT_ASSUME and YT_UNREACHABLE macros.thenewone2024-11-121-0/+14
| | | | | | | | | | | | | Y_ASSUME and Y_UNREACHABLE macros are platform-independent ways to give a hint for a compiler about some value or state. Compilier may use that hint for optimization. On the other hand if the hint is wrong it may lead to undefined behavior. YT_ASSUME and YT_UNREACHABLE are wrappers around Y_ASSUME and Y_UNREACHABLE that actually check that the hint is correct in debug build. That introduces some code safety and at the same time allows certain optimization in optimized build. commit_hash:2d0969361910a10a870bae226d838d494e656edb
* Fix parameter substitution in Package pragmangc2242024-11-126-24/+18
| | | | commit_hash:df3312c03f97d33ee57c7ffd11a489097eb3c2d4
* YT: Post-commit fixes for throttling timehitsedesen2024-11-122-5/+6
| | | | commit_hash:e23a92102b67714ab31f781cca1068fb9983357a
* Drop old broken groovy related stuffsvidyuk2024-11-122-33/+0
| | | | commit_hash:5511818f738a9382b398431472683745ce1a22ca
* Merge GH PR #9404aneporada2024-11-1217-62/+296
| | | | commit_hash:d780798556aedbe2be898d69185380f2ecb95f9c
* Intermediate changesrobot-piglet2024-11-1232-1428/+1458
| | | | commit_hash:c229701a8b4f4d9ee57ce1ed763099d862d53fa6
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-11-123-10/+20
| | | | | | | | | | From hash: [f6b752613095e1a057f3c5338aacdf2b507bcd4d](HIDDEN_URL From revision: [15276056](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: ymake, os_ymake commit_hash:cbbce1e85984fa77fd00719a2d0ff0c388bd20c9
* Update contrib/libs/c-ares to 1.34.3robot-contrib2024-11-129-30/+138
| | | | commit_hash:a4dc6127c1976aed745669af6ede1483b05f9686
* Upgrade ya ide gradledimdim112024-11-112-8/+0
| | | | | Upgrade ya ide gradle commit_hash:d19bb20180c230aed32ad45a4dc438118e6c1091
* Fixed build conf for arcadia & githubvvvv2024-11-111-15/+15
| | | | commit_hash:071873766066ac80b91157658994f88039488629
* Fix some issueseshcherbin2024-11-111-2/+3
| | | | commit_hash:d6b25193257aa73d9d81196326bdb49a2cdd3b94
* Add TSharedRef::FromString overloads for std::stringbabenko2024-11-113-9/+52
| | | | commit_hash:2edff041e77ead18a6bb7efeb13c8163d85c0750
* Fix some issueseshcherbin2024-11-111-1/+3
| | | | commit_hash:1ebc4cc1a68fa8742908f82c7c74cbb25681e8d5
* . Пробрасывать версию релизного бранча в ↵dspushkin2024-11-114-0/+17
| | | | | | | | | ya package Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info. Тут представлен вариант как прокинуть его в сборку пакета. commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
* Intermediate changesrobot-piglet2024-11-1136-38/+38
| | | | commit_hash:b5826cf53cbe98e17103fcd8139fdfd091f5e037
* [queues] YT-21996: Style fixes in producer clientnadya732024-11-112-3/+4
| | | | commit_hash:f0bc2fa36fa94ba3e69729ccaa2d71f15f3b9330
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-11-114-20/+24
| | | | | | | | | | From hash: [9f16b1f02cbf93ca08e1aa39e3063c96b86d6ebf](HIDDEN_URL From revision: [15278243](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:e9c21e145d7d1a0bf9f6b7e43356fe8035218297
* Intermediate changesrobot-piglet2024-11-1133-33/+33
| | | | commit_hash:1495166c0ac2e13c7e4f9be22ca76a5268e67d0d
* Release clang18 #3robot-brewer2024-11-1123-36/+2287
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3 commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
* Support options for call rescompiler in CMakedimdim112024-11-112-4/+12
| | | | | Support options for call rescompiler in CMake commit_hash:8110f08c01093f7c7186effee493f2c269031868
* Support WITH_KOTLIN_GRPC for ya ide gradledimdim112024-11-114-3/+22
| | | | | Support WITH_KOTLIN_GRPC for ya ide gradle commit_hash:3393b00307a4160894a72e073eb2eeb9e8f0d747
* Intermediate changesrobot-piglet2024-11-1146-594/+864
| | | | commit_hash:a48f9d9abf0ac0bec1edeb52eb1d3fea3fe7d758
* Stop calculating data for some dead jbuild code pathssvidyuk2024-11-112-5/+2
| | | | commit_hash:88de11271aee6ce875a836cbfb24e825d8e7fa99
* Do not send TEST_CLASSPATH_MANAGED key in java-dartsvidyuk2024-11-111-1/+0
| | | | | Remaining jbuild code does not read this key anymore. commit_hash:e630ee72ec38fc1361861167ba61b46d03e7a099
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-11-111-1/+1
| | | | commit_hash:3381c362bf53465449cc36ad460347615208e001
* [library/cpp/http] support HTTP 434 codezankin2024-11-101-0/+1
| | | | | add constant for HTTP 434 code commit_hash:bb04bc4efd36dc9989de7535b40c968c69b27472
* Only move node_modules dir if it existsvturov2024-11-101-1/+2
| | | | | Move node_modules bundle for peers only when those exist commit_hash:ba53ab8e38bbf8c45cdb921344bf780ff1d5f9da
* YT: Use ipv6 by default from service discovery endpointsbulatman2024-11-101-1/+1
| | | | commit_hash:e86979e06d3da29afb1906e79ad128b77553722b
* Update contrib/libs/liburing to 2.8robot-contrib2024-11-09308-847/+7966
| | | | commit_hash:761e2e80642a3d32073f0261b3f5b1992e54a74f
* add nirvana block url to started by blockermolovd2024-11-091-53/+94
| | | | commit_hash:0468f946ddc0d3a27c085e6e5ec4ce8121c4024d
* Refactor and polish TResourceTrackerbabenko2024-11-093-462/+454
| | | | | [nodiff:caesar] commit_hash:eb743854a8d8c28984b9774cd4ad7774dae69eed
* Intermediate changesrobot-piglet2024-11-0925-115/+275
| | | | commit_hash:2e32c346f257520a6c3629b88dc628744d3d3386
* Intermediate changesrobot-piglet2024-11-093-7/+7
| | | | commit_hash:3f697645c477cec6c6eb25aa02724b47de71544c
* Tune YDB <-> YQL depsvvvv2024-11-0940-2617/+509
| | | | | init commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db
* Fast TChunkedBuffer::Size()aneporada2024-11-082-19/+22
| | | | commit_hash:6dd56a3c0d552a30b3e30a2b133d638716e1893d
* Intermediate changesrobot-piglet2024-11-083-38/+132
| | | | commit_hash:b2b69ddfc6b8407ae1b67895aee91f96e439d07d
* less ydb deps or disable for OSS for nowvvvv2024-11-0818-1242/+1230
| | | | commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
* Intermediate changesrobot-piglet2024-11-082-2/+4
| | | | commit_hash:17dbd6d7e5fc440afa2d816e245a73e25135bfb5