Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into val-town-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Dec 25, 2024
2 parents d998c1f + cd394d2 commit f1179a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/components/breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export async function ClusterBreadcrumbs({
const clusterDetails = await client.getCluster({
headers: { authorization: `Bearer ${await getToken()}` },
params: { clusterId },
}).catch(() => {
return { status: 500, body: { error: "Failed to fetch cluster details" } } as const;
});

if (clusterDetails.status !== 200) {
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/inferablehq/inferable/bootstrap-go
go 1.23.2

require (
github.com/inferablehq/inferable/sdk-go v0.1.29
github.com/inferablehq/inferable/sdk-go v0.1.34
github.com/joho/godotenv v1.5.1
)

Expand Down
4 changes: 2 additions & 2 deletions bootstrap-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/inferablehq/inferable/sdk-go v0.1.29 h1:RlupvPMAl9huRDqDrkwk+1yDjTZfvnJGU5hdQ4g1A8w=
github.com/inferablehq/inferable/sdk-go v0.1.29/go.mod h1:8m2iYD/rQyB56nyjqZLek/PsV8KniiCMzlWAV5wmjTA=
github.com/inferablehq/inferable/sdk-go v0.1.34 h1:SdENBU+y5WR1nfDcxPFPK/mpEV4E7bRNoIj3fiKT0jI=
github.com/inferablehq/inferable/sdk-go v0.1.34/go.mod h1:8m2iYD/rQyB56nyjqZLek/PsV8KniiCMzlWAV5wmjTA=
github.com/invopop/jsonschema v0.12.0 h1:6ovsNSuvn9wEQVOyc72aycBMVQFKz7cPdMJn10CvzRI=
github.com/invopop/jsonschema v0.12.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
Expand Down

0 comments on commit f1179a6

Please sign in to comment.