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

Allow to choose a custom routes' mount point during install #5533

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

kennyadsl
Copy link
Member

@kennyadsl kennyadsl commented Dec 1, 2023

Summary

Since we moved the frontend as an injectable templating system, there are some manual steps to do to make the application work when a user wants to change the mount point of where Solidus is installed.

With this change, along with solidusio/solidus_starter_frontend#359, we allow the user to select the mount point during the installation, and all the changes required are handled by the install script.

Related PRs

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

@kennyadsl kennyadsl added the type:enhancement Proposed or newly added feature label Dec 1, 2023
@kennyadsl kennyadsl self-assigned this Dec 1, 2023
@kennyadsl kennyadsl requested a review from a team as a code owner December 1, 2023 14:54
@github-actions github-actions bot added changelog:solidus_core Changes to the solidus_core gem changelog:solidus_admin labels Dec 1, 2023
@kennyadsl
Copy link
Member Author

@rainerdema @elia are you familiar with the failing linting job? It doesn't seem to be related to my changes, can you help me?

@elia
Copy link
Member

elia commented Dec 1, 2023

@kennyadsl Most likely an update in rubocop that made invalid stuff that was previously ok

@elia
Copy link
Member

elia commented Dec 4, 2023

@kennyadsl the CI should be ok after #5535 is merged

Since we moved the frontend as an injectable templating system,
there are some manual steps to do to make the application work
when a user wants to change the mount point of where Solidus is
installed.

With this change, along with solidusio/solidus_starter_frontend#359,
we allow the user to select the mount point during the install, and
all the changes required are handled by the install script.
@kennyadsl
Copy link
Member Author

@elia @rainerdema checks are green, can you review it when you have a moment, please? (No hurry)

@elia elia requested review from elia and rainerdema December 5, 2023 16:32
@kennyadsl kennyadsl merged commit b09c1ff into solidusio:main Dec 6, 2023
8 checks passed
@kennyadsl kennyadsl deleted the kennyadsl/fix-routes-doc branch December 6, 2023 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_admin changelog:solidus_core Changes to the solidus_core gem type:enhancement Proposed or newly added feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants