| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
В процессе обновления 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
|
| |
|
|
| |
commit_hash:3cbeb92e6a5008fdda11519d1b9fa5381af3a61f
|
| |
|
|
|
| |
initial
commit_hash:61c8442fd8a0ebe277511b5d98b334cf6bc95337
|
| |
|
|
|
| |
<https://github.com/ydb-platform/ydb/issues/11475>
commit_hash:4db52ba0a2da92d383d7269cdb2e13d5a552b30a
|
| |
|
|
| |
commit_hash:305f0a9de55c77198e0b867520c454d6ec29443c
|
| |
|
|
|
|
|
|
|
|
|
| |
#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
|
| |
|
|
|
|
|
| |
1. С точки зрения кода не все сценарии в режиме PROFILE_MEMORY_ALLOCATIONS правильно работали - например, arrow аллокации. Это исправлено.
2. С точки зрения сборки не все таргеты правильно получали флаг PROFILE_MEMORY_ALLOCATIONS и в результате, например, аллокация могла быть через tcmalloc, а освобождение через механизм учёта памяти mkql аллокатора. Здесь сделана отдельная либа в yql/utils, которую нужно подключать в сборке.
commit_hash:02ceea3de95ce6a2587238552d0b834d2016333b
|
| |
|
|
|
|
|
|
|
| |
\#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
|
| |
|
|
| |
commit_hash:946462d1ea7e74758c7d6f86cc30cd674dc2195e
|
| |
|
|
| |
commit_hash:63f0ba341b35ad9ea632bfc2971f028cebbec800
|
| |
|
|
|
| |
Update YFM for ya make to latest version
commit_hash:efcbc3e4db529d9ef8e778a7aa984ad5d47b4362
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:df3312c03f97d33ee57c7ffd11a489097eb3c2d4
|
| |
|
|
| |
commit_hash:e23a92102b67714ab31f781cca1068fb9983357a
|
| |
|
|
| |
commit_hash:5511818f738a9382b398431472683745ce1a22ca
|
| |
|
|
| |
commit_hash:d780798556aedbe2be898d69185380f2ecb95f9c
|
| |
|
|
| |
commit_hash:c229701a8b4f4d9ee57ce1ed763099d862d53fa6
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:a4dc6127c1976aed745669af6ede1483b05f9686
|
| |
|
|
|
| |
Upgrade ya ide gradle
commit_hash:d19bb20180c230aed32ad45a4dc438118e6c1091
|
| |
|
|
| |
commit_hash:071873766066ac80b91157658994f88039488629
|
| |
|
|
| |
commit_hash:d6b25193257aa73d9d81196326bdb49a2cdd3b94
|
| |
|
|
| |
commit_hash:2edff041e77ead18a6bb7efeb13c8163d85c0750
|
| |
|
|
| |
commit_hash:1ebc4cc1a68fa8742908f82c7c74cbb25681e8d5
|
| |
|
|
|
|
|
|
|
| |
ya package
Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info.
Тут представлен вариант как прокинуть его в сборку пакета.
commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
|
| |
|
|
| |
commit_hash:b5826cf53cbe98e17103fcd8139fdfd091f5e037
|
| |
|
|
| |
commit_hash:f0bc2fa36fa94ba3e69729ccaa2d71f15f3b9330
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:1495166c0ac2e13c7e4f9be22ca76a5268e67d0d
|
| |
|
|
|
| |
https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3
commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
|
| |
|
|
|
| |
Support options for call rescompiler in CMake
commit_hash:8110f08c01093f7c7186effee493f2c269031868
|
| |
|
|
|
| |
Support WITH_KOTLIN_GRPC for ya ide gradle
commit_hash:3393b00307a4160894a72e073eb2eeb9e8f0d747
|
| |
|
|
| |
commit_hash:a48f9d9abf0ac0bec1edeb52eb1d3fea3fe7d758
|
| |
|
|
| |
commit_hash:88de11271aee6ce875a836cbfb24e825d8e7fa99
|
| |
|
|
|
| |
Remaining jbuild code does not read this key anymore.
commit_hash:e630ee72ec38fc1361861167ba61b46d03e7a099
|
| |
|
|
| |
commit_hash:3381c362bf53465449cc36ad460347615208e001
|
| |
|
|
|
| |
add constant for HTTP 434 code
commit_hash:bb04bc4efd36dc9989de7535b40c968c69b27472
|
| |
|
|
|
| |
Move node_modules bundle for peers only when those exist
commit_hash:ba53ab8e38bbf8c45cdb921344bf780ff1d5f9da
|
| |
|
|
| |
commit_hash:e86979e06d3da29afb1906e79ad128b77553722b
|
| |
|
|
| |
commit_hash:761e2e80642a3d32073f0261b3f5b1992e54a74f
|
| |
|
|
| |
commit_hash:0468f946ddc0d3a27c085e6e5ec4ce8121c4024d
|
| |
|
|
|
| |
[nodiff:caesar]
commit_hash:eb743854a8d8c28984b9774cd4ad7774dae69eed
|
| |
|
|
| |
commit_hash:2e32c346f257520a6c3629b88dc628744d3d3386
|
| |
|
|
| |
commit_hash:3f697645c477cec6c6eb25aa02724b47de71544c
|
| |
|
|
|
| |
init
commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db
|
| |
|
|
| |
commit_hash:6dd56a3c0d552a30b3e30a2b133d638716e1893d
|
| |
|
|
| |
commit_hash:b2b69ddfc6b8407ae1b67895aee91f96e439d07d
|
| |
|
|
| |
commit_hash:cba3283f48e43daee374c408d91d1fed33861da4
|
| |
|
|
| |
commit_hash:17dbd6d7e5fc440afa2d816e245a73e25135bfb5
|