Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: af7d7de596f89a3784c97d99e22a4386d0c46d41
https://github.com/galaxyproject/galaxy/commit/af7d7de596f89a3784c97d99e22a…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M lib/galaxy/tools/linters/general.py
M test/api/workflows_format_2/converter.py
M test/api/workflows_format_2/interface.py
M test/api/workflows_format_2/main.py
Log Message:
-----------
More fixes from downstream projects.
- Fixes a bug in lib/galaxy/tools/linters/general.py found through galaxy-lib.
- Brings in docstring and import order linting fixes from the gxformat2 project (https://github.com/jmchilton/gxformat2).
Commit: 5063384a6cbc9a7db9a0f252e561c522a133853c
https://github.com/galaxyproject/galaxy/commit/5063384a6cbc9a7db9a0f252e561…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-05-03 (Tue, 03 May 2016)
Changed paths:
M lib/galaxy/tools/linters/general.py
M test/api/workflows_format_2/converter.py
M test/api/workflows_format_2/interface.py
M test/api/workflows_format_2/main.py
Log Message:
-----------
Merge pull request #2292 from jmchilton/more_downstream_fixes
More small fixes from downstream projects.
Compare: https://github.com/galaxyproject/galaxy/compare/cbf569c417e6...5063384a6cbc
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 364f383ca8a3448e3cffa436acc0bf58d7895274
https://github.com/galaxyproject/galaxy/commit/364f383ca8a3448e3cffa436acc0…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M lib/galaxy/tools/__init__.py
M lib/galaxy/tools/cwl/cwltool_deps.py
M lib/galaxy/tools/cwl/parser.py
A lib/galaxy/tools/cwl/schema.py
M lib/galaxy/tools/lint.py
M lib/galaxy/tools/linters/__init__.py
M lib/galaxy/tools/linters/citations.py
M lib/galaxy/tools/linters/command.py
A lib/galaxy/tools/linters/general.py
M lib/galaxy/tools/linters/help.py
M lib/galaxy/tools/linters/inputs.py
M lib/galaxy/tools/linters/outputs.py
M lib/galaxy/tools/linters/stdio.py
M lib/galaxy/tools/linters/tests.py
R lib/galaxy/tools/linters/top_level.py
M lib/galaxy/tools/linters/xml_order.py
M lib/galaxy/tools/loader_directory.py
M lib/galaxy/tools/parser/factory.py
M lib/galaxy/tools/parser/xml.py
Log Message:
-----------
Enhance library functions for tools.
- Enhance lint and loaders to be able to handle tool parser objects instead of just raw XML. This will allow non-Galaxy-XML tool linting (e.g. CWL) and allow linters to use higher-level abstraction.
- Rework CWL tool loading to allow more fine-grain loading.
- Replace tol-level XML linter with a "general" linter that parses attributes using the ToolSource abstraction.
- Small updates to linting for recent additions to tool framework.
- More docstring usage and improved import order.
- Fixes discovered through planemo for "finding" non-XML tools.
Commit: e477504a8e371443da49f64139c27d037fa3b1d7
https://github.com/galaxyproject/galaxy/commit/e477504a8e371443da49f64139c2…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M lib/galaxy/tools/lint.py
M lib/galaxy/tools/linters/help.py
M lib/galaxy/tools/linters/xml_order.py
M lib/galaxy/tools/loader_directory.py
M lib/galaxy/tools/parser/factory.py
Log Message:
-----------
Misc fixes to #2279
Commit: 49a4f352d148d126c3f428763288874d6d55cf37
https://github.com/galaxyproject/galaxy/commit/49a4f352d148d126c3f428763288…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M lib/galaxy/tools/lint.py
M lib/galaxy/tools/linters/help.py
M lib/galaxy/tools/linters/xml_order.py
M lib/galaxy/tools/loader_directory.py
M lib/galaxy/tools/parser/factory.py
Log Message:
-----------
Merge pull request #47 from dannon/lint_16.04
Misc fixes to #2279
Commit: 5ff1693dd4da53550401ae1b1f8b40338bd79706
https://github.com/galaxyproject/galaxy/commit/5ff1693dd4da53550401ae1b1f8b…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M lib/galaxy/tools/__init__.py
M lib/galaxy/tools/cwl/cwltool_deps.py
M lib/galaxy/tools/cwl/parser.py
A lib/galaxy/tools/cwl/schema.py
M lib/galaxy/tools/lint.py
M lib/galaxy/tools/linters/__init__.py
M lib/galaxy/tools/linters/citations.py
M lib/galaxy/tools/linters/command.py
A lib/galaxy/tools/linters/general.py
M lib/galaxy/tools/linters/help.py
M lib/galaxy/tools/linters/inputs.py
M lib/galaxy/tools/linters/outputs.py
M lib/galaxy/tools/linters/stdio.py
M lib/galaxy/tools/linters/tests.py
R lib/galaxy/tools/linters/top_level.py
M lib/galaxy/tools/linters/xml_order.py
M lib/galaxy/tools/loader_directory.py
M lib/galaxy/tools/parser/factory.py
M lib/galaxy/tools/parser/xml.py
Log Message:
-----------
Merge pull request #2279 from jmchilton/lint_16.04
Enhance library functions for tools.
Compare: https://github.com/galaxyproject/galaxy/compare/2df8edf6b149...5ff1693dd4da
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 31583c31500561525f1399f6ed4d52266a553f63
https://github.com/galaxyproject/galaxy/commit/31583c31500561525f1399f6ed4d…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-04-29 (Fri, 29 Apr 2016)
Changed paths:
M config/galaxy.ini.sample
M lib/galaxy/config.py
M lib/galaxy/tools/search/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
Log Message:
-----------
fix searching on hyphenated strings; index and search on tool id stub
(tool id stub is a part of a long tool id that does not have the TS
part nor the version i.e. it has owner+repo+toolname)
also introduce config boost for labels and id stubs
Commit: 36763abe1201ff2e1f84418569c2915973df76b1
https://github.com/galaxyproject/galaxy/commit/36763abe1201ff2e1f84418569c2…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-05-02 (Mon, 02 May 2016)
Changed paths:
M config/galaxy.ini.sample
M lib/galaxy/config.py
M lib/galaxy/tools/search/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
Log Message:
-----------
Merge pull request #2273 from martenson/adjust-toolbox-search
improvements to toolbox search
Compare: https://github.com/galaxyproject/galaxy/compare/5cd6b47d6890...36763abe1201