Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: bd8c2d18bd366863ffff5b7128e0cf6f5fe088c0 https://github.com/galaxyproject/galaxy/commit/bd8c2d18bd366863ffff5b7128e0c... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-26 (Thu, 26 Oct 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/samples.py Log Message: ----------- Restore api functions Commit: 7abe54e34d579f165331b7105da55309c474c76f https://github.com/galaxyproject/galaxy/commit/7abe54e34d579f165331b7105da55... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-26 (Thu, 26 Oct 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/samples.py Log Message: ----------- Restore update sample state api Commit: 1a52a8da16f460eb1d6d5dfc07882553dee21073 https://github.com/galaxyproject/galaxy/commit/1a52a8da16f460eb1d6d5dfc07882... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-26 (Thu, 26 Oct 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/samples.py Log Message: ----------- Add forms mixin to samples api Commit: 031b77f1e04bfc167b0a922dca2abcefaf8562a1 https://github.com/galaxyproject/galaxy/commit/031b77f1e04bfc167b0a922dca2ab... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-26 (Thu, 26 Oct 2017) Changed paths: M lib/galaxy/webapps/galaxy/api/samples.py Log Message: ----------- Fix lint Commit: d64333cabfc29eb5293802e21601f87dcb12d0cb https://github.com/galaxyproject/galaxy/commit/d64333cabfc29eb5293802e21601f... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-26 (Thu, 26 Oct 2017) Changed paths: R lib/galaxy/webapps/galaxy/api/request_types.py R lib/galaxy/webapps/galaxy/api/requests.py R lib/galaxy/webapps/galaxy/api/samples.py M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Remove Sample requests api endpoints Commit: 746859b2d3f2c973fa63c7959bcc2aeb149d5a42 https://github.com/galaxyproject/galaxy/commit/746859b2d3f2c973fa63c7959bcc2... Author: guerler <aysam.guerler@gmail.com> Date: 2017-10-30 (Mon, 30 Oct 2017) Changed paths: M .travis.yml M Makefile M client/galaxy/scripts/apps/panels/admin-panel.js M client/galaxy/scripts/mvc/library/library-folderlist-view.js M client/galaxy/scripts/mvc/library/library-folderrow-view.js M client/galaxy/scripts/mvc/library/library-librarylist-view.js M client/galaxy/scripts/mvc/library/library-model.js A client/galaxy/scripts/mvc/library/library-util.js M client/galaxy/scripts/mvc/toolshed/repository-queue-view.js M client/galaxy/scripts/mvc/toolshed/repository-view.js M client/galaxy/scripts/mvc/tours.js M client/galaxy/style/less/base.less M client/galaxy/style/less/ui.less M config/plugins/tours/core.galaxy_ui.yaml M config/plugins/tours/core.history.yaml M config/plugins/tours/core.scratchbook.yaml M doc/schema_template.md M lib/galaxy/dependencies/pinned-requirements.txt M lib/galaxy/managers/workflows.py M lib/galaxy/tools/xsd/galaxy.xsd M lib/galaxy/tours/__init__.py M lib/galaxy/util/path/ntpath.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/tool_shed/galaxy_install/grids/admin_toolshed_grids.py M run_tests.sh M static/maps/mvc/library/library-folderlist-view.js.map M static/maps/mvc/library/library-folderrow-view.js.map M static/maps/mvc/library/library-librarylist-view.js.map M static/maps/mvc/library/library-model.js.map A static/maps/mvc/library/library-util.js.map M static/maps/mvc/toolshed/repository-queue-view.js.map M static/maps/mvc/toolshed/repository-view.js.map M static/maps/mvc/tours.js.map M static/scripts/bundled/admin.bundled.js M static/scripts/bundled/admin.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/library/library-folderlist-view.js M static/scripts/mvc/library/library-folderrow-view.js M static/scripts/mvc/library/library-librarylist-view.js M static/scripts/mvc/library/library-model.js A static/scripts/mvc/library/library-util.js M static/scripts/mvc/toolshed/repository-queue-view.js M static/scripts/mvc/toolshed/repository-view.js M static/scripts/mvc/tours.js M static/style/blue/base.css R templates/admin/tool_shed_repository/initiate_repository_installation.mako A templates/admin/tool_shed_repository/monitor_repository_installation.mako R templates/admin/tool_shed_repository/repository_installation_grid.mako R templates/admin/tool_shed_repository/tool_dependencies_grid.mako M test/api/test_tools.py M test/docker/base/Dockerfile M test/docker/base/ansible_vars.yml M test/docker/base/run_test_wrapper.sh A test/functional/tools/data_source.py M test/functional/tools/samples_tool_conf.xml A test/functional/tools/test_data_source.xml M test/qunit/Gruntfile.js M test/qunit/package.json M test/qunit/test-app.js M test/qunit/test-common.js R test/qunit/test-libs/qunit-1.23.1.css R test/qunit/test-libs/qunit-1.23.1.js R test/qunit/test-libs/sinon-1.17.7.js R test/qunit/test-libs/sinon-qunit-1.0.0.js M test/qunit/tests/form_tests.js M test/qunit/tests/galaxy-app-base.js M test/qunit/tests/graph.js M test/qunit/tests/hda-base.js M test/qunit/tests/history_contents_model_tests.js M test/qunit/tests/job-dag.js M test/qunit/tests/list-of-pairs-collection-creator.js M test/qunit/tests/masthead_tests.js M test/qunit/tests/metrics-logger.js M test/qunit/tests/modal_tests.js M test/qunit/tests/page_tests.js M test/qunit/tests/popover_tests.js M test/qunit/tests/ui_tests.js M test/qunit/tests/upload_dialog_tests.js M test/qunit/tests/utils_test.js M test/qunit/tests/workflow_editor_tests.js M test/shed_functional/base/twilltestcase.py M tox.ini Log Message: ----------- Merge branch 'dev' into sample_api_removal Commit: 4485852b769326396676b8d884855765688730a8 https://github.com/galaxyproject/galaxy/commit/4485852b769326396676b8d884855... Author: John Chilton <jmchilton@gmail.com> Date: 2017-11-01 (Wed, 01 Nov 2017) Changed paths: R lib/galaxy/webapps/galaxy/api/request_types.py R lib/galaxy/webapps/galaxy/api/requests.py R lib/galaxy/webapps/galaxy/api/samples.py M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Merge pull request #4872 from guerler/sample_api_removal Remove legacy sample tracking api endpoints Compare: https://github.com/galaxyproject/galaxy/compare/2809ca47591b...4485852b7693