[galaxyproject/galaxy] fd90d7: Cleanup delayed action in history-view.js.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: fd90d764531cec90347cb53699914d4f3fcffa8f https://github.com/galaxyproject/galaxy/commit/fd90d764531cec90347cb53699914... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-29 (Fri, 29 Sep 2017) Changed paths: M client/galaxy/scripts/mvc/history/history-view.js M static/maps/mvc/history/history-view.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/history/history-view.js Log Message: ----------- Cleanup delayed action in history-view.js. Might fix #4698 but who knows. Commit: e132521255ca1349a556a337ee8e6b031bb1c382 https://github.com/galaxyproject/galaxy/commit/e132521255ca1349a556a337ee8e6... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-29 (Fri, 29 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_panel.py M test/selenium_tests/test_saved_histories.py Log Message: ----------- Selenium - bug fix for grabbing history name during transition. xref https://jenkins.galaxyproject.org/job/selenium/654/artifact/654-test-errors/... Commit: 2e3c6e8941b72aedf9704435e9aa83bd602aa97d https://github.com/galaxyproject/galaxy/commit/2e3c6e8941b72aedf9704435e9aa8... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-29 (Fri, 29 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_workflow_management.py Log Message: ----------- Selenium - bug fix for checking workflow names on workflow index page. xref https://jenkins.galaxyproject.org/job/selenium/654/artifact/654-test-errors/... Commit: 27ef24601ca1147cfa51990a7460d4f3ac49e829 https://github.com/galaxyproject/galaxy/commit/27ef24601ca1147cfa51990a7460d... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-29 (Fri, 29 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py Log Message: ----------- Fix typo. Commit: cce59aeb558873c1229f91dca6d21ee11da33d08 https://github.com/galaxyproject/galaxy/commit/cce59aeb558873c1229f91dca6d21... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_options.py M test/selenium_tests/test_history_panel.py Log Message: ----------- Remove deprecated method click_hda_title in navigates_galaxy. Commit: 3f28f847703b18e6098d33eabe2fa46bcacc1692 https://github.com/galaxyproject/galaxy/commit/3f28f847703b18e6098d33eabe2fa... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py Log Message: ----------- NavigatesGalaxy class docs. Commit: 28c8644f02a6080e0305b6c8caf46bd15c2517f4 https://github.com/galaxyproject/galaxy/commit/28c8644f02a6080e0305b6c8caf46... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_panel.py Log Message: ----------- More history panel abstractions in NavigatesGalaxy. Commit: afaea964cf0e980f41aa0d9c4a259efbf6613144 https://github.com/galaxyproject/galaxy/commit/afaea964cf0e980f41aa0d9c4a259... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/selenium_tests/framework.py M test/selenium_tests/test_registration.py Log Message: ----------- Selenium - cleanup duplication of DEFAULT_PASSWORD variable. Commit: c9915fc7e6617b8c8f0b3103028008e5f37e79d1 https://github.com/galaxyproject/galaxy/commit/c9915fc7e6617b8c8f0b310302800... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/framework.py M test/selenium_tests/test_custom_builds.py M test/selenium_tests/test_history_panel.py M test/selenium_tests/test_published_histories_grid.py M test/selenium_tests/test_saved_histories.py M test/selenium_tests/test_workflow_editor.py M test/selenium_tests/test_workflow_run.py Log Message: ----------- Switch to configurable, scaling approach to Selenium timeouts. Implement different "WAIT_TYPES" and try to sleep for different amounts of time based on what is being waited for. Replace sleep statements in addition to Selenium wait on statements. Commit: 14d4367cc47720d2a8c24250707655d9f40687fd https://github.com/galaxyproject/galaxy/commit/14d4367cc47720d2a8c2425070765... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/selenium_tests/framework.py Log Message: ----------- Allow forcing a particular user for some Selenium tests. Commit: 395eefcbb250ea682f27b4056a48ed416abd935c https://github.com/galaxyproject/galaxy/commit/395eefcbb250ea682f27b4056a48e... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/framework.py M test/selenium_tests/test_published_histories_grid.py M test/selenium_tests/test_saved_histories.py Log Message: ----------- Selenium - implement managed_history decorator for tests. Creates and deletes a history for tests - good for tests meant to aim at production servers that need to have useful metadata and need to be cleaned up. Commit: cc3c3a9b92c64f4daffbcc6f2257c090044c7e3e https://github.com/galaxyproject/galaxy/commit/cc3c3a9b92c64f4daffbcc6f2257c... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: A test-data/selenium-test-notebook.ipynb M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/framework.py A test/selenium_tests/test_jupyter.py Log Message: ----------- Implement outline of Jupyter testing. Commit: bff364753a6c3c77baa3a1a20ba3e0e2dcbc843a https://github.com/galaxyproject/galaxy/commit/bff364753a6c3c77baa3a1a20ba3e... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: A test/selenium_tests/test_navigates_galaxy.py Log Message: ----------- Add Selenium test case for testing bits of navigates_galaxy.py. Commit: 2d521ff927a10b1820363527a8422362e0a7bb74 https://github.com/galaxyproject/galaxy/commit/2d521ff927a10b1820363527a8422... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/selenium_tests/framework.py Log Message: ----------- Capture screenshots and such for setUp problems in Selenium tests as well. Commit: e709000206d516d92fb23f24e2a7179aa8b3ed22 https://github.com/galaxyproject/galaxy/commit/e709000206d516d92fb23f24e2a71... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/navigation-data.yml Log Message: ----------- Remove unused navigation data YAML thing... Commit: 0650978a9171866aeda4be0aedbd0090fd8649ec https://github.com/galaxyproject/galaxy/commit/0650978a9171866aeda4be0aedbd0... Author: John Chilton <jmchilton@gmail.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M test/galaxy_selenium/data.py M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/galaxy_selenium/navigation-data.yml A test/galaxy_selenium/navigation.yml M test/selenium_tests/test_anon_history.py M test/selenium_tests/test_collection_builders.py M test/selenium_tests/test_custom_builds.py M test/selenium_tests/test_history_options.py M test/selenium_tests/test_history_panel.py M test/selenium_tests/test_published_histories_grid.py M test/selenium_tests/test_saved_histories.py M test/selenium_tests/test_uploads.py Log Message: ----------- Switch to a new more structured YAML format for navigation data. Break everything into components. Commit: d685b49ef2dcea480e93c4b4ea532861a815a8e0 https://github.com/galaxyproject/galaxy/commit/d685b49ef2dcea480e93c4b4ea532... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-10-03 (Tue, 03 Oct 2017) Changed paths: M client/galaxy/scripts/mvc/history/history-view.js M static/maps/mvc/history/history-view.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/history/history-view.js A test-data/selenium-test-notebook.ipynb M test/galaxy_selenium/data.py M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/galaxy_selenium/navigation-data.yml A test/galaxy_selenium/navigation.yml M test/selenium_tests/framework.py M test/selenium_tests/test_anon_history.py M test/selenium_tests/test_collection_builders.py M test/selenium_tests/test_custom_builds.py M test/selenium_tests/test_history_options.py M test/selenium_tests/test_history_panel.py A test/selenium_tests/test_jupyter.py A test/selenium_tests/test_navigates_galaxy.py M test/selenium_tests/test_published_histories_grid.py M test/selenium_tests/test_registration.py M test/selenium_tests/test_saved_histories.py M test/selenium_tests/test_uploads.py M test/selenium_tests/test_workflow_editor.py M test/selenium_tests/test_workflow_management.py M test/selenium_tests/test_workflow_run.py Log Message: ----------- Merge pull request #4732 from jmchilton/selenium Selenium Overhaul Compare: https://github.com/galaxyproject/galaxy/compare/3d87afbb4174...d685b49ef2dc
participants (1)
-
GitHub