- Update to latest Miniconda version.
- Fix galaxy.tools.verify API method interface change breaking Planemo compatibility.
- Synchronize with the development tip of Galaxy.
- Fix Travis CI configuration (thanks to @nsoranzo).
- Implement option for uploading local test data.
- Bring in the latest Galaxy changes, which provide Python 3.7 support.
- More work improving channel handling for mulled containers.
- Update Conda channel order (thanks to @bgruening).
- Bring in the latest Galaxy changes and add Galaxy XSD to the project.
- Various cwltool fixes (thanks to @nsoranzo).
- More tweaks to CWL tool loading to support newer versions of cwltool.
- Improved tool linting and reporting thanks to @natefoo and @nsoranzo.
- Add support for newer cwltool thanks to @nsoranzo.
- Improved mulled building thanks to @pcm32.
- Small updates to test parsing to support Galaxy workflow testing.
- Update test data processing to allow URIs in Galaxy workflow tests.
- Parse CWL SoftwareRequirements to Galaxy requirements (required to fix various Planemo functionality for CWL tools).
- Docker logging API fix for Planemo.
- Update CWL linting to target CWL 1.0.
- Better error handling for Conda searching (thanks to @bgruening).
- Update against the latest Galaxy codebase.
- Add Galaxy tool linting to ensure versions are PEP 440 compliant (thanks to @davebx).
- More tool testing client fixes, this time for ephemeris.
- Bring in the latest Galaxy dev branch - includes code cleanup and many Python 3 fixes from @nsoranzo as well as client code for executing tool tests against external Galaxy instances.
- Extend tool testing client from Galaxy's dev branch with even more data collection for compatiblity with Planemo.
- Fix mulled to use shlex.quote to escape single quotes in test command (thanks to @mbargull).
- Make markupsafe a dependency since it is import unconditionally in galaxy.tools.toolbox (thanks to @mbargull).
- Python 3 fix for assertion testing.
- Make conda image for mulled builds configurable via an environment variable (thanks to @mbargull).
- Fix path module for import on Windows for Pulsar.
- Various fixes for library usage mostly related to Conda (with help from @nsoranzo).
- Redo last release - pushed to PyPI without actually including the desired fix.
- Another Python 3 fix for Planemo.
- Fix galaxy-lib version - this has actually been tracking the 18.05 release of Galaxy for the last two releases.
- More Python 3 fixes for Planemo thanks to @nsoranzo.
- Bring in the latest Galaxy development branch.
- Python 3 fix for Planemo thanks to @nsoranzo.
- Fix bad merge of miniconda update for mulled work.
- Update to the latest Galaxy dev just prior to the branch of 18.01.
- Python 3 fixes.
- Added docs for using mulled-build with your own quay.io account (thanks to @jerowe).
- Catch errors in Conda search if nothing is found (preventing planemo-monitor from functioning properly) (thanks to @bgruening).
- Make multi-requirement container building via mulled more stable (thanks to @bgruening).
- Bring in latest updates from the 17.09 branch of Galaxy - including updating the default target Conda version and fixes for module resolution.
- Bring in updated CWL utilities from the upstream work on CWL integration.
- Bring in updated CWL utilities from the upstream work on CWL integration.
- Remove
command
lint check that is no longer valid.
- Bring in updated CWL utilities from the upstream work on CWL integration.
- Bring in various Galaxy updates including numerous Conda fixes and changes (thanks to @nsoranzo).
- Improved error handling when parsing tool reStructuredText (thanks to @erasche).
- Updated CWL utilities.
- Bug fix in from_dict parsing of tool dependency specs.
- Sync with mulled enhancements and fixes from Galaxy's development branch.
- Various small Singularity fixes and enhancements.
- Bring in latest Galaxy dev changes.
- Implement support for building Singularity mulled containers.
- Implement mulled version 2 package hashing.
- Fix default namespace for mulled operations from mulled to biocontainers.
- Fix HISTORY.rst formatting to properly render release on PyPI.
- Fix bug in new offline Conda search function introduced in 17.5.10.
- Always clean up build directory in mulled commands (thanks to @johanneskoester).
- Expose offline mode in Conda search utility (for repeated fast searches).
- When publishing mulled containers - use quay.io API to publish them as public.
- Add explicit option
--check-published
tomulled-build-*
. - Fix auto-installation of Involucro on first attempt.
- Handle explicit tags in
mulled-build-files
and add an implicit tag of0
if none found. - Fix tab parsing in
mulled-build-files
.
- Make mulled-search to search biocontainers instead of mulled repository by default (thanks to @tom-tan).
- Allow setting a new base image with mulled-build.
- Fix mulled image cleanup. #55.
- Updates to CWL library functionality for several months worth of CWL tool updates.
- Allow finding tools by a URI-like strings (e.g.
file://
,http://
,dockstore://
). - Bring in latest Galaxy updates.
- Expanded options for mulled CLI tools and library functionality. Fixes #49.
- Fix bug in 17.5.4 where under certain conditions conda-build would attempt to be setup with the conda --use-local flag - which is not allowed.
- Fix local builds Conda support to reflect conda-build is required.
- Fix default target path for miniconda installs.
- Update against the latest Galaxy dev branch changes.
- Update Conda utilities to allow using locally built packages.
- Conda utility enhancements to fix a Planemo bug.
- Various improvements to Galaxy tool linting.
- Bring in the last of the Galaxy dev changes.
- Allow Conda installs to target global Conda config (for Planemo)
- Bring in the last of the Galaxy dev changes before branch of release_17.01.
- Improvements to mulled testing thanks to @mvdbeek.
- Revert changes to shell command execution in Galaxy that had unintended consequences for Planemo.
- Improved mulled logging thanks to @bgruening.
- Bring in the latest Galaxy dev changes.
- Fix mulled package data fetching for Mac OS X (thanks to @dannon).
- Small fixes including to reflect mulled name on quay.io changed to biocontainers.
- More mulled enhancements and bug fixes thanks to @bgruening and @daler.
- More mulled enhancements and bug fixes thanks to @bgruening.
- Fix bioconda support by adding conda-forge to list of default channels.
- More mulled enhancements thanks to @bgruening.
- Some docstring cleanup and minor tweaks to Conda support for downstream planemo mulled work.
- More mulled fixes and enhancements.
- Small mulled and Conda related fix and enhancements.
- Fix setup.py for features in 16.10.1.
- Updates for recents changes to Galaxy and initial mulled scripts and container resolver.
- Updates for recent changes to Galaxy.
- Updates for recent change to Galaxy.
- Updates for recent changes to Galaxy and cwltool.
- Updates to include Galaxy library for verifying test outputs and the latest dev changes to Galaxy.
- Fixes to CWL and Docker libraries for Planemo.
- Fixes to cwl processing for Planemo.
- Updates to cwl processing for Planemo.
- Updates to cwl processing for Planemo.
- Updates to cwltool_deps for Planemo.
- Updates to tool parsing and linting for Planemo.
- Update against the latest development branch of Galaxy.
- Update against the latest development branch of Galaxy.
- Update against the latest development branch of Galaxy.
- Update against the latest development branch of Galaxy.
- Fix a bug in the source distribution of galaxy-lib.
- Update against Galaxy's release_16.01 branch.
- Update against Galaxy's dev branch - including conda updates, dependency resolution changes, and toolbox updates.
- Additional fixes to setup.py and updates for recent changes to Galaxy's dev branch.
- Fix another bug that was preventing dependency resolution from working in Pulsar.
- Another setup.py fix for job metrics module.
- Python 3 fixes and updates for recent Galaxy dev commits.
- Fix for missing galaxy.tools.parser package in setup.py.
- Fix LICENSE in repository.
- Fix small issues with dependencies, naming, and versioning with first release.
- Setup project.