Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making route controller optional enabling customizing of route controllers #3828

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Dariquest
Copy link

@Dariquest Dariquest commented Feb 26, 2025

What is this change about?

This change makes cf routing controller optional. A boolean controller config property "DisableRouteController" was introduced for it. It allows to define custom routing controllers in future.

Does this PR introduce a breaking change?

The default value of the boolean config property "DisableRouteController" is false, so everything stays the same, for those using default routing controller.

Acceptance Steps

make generate
make test

@Dariquest Dariquest changed the title Making route controller optional enabling customising of route controllers Making route controller optional enabling customizing of route controllers Feb 26, 2025
@Dariquest Dariquest marked this pull request as draft February 26, 2025 15:38
@Dariquest Dariquest marked this pull request as ready for review February 26, 2025 16:24
@danail-branekov danail-branekov enabled auto-merge (squash) February 27, 2025 10:12
auto-merge was automatically disabled February 27, 2025 15:22

Head branch was pushed to by a user without write access

@danail-branekov danail-branekov enabled auto-merge (squash) February 27, 2025 16:19
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.

2 participants