Skip to content

Commit ee7a5f0

Browse files
authored
Merge pull request #346
fix/execution-serialization
2 parents 72a40a7 + f4dd3ac commit ee7a5f0

41 files changed

Lines changed: 118 additions & 1074 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/funny-kings-return.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@badaitech/chaingraph-execution-worker": patch
3+
"@badaitech/chaingraph-execution-api": patch
4+
"@badaitech/chaingraph-executor": patch
5+
"@badaitech/badai-api-example": patch
6+
"@badaitech/typescript-config": patch
7+
"@badaitech/chaingraph-nodes": patch
8+
"@badaitech/chaingraph-types": patch
9+
"@badaitech/chaingraph-frontend": patch
10+
"@badaitech/chaingraph-trpc": patch
11+
"@badaitech/chaingraph-backend": patch
12+
"@badaitech/badai-api": patch
13+
---
14+
15+
fix: remove Storybook references from configuration files, add trpc dependencies to the chaingraph-backend

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dry-otters-share",
1919
"early-baboons-lay",
2020
"fluffy-chairs-yell",
21+
"funny-kings-return",
2122
"fuzzy-rockets-drive",
2223
"good-trains-enjoy",
2324
"green-beans-poke",

.dockerignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

@@ -151,8 +149,6 @@ research.md
151149
prompts/
152150

153151
# Additional space-saving exclusions for Docker build
154-
**/.storybook/
155-
**/storybook-static/
156152
**/*.stories.*
157153
**/.nyc_output/
158154
**/test-results/

apps/chaingraph-backend/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
2726
src/**/*.js
2827
.env

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.5.5-dev.41
4+
5+
### Patch Changes
6+
7+
- fix: remove Storybook references from configuration files, add trpc dependencies to the chaingraph-backend
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.5.5-dev.41
10+
- @badaitech/chaingraph-types@0.5.5-dev.41
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.41
12+
313
## 0.5.5-dev.40
414

515
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.5.5-dev.40",
4+
"version": "0.5.5-dev.41",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",
@@ -35,6 +35,8 @@
3535
"@badaitech/chaingraph-trpc": "workspace:*",
3636
"@badaitech/chaingraph-types": "workspace:*",
3737
"@mixmark-io/domino": "^2.2.0",
38+
"@trpc/client": "^11.6.0",
39+
"@trpc/server": "^11.6.0",
3840
"@types/ws": "^8.18.1",
3941
"bigint-crypto-utils": "^3.3.0",
4042
"cors": "^2.8.5",

apps/chaingraph-execution-api/.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ desktop.ini
7474
# Project specific
7575
.changeset/
7676
.husky/
77-
storybook-static/
78-
*.storybook.log
7977
.eslintcache
8078
.prettiercache
8179

apps/chaingraph-execution-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-execution-api
22

3+
## 0.5.5-dev.41
4+
5+
### Patch Changes
6+
7+
- fix: remove Storybook references from configuration files, add trpc dependencies to the chaingraph-backend
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.41
10+
- @badaitech/chaingraph-types@0.5.5-dev.41
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.41
12+
313
## 0.5.5-dev.40
414

515
### Patch Changes

apps/chaingraph-execution-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-execution-api",
33
"type": "module",
4-
"version": "0.5.5-dev.40",
4+
"version": "0.5.5-dev.41",
55
"private": false,
66
"description": "Chaingraph tRPC Server - Scalable API server for Chaingraph execution management",
77
"license": "BUSL-1.1",

0 commit comments

Comments
 (0)