Skip to content

Conversation

@LJX2017
Copy link
Contributor

@LJX2017 LJX2017 commented Nov 26, 2025

What changes were proposed in this PR?

This PR adds pre-configured IntelliJ run configurations for:

  • launching all 8 backend microservices,
  • the frontend service,
  • and lakeFS via Docker Compose.

With these changes, developers can now launch the backend services, lakeFS, and frontend directly from IntelliJ’s run menu, eliminating the need to manually locate and configure each relevant class or compose file. This leverages IntelliJ’s built-in Compound and individual run configurations, so no additional plugins are required.

2025-11-26.13-46-11.mp4

Any related issues, documentation, discussions?

Fixes #4045

How was this PR tested?

Verified on a local IntelliJ IDEA environment. The Compound run config cleanly launches all backend microservices in parallel.

Was this PR authored or co-authored using generative AI tooling?

No

@LJX2017 LJX2017 changed the title Improve developer experience feat: add run configurations to improve developer experience Nov 26, 2025
@Yicong-Huang Yicong-Huang requested a review from Copilot November 26, 2025 22:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds pre-configured IntelliJ IDEA run configurations to streamline the local development setup. Developers can now launch all backend microservices, the frontend application, and lakeFS directly from IntelliJ's run menu without manually searching for main classes or compose files.

  • Adds 8 individual run configurations for backend microservices (AccessControlService, ComputingUnitManagingService, ComputingUnitMaster, ComputingUnitWorker, ConfigService, FileService, TexeraWebApplication, WorkflowCompilingService)
  • Adds a compound run configuration to launch all backend services together
  • Adds configurations for frontend (npm start) and lakeFS (Docker Compose)

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.run/AccessControlService.run.xml Run configuration for the AccessControlService microservice
.run/ComputingUnitManagingService.run.xml Run configuration for the ComputingUnitManagingService microservice
.run/ComputingUnitMaster.run.xml Run configuration for the ComputingUnitMaster component
.run/ComputingUnitWorker.run.xml Run configuration for the ComputingUnitWorker component
.run/ConfigService.run.xml Run configuration for the ConfigService microservice
.run/FileService.run.xml Run configuration for the FileService microservice
.run/TexeraWebApplication.run.xml Run configuration for the main TexeraWebApplication service
.run/WorkflowCompilingService.run.xml Run configuration for the WorkflowCompilingService microservice
.run/frontend.run.xml Run configuration for the frontend application using npm start
.run/texera-lakefs.run.xml Docker Compose run configuration for lakeFS

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Yicong-Huang
Copy link
Contributor

@mengw15 @Xiao-zhen-Liu can you test it?

@mengw15
Copy link
Contributor

mengw15 commented Nov 29, 2025

@mengw15 @Xiao-zhen-Liu can you test it?

I just tested this feature and it works fine on my side.

@chenlica
Copy link
Contributor

Also @aglinxinyuan @aicam please test it as well.

Copy link
Contributor

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Yicong-Huang
Copy link
Contributor

@chenlica @aglinxinyuan can we merge it?

@aglinxinyuan aglinxinyuan merged commit cb7da2a into apache:main Dec 2, 2025
10 checks passed
aglinxinyuan added a commit that referenced this pull request Dec 6, 2025
### What changes were proposed in this PR?
Add a configuration option to automatically shorten file paths for
Windows users when the original path exceeds the system’s maximum
length.

After this PR, Windows users should not see this error anymore.

<img width="612" height="157" alt="image"
src="https://github.com/user-attachments/assets/73a23ef2-0fad-4f2f-bc99-c7f2e576a4d9"
/>


### Any related issues, documentation, discussions?
Follow-up of PR #4087


### How was this PR tested?
Tested manually.


### Was this PR authored or co-authored using generative AI tooling?
No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve developer experience for running backend micro services

5 participants