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

Support installing local tools into sections #206

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

natefoo
Copy link
Member

@natefoo natefoo commented Feb 22, 2024

This alters the previous behavior slightly, tools that do not specify a section will be placed in a section named Local Tools whereas previously they would be outside of a section.

The old simple syntax is still supported:

galaxy_local_tools:
  - foo.xml
  - bar.xml

Is the same as:

galaxy_local_tools:
  - file: foo.xml
    section_name: Local Tools
  - file: bar.xml
    section_name: Local Tools

Copy link
Member

@hexylena hexylena left a comment

Choose a reason for hiding this comment

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

"sure let's just add this tiny feature for admin training" "oh no everyone is using it"

thanks! this is a nice change, i need to start using this at work.

@hexylena hexylena merged commit f81c43b into main Feb 23, 2024
7 of 15 checks passed
@microfuge
Copy link

This is super convenient! Thanks!

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