Commit bcd29ba
committed
refactor: streamline global setup for E2E tests by enhancing project creation and dependency management
fix: increase timeout for flows dropdown visibility check in WorkbenchPage
refactor: enhance FlowTabMenuItem to display loading state for flows and improve dropdown menu structure
fix: update runner path in language-runner to support custom TypeScript runner files in test mode
chore: update pnpm-lock.yaml to upgrade various dependencies including prettier, eslint, express, and ts-jest, while ensuring compatibility with TypeScript and improving overall project stability
refactor: enhance jsRunner path resolution in language-runner to support test mode with TypeScript and improve command arguments
refactor: update jsRunner path resolution in language-runner to support test mode with TypeScript and module file extensions
chore: update pnpm-lock.yaml and package.json to remove esbuild dependency and upgrade to esbuild version 0.25.12, while refactoring tsdown configuration and enhancing CLI functionality with Redis memory server management
chore: update pnpm-lock.yaml and package.json to upgrade tsx version and refactor tsx loader path resolution in language-runner
chore: update pnpm-lock.yaml and package.json for dependency adjustments, enhance TypeScript configuration for ES module support, and refactor test package structure
chore: update CI workflow to exclude playground directory from tests
chore: update CI workflow to exclude plugins directory from tests and enhance global setup with server output tracking
chore: update pnpm-lock.yaml and package.json for dependency version upgrades and add plugins directory to workflow
refactor: remove unused CSS plugins from tsdown configurations and clean up package.json files across multiple plugins
fix: update pnpm-lock.yaml with dependency version adjustments and add warm-up functionality for Motia plugins in workbench middleware
fix: update package.json and import paths for ES module compatibility in snap and stream-client packages
fix: add module type to package.json for ES module support
fix: update import paths in petstore step templates to use absolute paths and remove module type from package.json
fix: update package.json and tsdown.config.ts to include esbuild and tsx dependencies, adjust TypeScript module settings for improved compatibility
fix: change import statement in state-audit-cron step to use type import for Order
fix: update import statements in petstore step templates to use type imports and add Babel plugin for React in workbench package.json
fix: update pnpm-lock.yaml to adjust lucide-react version and remove unused dependencies, while refining TypeScript configuration in header component
fix: update workbench middleware to include Babel plugin for React and remove unused Radix UI dependencies
fix: update workbench configuration to include new Rollup URL plugin and adjust entry points for improved asset handling
fix: update pnpm-lock.yaml with new dependencies, including Babel plugin, and adjust tsdown version for improved compatibility
fix: update dependencies to latest versions, including React and Lucide, and integrate Babel plugin for improved JSX support
fix: add React and ReactDOM as dependencies and remove unused example plugin from motia.config.ts
fix: remove unused dependencies from pnpm-lock.yaml and ensure consistent versioning for React
fix: update TypeScript configuration to support ES modules and refine project structure by removing unused dependencies in templates
chore: add TypeScript configuration files for app and node environments in workbench
fix: refactor import statements in motia.config.ts templates and remove unused dependencies from workbench
fix: streamline import paths and remove unused dependencies in middleware and header components
fix: update import paths for various components and add eslint configuration for workbench
fix: update import statement for Order type to include .ts extension and export CronConfig type in core index
fix: correct import statements in validate-event-input, button, and table components
fix: update built CLI path in E2E tests to use .mjs extension
chore: update Node.js version to 24.11.1 in setup actions
fix: correct import path for utility functions in Empty component
fix(tests): add missing on method in LockedData mock for middleware management tests
chore: update schema version in biome.json to 2.3.5
chore: update package configurations and add tsdown config files for multiple packages1 parent 99c35f8 commit bcd29ba
File tree
279 files changed
+10406
-6918
lines changed- .github
- actions/setup
- workflows
- packages
- adapter-rabbitmq-events
- adapter-redis-cron
- adapter-redis-state
- adapter-redis-streams
- core
- src
- __tests__
- test-helpers
- types
- node
- observability
- steps
- e2e
- scripts
- src/page-objects
- snap
- scripts
- src
- __tests__
- openapi
- test-helpers
- cloud
- build
- __tests__
- builders
- node
- python
- python-data
- __tests__
- validations/__tests__
- cli
- new-deployment
- listeners
- utils
- create-step
- templates/ui
- create
- templates
- hello_js
- hello_python
- hello
- nodejs
- steps/petstore
- python
- docker
- plugins
- utils
- stream-client-browser
- stream-client-node
- scripts
- stream-client-react
- stream-client
- __mocks__
- __tests__
- scripts
- test
- src
- ui
- src
- components/ui
- workbench
- src
- components
- flow
- hooks
- nodes
- header
- tutorial
- engine
- ui
- hooks
- lib
- publicComponents
- base-node
- stores
- playground
- steps
- hello
- stream-rbac
- test
- plugins
- plugin-endpoint
- src
- api
- components
- play
- spec
- plugin-example
- src
- components
- plugin-logs
- src
- components
- plugin-observability
- src
- components
- events
- code
- trace-item
- ui
- hooks
- plugin-states
- src
- components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
279 files changed
+10406
-6918
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | | - | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments