diff options
author | seray <seray@yandex-team.ru> | 2022-02-10 16:51:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:02 +0300 |
commit | c0eae391e7e8747c1257e14e3c5e4e528a649919 (patch) | |
tree | 02a8180e57728207456b37965b0306f29e6f4be5 | |
parent | 4aa62a66f6c418ad3014839822a4e9c57d6426a7 (diff) | |
download | ydb-c0eae391e7e8747c1257e14e3c5e4e528a649919.tar.gz |
Restoring authorship annotation for <seray@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/rules/library_deprecated.policy | 10 | ||||
-rw-r--r-- | library/python/ya.make | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build/rules/library_deprecated.policy b/build/rules/library_deprecated.policy index af1eb06386..31a126b343 100644 --- a/build/rules/library_deprecated.policy +++ b/build/rules/library_deprecated.policy @@ -3,12 +3,12 @@ ALLOW ysite/yandex/clicks -> library/cpp/deprecated/small_array ALLOW ysite/yandex/indexuser -> library/cpp/deprecated/small_array DENY .* -> library/cpp/deprecated/small_array -ALLOW jupytercloud/arcadia_kernel -> library/python/clickhouse_client -ALLOW market/idx/export/mbi_qdata_reporter/bin -> library/python/clickhouse_client -ALLOW sandbox/projects/oko -> library/python/clickhouse_client -ALLOW statbox/python-statinfra -> library/python/clickhouse_client +ALLOW jupytercloud/arcadia_kernel -> library/python/clickhouse_client +ALLOW market/idx/export/mbi_qdata_reporter/bin -> library/python/clickhouse_client +ALLOW sandbox/projects/oko -> library/python/clickhouse_client +ALLOW statbox/python-statinfra -> library/python/clickhouse_client ALLOW quality/ab_testing/cofe/bin/lib/files/py2/cofe_kernel_yql -> library/python/clickhouse_client -DENY .* -> library/python/clickhouse_client +DENY .* -> library/python/clickhouse_client # ticket_parser2 # TODO: drop temporary rule with entire library: PASSP-30786 diff --git a/library/python/ya.make b/library/python/ya.make index 2e1eb6e0e1..1c826147ff 100644 --- a/library/python/ya.make +++ b/library/python/ya.make @@ -32,7 +32,7 @@ RECURSE( charts_notes/example cityhash cityhash/test - clickhouse_client + clickhouse_client cmain codecs codecs/gen_corpus |