Skip to content

Commit

Permalink
feat: Remove spanner service offering (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM authored Sep 20, 2024
1 parent 97000b4 commit ceefa34
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 2,562 deletions.
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

0 comments on commit ceefa34

Please sign in to comment.