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

Add Sitediff addon. #72

Merged
merged 2 commits into from
Nov 10, 2020
Merged

Add Sitediff addon. #72

merged 2 commits into from
Nov 10, 2020

Conversation

kporras07
Copy link
Contributor

Hi,

We're using docksal for our projects and I'd like to include this tool that we want to regularly use in our projects.

Thanks,

Copy link
Member

@lmakarov lmakarov left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

Please see the feedback inline.

- ${PROJECT_ROOT}/sitediff:/app/sitediff:cached
command: tail -f /dev/null
labels:
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},mail.${VIRTUAL_HOST}.*
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},mail.${VIRTUAL_HOST}.*
- io.docksal.virtual-host=sitediff.${VIRTUAL_HOST},sitediff.${VIRTUAL_HOST}.*

# Add sitediff service to docksal.yml
yml_add_service "$SITEDIFF_YML"
# Apply stack changes.
fin stop cli
Copy link
Member

Choose a reason for hiding this comment

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

This does not seem necessary for this addon, since it does not change anything in the cli container.


#-------------------------------------- SITEDIFF functions ---------------------------------------------

# Set/remove proper setting into php.ini
Copy link
Member

Choose a reason for hiding this comment

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

Update the comment to correctly reflect what's going on here.

# Remove sitediff service from docksal.yml
yml_remove_service "sitediff"
# Apply stack changes
COMPOSE_FILE="" fin stop cli
Copy link
Member

Choose a reason for hiding this comment

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

Same here, this is likely not necessary.

@kporras07 kporras07 requested a review from lmakarov November 10, 2020 19:59
@kporras07
Copy link
Contributor Author

@lmakarov thanks for the feedback. I just did the required fixes

@achekulaev achekulaev merged commit 821f226 into docksal:master Nov 10, 2020
@kporras07 kporras07 deleted the add-sitediff branch November 10, 2020 20:22
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.

3 participants