This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's still a weird issue: ``` 🐚 ~/dev/ftl-examples $ ftl dev online-boutique/backend --recreate info: Starting FTL with 1 controller(s) info:currency: Building module info:cart: Building module info:ad: Building module info:ad: Deploying module info:currency: Deploying module info:cart: Deploying module info:payment: Building module info:shipping: Building module info:productcatalog: Building module info:payment: Deploying module warn: "checkout" build skipped because its dependency "shipping" failed to build info:recommendation: Building module info:productcatalog: Deploying module info:recommendation: Deploying module info:controller0: Deployed dpl-ad-1m5ckbhogm6feil5 info:controller0: Deployed dpl-currency-1flmrlirote5ta9r info:controller0: Deployed dpl-recommendation-58ikzredh79ww5d6 info:controller0: Deployed dpl-payment-9n2robh5f3vfo4w info:controller0: Deployed dpl-productcatalog-099pwzdrb9zvpkq info:controller0: Deployed dpl-cart-23tfpvcga9c6l85r info: Modules waiting to build: shipping, checkout error: initial deploy failed: 14:3-3: ingress verb getQuote: couldn't resolve response body type currency.Money ```
- Loading branch information
1 parent
1b45cdc
commit 7c36e54
Showing
27 changed files
with
344 additions
and
372 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.go-1.22.0.pkg | ||
.go-1.22.2.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.go-1.22.0.pkg | ||
.go-1.22.2.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module ftl/http | ||
|
||
go 1.22.0 | ||
go 1.22.2 | ||
|
||
require github.com/TBD54566975/ftl v0.128.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,49 @@ | ||
module ftl/ad | ||
|
||
go 1.22.0 | ||
go 1.22.2 | ||
|
||
replace github.com/TBD54566975/ftl/examples/online-boutique => ../.. | ||
|
||
require ( | ||
github.com/TBD54566975/ftl v0.147.0 | ||
github.com/TBD54566975/ftl v0.179.1 | ||
github.com/TBD54566975/ftl/examples/online-boutique v0.0.0-00010101000000-000000000000 | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 | ||
) | ||
|
||
require ( | ||
connectrpc.com/connect v1.15.0 // indirect | ||
connectrpc.com/connect v1.16.0 // indirect | ||
connectrpc.com/grpcreflect v1.2.0 // indirect | ||
connectrpc.com/otelconnect v0.7.0 // indirect | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/TBD54566975/scaffolder v0.8.0 // indirect | ||
github.com/alecthomas/concurrency v0.0.2 // indirect | ||
github.com/alecthomas/kong v0.9.0 // indirect | ||
github.com/alecthomas/participle/v2 v2.1.1 // indirect | ||
github.com/alecthomas/types v0.13.0 // indirect | ||
github.com/alecthomas/types v0.14.0 // indirect | ||
github.com/alessio/shellescape v1.4.2 // indirect | ||
github.com/danieljoos/wincred v1.2.0 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | ||
github.com/jackc/pgx/v5 v5.5.5 // indirect | ||
github.com/jackc/puddle/v2 v2.2.1 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/oklog/ulid/v2 v2.1.0 // indirect | ||
github.com/swaggest/jsonschema-go v0.3.69 // indirect | ||
github.com/multiformats/go-base36 v0.2.0 // indirect | ||
github.com/swaggest/jsonschema-go v0.3.70 // indirect | ||
github.com/swaggest/refl v1.3.0 // indirect | ||
github.com/zalando/go-keyring v0.2.3 // indirect | ||
go.opentelemetry.io/otel v1.24.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
golang.design/x/reflect v0.0.0-20220504060917-02c43be63f3b // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
github.com/zalando/go-keyring v0.2.4 // indirect | ||
go.opentelemetry.io/otel v1.25.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.25.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.25.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.