| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
From hash: [6f82863a10ee1d1f5d2a0658967ed038d404b951](https://a.yandex-team.ru/arcadia/commit/6f82863a10ee1d1f5d2a0658967ed038d404b951)
From revision: [12732498](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-ymake&version=128)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
|
|
|
|
|
|
|
|
| |
From hash: [7a777de538418c91a16f727fdbca9059755fdab8](https://a.yandex-team.ru/arcadia/commit/7a777de538418c91a16f727fdbca9059755fdab8)
From revision: [12688834](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-ymake&version=126)
Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk)
Update tools: ymake, os_ymake
|
|
|
|
| |
Update tools: yexport, os-yexport
|
| |
|
|
|
|
| |
Update tools: yexport, os-yexport
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [b5469d87303cb148dd374f4c84c5d402fdcf7707](https://a.yandex-team.ru/arcadia/commit/b5469d87303cb148dd374f4c84c5d402fdcf7707)
From revision: [12549766](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-ymake&version=121)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
|
|
|
|
|
|
|
|
| |
From hash: [7602e96d0679c4f5a145a649b9a500b552a408e7](https://a.yandex-team.ru/arcadia/commit/7602e96d0679c4f5a145a649b9a500b552a408e7)
From revision: [12499154](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-ymake&version=119)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
|
|
|
| |
Update tools: yexport, os-yexport
|
|
|
|
|
|
|
|
|
| |
From hash: [6667effa3b22b87823a5eabe0dab1df2d9a379c0](https://a.yandex-team.ru/arcadia/commit/6667effa3b22b87823a5eabe0dab1df2d9a379c0)
From revision: [12439297](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-ymake&version=117)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
|
|
|
| |
Update tools: yexport, os-yexport
|
|
|
|
| |
Update tools: yexport
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unittests
Без них у ydb не будут работать unittest тесты:
```
./ya test -r ydb/core/blobstorage/base/ut
Error[-WUserErr]: in At top level: Target 'build/platform/test_tool' not found
Error[-WUserErr]: in At top level: Target 'build/external_resources/go_tools' not found
Error[-WUserErr]: in At top level: Target 'build/platform/java/jstyle_lib' not found
Configure error (use -k to proceed)
```
|
|
|
|
| |
Update tools: yexport
|
|
|
|
| |
used by opensource ya.conf.json
|
|
|
|
|
|
|
|
|
| |
From hash: [f4648654d1c28975b38f6066758ea63b172c8b96](https://a.yandex-team.ru/arcadia/commit/f4648654d1c28975b38f6066758ea63b172c8b96)
From revision: [12384428](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-ymake&version=114)
Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk)
Update tools: ymake, os_ymake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Без этого, ydb или не сможет запускать flake8 с помощью ya make.
diff который выедет в os ydb:
```
prettyboy@mous~> diff /tmp/aa /tmp/bb
93a94,97
> │ │ ├── flake8_py2
> │ │ │ └── ya.make
> │ │ ├── flake8_py3
> │ │ │ └── ya.make
283a288,293
> │ │ ├── black_linter
> │ │ │ ├── resources.json
> │ │ │ └── ya.make.prebuilt
> │ │ ├── flake8_linter
> │ │ │ ├── resources.json
> │ │ │ └── ya.make.prebuilt
50026a50037,50038
> │ ├── black_linter
> │ │ └── ya.make
50090a50103,50104
> │ ├── flake8_linter
> │ │ └── ya.make
85521c85535
< 7459 directories, 78059 files
---
> 7465 directories, 78067 files
```
|
|
|
|
| |
opensource
|
|
|
|
| |
update taxitool; ci_url = https://a.yandex-team.ru/projects/automation_group_backend_mlu/ci/releases/flow?dir=taxi%2Ftaxi_tool&id=my-main-release&version=184
|
|
|
|
|
|
| |
Без этого, ydb или не сможет запускать flake8 с помощью ya make.
Или к ним поедет сборка flake8.
Возможно последнее и не так плохо, но сейчас предлагается пока так
|
|
|
|
| |
Update tools: yexport
|
|
|
|
|
|
|
|
|
| |
From hash: [133189619211b03ce2f147a470fe3dd2e1eed75f](https://a.yandex-team.ru/arcadia/commit/133189619211b03ce2f147a470fe3dd2e1eed75f)
From revision: [12322875](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-ymake&version=110)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake
|
|
|
|
| |
Update tools: yexport
|
|
|
|
|
|
|
|
|
| |
From hash: [52860632f98f9ad58cf49b7ef055c90ac52b1393](https://a.yandex-team.ru/arcadia/commit/52860632f98f9ad58cf49b7ef055c90ac52b1393)
From revision: [12280576](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-ymake&version=107)
Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk)
Update tools: ymake
|
|
|
|
| |
Update tools: yexport
|
|
|
|
|
|
|
|
|
| |
From hash: [2e132f07231db4994a1e5784e8001c39a5e89317](https://a.yandex-team.ru/arcadia/commit/2e132f07231db4994a1e5784e8001c39a5e89317)
From revision: [12204639](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-ymake&version=103)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake
|
|
|
|
| |
Update tools: yexport
|
|
|
|
| |
Update tools: yexport
|
| |
|
|
|
|
| |
Update tools: yexport
|
| |
|
| |
|
|
|
| |
Update tools: yexport
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
See: https://st.yandex-team.ru/FBP-24
ref:00af3208b58a94916e8ae152480a8dbd01203637
|
|
|
|
| |
ref:c14b4ec1f38d112c5cfd474e679d717f0c23f64f
|
|
|
|
| |
ref:8f926fb2114d50e58b7c5b8dbe33a338c5ab811d
|
|
|
|
| |
ref:d83030d0f5c6c9a2bee85de647cea13d4b747966
|
|
|
|
| |
ref:04edb1eb70414b8bd440efdc6d7e8167fd2750b0
|
|
|
|
| |
ref:be8ebee9bdac2badfdff40c9b340909e47a18fb7
|
|
|
|
| |
ref:e80bfd2c07b374fcedc5dc4c2bd7c1e9fc65ba93
|
|
|
|
| |
ref:b2fca828a7deda9abd3be6b09fa05f30e50c9299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
```bash
$ exa -la ~/arc2/arcadia/devtools/dummy_arcadia/ts/packages/with_simple_bundling
.rw-rw-r-- 240 miripiruni 2 Jun 17:10 package.json
.rw-rw-r-- 671 miripiruni 31 May 16:27 pnpm-lock.yaml
drwxrwxr-x - miripiruni 31 May 15:04 src
.rw-rw-r-- 654 miripiruni 31 May 15:04 tsconfig.json
.rw-rw-r-- 2.0k miripiruni 1 Jun 19:59 webpack.config.js
.rw-rw-r-- 74 miripiruni 2 Jun 16:43 ya.make
```
```bash
$ arc checkout users/miripiruni/FEI-24499_webpack
$ cd devtools/ymake
$ ya make
$ cd /home/miripiruni/arc2/arcadia/devtools/dummy_arcadia/ts/packages/with_simple_bundling
$ ya make --ymake-bin=/home/miripiruni/arc2/arcadia/devtools/ymake/bin/ymake
```
```bash
$ exa -la ~/arc2/arcadia/devtools/dummy_arcadia/ts/packages/with_simple_bundling
lrwxrwxr-x 77 miripiruni 2 Jun 16:36 bundle.tar -> /home/miripiruni/.ya/build/symres/5a9b0624d6972cef0ae58390036dd09b/bundle.tar
.rw-rw-r-- 240 miripiruni 2 Jun 17:10 package.json
.rw-rw-r-- 671 miripiruni 31 May 16:27 pnpm-lock.yaml
drwxrwxr-x - miripiruni 31 May 15:04 src
.rw-rw-r-- 654 miripiruni 31 May 15:04 tsconfig.json
.rw-rw-r-- 2.0k miripiruni 1 Jun 19:59 webpack.config.js
.rw-rw-r-- 74 miripiruni 2 Jun 16:43 ya.make
$ vim bundle.tar
" tar.vim version v29
" Browsing tarfile /home/miripiruni/arc2/arcadia/devtools/dummy_arcadia/ts/packages/with_simple_bundling/bundle.tar
" Select a file with cursor and press ENTER
home/miripiruni/.ya/build/build_root/o428/000005/devtools/dummy_arcadia/ts/packages/with_simple_bundling/bundle/
home/miripiruni/.ya/build/build_root/o428/000005/devtools/dummy_arcadia/ts/packages/with_simple_bundling/bundle/bundle.js
~
```
A: https://st.yandex-team.ru/FEI-24499#629756e217f92d2ead87669c
ref:c51f7008cdcd23f7dccae3e830cae7a5dc127d1b
|
|
|
|
| |
ref:48471979eb1cce2fe7cdb39af12559db0603db28
|
|
|
|
| |
ref:98b1aedbae011aef15163576d368a0440edf9ad7
|