|
9 | 9 | 0.7.0.dev0 |
10 | 10 | --------------------- |
11 | 11 |
|
| 12 | +* Implement `shed_create` command to create Tool Shed repositories from |
| 13 | + ``.shed.yml`` files (thanks to Eric Rasche). `Pull Request 101`_ |
| 14 | +* Allow automatic creation of missing repositories during ``shed_upload`` |
| 15 | + with the new ``--force_repository_creation`` flag (thanks to Eric Rasche). |
| 16 | + `Pull Request 102`_ |
| 17 | +* Allow specifying files to exclude in ``.shed.yml`` when creating tar files |
| 18 | + for ``shed_upload`` (thanks to Björn Grüning). `Pull Request 99`_ |
| 19 | +* Resolve symbolic links when building Tool Shed tar files with |
| 20 | + ``shed_upload`` (thanks to Dave Bouvier). `Pull Request 104`_ |
| 21 | +* Add a `Contributor Code of Conduct |
| 22 | + <https://planemo.readthedocs.org/en/latest/conduct.html>`__. |
| 23 | + `Pull Request 113`_ |
| 24 | +* Omit ``tool_test_output.json `` from Tool Shed tar file created with |
| 25 | + ``shed_upload`` (thanks to Dave Bouvier). `Pull Request 111`_ |
| 26 | +* Update required version of bioblend_ to ``0.5.3``. Fixed `Issue 88`_. |
| 27 | +* Initial work on implementing tests cases for Tool Shed functionality. |
| 28 | + 182fe57_ |
| 29 | +* Download Galaxy from the new, official Github repository. 7c69bf6_ |
| 30 | +* Update travis_test to install stable planemo from PyPI. 39fedd2_ |
| 31 | +* Enable caching on ``--install_galaxy`` by default (disable with |
| 32 | + ``--no_cache_galaxy``). d755fe7_ |
12 | 33 |
|
13 | 34 | --------------------- |
14 | 35 | 0.6.0 (2015-03-16) |
@@ -141,6 +162,17 @@ History |
141 | 162 | tools - and more experimental features involving Docker and Homebrew. 7d07782_ |
142 | 163 |
|
143 | 164 | .. github_links |
| 165 | +.. _Pull Request 111: https://github.com/galaxyproject/planemo/pull/111 |
| 166 | +.. _Pull Request 99: https://github.com/galaxyproject/planemo/pull/99 |
| 167 | +.. _Pull Request 101: https://github.com/galaxyproject/planemo/pull/101 |
| 168 | +.. _Pull Request 102: https://github.com/galaxyproject/planemo/pull/102 |
| 169 | +.. _Issue 88: https://github.com/galaxyproject/planemo/issues/88 |
| 170 | +.. _182fe57: https://github.com/galaxyproject/planemo/commit/182fe57 |
| 171 | +.. _Pull Request 104: https://github.com/galaxyproject/planemo/pull/104 |
| 172 | +.. _7c69bf6: https://github.com/galaxyproject/planemo/commit/7c69bf6 |
| 173 | +.. _39fedd2: https://github.com/galaxyproject/planemo/commit/39fedd2 |
| 174 | +.. _d755fe7: https://github.com/galaxyproject/planemo/commit/d755fe7 |
| 175 | +.. _Pull Request 113: https://github.com/galaxyproject/planemo/pull/113 |
144 | 176 | .. _Pull Request 98: https://github.com/galaxyproject/planemo/pull/98 |
145 | 177 | .. _0bd4ff0: https://github.com/galaxyproject/planemo/commit/0bd4ff0 |
146 | 178 | .. _Pull Request 99: https://github.com/galaxyproject/planemo/pull/99 |
@@ -192,3 +224,5 @@ History |
192 | 224 | .. _a2c13e4: https://github.com/galaxyproject/planemo/commit/a2c13e46259e3be35de1ecaae858ba818bb94734 |
193 | 225 | .. _36f7cb11: https://github.com/galaxyproject/planemo/commit/36f7cb114f77731f90860d513a930e10ce5c1ba5 |
194 | 226 | .. _b9232e55: https://github.com/galaxyproject/planemo/commit/b9232e55e713abbd1d9ce8b0b34cbec6c701dc17 |
| 227 | + |
| 228 | +.. _bioblend: https://github.com/galaxyproject/bioblend/ |
0 commit comments