Mira
Mira
fixes #17503 ## How to test the changes? (Select all options that apply) - [ ] Instructions for manual testing are as follows: 1. request the newly added api ##...
**Describe the bug** Not really a bug, but a feature that is missing. If I want to interact with the galaxy API and for example delete users, like the [WALL·E...
Use Singularity containers for running Galaxy jobs | | -- | -- Goals | To use Singularity and BioContainers for running jobs Why | Configure your Galaxy to use Singularity...
Celery+Flower | -- | -- goals | learn why it is used and how to deploy, how to change basic settings and how to monitor why | interesting for bigger...
Reverts galaxyproject/galaxy-hub#2487 (for after the maintenance is over)
We should provide self-hosted JS libraries for OpenAPI docs ```python @app.get("/docs", include_in_schema=False) async def custom_swagger_ui_html(): return get_swagger_ui_html( swagger_js_url=f"https://{ourselves}/[email protected]/swagger-ui-bundle.js", swagger_css_url=f"https://{ourselves}/[email protected]/swagger-ui.css", ) ``` **Describe the bug** usegalaxy.*/api/docs is not loading for me:...
The `include` module is deprecated and removed in `ansible 2.16`. It needs to be replaced with `ansible.builtin.include_tasks`
After we upgraded EU to 24.0, we noticed, that some subdomains were having old CSS files. see (not public): - https://github.com/usegalaxy-eu/issues/issues/537 This comes potentially from the [`ignore_existing`](https://github.com/galaxyproject/ansible-galaxy/blob/cc413b6e06d7695a90e51db5342f57931ddfa6b3/tasks/static_subdomain_dirs.yml#L47) flag I set...