Skip to content

Commit 50f0cdc

Browse files
committed
Remove file source, sink results and other vestigial changes
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 74bfa8f commit 50f0cdc

211 files changed

Lines changed: 7431 additions & 37131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.arclint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"(^src/stirling/bpf_tools/bcc_bpf/system-headers)",
2424
"(^src/stirling/mysql/testing/.*\\.json$)",
2525
"(^src/stirling/obj_tools/testdata/go/test_go_binary.go)",
26-
"(^src/stirling/source_connectors/file_source/testdata/test.json$)",
2726
"(^src/stirling/source_connectors/socket_tracer/protocols/http2/testing/go_grpc_client/main.go$)",
2827
"(^src/stirling/source_connectors/socket_tracer/protocols/http2/testing/go_grpc_server/main.go$)",
2928
"(^src/stirling/utils/testdata/config$)",

BUILD.bazel

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
load("@io_bazel_rules_go//go:def.bzl", "go_library")
2-
load("@px//bazel:pl_build_system.bzl", "pl_go_binary")
3-
41
# Copyright 2018- The Pixie Authors.
52
#
63
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -59,7 +56,6 @@ gazelle(
5956
# gazelle:resolve go px.dev/pixie/src/carnot/docspb //src/carnot/docspb:docs_pl_go_proto
6057
# gazelle:resolve go px.dev/pixie/src/carnot/planner/compilerpb //src/carnot/planner/compilerpb:compiler_status_pl_go_proto
6158
# gazelle:resolve go px.dev/pixie/src/carnot/planner/distributedpb //src/carnot/planner/distributedpb:distributed_plan_pl_go_proto
62-
# gazelle:resolve go px.dev/pixie/src/carnot/planner/file_source/ir //src/carnot/planner/file_source/ir:logical_pl_go_proto
6359
# gazelle:resolve go px.dev/pixie/src/carnot/planner/dynamic_tracing/ir/logicalpb //src/carnot/planner/dynamic_tracing/ir/logicalpb:logical_pl_go_proto
6460
# gazelle:resolve go px.dev/pixie/src/carnot/planner/plannerpb //src/carnot/planner/plannerpb:service_pl_go_proto
6561
# gazelle:resolve go px.dev/pixie/src/carnot/planpb //src/carnot/planpb:plan_pl_go_proto
@@ -220,16 +216,3 @@ filegroup(
220216
srcs = ["go.sum"],
221217
visibility = ["//visibility:public"],
222218
)
223-
224-
go_library(
225-
name = "pixie_lib",
226-
srcs = ["gosym_tab_experiment.go"],
227-
importpath = "px.dev/pixie",
228-
visibility = ["//visibility:private"],
229-
)
230-
231-
pl_go_binary(
232-
name = "pixie",
233-
embed = [":pixie_lib"],
234-
visibility = ["//visibility:public"],
235-
)

demos/log-generator/log-generator.yaml

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)