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

Refactor galaxy.web.form_builder into galaxy.util.form_builder. #7529

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

jmchilton
Copy link
Member

@jmchilton jmchilton commented Mar 14, 2019

We have other utilities for web content in galaxy.util like sanitize_html, so while I'm not eager to put web stuff in there it is not bringing any dependencies into galaxy's util package. The upshot here is that now model doesn't need to have dependencies on galaxy.web (other than implicitly through galaxy.managers.tags - fixed in #7530).

Contains some more cleanup related to url_for (see #7521 for context).

We have other utilities for web content in galaxy.util like sanitize_html, so while I'm not eager to put web stuff in there it is not bringing any dependencies into galaxy's util package. The upshot here is that now model doesn't need to have dependencies on galaxy.web (other than implicitly through galaxy.managers.tags - but that really has to be refactored either way).

Contains some more cleanup related to url_for (see galaxyproject#7521 for context).
@mvdbeek mvdbeek added kind/refactoring cleanup or refactoring of existing code, no functional changes and removed triage labels Mar 15, 2019
@jmchilton jmchilton merged commit 87041fc into galaxyproject:dev Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants