-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mapping.json
68 lines (68 loc) · 7.06 KB
/
.mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"":"yt/microservices/excel",
".":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel",
".github/workflows/go.yaml":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/.github/workflows/go.yaml",
"CODE_OF_CONDUCT.md":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CODE_OF_CONDUCT.md",
"CONTRIBUTING.md":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CONTRIBUTING.md",
"LICENSE":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/LICENSE",
"README.md":"yt/microservices/excel/README.md",
"deployments/ytsaurus-excel-chart/.helmignore":"yt/microservices/excel/deployments/ytsaurus-excel-chart/.helmignore",
"deployments/ytsaurus-excel-chart/Chart.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/Chart.yaml",
"deployments/ytsaurus-excel-chart/templates/_helpers.tpl":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/_helpers.tpl",
"deployments/ytsaurus-excel-chart/templates/config-map.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/config-map.yaml",
"deployments/ytsaurus-excel-chart/templates/exporter-service.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/exporter-service.yaml",
"deployments/ytsaurus-excel-chart/templates/exporter-statefulset.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/exporter-statefulset.yaml",
"deployments/ytsaurus-excel-chart/templates/uploader-service.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/uploader-service.yaml",
"deployments/ytsaurus-excel-chart/templates/uploader-statefulset.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/templates/uploader-statefulset.yaml",
"deployments/ytsaurus-excel-chart/values.yaml":"yt/microservices/excel/deployments/ytsaurus-excel-chart/values.yaml",
"exporter/README.md":"yt/microservices/excel/exporter/README.md",
"exporter/build/docker/Dockerfile":"yt/microservices/excel/exporter/build/docker/Dockerfile",
"exporter/build/docker/build.sh":"yt/microservices/excel/exporter/build/docker/build.sh",
"exporter/build/docker/credits/excel-exporter.CREDITS":"yt/microservices/excel/exporter/build/docker/credits/excel-exporter.CREDITS",
"exporter/cmd/excel-exporter/main.go":"yt/microservices/excel/exporter/cmd/excel-exporter/main.go",
"exporter/cmd/excel-exporter/maxprocs.go":"yt/microservices/excel/exporter/cmd/excel-exporter/maxprocs.go",
"exporter/configs/example-config.yaml":"yt/microservices/excel/exporter/configs/example-config.yaml",
"exporter/docs/api.md":"yt/microservices/excel/exporter/docs/api.md",
"exporter/docs/auth.md":"yt/microservices/excel/exporter/docs/auth.md",
"exporter/internal/app/api.go":"yt/microservices/excel/exporter/internal/app/api.go",
"exporter/internal/app/app.go":"yt/microservices/excel/exporter/internal/app/app.go",
"exporter/internal/app/config.go":"yt/microservices/excel/exporter/internal/app/config.go",
"exporter/internal/app/http_helpers.go":"yt/microservices/excel/exporter/internal/app/http_helpers.go",
"exporter/internal/app/metrics.go":"yt/microservices/excel/exporter/internal/app/metrics.go",
"exporter/internal/app/middleware.go":"yt/microservices/excel/exporter/internal/app/middleware.go",
"exporter/internal/exporter/converter.go":"yt/microservices/excel/exporter/internal/exporter/converter.go",
"exporter/internal/exporter/converter_test.go":"yt/microservices/excel/exporter/internal/exporter/converter_test.go",
"exporter/internal/exporter/exporter.go":"yt/microservices/excel/exporter/internal/exporter/exporter.go",
"exporter/internal/exporter/exporter_test.go":"yt/microservices/excel/exporter/internal/exporter/exporter_test.go",
"exporter/internal/exporter/helpers.go":"yt/microservices/excel/exporter/internal/exporter/helpers.go",
"exporter/internal/exporter/helpers_test.go":"yt/microservices/excel/exporter/internal/exporter/helpers_test.go",
"exporter/internal/exporter/main_test.go":"yt/microservices/excel/exporter/internal/exporter/main_test.go",
"exporter/internal/exporter/test_artifacts.go":"yt/microservices/excel/exporter/internal/exporter/test_artifacts.go",
"go.mod":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.mod",
"go.sum":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.sum",
"uploader/README.md":"yt/microservices/excel/uploader/README.md",
"uploader/build/docker/Dockerfile":"yt/microservices/excel/uploader/build/docker/Dockerfile",
"uploader/build/docker/build.sh":"yt/microservices/excel/uploader/build/docker/build.sh",
"uploader/build/docker/credits/excel-uploader.CREDITS":"yt/microservices/excel/uploader/build/docker/credits/excel-uploader.CREDITS",
"uploader/cmd/excel-uploader/main.go":"yt/microservices/excel/uploader/cmd/excel-uploader/main.go",
"uploader/cmd/excel-uploader/maxprocs.go":"yt/microservices/excel/uploader/cmd/excel-uploader/maxprocs.go",
"uploader/configs/example-config.yaml":"yt/microservices/excel/uploader/configs/example-config.yaml",
"uploader/docs/api.md":"yt/microservices/excel/uploader/docs/api.md",
"uploader/docs/auth.md":"yt/microservices/excel/uploader/docs/auth.md",
"uploader/internal/app/api.go":"yt/microservices/excel/uploader/internal/app/api.go",
"uploader/internal/app/app.go":"yt/microservices/excel/uploader/internal/app/app.go",
"uploader/internal/app/config.go":"yt/microservices/excel/uploader/internal/app/config.go",
"uploader/internal/app/http_helpers.go":"yt/microservices/excel/uploader/internal/app/http_helpers.go",
"uploader/internal/app/metrics.go":"yt/microservices/excel/uploader/internal/app/metrics.go",
"uploader/internal/app/middleware.go":"yt/microservices/excel/uploader/internal/app/middleware.go",
"uploader/internal/uploader/main_test.go":"yt/microservices/excel/uploader/internal/uploader/main_test.go",
"uploader/internal/uploader/test_artifacts.go":"yt/microservices/excel/uploader/internal/uploader/test_artifacts.go",
"uploader/internal/uploader/uploader.go":"yt/microservices/excel/uploader/internal/uploader/uploader.go",
"uploader/internal/uploader/uploader_test.go":"yt/microservices/excel/uploader/internal/uploader/uploader_test.go",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/.github/workflows/go.yaml":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/.github/workflows/go.yaml",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CODE_OF_CONDUCT.md":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CODE_OF_CONDUCT.md",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CONTRIBUTING.md":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/CONTRIBUTING.md",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/LICENSE":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/LICENSE",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.mod":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.mod",
"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.sum":"yt/opensource/repos/ytsaurus-excel-integration/github_toplevel/go.sum"
}