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

feat: Remove spanner service offering #1341

Merged
merged 2 commits into from
Sep 20, 2024
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
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ updates:
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/spannerapp"
schedule:
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/storageapp"
schedule:
Expand Down
57 changes: 0 additions & 57 deletions acceptance-tests/apps/spannerapp/go.mod

This file was deleted.

1,628 changes: 0 additions & 1,628 deletions acceptance-tests/apps/spannerapp/go.sum

This file was deleted.

112 changes: 0 additions & 112 deletions acceptance-tests/apps/spannerapp/internal/app/app.go

This file was deleted.

36 changes: 0 additions & 36 deletions acceptance-tests/apps/spannerapp/internal/app/get.go

This file was deleted.

33 changes: 0 additions & 33 deletions acceptance-tests/apps/spannerapp/internal/app/set.go

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions acceptance-tests/apps/spannerapp/main.go

This file was deleted.

1 change: 0 additions & 1 deletion acceptance-tests/helpers/apps/testapps.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
type AppCode string

const (
Spanner AppCode = "spannerapp"
Storage AppCode = "storageapp"
MySQL AppCode = "mysqlapp"
PostgreSQL AppCode = "postgresqlapp"
Expand Down
41 changes: 0 additions & 41 deletions acceptance-tests/spanner_test.go

This file was deleted.

Loading
Loading