[galaxyproject/galaxy] 54d91e: Add additional validation to numeric input element
Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 54d91e585035bac3a9c72615ab70617b3ceb7669 https://github.com/galaxyproject/galaxy/commit/54d91e585035bac3a9c72615ab706... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-slider.js Log Message: ----------- Add additional validation to numeric input element Commit: 8ef320963a37566104af2da16580b002f6a42181 https://github.com/galaxyproject/galaxy/commit/8ef320963a37566104af2da16580b... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/collection/collection-model.js M client/galaxy/scripts/mvc/dataset/dataset-model.js Log Message: ----------- Fix for merging of HDA & DCE models into one model in the client. I wish they weren't merged together like this but they are so try to to handle the IDs in a less buggy way. Should fix https://github.com/galaxyproject/galaxy/issues/3782 though I'm unsure. Commit: 4ed7178d9bf550047efda22ba5f653e13f5d87bb https://github.com/galaxyproject/galaxy/commit/4ed7178d9bf550047efda22ba5f65... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- More backend speed ups for user's workflow index query. Commit: 64648aefd7e7f3a4062f1030001575fdb000cfc1 https://github.com/galaxyproject/galaxy/commit/64648aefd7e7f3a4062f103000157... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/collection/collection-view.js M client/galaxy/scripts/mvc/ui/ui-select-content.js Log Message: ----------- Ignore tool xml datatype settings for dragged history items Commit: 70392ddb3b08bdc7c3739add061ea1b45f78da38 https://github.com/galaxyproject/galaxy/commit/70392ddb3b08bdc7c3739add061ea... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-select-content.js Log Message: ----------- Remove debug statements, use drop data where needed Commit: af514327cb86032b31880ec478fa383be2c7ab76 https://github.com/galaxyproject/galaxy/commit/af514327cb86032b31880ec478fa3... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-select-content.js Log Message: ----------- Validate type using collection, from @jmchilton Commit: 36467c1e768be5e32c7e91387c6246171d12e92a https://github.com/galaxyproject/galaxy/commit/36467c1e768be5e32c7e91387c624... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-select-content.js Log Message: ----------- Add source to data entry Commit: 30ed27f9ad916b7bd31ad7366381807763ca2db2 https://github.com/galaxyproject/galaxy/commit/30ed27f9ad916b7bd31ad73663818... Author: guerler <aysam.guerler@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-select-content.js Log Message: ----------- Add additional check for history items Commit: 5eaa1301c648ff43651c745136ab71eb2cfde06d https://github.com/galaxyproject/galaxy/commit/5eaa1301c648ff43651c745136ab7... Author: John Chilton <jmchilton@gmail.com> Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: M static/maps/mvc/collection/collection-model.js.map M static/maps/mvc/collection/collection-view.js.map M static/maps/mvc/dataset/dataset-model.js.map M static/maps/mvc/ui/ui-select-content.js.map M static/maps/mvc/ui/ui-slider.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/extended.bundled.js M static/scripts/bundled/extended.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/collection/collection-model.js M static/scripts/mvc/collection/collection-view.js M static/scripts/mvc/dataset/dataset-model.js M static/scripts/mvc/ui/ui-select-content.js M static/scripts/mvc/ui/ui-slider.js Log Message: ----------- Rebuild client. Commit: 66e624f90b31200b950ad1543af8453d654b3939 https://github.com/galaxyproject/galaxy/commit/66e624f90b31200b950ad1543af84... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-03-23 (Fri, 23 Mar 2018) Changed paths: M client/galaxy/scripts/mvc/collection/collection-model.js M client/galaxy/scripts/mvc/collection/collection-view.js M client/galaxy/scripts/mvc/dataset/dataset-model.js M client/galaxy/scripts/mvc/ui/ui-select-content.js M client/galaxy/scripts/mvc/ui/ui-slider.js M lib/galaxy/webapps/galaxy/api/workflows.py M static/maps/mvc/collection/collection-model.js.map M static/maps/mvc/collection/collection-view.js.map M static/maps/mvc/dataset/dataset-model.js.map M static/maps/mvc/ui/ui-select-content.js.map M static/maps/mvc/ui/ui-slider.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/extended.bundled.js M static/scripts/bundled/extended.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/collection/collection-model.js M static/scripts/mvc/collection/collection-view.js M static/scripts/mvc/dataset/dataset-model.js M static/scripts/mvc/ui/ui-select-content.js M static/scripts/mvc/ui/ui-slider.js Log Message: ----------- Merge pull request #5765 from jmchilton/backport_cool_stuff_1801 [18.01] Backport various fixes from dev. Compare: https://github.com/galaxyproject/galaxy/compare/cb41e623510d...66e624f90b31
participants (1)
-
GitHub