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

Rename mutable to managed #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdavcs
Copy link
Member

@jdavcs jdavcs commented Mar 5, 2020

To stay consistent with Galaxy's terminology

Note: "manage 'managed'" is rather awkward and "manage 'galaxy-managed'" may be less so; but in the big picture 'galaxy-managed' creates more inconsistency even across this repo alone, so it's not worth it, IMHO.

Ref: galaxyproject/galaxy#9444

To stay consistent with Galaxy's terminology
@jdavcs
Copy link
Member Author

jdavcs commented Mar 6, 2020

Also, ref galaxyproject/galaxy#9362

@@ -12,7 +12,7 @@ galaxy_manage_paths: no
galaxy_manage_clone: yes
galaxy_manage_download: no
galaxy_manage_static_setup: yes
galaxy_manage_mutable_setup: yes
galaxy_manage_managed_setup: yes
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
galaxy_manage_managed_setup: yes
galaxy_manage_managed_setup: "{{ galaxy_manage_mutable_setup | default(yes) }}"

maybe something like this to ensure that people who don't read the upgrade notice can use the legacy value? @natefoo what are your opinions on that. "Read the release notes or else?"

Copy link
Member Author

Choose a reason for hiding this comment

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

I have no objections. @natefoo - up to you?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, and we'll need to default all the other changed vars as well.

Copy link
Member

Choose a reason for hiding this comment

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

Coolie. Sorry for the extra work, but figure it'll be a bit more userfriendly.

Copy link
Member

@natefoo natefoo Mar 17, 2020

Choose a reason for hiding this comment

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

It shouldn't be too bad as you can do:

galaxy_managed_data_dir: "{{ galaxy_mutable_data_dir }}"

Rather than defaulting each instance of its usage. Hopefully that all plays nicely with the layout stuff.

Base automatically changed from master to main March 25, 2021 15:59
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