Update submodules: remove umetaflow-gui, rename FLASHViewer to FLASHA…#171
Update submodules: remove umetaflow-gui, rename FLASHViewer to FLASHA…#171
Conversation
📝 WalkthroughWalkthroughGit submodule configuration is updated to remove umetaflow-gui and FLASHViewer, while adding FLASHApp as a replacement submodule. Submodule commit pointers are removed accordingly from the affected modules. Changes
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Reviews will stop working after February 8, 2026 if the new IP is not added to your allowlist. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In @.gitmodules:
- Around line 7-9: docker-compose.yml still references deleted/renamed
submodules; update the service, volume and command names to match the new
`.gitmodules` layout: rename the FLASHViewer service and its build context from
./FLASHViewer to ./FLASHApp and update any volume names like
workspaces-flashviewer to workspaces-flashapp; remove (or replace) the umetaflow
service that uses build context ./umetaflow-gui and volume
workspaces-umetaflow-gui, and delete its command `streamlit run
umetaflow-gui/Home.py` (or change it to the new service entrypoint if there's a
replacement); ensure all service names, build.context values and volume keys
consistently use FLASHApp where FLASHViewer was used and remove references to
umetaflow-gui throughout the file so compose up no longer refers to deleted
submodules.
- Around line 7-9: docker-compose.yml still references removed/renamed
submodules: update the FLASHViewer service to use build context ./FLASHApp
(instead of ./FLASHViewer) and remove the entire umetaflow service plus any
volumes and commands that point to the removed submodule (remove volume
workspaces-umetaflow-gui and any command paths like umetaflow-gui/Home.py); also
search for any other mentions of umetaflow-gui and replace or delete them so all
service build contexts and volume names match the new FLASHApp submodule and no
service references non-existent directories.
|
Why are we removing umetaflow? |
|
Seems like the FLASHApp remote change was not committed and the commit hashs point to nothing currently. Interesting. |
Should be fixed now. The repo was renamed from umetaflow-gui to umetaflow. |
…pp with new URL
Summary by CodeRabbit
Chores