Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead code paths and those not relating to ELT management #1414

Merged
merged 13 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -175,33 +175,6 @@ container_pull(
repository = "trinodb/trino",
)

# Fetch Redis source (binaries are not distributed).
# Urls and hashes come from here: https://github.com/redis/redis-hashes/blob/master/README.
http_file(
name = "redis-source",
sha256 = "12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94",
urls = ["http://download.redis.io/releases/redis-6.0.6.tar.gz"],
)

# Sass requirements.
http_archive(
name = "io_bazel_rules_sass",
sha256 = "77e241148f26d5dbb98f96fe0029d8f221c6cb75edbb83e781e08ac7f5322c5f",
strip_prefix = "rules_sass-1.24.0",
url = "https://github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
)

# Fetch required transitive dependencies. This is an optional step because you
# can always fetch the required NodeJS transitive dependency on your own.
load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")

rules_sass_dependencies()

# Setup repositories which are needed for the Sass rules.
load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")

sass_repositories()

# Gcloud SDK binaries.
load("//tools/gcloud:repository_rules.bzl", "gcloud_sdk")

Expand Down Expand Up @@ -233,27 +206,6 @@ go_repository(
version = "v0.3.2",
)

go_repository(
name = "com_github_go_stack_stack",
importpath = "github.com/go-stack/stack",
sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
version = "v1.8.0",
)

go_repository(
name = "com_github_golang_protobuf",
importpath = "github.com/golang/protobuf",
sum = "h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=",
version = "v1.3.2",
)

go_repository(
name = "org_mongodb_go_mongo_driver",
importpath = "go.mongodb.org/mongo-driver",
sum = "h1:6fhXjXSzzXRQdqtFKOI1CDw6Gw5x6VflovRpfbrlVi0=",
version = "v1.2.0",
)

container_pull(
name = "debian_base",
# docker manifest inspect index.docker.io/debian:bullseye
Expand Down
108 changes: 0 additions & 108 deletions app/BUILD

This file was deleted.

54 changes: 0 additions & 54 deletions app/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions app/index.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions app/overview.scss

This file was deleted.

28 changes: 0 additions & 28 deletions app/overview.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions app/public/new_logo_with_text.svg

This file was deleted.

16 changes: 0 additions & 16 deletions app/service.ts

This file was deleted.

Loading