Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 1a5ef156d9d58966bee8dba95ac2cf2803fe16a7 https://github.com/galaxyproject/galaxy/commit/1a5ef156d9d58966bee8dba95ac2c... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: M client/galaxy/scripts/mvc/dataset/dataset-li-edit.js M client/galaxy/scripts/mvc/tools/tools-form-base.js M lib/galaxy/managers/hdas.py M lib/galaxy/webapps/galaxy/api/history_contents.py M lib/galaxy/webapps/galaxy/api/tools.py M static/maps/galaxy-app-base.js.map M static/maps/mvc/dataset/dataset-li-edit.js.map M static/maps/mvc/tools/tools-form-base.js.map M static/scripts/galaxy-app-base.js M static/scripts/mvc/dataset/dataset-li-edit.js Log Message: ----------- First pass of updating rerun to use the new modal. Pretty hacky, needs cleanup. Commit: c51bfaa51aefff1e6be5c54b72fc51c4fc666264 https://github.com/galaxyproject/galaxy/commit/c51bfaa51aefff1e6be5c54b72fc5... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: M client/galaxy/scripts/mvc/tools/tools-form-base.js M lib/galaxy/webapps/galaxy/api/jobs.py M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/buildapp.py M static/maps/mvc/tools/tools-form-base.js.map M static/scripts/mvc/tools/tools-form-base.js Log Message: ----------- Flip API endpoint to the jobs API instead of hacking it into the existing tools api. Commit: 5953fb592202cd12cf4cfb78900a4f1b89e85c79 https://github.com/galaxyproject/galaxy/commit/5953fb592202cd12cf4cfb78900a4... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-16 (Wed, 16 Sep 2015) Changed paths: M lib/galaxy/webapps/galaxy/api/jobs.py Log Message: ----------- Use tool.to_json optional kwd to parse old job inputs instead of doing it manually. Commit: 3348715971bc85901553fe8b87f9d3962962b40c https://github.com/galaxyproject/galaxy/commit/3348715971bc85901553fe8b87f9d... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M lib/galaxy/webapps/galaxy/api/jobs.py Log Message: ----------- Add documentation to new API endpoint. Commit: a7ca9586bb8bffaf61d751e6b21da46a187bbad1 https://github.com/galaxyproject/galaxy/commit/a7ca9586bb8bffaf61d751e6b21da... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M lib/galaxy/managers/hdas.py M lib/galaxy/webapps/galaxy/api/jobs.py Log Message: ----------- Allow serialization of hdas without 'creating job', though we should probably look into how/why this can ever happen. Seems like there's a bug hidden here somewhere, but this allows the existing functionality to work and pass tests. Commit: 7c78e01b7da020d11cad29c906536e1ff95b484d https://github.com/galaxyproject/galaxy/commit/7c78e01b7da020d11cad29c906536... Author: Aysam Guerler <aysam.guerler@gmail.com> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M client/galaxy/scripts/mvc/dataset/dataset-li-edit.js M client/galaxy/scripts/mvc/tools/tools-form-base.js M lib/galaxy/managers/hdas.py M lib/galaxy/webapps/galaxy/api/history_contents.py M lib/galaxy/webapps/galaxy/api/jobs.py M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/buildapp.py M static/maps/galaxy-app-base.js.map M static/maps/mvc/dataset/dataset-li-edit.js.map M static/maps/mvc/tools/tools-form-base.js.map M static/scripts/galaxy-app-base.js M static/scripts/mvc/dataset/dataset-li-edit.js M static/scripts/mvc/tools/tools-form-base.js Log Message: ----------- Merge pull request #739 from dannon/rerun_newform Swap rerun to use iframe-less Galaxy.display. Compare: https://github.com/galaxyproject/galaxy/compare/4d4e19b37904...7c78e01b7da0