Porting batch run feature from barebone-studio#393
Open
itutu-tienday wants to merge 70 commits intodevelop-subscriptionfrom
Open
Porting batch run feature from barebone-studio#393itutu-tienday wants to merge 70 commits intodevelop-subscriptionfrom
itutu-tienday wants to merge 70 commits intodevelop-subscriptionfrom
Conversation
added 30 commits
July 29, 2025 18:01
…re/batch-run-feature
- First commit of BatchImageInputNode (Mock)
…re/batch-run-feature
- Added Batch Run button (Mock)
- Added Batch Run backend (Mock)
…re/batch-run-feature # Conflicts: # frontend/src/store/slice/InputNode/InputNodeUtils.ts
- add workspaces attributes
- Added Batch Workflow save process
- Implementing response handling for Batch Workflow Run request
- Added BatchCsvFileNode
- Fixed BatchFileNodes selector
- Add new BatchXXXXFileNodes for each (WIP)
- Optimized backend batch run processing
- Added data communication and display for Workspace.type
- Refactoring fileTypes.config.ts / definition of TreeHierarchy
- Customize Workflow view by Workspace.type - Show Workflow.type - Toggle Batch Nodes - Toggle Batch Run Button
- fixed yarn test
- Switch the initial Workflow layout depending on the Workspace.type
- Moved the path of Batch Input Nodes
- Display the number of selected files in FileSelect component
- Add frontend validation to batch input nodes
- Adjusted Batch Run confirmation dialog
- Display the number of selected files in FileSelect component
- Adjusted the message at the start of Batch Run
- Added a reproduce API call after Batch Run is completed (to update the screen)
- Fixed display of structure icon for BatchMatlabFileNode
- Added display info (target file name) to the csv/hdf5/mat nodes dialog.
- Cleanup comments
# Conflicts: # frontend/src/config/fileTypes.config.ts
…rayabrain/barebone-studio into feature/batch-run-feature-docs
…eature-docs Added docs for batch run feature
# Conflicts: # frontend/src/components/Workspace/FlowChart/Buttons/CreateWorkflow.tsx # frontend/src/const/Workspace.ts # frontend/src/store/slice/FlowElement/FlowElementSlice.ts # frontend/src/store/slice/InputNode/InputNodeSlice.ts
…-logging Standardise logging levels
…chunk-handler Added Timeseries Chunk Handler
…to-feature Merge deveop-main to develop-feature
…/batch-run-feature # Conflicts: # docs/other/index.rst # frontend/src/components/Workspace/FlowChart/Buttons/RunButtons.tsx # frontend/src/components/Workspace/__tests__/FlowChart/Buttons/RunButtons.test.tsx # frontend/src/pages/Workspace/index.tsx # frontend/src/store/slice/Pipeline/PipelineHook.ts # studio/alembic/versions/86201451bfdd_add_workspaces_attributes.py # studio/app/common/routers/run.py
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contents
barebone-studio repo で開発されていた、
Workflow Batch Run Featureを、 このPRで 当repository (araya-optinist) へ porting します。Reference
Test case
Batch run feature が On のケース
Notes
frontend/.envでREACT_APP_ENABLE_BATCH_RUN_FEATURE=trueの場合、Batch run feature が有効化されるTest case
Batch run feature が Off のケース
Notes
frontend/.envでREACT_APP_ENABLE_BATCH_RUN_FEATURE=falseまたは 未定義 の場合、Batch run feature が無効化されるTest case
※Workflow周辺の標準機能が正常動作することを確認する