Skip to content

Revert "fix(node-dependency-matrix): count gRPC test cases in recording calibration (0 → 2)"#102

Merged
Shivanipandey31 merged 1 commit into
mainfrom
revert-101-fix-grpc-testcase-calibration
Jul 2, 2026
Merged

Revert "fix(node-dependency-matrix): count gRPC test cases in recording calibration (0 → 2)"#102
Shivanipandey31 merged 1 commit into
mainfrom
revert-101-fix-grpc-testcase-calibration

Conversation

@Shivanipandey31

Copy link
Copy Markdown
Contributor

Reverts #101

Copilot AI review requested due to automatic review settings July 2, 2026 08:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts PR #101 by removing the node-dependency-matrix TypeScript sample (app, fixtures, scripts, and infra manifests) from the repository, and dropping its reference from the root README.

Changes:

  • Removed the node-dependency-matrix sample application code, build configuration, and containerization assets.
  • Removed supporting tooling (traffic scripts, cert generation, expected-values contract) and local/Kubernetes deployment resources.
  • Updated the root README.md to no longer list node-dependency-matrix as an available sample.

Reviewed changes

Copilot reviewed 36 out of 41 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Removes the repository index entry for the node-dependency-matrix sample.
node-dependency-matrix/tsconfig.json Removes TypeScript build configuration for the deleted sample.
node-dependency-matrix/src/lib/proto.ts Removes gRPC proto-loading helper for the deleted sample.
node-dependency-matrix/src/lib/log.ts Removes structured logging helper for the deleted sample.
node-dependency-matrix/src/lib/dependencies.ts Removes dependency-matrix scenario runners for outbound integrations.
node-dependency-matrix/src/lib/config.ts Removes environment/config loader for the deleted sample.
node-dependency-matrix/src/lib/asyncJobs.ts Removes async background job implementation for the deleted sample.
node-dependency-matrix/src/global.d.ts Removes global typing shim used by the deleted sample.
node-dependency-matrix/src/bin/tlsProxy.ts Removes TLS proxy binary used by the deleted sample stack.
node-dependency-matrix/src/bin/dependencyFixture.ts Removes fixture-service binary used by the deleted sample stack.
node-dependency-matrix/src/bin/app.ts Removes the main HTTP+gRPC application for the deleted sample.
node-dependency-matrix/scripts/send_grpc_traffic.sh Removes helper script for generating incoming gRPC traffic.
node-dependency-matrix/scripts/record_traffic.sh Removes helper script for generating record-time HTTP traffic.
node-dependency-matrix/scripts/localstack-init/01-create-queue.sh Removes LocalStack init script for the deleted sample.
node-dependency-matrix/scripts/generate_certs.sh Removes certificate generation script for the deleted sample.
node-dependency-matrix/scripts/compose_up.sh Removes Docker Compose startup helper script.
node-dependency-matrix/scripts/compose_down.sh Removes Docker Compose teardown helper script.
node-dependency-matrix/README.md Removes sample-specific documentation.
node-dependency-matrix/proto/dependency_matrix.proto Removes gRPC service definitions used by the deleted sample.
node-dependency-matrix/package.json Removes the sample’s Node.js package manifest and scripts.
node-dependency-matrix/k8s/STAGING_RUNBOOK.md Removes staging runbook documentation for the deleted sample.
node-dependency-matrix/k8s/README.md Removes Kubernetes setup documentation for the deleted sample.
node-dependency-matrix/k8s/port-forward.sh Removes port-forward helper script for the deleted sample.
node-dependency-matrix/k8s/manifests/08-app.yaml Removes Kubernetes app Service/Deployment manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/07-tls-proxies.yaml Removes Kubernetes TLS proxy manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/06-fixture-service.yaml Removes Kubernetes fixture-service manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/05-redpanda.yaml Removes Kubernetes Redpanda manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/04-redis.yaml Removes Kubernetes Redis manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/03-mongo.yaml Removes Kubernetes Mongo manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/02-postgres.yaml Removes Kubernetes Postgres manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/01-mysql.yaml Removes Kubernetes MySQL manifests for the deleted sample.
node-dependency-matrix/k8s/manifests/00-localstack.yaml Removes Kubernetes LocalStack manifests for the deleted sample.
node-dependency-matrix/k8s/kind-config.yaml Removes Kind cluster configuration used by the deleted sample.
node-dependency-matrix/k8s/deploy-kind.sh Removes Kind deployment automation script for the deleted sample.
node-dependency-matrix/fixtures/expected-values.json Removes the sample’s expectations/contract JSON used for validation.
node-dependency-matrix/entrypoint.sh Removes container entrypoint script for CA bundle setup.
node-dependency-matrix/Dockerfile Removes container build definition for the deleted sample.
node-dependency-matrix/compose.yaml Removes Docker Compose stack definition for the deleted sample.
node-dependency-matrix/.gitignore Removes sample-local ignore rules (dist, node_modules, generated artifacts).
node-dependency-matrix/.dockerignore Removes Docker ignore rules for the deleted sample.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Shivanipandey31 Shivanipandey31 merged commit e3dc70d into main Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants