galaxy-commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
September 2017
- 1 participants
- 193 discussions
13 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: c5a08186b7ff8090b5ec7191ed149c3e13c9aa90
https://github.com/galaxyproject/galaxy/commit/c5a08186b7ff8090b5ec7191ed14…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M lib/galaxy/jobs/runners/cli.py
Log Message:
-----------
Retry job submissions in ShellJobRunner
If I submit a large amount of jobs in a very short time I sometimes see
```
galaxy.jobs.runners.cli ERROR 2017-09-11 05:03:02,404 (17633) submission
failed (stderr): qsub: submit error (Invalid credential)
```
in my logs for a minor subset of jobs (2 out of 120 in the last instance
that this happened).
In this case waiting a little while and trying again solves the problem.
By default we will try submitting the job 3 times, and sleep 10 seconds
before trying again.
Commit: ecd8b90e44decbef60db4359bf4837ef5b12ed1f
https://github.com/galaxyproject/galaxy/commit/ecd8b90e44decbef60db4359bf48…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M lib/galaxy/jobs/runners/cli.py
Log Message:
-----------
Decrease log-level for resubmission msg
and specifiy log level directly in if/else clause. Thx @erasche.
Commit: 11d4380d2b40b4e18806f6b2d1e07f4a6eec1f8b
https://github.com/galaxyproject/galaxy/commit/11d4380d2b40b4e18806f6b2d1e0…
Author: Eric Rasche <hxr(a)hx42.org>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M lib/galaxy/jobs/runners/cli.py
Log Message:
-----------
Merge pull request #4599 from mvdbeek/make_qsub_submissions_more_robust
Retry job submissions in ShellJobRunner
Compare: https://github.com/galaxyproject/galaxy/compare/e33b35def345...11d4380d2b40
1
0
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 60dd7306d04c47aa4a9b2efed149cb3c4d259a10
https://github.com/galaxyproject/galaxy/commit/60dd7306d04c47aa4a9b2efed149…
Author: E Rasche <hxr(a)hx42.org>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/dataproviders/dataset.py
M lib/galaxy/datatypes/dataproviders/external.py
M lib/galaxy/jobs/runners/state_handlers/_safe_eval.py
M lib/galaxy/jobs/runners/tasks.py
M lib/galaxy/model/metadata.py
M lib/galaxy/objectstore/azure_blob.py
M lib/galaxy/objectstore/pulsar.py
M lib/galaxy/webapps/galaxy/controllers/admin.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py
M lib/tool_shed/grids/repository_grids.py
Log Message:
-----------
Remove unreachable statements
Commit: 61e05670c26cb75b9a76e3660e049a6f9383a644
https://github.com/galaxyproject/galaxy/commit/61e05670c26cb75b9a76e3660e04…
Author: E Rasche <hxr(a)hx42.org>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/dataproviders/dataset.py
M lib/galaxy/jobs/runners/state_handlers/_safe_eval.py
Log Message:
-----------
now unused imports
Commit: e33b35def3453d6158bf6ed4109c3ec2dbffbc37
https://github.com/galaxyproject/galaxy/commit/e33b35def3453d6158bf6ed4109c…
Author: Marius van den Beek <m.vandenbeek(a)gmail.com>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/dataproviders/dataset.py
M lib/galaxy/datatypes/dataproviders/external.py
M lib/galaxy/jobs/runners/state_handlers/_safe_eval.py
M lib/galaxy/jobs/runners/tasks.py
M lib/galaxy/model/metadata.py
M lib/galaxy/objectstore/azure_blob.py
M lib/galaxy/objectstore/pulsar.py
M lib/galaxy/webapps/galaxy/controllers/admin.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py
M lib/tool_shed/grids/repository_grids.py
Log Message:
-----------
Merge pull request #4603 from erasche/dead-code
Remove unreachable statements
Compare: https://github.com/galaxyproject/galaxy/compare/26c7abb130ba...e33b35def345
1
0
[galaxyproject/galaxy] 8adbf0: Add show/hide deleted/hidden links when history is...
by GitHub 12 Sep '17
by GitHub 12 Sep '17
12 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 8adbf03f565b1d60fb42ca986d184387e19e94af
https://github.com/galaxyproject/galaxy/commit/8adbf03f565b1d60fb42ca986d18…
Author: chambm <matt.chambers42(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/history/history-view-edit.js
Log Message:
-----------
Add show/hide deleted/hidden links when history is filtered by find box; addresses #4103
Commit: 97264e3de8d9ea8cd0b4cec9bbe91b1b3d81636d
https://github.com/galaxyproject/galaxy/commit/97264e3de8d9ea8cd0b4cec9bbe9…
Author: chambm <matt.chambers42(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/history/history-view-edit.js
Log Message:
-----------
Try to start personal CI build
Commit: 1aadd7866f6b94460a5703a8aa35949f7632adcf
https://github.com/galaxyproject/galaxy/commit/1aadd7866f6b94460a5703a8aa35…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M static/maps/mvc/history/history-view-edit.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-edit.js
Log Message:
-----------
Make client.
Commit: fd1926767996a161cd2fc8bd184e6835fd688765
https://github.com/galaxyproject/galaxy/commit/fd1926767996a161cd2fc8bd184e…
Author: Matt Chambers <matt.chambers42(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M static/maps/mvc/history/history-view-edit.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-edit.js
Log Message:
-----------
Merge pull request #2 from dannon/chambmdev
Make client
Commit: 26c7abb130bade73b64284956f0077f35067095f
https://github.com/galaxyproject/galaxy/commit/26c7abb130bade73b64284956f00…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/history/history-view-edit.js
M static/maps/mvc/history/history-view-edit.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-edit.js
Log Message:
-----------
Merge remote-tracking branch 'chambm/dev' into dev
Compare: https://github.com/galaxyproject/galaxy/compare/9468bef057f6...26c7abb130ba
1
0
[galaxyproject/galaxy] 79a378: Small improvements to workflow editor Selenium tes...
by GitHub 12 Sep '17
by GitHub 12 Sep '17
12 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 79a37830bb75ccd4d8c18236f7938a50a83f87c2
https://github.com/galaxyproject/galaxy/commit/79a37830bb75ccd4d8c18236f793…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M test/galaxy_selenium/navigates_galaxy.py
M test/selenium_tests/test_workflow_editor.py
Log Message:
-----------
Small improvements to workflow editor Selenium tests.
I saw a failed test earlier that would have been fixed by a switch to wait_for_and_click in workflow_editor_click_options. This makes that switch and moves some of these workflow editor helper functions into navigates_galaxy.py for reuse by other test cases and by library users.
Commit: 9468bef057f6372f75ceaee832457386c79e39cc
https://github.com/galaxyproject/galaxy/commit/9468bef057f6372f75ceaee83245…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M test/galaxy_selenium/navigates_galaxy.py
M test/selenium_tests/test_workflow_editor.py
Log Message:
-----------
Merge pull request #4592 from jmchilton/workflow_click_fix
Small improvements to workflow editor Selenium tests.
Compare: https://github.com/galaxyproject/galaxy/compare/2e160935d9ce...9468bef057f6
1
0
[galaxyproject/galaxy] 822678: Support for applying window title on display() of ...
by GitHub 12 Sep '17
by GitHub 12 Sep '17
12 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 82267855ed3bc6d3f8911acf6e7e388023f6693d
https://github.com/galaxyproject/galaxy/commit/82267855ed3bc6d3f8911acf6e7e…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/mvc/workflow/workflow.js
M static/maps/layout/page.js.map
M static/maps/mvc/workflow/workflow.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
M static/scripts/mvc/workflow/workflow.js
Log Message:
-----------
Support for applying window title on display() of views.
Commit: 9a66adb4fe7a3be6e07baaec6cef8f553d6b486d
https://github.com/galaxyproject/galaxy/commit/9a66adb4fe7a3be6e07baaec6cef…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js.map
Log Message:
-----------
Standard (for now) paren spacing.
Commit: 84de84294c95110f0ee3059ad8a5e9924daf6a9d
https://github.com/galaxyproject/galaxy/commit/84de84294c95110f0ee3059ad8a5…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/history/history-list.js
M client/galaxy/scripts/mvc/tours.js
M client/galaxy/scripts/mvc/user/user-preferences.js
M static/maps/mvc/history/history-list.js.map
M static/maps/mvc/tours.js.map
M static/maps/mvc/user/user-preferences.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/mvc/history/history-list.js
M static/scripts/mvc/tours.js
M static/scripts/mvc/user/user-preferences.js
Log Message:
-----------
History List, Tours, and User Preferences titles
Commit: 6b2277e37dd0520de26442701407badcf792cfab
https://github.com/galaxyproject/galaxy/commit/6b2277e37dd0520de26442701407…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/mvc/history/history-list.js
M client/galaxy/scripts/mvc/tours.js
M client/galaxy/scripts/mvc/user/user-preferences.js
M client/galaxy/scripts/mvc/workflow/workflow.js
Log Message:
-----------
Automatically append 'Galaxy | ' to title instead of requiring it for all view titles.
Commit: 2cb8a28f7be2ff8b7076ef04a6d575d276e3bca6
https://github.com/galaxyproject/galaxy/commit/2cb8a28f7be2ff8b7076ef04a6d5…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M static/maps/layout/page.js.map
M static/maps/mvc/history/history-list.js.map
M static/maps/mvc/tours.js.map
M static/maps/mvc/user/user-preferences.js.map
M static/maps/mvc/workflow/workflow.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
M static/scripts/mvc/history/history-list.js
M static/scripts/mvc/tours.js
M static/scripts/mvc/user/user-preferences.js
M static/scripts/mvc/workflow/workflow.js
Log Message:
-----------
Rebuild.
Commit: 9a0506c5c0832c93dcd7844ea9de92b619c00773
https://github.com/galaxyproject/galaxy/commit/9a0506c5c0832c93dcd7844ea9de…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
Log Message:
-----------
Include Galaxy brand in titles.
Commit: 91eb849500faec57bebb35228a5a2e2638be70aa
https://github.com/galaxyproject/galaxy/commit/91eb849500faec57bebb35228a5a…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
Log Message:
-----------
Use 'Galaxy / Brand' consistent styling instead of 'Galaxy | Brand'
Commit: 935f25aa32b3a22a53de02d5bfe4b5f7de819a0b
https://github.com/galaxyproject/galaxy/commit/935f25aa32b3a22a53de02d5bfe4…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/grid/grid-shared.js
M static/maps/mvc/grid/grid-shared.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/grid/grid-shared.js
Log Message:
-----------
Titles for abstract grids w/ plural set.
Commit: f83188e7f3c19a5686a623d9bb30f683cd04ff27
https://github.com/galaxyproject/galaxy/commit/f83188e7f3c19a5686a623d9bb30…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/grid/grid-view.js
M static/maps/mvc/grid/grid-view.js.map
M static/scripts/bundled/admin.bundled.js
M static/scripts/bundled/admin.bundled.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/grid/grid-view.js
Log Message:
-----------
Normal grid title propagation.
Commit: 928ad294936c4f6ca4ebc007963578527886af02
https://github.com/galaxyproject/galaxy/commit/928ad294936c4f6ca4ebc0079635…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-09 (Sat, 09 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
Log Message:
-----------
Localize displayed titles.
Commit: 6b14dda216d103da518a906f4eda018eb58bafbe
https://github.com/galaxyproject/galaxy/commit/6b14dda216d103da518a906f4eda…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/mvc/grid/grid-view.js
M static/maps/layout/page.js.map
M static/maps/mvc/grid/grid-view.js.map
M static/scripts/bundled/admin.bundled.js
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
M static/scripts/mvc/grid/grid-view.js
Log Message:
-----------
Grids do a late initialization and the title isn't available until this happens (after display()), so provide a way to allow views to set title late if necessary.
Commit: 59d0e297f7217faed3d7c6d30e88678f1eaef600
https://github.com/galaxyproject/galaxy/commit/59d0e297f7217faed3d7c6d30e88…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
Log Message:
-----------
When title isn't set, revert to the default -- otherwise display()'d contents without titles show up with the previous and incorrect titles.
Commit: 2c40efb6c236220ccaffd7893fafa1b8969f1ad2
https://github.com/galaxyproject/galaxy/commit/2c40efb6c236220ccaffd7893faf…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/mvc/grid/grid-view.js
M client/galaxy/scripts/utils/utils.js
M static/maps/layout/page.js.map
M static/maps/mvc/grid/grid-view.js.map
M static/maps/utils/utils.js.map
M static/scripts/bundled/admin.bundled.js
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/layout/page.js
M static/scripts/mvc/grid/grid-view.js
M static/scripts/utils/utils.js
Log Message:
-----------
Minor refactor, use a single Utils.setWindowTitle() method.
Commit: a5dbf29e13e1d558ac1c6798e7952963b0599e6e
https://github.com/galaxyproject/galaxy/commit/a5dbf29e13e1d558ac1c6798e795…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/layout/page.js
M static/maps/layout/page.js.map
M static/scripts/bundled/libs.bundled.js.map
Log Message:
-----------
Use standard naming for Utils import.
Commit: ecb4e06799fb61c4577e1a52276359149670cdf7
https://github.com/galaxyproject/galaxy/commit/ecb4e06799fb61c4577e1a522763…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/utils/utils.js
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/utils/utils.js
Log Message:
-----------
We apparently always use '|' in the title, even though masthead uses '/'. It does look better.
Commit: ae1c68c7dbb9214def95e97a2f6714c68e23927b
https://github.com/galaxyproject/galaxy/commit/ae1c68c7dbb9214def95e97a2f67…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/apps/admin.js
M static/scripts/bundled/admin.bundled.js
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/libs.bundled.js.map
Log Message:
-----------
Set title on base admin page.
Commit: ff5b430319196a61e2a593b04a4bc60859062e3c
https://github.com/galaxyproject/galaxy/commit/ff5b430319196a61e2a593b04a4b…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M templates/webapps/galaxy/workflow/editor.mako
Log Message:
-----------
Workflow editor title fix (not new-style, to keep it simple and use the approach consistent with the .mako layout used.
Commit: c71d3035ab7bbcdfb682a39e4e9e3cb49417289d
https://github.com/galaxyproject/galaxy/commit/c71d3035ab7bbcdfb682a39e4e9e…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/library/library-folderlist-view.js
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M client/galaxy/style/less/library.less
A config/plugins/interactive_environments/hicbrowser/config/allowed_images.yml.sample
A config/plugins/interactive_environments/hicbrowser/config/hicbrowser.ini.sample
A config/plugins/interactive_environments/hicbrowser/config/hicbrowser.xml
A config/plugins/interactive_environments/hicbrowser/static/js/hicbrowser.js
A config/plugins/interactive_environments/hicbrowser/templates/hicbrowser.mako
M static/maps/mvc/library/library-folderlist-view.js.map
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/scripts/mvc/library/library-folderlist-view.js
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/style/blue/base.css
M static/style/blue/library.css
M test/galaxy_selenium/has_driver.py
M test/galaxy_selenium/navigates_galaxy.py
M test/selenium_tests/test_history_panel.py
M test/selenium_tests/test_history_sharing.py
M test/selenium_tests/test_login.py
M test/selenium_tests/test_published_histories_grid.py
A test/selenium_tests/test_saved_histories.py
Log Message:
-----------
Merge remote-tracking branch 'upstream/dev' into titles_in_views
Commit: 2e160935d9ceb3ca8441e3b51107594b9539573d
https://github.com/galaxyproject/galaxy/commit/2e160935d9ceb3ca8441e3b51107…
Author: Aysam Guerler <aysam.guerler(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M client/galaxy/scripts/apps/admin.js
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/mvc/grid/grid-shared.js
M client/galaxy/scripts/mvc/grid/grid-view.js
M client/galaxy/scripts/mvc/history/history-list.js
M client/galaxy/scripts/mvc/tours.js
M client/galaxy/scripts/mvc/user/user-preferences.js
M client/galaxy/scripts/mvc/workflow/workflow.js
M client/galaxy/scripts/utils/utils.js
M static/maps/layout/page.js.map
M static/maps/mvc/grid/grid-shared.js.map
M static/maps/mvc/grid/grid-view.js.map
M static/maps/mvc/history/history-list.js.map
M static/maps/mvc/tours.js.map
M static/maps/mvc/user/user-preferences.js.map
M static/maps/mvc/workflow/workflow.js.map
M static/maps/utils/utils.js.map
M static/scripts/bundled/admin.bundled.js
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/bundled/login.bundled.js.map
M static/scripts/layout/page.js
M static/scripts/mvc/grid/grid-shared.js
M static/scripts/mvc/grid/grid-view.js
M static/scripts/mvc/history/history-list.js
M static/scripts/mvc/tours.js
M static/scripts/mvc/user/user-preferences.js
M static/scripts/mvc/workflow/workflow.js
M static/scripts/utils/utils.js
M templates/webapps/galaxy/workflow/editor.mako
Log Message:
-----------
Merge pull request #4578 from dannon/titles_in_views
Delegate displaying of page titles to Layout.display()
Compare: https://github.com/galaxyproject/galaxy/compare/36a3a6b3d9c0...2e160935d9ce
1
0
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 87b798d40a5acb78ddf428d82639f2d5a7f40098
https://github.com/galaxyproject/galaxy/commit/87b798d40a5acb78ddf428d82639…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Changed paths:
M config/datatypes_conf.xml.sample
M lib/galaxy/datatypes/binary.py
Log Message:
-----------
FAST5 archive support
Commit: 9e6cb13e314d451cba7e0eaf841f05410ac19750
https://github.com/galaxyproject/galaxy/commit/9e6cb13e314d451cba7e0eaf841f…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
A .ci/autopep8.sh
M .ci/flake8_blacklist.txt
M .ci/flake8_docstrings_include_list.txt
M .ci/flake8_lint_include_list.txt
M .ci/flake8_wrapper_docstrings.sh
M .ci/jenkins/selenium/docker-compose.yml
M .ci/jenkins/selenium/run_tests.sh
M .ci/py3_sources.txt
M .gitignore
M .travis.yml
M CITATION
M CONTRIBUTING.md
M CONTRIBUTORS.md
M Makefile
M README.rst
A SECURITY_POLICY.md
M client/bower.json
A client/galaxy/scripts/admin.toolshed.js
A client/galaxy/scripts/apps/admin.js
M client/galaxy/scripts/apps/analysis.js
R client/galaxy/scripts/apps/history-panel.js
M client/galaxy/scripts/apps/login.js
A client/galaxy/scripts/apps/panels/admin-panel.js
A client/galaxy/scripts/apps/panels/history-panel.js
A client/galaxy/scripts/apps/panels/tool-panel.js
R client/galaxy/scripts/apps/tool-panel.js
M client/galaxy/scripts/galaxy.interactive_environments.js
M client/galaxy/scripts/galaxy.js
M client/galaxy/scripts/galaxy.library.js
M client/galaxy/scripts/galaxy.pages.js
M client/galaxy/scripts/layout/menu.js
M client/galaxy/scripts/layout/page.js
M client/galaxy/scripts/layout/panel.js
A client/galaxy/scripts/layout/router.js
M client/galaxy/scripts/layout/scratchbook.js
R client/galaxy/scripts/libs/jquery/jqtouch.js
M client/galaxy/scripts/mvc/citation/citation-view.js
A client/galaxy/scripts/mvc/collection/base-creator.js
M client/galaxy/scripts/mvc/collection/collection-model.js
M client/galaxy/scripts/mvc/collection/collection-view-edit.js
M client/galaxy/scripts/mvc/collection/collection-view.js
M client/galaxy/scripts/mvc/collection/list-collection-creator.js
M client/galaxy/scripts/mvc/collection/list-of-pairs-collection-creator.js
M client/galaxy/scripts/mvc/collection/pair-collection-creator.js
M client/galaxy/scripts/mvc/dataset/data.js
A client/galaxy/scripts/mvc/dataset/dataset-edit-attributes.js
A client/galaxy/scripts/mvc/dataset/dataset-error.js
M client/galaxy/scripts/mvc/dataset/dataset-li-edit.js
M client/galaxy/scripts/mvc/dataset/dataset-li.js
M client/galaxy/scripts/mvc/dataset/dataset-model.js
M client/galaxy/scripts/mvc/form/form-input.js
M client/galaxy/scripts/mvc/form/form-parameters.js
M client/galaxy/scripts/mvc/form/form-repeat.js
M client/galaxy/scripts/mvc/form/form-section.js
M client/galaxy/scripts/mvc/form/form-view.js
A client/galaxy/scripts/mvc/form/form-wrapper.js
M client/galaxy/scripts/mvc/grid/grid-model.js
A client/galaxy/scripts/mvc/grid/grid-shared.js
M client/galaxy/scripts/mvc/grid/grid-template.js
M client/galaxy/scripts/mvc/grid/grid-view.js
M client/galaxy/scripts/mvc/history/hda-li.js
M client/galaxy/scripts/mvc/history/hdca-li.js
M client/galaxy/scripts/mvc/history/history-contents.js
A client/galaxy/scripts/mvc/history/history-list.js
M client/galaxy/scripts/mvc/history/history-model.js
M client/galaxy/scripts/mvc/history/history-view-edit-current.js
M client/galaxy/scripts/mvc/history/history-view-edit.js
M client/galaxy/scripts/mvc/history/history-view.js
M client/galaxy/scripts/mvc/history/options-menu.js
A client/galaxy/scripts/mvc/job/job-params.js
M client/galaxy/scripts/mvc/library/library-dataset-view.js
M client/galaxy/scripts/mvc/library/library-folder-view.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-foldertoolbar-view.js
M client/galaxy/scripts/mvc/library/library-library-view.js
M client/galaxy/scripts/mvc/library/library-librarylist-view.js
M client/galaxy/scripts/mvc/library/library-libraryrow-view.js
M client/galaxy/scripts/mvc/library/library-librarytoolbar-view.js
M client/galaxy/scripts/mvc/library/library-model.js
M client/galaxy/scripts/mvc/tag.js
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M client/galaxy/scripts/mvc/tool/tool-form-composite.js
R client/galaxy/scripts/mvc/tool/tool-form-workflow.js
M client/galaxy/scripts/mvc/tool/tool-form.js
A client/galaxy/scripts/mvc/tool/tool-genomespace.js
M client/galaxy/scripts/mvc/tool/tools.js
A client/galaxy/scripts/mvc/toolshed/categories-view.js
A client/galaxy/scripts/mvc/toolshed/repo-queue-view.js
A client/galaxy/scripts/mvc/toolshed/repo-status-view.js
A client/galaxy/scripts/mvc/toolshed/repositories-view.js
A client/galaxy/scripts/mvc/toolshed/repository-queue-view.js
A client/galaxy/scripts/mvc/toolshed/repository-view.js
A client/galaxy/scripts/mvc/toolshed/shed-list-view.js
A client/galaxy/scripts/mvc/toolshed/toolshed-model.js
A client/galaxy/scripts/mvc/toolshed/util.js
A client/galaxy/scripts/mvc/toolshed/workflows-view.js
M client/galaxy/scripts/mvc/tours.js
M client/galaxy/scripts/mvc/ui/ui-buttons.js
M client/galaxy/scripts/mvc/ui/ui-color-picker.js
M client/galaxy/scripts/mvc/ui/ui-drilldown.js
M client/galaxy/scripts/mvc/ui/ui-list.js
M client/galaxy/scripts/mvc/ui/ui-misc.js
M client/galaxy/scripts/mvc/ui/ui-options.js
M client/galaxy/scripts/mvc/ui/ui-popover.js
M client/galaxy/scripts/mvc/ui/ui-select-content.js
M client/galaxy/scripts/mvc/ui/ui-select-default.js
A client/galaxy/scripts/mvc/ui/ui-select-genomespace.js
M client/galaxy/scripts/mvc/ui/ui-slider.js
M client/galaxy/scripts/mvc/ui/ui-table.js
A client/galaxy/scripts/mvc/upload/collection/collection-row.js
A client/galaxy/scripts/mvc/upload/collection/collection-view.js
M client/galaxy/scripts/mvc/upload/upload-ftp.js
M client/galaxy/scripts/mvc/upload/upload-view.js
A client/galaxy/scripts/mvc/user/user-custom-builds.js
M client/galaxy/scripts/mvc/user/user-preferences.js
M client/galaxy/scripts/mvc/user/user-quotameter.js
M client/galaxy/scripts/mvc/webhooks.js
A client/galaxy/scripts/mvc/workflow/workflow-forms.js
M client/galaxy/scripts/mvc/workflow/workflow-manager.js
A client/galaxy/scripts/mvc/workflow/workflow-model.js
M client/galaxy/scripts/mvc/workflow/workflow-node.js
M client/galaxy/scripts/mvc/workflow/workflow-terminals.js
M client/galaxy/scripts/mvc/workflow/workflow-view-terminals.js
M client/galaxy/scripts/mvc/workflow/workflow-view.js
A client/galaxy/scripts/mvc/workflow/workflow.js
A client/galaxy/scripts/nls/de/locale.js
A client/galaxy/scripts/nls/es/locale.js
A client/galaxy/scripts/nls/fr/locale.js
M client/galaxy/scripts/nls/ja/locale.js
M client/galaxy/scripts/nls/locale.js
M client/galaxy/scripts/nls/zh/locale.js
M client/galaxy/scripts/onload.js
M client/galaxy/scripts/reports_webapp/run_stats.js
M client/galaxy/scripts/ui/scroll-panel.js
M client/galaxy/scripts/utils/graph.js
M client/galaxy/scripts/utils/query-string-parsing.js
M client/galaxy/scripts/utils/uploadbox.js
M client/galaxy/scripts/utils/utils.js
M client/galaxy/scripts/viz/circster.js
M client/galaxy/scripts/viz/phyloviz.js
M client/galaxy/scripts/viz/trackster.js
M client/galaxy/scripts/viz/trackster/painters.js
M client/galaxy/scripts/viz/trackster/tracks.js
M client/galaxy/scripts/viz/visualization.js
M client/galaxy/style/less/base.less
M client/galaxy/style/less/dataset.less
M client/galaxy/style/less/galaxy_bootstrap/overrides.less
M client/galaxy/style/less/galaxy_bootstrap/variables.less
M client/galaxy/style/less/galaxy_variables.less
M client/galaxy/style/less/history.less
R client/galaxy/style/less/iphone.less
A client/galaxy/style/less/theme/plain.less
M client/galaxy/style/less/ui.less
M client/galaxy/style/less/ui/paired-collection-creator.less
M client/galaxy/style/less/upload.less
M client/galaxy/style/source_material/circle.py
M client/grunt-tasks/install-libs.js
M client/grunt-tasks/style.js
A client/package-lock.json
M client/package.json
M client/toolshed/scripts/mvc/groups/group-list-view.js
M client/webpack.config.js
A config/containers_conf.yml.sample
M config/datatypes_conf.xml.sample
M config/dependency_resolvers_conf.xml.sample
A config/error_report.yml.sample
M config/galaxy.ini.sample
M config/job_conf.xml.sample_advanced
A config/lmod_modules_mapping.yml.sample
M config/openid_conf.xml.sample
M config/plugins/interactive_environments/bam_iobio/config/bam_iobio.ini.sample
M config/plugins/interactive_environments/bam_iobio/static/js/bam_iobio.js
M config/plugins/interactive_environments/bam_iobio/templates/bam_iobio.mako
M config/plugins/interactive_environments/common/templates/ie.mako
A config/plugins/interactive_environments/ethercalc/config/allowed_images.yml.sample
A config/plugins/interactive_environments/ethercalc/config/ethercalc.ini.sample
A config/plugins/interactive_environments/ethercalc/config/ethercalc.xml
A config/plugins/interactive_environments/ethercalc/static/js/ethercalc.js
A config/plugins/interactive_environments/ethercalc/templates/ethercalc.mako
M config/plugins/interactive_environments/jupyter/config/allowed_images.yml.sample
M config/plugins/interactive_environments/jupyter/config/jupyter.ini.sample
M config/plugins/interactive_environments/jupyter/static/js/jupyter.js
M config/plugins/interactive_environments/jupyter/templates/jupyter.mako
M config/plugins/interactive_environments/neo/config/allowed_images.yml.sample
M config/plugins/interactive_environments/neo/config/neo.ini.sample
M config/plugins/interactive_environments/neo/config/neo.xml
M config/plugins/interactive_environments/neo/static/js/neo.js
M config/plugins/interactive_environments/neo/templates/neo.mako
M config/plugins/interactive_environments/phinch/config/phinch.ini.sample
M config/plugins/interactive_environments/phinch/static/js/phinch.js
M config/plugins/interactive_environments/phinch/templates/phinch.mako
M config/plugins/interactive_environments/rstudio/config/allowed_images.yml.sample
M config/plugins/interactive_environments/rstudio/config/rstudio.ini.sample
M config/plugins/interactive_environments/rstudio/static/js/crypto/base64.js
M config/plugins/interactive_environments/rstudio/static/js/crypto/rstudio.big.js
M config/plugins/interactive_environments/rstudio/static/js/crypto/rstudio/base64.js
M config/plugins/interactive_environments/rstudio/static/js/crypto/wu/base64.js
M config/plugins/interactive_environments/rstudio/static/js/rstudio.js
M config/plugins/interactive_environments/rstudio/templates/rstudio.mako
M config/plugins/tours/core.galaxy_ui.yaml
M config/plugins/tours/core.history.yaml
M config/plugins/visualizations/charts/static/client/components/screenshot.js
A config/plugins/visualizations/charts/static/repository/build/biojs_phylocanvas.js
A config/plugins/visualizations/charts/static/repository/build/biojs_phylocanvas.js.map
R config/plugins/visualizations/charts/static/repository/build/cytoscape_basic.js
R config/plugins/visualizations/charts/static/repository/build/cytoscape_basic.js.map
A config/plugins/visualizations/charts/static/repository/build/cytoscape_viewer.js
A config/plugins/visualizations/charts/static/repository/build/cytoscape_viewer.js.map
A config/plugins/visualizations/charts/static/repository/build/ngl_viewer.js
A config/plugins/visualizations/charts/static/repository/build/ngl_viewer.js.map
M config/plugins/visualizations/charts/static/repository/build/registry.js
M config/plugins/visualizations/charts/static/repository/build/registry.js.map
M config/plugins/visualizations/charts/static/repository/build/registry.tmp.js
M config/plugins/visualizations/charts/static/repository/plugins/biojs/drawrnajs/views/optspanel.js
M config/plugins/visualizations/charts/static/repository/plugins/biojs/drawrnajs/views/vispanel.js
A config/plugins/visualizations/charts/static/repository/plugins/biojs/phylocanvas/phylocanvas.js
A config/plugins/visualizations/charts/static/repository/plugins/ngl/viewer.js
M config/plugins/visualizations/charts/static/repository/registry.json
A config/plugins/visualizations/charts/static/repository/utilities/sifjson.js
M config/plugins/visualizations/charts/static/repository/utilities/utils.js
A config/plugins/visualizations/charts/static/repository/visualizations/biojs/phylocanvas/config.js
A config/plugins/visualizations/charts/static/repository/visualizations/biojs/phylocanvas/logo.png
A config/plugins/visualizations/charts/static/repository/visualizations/biojs/phylocanvas/wrapper.js
R config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/basic/config.js
R config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/basic/logo.png
R config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/basic/wrapper.js
A config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/viewer/config.js
A config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/viewer/logo.png
A config/plugins/visualizations/charts/static/repository/visualizations/cytoscape/viewer/wrapper.js
A config/plugins/visualizations/charts/static/repository/visualizations/ngl/viewer/config.js
A config/plugins/visualizations/charts/static/repository/visualizations/ngl/viewer/logo.png
A config/plugins/visualizations/charts/static/repository/visualizations/ngl/viewer/wrapper.js
M config/plugins/visualizations/charts/static/repository/visualizations/utilities/tabular-form.js
M config/plugins/visualizations/charts/static/repository/visualizations/utilities/tabular-utilities.js
M config/plugins/visualizations/graphviz/static/js/toolPanelFunctions.js
A config/plugins/visualizations/unipept/README.md
A config/plugins/visualizations/unipept/config/unipept.xml
A config/plugins/visualizations/unipept/static/style.css
A config/plugins/visualizations/unipept/static/tooltip.css
A config/plugins/visualizations/unipept/static/unipept-visualizations.es5.js
A config/plugins/visualizations/unipept/static/unipept-visualizations.es5.js.map
A config/plugins/visualizations/unipept/static/unipept_viz.js
A config/plugins/visualizations/unipept/templates/glyphicons-86-repeat.png
A config/plugins/visualizations/unipept/templates/unipept.mako
A config/plugins/webhooks/demo/search/config/searchover.yaml
A config/plugins/webhooks/demo/search/static/script.js
A config/plugins/webhooks/demo/search/static/styles.css
A config/plugins/webhooks/demo/tool_list/config/tool_list.yml
A config/plugins/webhooks/demo/tool_list/helper/__init__.py
A config/plugins/webhooks/demo/tour_generator/config/tour_generator.yml
A config/plugins/webhooks/demo/tour_generator/helper/__init__.py
A config/plugins/webhooks/demo/tour_generator/static/script.js
A config/plugins/webhooks/demo/tour_generator/static/styles.css
R config/reports.ini.sample
A config/reports.yml.sample
A config/swarm_manager_conf.yml.sample
M config/tool_conf.xml.main
M config/tool_conf.xml.sample
M config/tool_destinations.yml.sample
R config/tool_shed.ini.sample
A config/tool_shed.yml.sample
A config/user_preferences_extra_conf.yml.sample
M contrib/galaxy.debian-init
M contrib/galaxy_supervisor.conf
M contrib/nagios/check_galaxy.py
M cron/build_chrom_db.py
M cron/updateucsc.sh.sample
M display_applications/igv/bigwig.xml
M doc/Makefile
R doc/patch.py
A doc/source/admin/authentication.md
R doc/source/admin/chat-0.png
R doc/source/admin/chat-1.png
R doc/source/admin/chat-2.png
R doc/source/admin/chat-3.png
R doc/source/admin/chat-4.png
R doc/source/admin/chat.rst
R doc/source/admin/communication_server.png
R doc/source/admin/communication_server_rooms.png
M doc/source/admin/dependency_resolvers.rst
M doc/source/admin/framework_dependencies.rst
R doc/source/admin/grt.rst
R doc/source/admin/images_webhooks/history-menu.png
R doc/source/admin/images_webhooks/masthead.png
R doc/source/admin/images_webhooks/masthead_trans_object.png
R doc/source/admin/images_webhooks/tool.png
R doc/source/admin/images_webhooks/workflow.png
M doc/source/admin/index.rst
R doc/source/admin/interactive_environments.png
R doc/source/admin/interactive_environments.rst
R doc/source/admin/interactive_environments.svg
R doc/source/admin/mulled_containers.rst
A doc/source/admin/reports.md
A doc/source/admin/reports.rst
A doc/source/admin/reports_options.rst
A doc/source/admin/special_topics/bug_reports.rst
A doc/source/admin/special_topics/chat-0.png
A doc/source/admin/special_topics/chat-1.png
A doc/source/admin/special_topics/chat-2.png
A doc/source/admin/special_topics/chat-3.png
A doc/source/admin/special_topics/chat-4.png
A doc/source/admin/special_topics/chat.rst
A doc/source/admin/special_topics/communication_server.png
A doc/source/admin/special_topics/communication_server_rooms.png
A doc/source/admin/special_topics/grafana.png
A doc/source/admin/special_topics/grt.rst
A doc/source/admin/special_topics/images_webhooks/history-menu.png
A doc/source/admin/special_topics/images_webhooks/masthead.png
A doc/source/admin/special_topics/images_webhooks/masthead_trans_object.png
A doc/source/admin/special_topics/images_webhooks/tool.png
A doc/source/admin/special_topics/images_webhooks/workflow.png
A doc/source/admin/special_topics/index.rst
A doc/source/admin/special_topics/interactive_environments.png
A doc/source/admin/special_topics/interactive_environments.rst
A doc/source/admin/special_topics/interactive_environments.svg
A doc/source/admin/special_topics/mulled_containers.rst
A doc/source/admin/special_topics/performance_tracking.rst
A doc/source/admin/special_topics/webhooks.rst
A doc/source/admin/tool_panel.rst
M doc/source/admin/useful_scripts.rst
R doc/source/admin/webhooks.rst
M doc/source/api_doc.rst
M doc/source/conf.py
M doc/source/dev/build_a_job_runner.rst
A doc/source/dev/finding_and_improving_slow_code.rst
M doc/source/dev/index.rst
M doc/source/dev/interactive_environments.rst
M doc/source/index.rst
M doc/source/lib/galaxy.actions.rst
M doc/source/lib/galaxy.auth.providers.rst
M doc/source/lib/galaxy.auth.rst
A doc/source/lib/galaxy.containers.rst
M doc/source/lib/galaxy.dataset_collections.rst
M doc/source/lib/galaxy.dataset_collections.types.rst
M doc/source/lib/galaxy.datatypes.converters.rst
M doc/source/lib/galaxy.datatypes.dataproviders.rst
M doc/source/lib/galaxy.datatypes.display_applications.rst
M doc/source/lib/galaxy.datatypes.rst
M doc/source/lib/galaxy.datatypes.util.rst
M doc/source/lib/galaxy.dependencies.rst
M doc/source/lib/galaxy.eggs.rst
M doc/source/lib/galaxy.exceptions.rst
M doc/source/lib/galaxy.external_services.result_handlers.rst
M doc/source/lib/galaxy.external_services.rst
M doc/source/lib/galaxy.forms.rst
M doc/source/lib/galaxy.jobs.actions.rst
M doc/source/lib/galaxy.jobs.deferred.rst
M doc/source/lib/galaxy.jobs.metrics.collectl.rst
M doc/source/lib/galaxy.jobs.metrics.instrumenters.rst
M doc/source/lib/galaxy.jobs.metrics.rst
M doc/source/lib/galaxy.jobs.rst
M doc/source/lib/galaxy.jobs.runners.rst
M doc/source/lib/galaxy.jobs.runners.state_handlers.rst
M doc/source/lib/galaxy.jobs.runners.util.cli.job.rst
M doc/source/lib/galaxy.jobs.runners.util.cli.rst
M doc/source/lib/galaxy.jobs.runners.util.cli.shell.rst
M doc/source/lib/galaxy.jobs.runners.util.condor.rst
A doc/source/lib/galaxy.jobs.runners.util.drmaa.rst
M doc/source/lib/galaxy.jobs.runners.util.job_script.rst
M doc/source/lib/galaxy.jobs.runners.util.rst
M doc/source/lib/galaxy.jobs.splitters.rst
M doc/source/lib/galaxy.managers.rst
M doc/source/lib/galaxy.model.migrate.rst
M doc/source/lib/galaxy.model.orm.rst
M doc/source/lib/galaxy.model.rst
M doc/source/lib/galaxy.model.tool_shed_install.migrate.rst
M doc/source/lib/galaxy.model.tool_shed_install.rst
M doc/source/lib/galaxy.objectstore.rst
M doc/source/lib/galaxy.openid.rst
M doc/source/lib/galaxy.quota.rst
M doc/source/lib/galaxy.rst
M doc/source/lib/galaxy.sample_tracking.rst
M doc/source/lib/galaxy.security.rst
R doc/source/lib/galaxy.tags.rst
M doc/source/lib/galaxy.tools.actions.rst
A doc/source/lib/galaxy.tools.cwl.rst
M doc/source/lib/galaxy.tools.data.rst
M doc/source/lib/galaxy.tools.data_manager.rst
A doc/source/lib/galaxy.tools.deps.container_resolvers.rst
A doc/source/lib/galaxy.tools.deps.mulled.rst
M doc/source/lib/galaxy.tools.deps.resolvers.rst
M doc/source/lib/galaxy.tools.deps.rst
M doc/source/lib/galaxy.tools.filters.rst
M doc/source/lib/galaxy.tools.imp_exp.rst
M doc/source/lib/galaxy.tools.linters.rst
A doc/source/lib/galaxy.tools.locations.rst
M doc/source/lib/galaxy.tools.parameters.rst
M doc/source/lib/galaxy.tools.parser.rst
M doc/source/lib/galaxy.tools.rst
M doc/source/lib/galaxy.tools.search.rst
M doc/source/lib/galaxy.tools.toolbox.filters.rst
M doc/source/lib/galaxy.tools.toolbox.lineages.rst
M doc/source/lib/galaxy.tools.toolbox.rst
M doc/source/lib/galaxy.tools.util.galaxyops.rst
M doc/source/lib/galaxy.tools.util.rst
A doc/source/lib/galaxy.tools.verify.asserts.rst
A doc/source/lib/galaxy.tools.verify.rst
A doc/source/lib/galaxy.tours.rst
M doc/source/lib/galaxy.util.backports.rst
M doc/source/lib/galaxy.util.log.rst
M doc/source/lib/galaxy.util.pastescript.rst
M doc/source/lib/galaxy.util.rst
M doc/source/lib/galaxy.visualization.data_providers.phyloviz.rst
M doc/source/lib/galaxy.visualization.data_providers.rst
M doc/source/lib/galaxy.visualization.genome.rst
M doc/source/lib/galaxy.visualization.plugins.rst
M doc/source/lib/galaxy.visualization.rst
M doc/source/lib/galaxy.visualization.tracks.rst
M doc/source/lib/galaxy.web.base.controllers.rst
M doc/source/lib/galaxy.web.base.rst
M doc/source/lib/galaxy.web.framework.helpers.rst
M doc/source/lib/galaxy.web.framework.middleware.rst
M doc/source/lib/galaxy.web.framework.rst
M doc/source/lib/galaxy.web.proxy.rst
M doc/source/lib/galaxy.web.rst
M doc/source/lib/galaxy.web.security.rst
A doc/source/lib/galaxy.web.stack.rst
M doc/source/lib/galaxy.webapps.galaxy.api.rst
M doc/source/lib/galaxy.webapps.galaxy.controllers.rst
M doc/source/lib/galaxy.webapps.galaxy.rst
M doc/source/lib/galaxy.webapps.reports.controllers.rst
M doc/source/lib/galaxy.webapps.reports.rst
M doc/source/lib/galaxy.webapps.rst
M doc/source/lib/galaxy.webapps.tool_shed.api.rst
M doc/source/lib/galaxy.webapps.tool_shed.controllers.rst
M doc/source/lib/galaxy.webapps.tool_shed.framework.middleware.rst
M doc/source/lib/galaxy.webapps.tool_shed.framework.rst
M doc/source/lib/galaxy.webapps.tool_shed.model.migrate.rst
M doc/source/lib/galaxy.webapps.tool_shed.model.rst
M doc/source/lib/galaxy.webapps.tool_shed.rst
M doc/source/lib/galaxy.webapps.tool_shed.search.rst
M doc/source/lib/galaxy.webapps.tool_shed.security.rst
M doc/source/lib/galaxy.webapps.tool_shed.util.rst
A doc/source/lib/galaxy.webhooks.rst
M doc/source/lib/galaxy.work.rst
M doc/source/lib/galaxy.workflow.rst
M doc/source/lib/galaxy.workflow.schedulers.rst
M doc/source/lib/galaxy_ext.metadata.rst
M doc/source/lib/galaxy_ext.rst
M doc/source/lib/log_tempfile.rst
M doc/source/lib/psyco_full.rst
M doc/source/lib/tool_shed.capsule.rst
M doc/source/lib/tool_shed.dependencies.repository.rst
M doc/source/lib/tool_shed.dependencies.rst
M doc/source/lib/tool_shed.dependencies.tool.rst
M doc/source/lib/tool_shed.galaxy_install.datatypes.rst
M doc/source/lib/tool_shed.galaxy_install.grids.rst
M doc/source/lib/tool_shed.galaxy_install.metadata.rst
M doc/source/lib/tool_shed.galaxy_install.migrate.rst
M doc/source/lib/tool_shed.galaxy_install.repository_dependencies.rst
M doc/source/lib/tool_shed.galaxy_install.rst
M doc/source/lib/tool_shed.galaxy_install.tool_dependencies.recipe.rst
M doc/source/lib/tool_shed.galaxy_install.tool_dependencies.rst
M doc/source/lib/tool_shed.galaxy_install.tools.rst
M doc/source/lib/tool_shed.galaxy_install.utility_containers.rst
M doc/source/lib/tool_shed.grids.rst
M doc/source/lib/tool_shed.managers.rst
M doc/source/lib/tool_shed.metadata.rst
M doc/source/lib/tool_shed.repository_types.rst
M doc/source/lib/tool_shed.rst
M doc/source/lib/tool_shed.tools.rst
M doc/source/lib/tool_shed.util.rst
M doc/source/lib/tool_shed.utility_containers.rst
M doc/source/project/issues.rst
M doc/source/project/organization.rst
M doc/source/releases/13.01_announce.rst
M doc/source/releases/13.02_announce.rst
M doc/source/releases/13.04_announce.rst
M doc/source/releases/13.06_announce.rst
M doc/source/releases/13.08_announce.rst
M doc/source/releases/13.11_announce.rst
M doc/source/releases/14.02_announce.rst
M doc/source/releases/14.04_announce.rst
M doc/source/releases/14.06_announce.rst
M doc/source/releases/14.08_announce.rst
M doc/source/releases/14.10_announce.rst
M doc/source/releases/15.01_announce.rst
M doc/source/releases/15.03_announce.rst
M doc/source/releases/15.05.rst
M doc/source/releases/15.05_announce.rst
M doc/source/releases/15.07_announce.rst
M doc/source/releases/15.10_announce.rst
M doc/source/releases/16.01_announce.rst
M doc/source/releases/16.04_announce.rst
M doc/source/releases/16.07_announce.rst
M doc/source/releases/16.10_announce.rst
M doc/source/releases/17.01_announce.rst
A doc/source/releases/17.05.rst
M doc/source/releases/17.05_announce.rst
A doc/source/releases/17.09_announce.rst
M doc/source/releases/_header.rst
M doc/source/releases/_thanks.rst
M doc/source/releases/index.rst
M doc/source/releases/older_releases.rst
M doc/source/slideshow/architecture/galaxy_architecture.md
M doc/source/slideshow/architecture/images/hda_dataset.plantuml.svg
M doc/source/slideshow/architecture/images/hda_hdca.plantuml.svg
M doc/source/slideshow/architecture/images/objectstore.plantuml.svg
M doc/source/slideshow/architecture/images/plantuml_options.txt
M doc/source/slideshow/architecture/images/server_client.plantuml.svg
M doc/source/slideshow/architecture/images/server_client_old.plantuml.svg
M doc/source/slideshow/architecture/images/webapp.plantuml.svg
M doc/source/slideshow/architecture/style.css
M doc/source/ts_api_doc.rst
M lib/galaxy/__init__.py
M lib/galaxy/actions/admin.py
M lib/galaxy/app.py
M lib/galaxy/auth/__init__.py
M lib/galaxy/auth/providers/ldap_ad.py
M lib/galaxy/config.py
A lib/galaxy/containers/__init__.py
A lib/galaxy/containers/docker.py
A lib/galaxy/containers/docker_decorators.py
A lib/galaxy/containers/docker_model.py
A lib/galaxy/containers/docker_swarm.py
A lib/galaxy/containers/docker_swarm_manager.py
M lib/galaxy/dataset_collections/builder.py
M lib/galaxy/dataset_collections/matching.py
M lib/galaxy/dataset_collections/registry.py
M lib/galaxy/dataset_collections/structure.py
M lib/galaxy/dataset_collections/subcollections.py
M lib/galaxy/dataset_collections/type_description.py
M lib/galaxy/dataset_collections/types/__init__.py
M lib/galaxy/dataset_collections/types/list.py
M lib/galaxy/dataset_collections/types/paired.py
M lib/galaxy/datatypes/assembly.py
M lib/galaxy/datatypes/binary.py
M lib/galaxy/datatypes/blast.py
M lib/galaxy/datatypes/chrominfo.py
R lib/galaxy/datatypes/converters/bcf_bgzip_to_bcf_converter.py
R lib/galaxy/datatypes/converters/bcf_bgzip_to_bcf_converter.xml
R lib/galaxy/datatypes/converters/bcf_to_bcf_bgzip_converter.py
R lib/galaxy/datatypes/converters/bcf_to_bcf_bgzip_converter.xml
A lib/galaxy/datatypes/converters/bcf_to_bcf_uncompressed_converter.xml
A lib/galaxy/datatypes/converters/bcf_uncompressed_to_bcf_converter.xml
M lib/galaxy/datatypes/converters/bed_to_gff_converter.py
M lib/galaxy/datatypes/converters/bedgraph_to_array_tree_converter.py
M lib/galaxy/datatypes/converters/bgzip.py
M lib/galaxy/datatypes/converters/cml_to_inchi_converter.xml
M lib/galaxy/datatypes/converters/cml_to_mol2_converter.xml
M lib/galaxy/datatypes/converters/cml_to_sdf_converter.xml
M lib/galaxy/datatypes/converters/cml_to_smi_converter.xml
M lib/galaxy/datatypes/converters/fasta_to_len.py
M lib/galaxy/datatypes/converters/fasta_to_tabular_converter.py
M lib/galaxy/datatypes/converters/fastqsolexa_to_fasta_converter.py
M lib/galaxy/datatypes/converters/fastqsolexa_to_qual_converter.py
M lib/galaxy/datatypes/converters/gff_to_bed_converter.py
M lib/galaxy/datatypes/converters/gff_to_interval_index_converter.py
M lib/galaxy/datatypes/converters/inchi_to_cml_converter.xml
M lib/galaxy/datatypes/converters/inchi_to_mol2_converter.xml
M lib/galaxy/datatypes/converters/inchi_to_mol_converter.xml
M lib/galaxy/datatypes/converters/inchi_to_sdf_converter.xml
M lib/galaxy/datatypes/converters/inchi_to_smi_converter.xml
M lib/galaxy/datatypes/converters/interval_to_bed_converter.py
M lib/galaxy/datatypes/converters/interval_to_bedstrict_converter.py
M lib/galaxy/datatypes/converters/interval_to_coverage.py
M lib/galaxy/datatypes/converters/interval_to_fli.py
M lib/galaxy/datatypes/converters/interval_to_interval_index_converter.py
M lib/galaxy/datatypes/converters/interval_to_tabix_converter.py
M lib/galaxy/datatypes/converters/lped_to_fped_converter.py
M lib/galaxy/datatypes/converters/lped_to_pbed_converter.py
M lib/galaxy/datatypes/converters/maf_to_fasta_converter.py
M lib/galaxy/datatypes/converters/maf_to_interval_converter.py
M lib/galaxy/datatypes/converters/mol2_to_cml_converter.xml
M lib/galaxy/datatypes/converters/mol2_to_inchi_converter.xml
M lib/galaxy/datatypes/converters/mol2_to_mol_converter.xml
M lib/galaxy/datatypes/converters/mol2_to_sdf_converter.xml
M lib/galaxy/datatypes/converters/mol2_to_smi_converter.xml
M lib/galaxy/datatypes/converters/mol_to_cml_converter.xml
M lib/galaxy/datatypes/converters/mol_to_inchi_converter.xml
M lib/galaxy/datatypes/converters/mol_to_mol2_converter.xml
M lib/galaxy/datatypes/converters/mol_to_smi_converter.xml
M lib/galaxy/datatypes/converters/pbed_ldreduced_converter.py
M lib/galaxy/datatypes/converters/pbed_to_lped_converter.py
M lib/galaxy/datatypes/converters/picard_interval_list_to_bed6_converter.py
M lib/galaxy/datatypes/converters/pileup_to_interval_index_converter.py
M lib/galaxy/datatypes/converters/ref_to_seq_taxonomy_converter.py
M lib/galaxy/datatypes/converters/sam_to_bam.py
M lib/galaxy/datatypes/converters/sdf_to_cml_converter.xml
M lib/galaxy/datatypes/converters/sdf_to_inchi_converter.xml
M lib/galaxy/datatypes/converters/sdf_to_mol2_converter.xml
M lib/galaxy/datatypes/converters/sdf_to_smi_converter.xml
M lib/galaxy/datatypes/converters/smi_to_cml_converter.xml
M lib/galaxy/datatypes/converters/smi_to_inchi_converter.xml
M lib/galaxy/datatypes/converters/smi_to_mol2_converter.xml
M lib/galaxy/datatypes/converters/smi_to_mol_converter.xml
M lib/galaxy/datatypes/converters/smi_to_sdf_converter.xml
M lib/galaxy/datatypes/converters/smi_to_smi_converter.xml
M lib/galaxy/datatypes/converters/tabular_to_dbnsfp.py
M lib/galaxy/datatypes/converters/vcf_to_interval_index_converter.py
M lib/galaxy/datatypes/converters/wiggle_to_array_tree_converter.py
M lib/galaxy/datatypes/converters/wiggle_to_simple_converter.py
M lib/galaxy/datatypes/coverage.py
M lib/galaxy/datatypes/data.py
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/dataproviders/chunk.py
M lib/galaxy/datatypes/dataproviders/column.py
M lib/galaxy/datatypes/dataproviders/dataset.py
M lib/galaxy/datatypes/dataproviders/decorators.py
M lib/galaxy/datatypes/dataproviders/exceptions.py
M lib/galaxy/datatypes/dataproviders/external.py
M lib/galaxy/datatypes/dataproviders/hierarchy.py
M lib/galaxy/datatypes/dataproviders/line.py
M lib/galaxy/datatypes/display_applications/application.py
M lib/galaxy/datatypes/display_applications/parameters.py
M lib/galaxy/datatypes/display_applications/util.py
M lib/galaxy/datatypes/genetics.py
M lib/galaxy/datatypes/graph.py
M lib/galaxy/datatypes/images.py
M lib/galaxy/datatypes/interval.py
M lib/galaxy/datatypes/molecules.py
M lib/galaxy/datatypes/mothur.py
M lib/galaxy/datatypes/msa.py
M lib/galaxy/datatypes/neo4j.py
M lib/galaxy/datatypes/ngsindex.py
A lib/galaxy/datatypes/plant_tribes.py
M lib/galaxy/datatypes/proteomics.py
M lib/galaxy/datatypes/qualityscore.py
M lib/galaxy/datatypes/registry.py
M lib/galaxy/datatypes/sequence.py
M lib/galaxy/datatypes/set_metadata_tool.xml
M lib/galaxy/datatypes/sniff.py
M lib/galaxy/datatypes/tabular.py
A lib/galaxy/datatypes/test/1.bcf
A lib/galaxy/datatypes/test/1.bcf_uncompressed
A lib/galaxy/datatypes/test/1.memepsp
A lib/galaxy/datatypes/test/1.ptkscmp
A lib/galaxy/datatypes/test/1.xls
M lib/galaxy/datatypes/text.py
M lib/galaxy/datatypes/tracks.py
M lib/galaxy/datatypes/triples.py
M lib/galaxy/datatypes/util/generic_util.py
M lib/galaxy/datatypes/util/gff_util.py
M lib/galaxy/datatypes/xml.py
M lib/galaxy/dependencies/__init__.py
M lib/galaxy/dependencies/conda-environment.txt
M lib/galaxy/dependencies/conditional-requirements.txt
M lib/galaxy/dependencies/dev-requirements.txt
M lib/galaxy/dependencies/pinned-hashed-requirements.txt
M lib/galaxy/dependencies/pinned-requirements.txt
M lib/galaxy/dependencies/requirements.txt
M lib/galaxy/exceptions/__init__.py
M lib/galaxy/exceptions/error_codes.py
M lib/galaxy/external_services/actions.py
M lib/galaxy/external_services/parameters.py
M lib/galaxy/external_services/result_handlers/basic.py
M lib/galaxy/external_services/service.py
M lib/galaxy/forms/forms.py
M lib/galaxy/jobs/__init__.py
M lib/galaxy/jobs/actions/post.py
M lib/galaxy/jobs/command_factory.py
M lib/galaxy/jobs/datasets.py
M lib/galaxy/jobs/deferred/__init__.py
M lib/galaxy/jobs/deferred/data_transfer.py
M lib/galaxy/jobs/deferred/manual_data_transfer.py
M lib/galaxy/jobs/deferred/pacific_biosciences_smrt_portal.py
M lib/galaxy/jobs/dynamic_tool_destination.py
M lib/galaxy/jobs/error_level.py
M lib/galaxy/jobs/handler.py
M lib/galaxy/jobs/manager.py
M lib/galaxy/jobs/mapper.py
M lib/galaxy/jobs/metrics/__init__.py
M lib/galaxy/jobs/metrics/collectl/cli.py
M lib/galaxy/jobs/metrics/collectl/processes.py
M lib/galaxy/jobs/metrics/collectl/stats.py
M lib/galaxy/jobs/metrics/collectl/subsystems.py
M lib/galaxy/jobs/metrics/instrumenters/__init__.py
M lib/galaxy/jobs/metrics/instrumenters/collectl.py
M lib/galaxy/jobs/metrics/instrumenters/core.py
M lib/galaxy/jobs/metrics/instrumenters/cpuinfo.py
M lib/galaxy/jobs/metrics/instrumenters/env.py
M lib/galaxy/jobs/metrics/instrumenters/meminfo.py
M lib/galaxy/jobs/metrics/instrumenters/uname.py
M lib/galaxy/jobs/output_checker.py
M lib/galaxy/jobs/rule_helper.py
M lib/galaxy/jobs/runners/__init__.py
A lib/galaxy/jobs/runners/chronos.py
M lib/galaxy/jobs/runners/cli.py
M lib/galaxy/jobs/runners/condor.py
M lib/galaxy/jobs/runners/drmaa.py
M lib/galaxy/jobs/runners/godocker.py
M lib/galaxy/jobs/runners/kubernetes.py
M lib/galaxy/jobs/runners/local.py
M lib/galaxy/jobs/runners/pbs.py
M lib/galaxy/jobs/runners/pulsar.py
M lib/galaxy/jobs/runners/slurm.py
M lib/galaxy/jobs/runners/state_handlers/_safe_eval.py
M lib/galaxy/jobs/runners/state_handlers/resubmit.py
M lib/galaxy/jobs/runners/tasks.py
M lib/galaxy/jobs/runners/util/cli/__init__.py
M lib/galaxy/jobs/runners/util/cli/shell/local.py
M lib/galaxy/jobs/runners/util/cli/shell/rsh.py
M lib/galaxy/jobs/runners/util/drmaa/__init__.py
M lib/galaxy/jobs/splitters/basic.py
M lib/galaxy/jobs/splitters/multi.py
M lib/galaxy/jobs/stock_rules.py
M lib/galaxy/jobs/transfer_manager.py
M lib/galaxy/managers/annotatable.py
M lib/galaxy/managers/api_keys.py
M lib/galaxy/managers/base.py
M lib/galaxy/managers/citations.py
M lib/galaxy/managers/collections.py
M lib/galaxy/managers/collections_util.py
M lib/galaxy/managers/configuration.py
M lib/galaxy/managers/containers.py
M lib/galaxy/managers/context.py
M lib/galaxy/managers/datasets.py
M lib/galaxy/managers/deletable.py
M lib/galaxy/managers/folders.py
M lib/galaxy/managers/hdas.py
M lib/galaxy/managers/hdcas.py
M lib/galaxy/managers/histories.py
M lib/galaxy/managers/history_contents.py
M lib/galaxy/managers/lddas.py
M lib/galaxy/managers/libraries.py
A lib/galaxy/managers/library_datasets.py
M lib/galaxy/managers/pages.py
M lib/galaxy/managers/ratable.py
M lib/galaxy/managers/rbac_secured.py
M lib/galaxy/managers/roles.py
M lib/galaxy/managers/secured.py
M lib/galaxy/managers/sharable.py
M lib/galaxy/managers/taggable.py
M lib/galaxy/managers/tags.py
M lib/galaxy/managers/users.py
M lib/galaxy/managers/visualizations.py
M lib/galaxy/managers/workflows.py
M lib/galaxy/model/__init__.py
M lib/galaxy/model/base.py
M lib/galaxy/model/custom_types.py
M lib/galaxy/model/item_attrs.py
M lib/galaxy/model/mapping.py
M lib/galaxy/model/metadata.py
M lib/galaxy/model/migrate/check.py
M lib/galaxy/model/migrate/versions/0001_initial_tables.py
M lib/galaxy/model/migrate/versions/0002_metadata_file_table.py
M lib/galaxy/model/migrate/versions/0003_security_and_libraries.py
M lib/galaxy/model/migrate/versions/0004_indexes_and_defaults.py
M lib/galaxy/model/migrate/versions/0005_cleanup_datasets_fix.py
M lib/galaxy/model/migrate/versions/0006_change_qual_datatype.py
M lib/galaxy/model/migrate/versions/0007_sharing_histories.py
M lib/galaxy/model/migrate/versions/0008_galaxy_forms.py
M lib/galaxy/model/migrate/versions/0009_request_table.py
M lib/galaxy/model/migrate/versions/0010_hda_display_at_authz_table.py
M lib/galaxy/model/migrate/versions/0011_v0010_mysql_index_fix.py
M lib/galaxy/model/migrate/versions/0012_user_address.py
M lib/galaxy/model/migrate/versions/0013_change_lib_item_templates_to_forms.py
M lib/galaxy/model/migrate/versions/0014_pages.py
M lib/galaxy/model/migrate/versions/0015_tagging.py
M lib/galaxy/model/migrate/versions/0016_v0015_mysql_index_fix.py
M lib/galaxy/model/migrate/versions/0017_library_item_indexes.py
M lib/galaxy/model/migrate/versions/0018_ordered_tags_and_page_tags.py
M lib/galaxy/model/migrate/versions/0019_request_library_folder.py
M lib/galaxy/model/migrate/versions/0020_library_upload_job.py
M lib/galaxy/model/migrate/versions/0021_user_prefs.py
M lib/galaxy/model/migrate/versions/0022_visualization_tables.py
M lib/galaxy/model/migrate/versions/0023_page_published_and_deleted_columns.py
M lib/galaxy/model/migrate/versions/0024_page_slug_unique_constraint.py
M lib/galaxy/model/migrate/versions/0025_user_info.py
M lib/galaxy/model/migrate/versions/0026_cloud_tables.py
M lib/galaxy/model/migrate/versions/0027_request_events.py
M lib/galaxy/model/migrate/versions/0028_external_metadata_file_override.py
M lib/galaxy/model/migrate/versions/0029_user_actions.py
M lib/galaxy/model/migrate/versions/0030_history_slug_column.py
M lib/galaxy/model/migrate/versions/0031_community_and_workflow_tags.py
M lib/galaxy/model/migrate/versions/0032_stored_workflow_slug_column.py
M lib/galaxy/model/migrate/versions/0033_published_cols_for_histories_and_workflows.py
M lib/galaxy/model/migrate/versions/0034_page_user_share_association.py
M lib/galaxy/model/migrate/versions/0035_item_annotations_and_workflow_step_tags.py
M lib/galaxy/model/migrate/versions/0036_add_deleted_column_to_library_template_assoc_tables.py
M lib/galaxy/model/migrate/versions/0037_samples_library.py
M lib/galaxy/model/migrate/versions/0038_add_inheritable_column_to_library_template_assoc_tables.py
M lib/galaxy/model/migrate/versions/0039_add_synopsis_column_to_library_table.py
M lib/galaxy/model/migrate/versions/0040_page_annotations.py
M lib/galaxy/model/migrate/versions/0041_workflow_invocation.py
M lib/galaxy/model/migrate/versions/0042_workflow_invocation_fix.py
M lib/galaxy/model/migrate/versions/0043_visualization_sharing_tagging_annotating.py
M lib/galaxy/model/migrate/versions/0044_add_notify_column_to_request_table.py
M lib/galaxy/model/migrate/versions/0045_request_type_permissions_table.py
M lib/galaxy/model/migrate/versions/0046_post_job_actions.py
M lib/galaxy/model/migrate/versions/0047_job_table_user_id_column.py
M lib/galaxy/model/migrate/versions/0048_dataset_instance_state_column.py
M lib/galaxy/model/migrate/versions/0049_api_keys_table.py
M lib/galaxy/model/migrate/versions/0050_drop_cloud_tables.py
M lib/galaxy/model/migrate/versions/0051_imported_col_for_jobs_table.py
M lib/galaxy/model/migrate/versions/0052_sample_dataset_table.py
M lib/galaxy/model/migrate/versions/0053_item_ratings.py
M lib/galaxy/model/migrate/versions/0054_visualization_dbkey.py
M lib/galaxy/model/migrate/versions/0055_add_pja_assoc_for_jobs.py
M lib/galaxy/model/migrate/versions/0056_workflow_outputs.py
M lib/galaxy/model/migrate/versions/0057_request_notify.py
M lib/galaxy/model/migrate/versions/0058_history_import_export.py
M lib/galaxy/model/migrate/versions/0059_sample_dataset_file_path.py
M lib/galaxy/model/migrate/versions/0060_history_archive_import.py
M lib/galaxy/model/migrate/versions/0061_tasks.py
M lib/galaxy/model/migrate/versions/0062_user_openid_table.py
M lib/galaxy/model/migrate/versions/0063_sequencer_table.py
M lib/galaxy/model/migrate/versions/0064_add_run_and_sample_run_association_tables.py
M lib/galaxy/model/migrate/versions/0065_add_name_to_form_fields_and_values.py
M lib/galaxy/model/migrate/versions/0066_deferred_job_and_transfer_job_tables.py
M lib/galaxy/model/migrate/versions/0067_populate_sequencer_table.py
M lib/galaxy/model/migrate/versions/0068_rename_sequencer_to_external_services.py
M lib/galaxy/model/migrate/versions/0069_rename_sequencer_form_type.py
M lib/galaxy/model/migrate/versions/0070_add_info_column_to_deferred_job_table.py
M lib/galaxy/model/migrate/versions/0071_add_history_and_workflow_to_sample.py
M lib/galaxy/model/migrate/versions/0072_add_pid_and_socket_columns_to_transfer_job_table.py
M lib/galaxy/model/migrate/versions/0073_add_ldda_to_implicit_conversion_table.py
M lib/galaxy/model/migrate/versions/0074_add_purged_column_to_library_dataset_table.py
M lib/galaxy/model/migrate/versions/0075_add_subindex_column_to_run_table.py
M lib/galaxy/model/migrate/versions/0076_fix_form_values_data_corruption.py
M lib/galaxy/model/migrate/versions/0077_create_tool_tag_association_table.py
M lib/galaxy/model/migrate/versions/0078_add_columns_for_disk_usage_accounting.py
M lib/galaxy/model/migrate/versions/0079_input_library_to_job_table.py
M lib/galaxy/model/migrate/versions/0080_quota_tables.py
M lib/galaxy/model/migrate/versions/0081_add_tool_version_to_hda_ldda.py
M lib/galaxy/model/migrate/versions/0082_add_tool_shed_repository_table.py
M lib/galaxy/model/migrate/versions/0083_add_prepare_files_to_task.py
M lib/galaxy/model/migrate/versions/0084_add_ldda_id_to_implicit_conversion_table.py
M lib/galaxy/model/migrate/versions/0085_add_task_info.py
M lib/galaxy/model/migrate/versions/0086_add_tool_shed_repository_table_columns.py
M lib/galaxy/model/migrate/versions/0087_tool_id_guid_map_table.py
M lib/galaxy/model/migrate/versions/0088_add_installed_changeset_revison_column.py
M lib/galaxy/model/migrate/versions/0089_add_object_store_id_columns.py
M lib/galaxy/model/migrate/versions/0090_add_tool_shed_repository_table_columns.py
M lib/galaxy/model/migrate/versions/0091_add_tool_version_tables.py
M lib/galaxy/model/migrate/versions/0092_add_migrate_tools_table.py
M lib/galaxy/model/migrate/versions/0093_add_job_params_col.py
M lib/galaxy/model/migrate/versions/0094_add_job_handler_col.py
M lib/galaxy/model/migrate/versions/0095_hda_subsets.py
M lib/galaxy/model/migrate/versions/0096_openid_provider.py
M lib/galaxy/model/migrate/versions/0097_add_ctx_rev_column.py
M lib/galaxy/model/migrate/versions/0098_genome_index_tool_data_table.py
M lib/galaxy/model/migrate/versions/0099_add_tool_dependency_table.py
M lib/galaxy/model/migrate/versions/0100_alter_tool_dependency_table_version_column.py
M lib/galaxy/model/migrate/versions/0101_drop_installed_changeset_revision_column.py
M lib/galaxy/model/migrate/versions/0102_add_tool_dependency_status_columns.py
M lib/galaxy/model/migrate/versions/0103_add_tool_shed_repository_status_columns.py
M lib/galaxy/model/migrate/versions/0104_update_genome_downloader_job_parameters.py
M lib/galaxy/model/migrate/versions/0105_add_cleanup_event_table.py
M lib/galaxy/model/migrate/versions/0106_add_missing_indexes.py
M lib/galaxy/model/migrate/versions/0107_add_exit_code_to_job_and_task.py
M lib/galaxy/model/migrate/versions/0108_add_extended_metadata.py
M lib/galaxy/model/migrate/versions/0109_add_repository_dependency_tables.py
M lib/galaxy/model/migrate/versions/0110_add_dataset_uuid.py
M lib/galaxy/model/migrate/versions/0111_add_job_destinations.py
M lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py
M lib/galaxy/model/migrate/versions/0113_update_migrate_tools_table.py
M lib/galaxy/model/migrate/versions/0114_update_migrate_tools_table_again.py
M lib/galaxy/model/migrate/versions/0115_longer_user_password_field.py
M lib/galaxy/model/migrate/versions/0116_drop_update_available_col_add_tool_shed_status_col.py
M lib/galaxy/model/migrate/versions/0117_add_user_activation.py
M lib/galaxy/model/migrate/versions/0118_add_hda_extended_metadata.py
M lib/galaxy/model/migrate/versions/0119_job_metrics.py
M lib/galaxy/model/migrate/versions/0120_dataset_collections.py
M lib/galaxy/model/migrate/versions/0121_workflow_uuids.py
M lib/galaxy/model/migrate/versions/0122_grow_mysql_blobs.py
M lib/galaxy/model/migrate/versions/0123_add_workflow_request_tables.py
M lib/galaxy/model/migrate/versions/0124_job_state_history.py
M lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py
M lib/galaxy/model/migrate/versions/0126_password_reset.py
M lib/galaxy/model/migrate/versions/0127_output_collection_adjustments.py
M lib/galaxy/model/migrate/versions/0128_session_timeout.py
M lib/galaxy/model/migrate/versions/0129_job_external_output_metadata_validity.py
M lib/galaxy/model/migrate/versions/0130_change_pref_datatype.py
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
M lib/galaxy/model/migrate/versions/0133_add_dependency_column_to_job.py
M lib/galaxy/model/migrate/versions/0134_hda_set_deleted_if_purged.py
A lib/galaxy/model/migrate/versions/0135_add_library_tags.py
M lib/galaxy/model/orm/engine_factory.py
M lib/galaxy/model/orm/logging_connection_proxy.py
M lib/galaxy/model/orm/scripts.py
M lib/galaxy/model/search.py
M lib/galaxy/model/tool_shed_install/__init__.py
M lib/galaxy/model/tool_shed_install/mapping.py
M lib/galaxy/model/tool_shed_install/migrate/check.py
M lib/galaxy/model/util.py
M lib/galaxy/objectstore/__init__.py
M lib/galaxy/objectstore/azure_blob.py
A lib/galaxy/objectstore/pithos.py
M lib/galaxy/objectstore/rods.py
M lib/galaxy/objectstore/s3.py
M lib/galaxy/objectstore/s3_multipart_upload.py
M lib/galaxy/openid/providers.py
M lib/galaxy/queue_worker.py
M lib/galaxy/queues.py
M lib/galaxy/quota/__init__.py
M lib/galaxy/sample_tracking/data_transfer.py
M lib/galaxy/sample_tracking/external_service_types.py
M lib/galaxy/sample_tracking/request_types.py
M lib/galaxy/sample_tracking/sample.py
M lib/galaxy/security/__init__.py
M lib/galaxy/security/passwords.py
M lib/galaxy/security/validate_user_input.py
R lib/galaxy/tags/__init__.py
R lib/galaxy/tags/tag_handler.py
M lib/galaxy/tools/__init__.py
M lib/galaxy/tools/actions/__init__.py
M lib/galaxy/tools/actions/data_manager.py
M lib/galaxy/tools/actions/data_source.py
M lib/galaxy/tools/actions/history_imp_exp.py
M lib/galaxy/tools/actions/metadata.py
M lib/galaxy/tools/actions/model_operations.py
M lib/galaxy/tools/actions/upload.py
M lib/galaxy/tools/actions/upload_common.py
A lib/galaxy/tools/cache.py
M lib/galaxy/tools/cwl/cwltool_deps.py
M lib/galaxy/tools/cwl/parser.py
M lib/galaxy/tools/cwl/representation.py
M lib/galaxy/tools/cwl/runtime_actions.py
M lib/galaxy/tools/cwl/schema.py
M lib/galaxy/tools/data/__init__.py
M lib/galaxy/tools/data_manager/manager.py
M lib/galaxy/tools/deps/__init__.py
M lib/galaxy/tools/deps/brew_exts.py
M lib/galaxy/tools/deps/conda_util.py
M lib/galaxy/tools/deps/container_resolvers/__init__.py
M lib/galaxy/tools/deps/container_resolvers/explicit.py
M lib/galaxy/tools/deps/container_resolvers/mulled.py
M lib/galaxy/tools/deps/containers.py
M lib/galaxy/tools/deps/docker_util.py
M lib/galaxy/tools/deps/installable.py
M lib/galaxy/tools/deps/mulled/invfile.lua
M lib/galaxy/tools/deps/mulled/mulled_build.py
M lib/galaxy/tools/deps/mulled/mulled_build_channel.py
M lib/galaxy/tools/deps/mulled/mulled_build_files.py
M lib/galaxy/tools/deps/mulled/mulled_build_tool.py
M lib/galaxy/tools/deps/mulled/mulled_search.py
M lib/galaxy/tools/deps/mulled/util.py
M lib/galaxy/tools/deps/requirements.py
M lib/galaxy/tools/deps/resolvers/__init__.py
M lib/galaxy/tools/deps/resolvers/conda.py
M lib/galaxy/tools/deps/resolvers/galaxy_packages.py
M lib/galaxy/tools/deps/resolvers/homebrew.py
A lib/galaxy/tools/deps/resolvers/lmod.py
M lib/galaxy/tools/deps/resolvers/modules.py
M lib/galaxy/tools/deps/resolvers/resolver_mixins.py
M lib/galaxy/tools/deps/resolvers/tool_shed_packages.py
M lib/galaxy/tools/deps/resolvers/unlinked_tool_shed_packages.py
A lib/galaxy/tools/deps/singularity_util.py
M lib/galaxy/tools/deps/views.py
A lib/galaxy/tools/error_reports/__init__.py
A lib/galaxy/tools/error_reports/plugins/__init__.py
A lib/galaxy/tools/error_reports/plugins/biostars.py
A lib/galaxy/tools/error_reports/plugins/email.py
A lib/galaxy/tools/error_reports/plugins/influxdb.py
A lib/galaxy/tools/error_reports/plugins/json.py
A lib/galaxy/tools/error_reports/plugins/sentry.py
M lib/galaxy/tools/errors.py
M lib/galaxy/tools/evaluation.py
M lib/galaxy/tools/execute.py
A lib/galaxy/tools/fetcher.py
M lib/galaxy/tools/filter_failed_collection.xml
A lib/galaxy/tools/filter_from_file.xml
M lib/galaxy/tools/flatten_collection.xml
M lib/galaxy/tools/imp_exp/__init__.py
M lib/galaxy/tools/imp_exp/export_history.py
M lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py
M lib/galaxy/tools/linters/general.py
M lib/galaxy/tools/linters/help.py
M lib/galaxy/tools/linters/outputs.py
M lib/galaxy/tools/linters/stdio.py
M lib/galaxy/tools/linters/tests.py
M lib/galaxy/tools/loader_directory.py
A lib/galaxy/tools/locations/__init__.py
A lib/galaxy/tools/locations/dockstore.py
A lib/galaxy/tools/locations/file.py
A lib/galaxy/tools/locations/http.py
M lib/galaxy/tools/merge_collection.xml
M lib/galaxy/tools/parameters/__init__.py
M lib/galaxy/tools/parameters/basic.py
M lib/galaxy/tools/parameters/dataset_matcher.py
M lib/galaxy/tools/parameters/dynamic_options.py
M lib/galaxy/tools/parameters/grouping.py
M lib/galaxy/tools/parameters/history_query.py
M lib/galaxy/tools/parameters/input_translation.py
M lib/galaxy/tools/parameters/meta.py
M lib/galaxy/tools/parameters/output_collect.py
M lib/galaxy/tools/parameters/sanitize.py
M lib/galaxy/tools/parameters/validation.py
M lib/galaxy/tools/parameters/wrapped.py
M lib/galaxy/tools/parser/cwl.py
M lib/galaxy/tools/parser/factory.py
M lib/galaxy/tools/parser/interface.py
M lib/galaxy/tools/parser/output_actions.py
M lib/galaxy/tools/parser/output_collection_def.py
M lib/galaxy/tools/parser/output_objects.py
M lib/galaxy/tools/parser/xml.py
M lib/galaxy/tools/parser/yaml.py
A lib/galaxy/tools/relabel_from_file.xml
M lib/galaxy/tools/search/__init__.py
A lib/galaxy/tools/sort_collection_list.xml
M lib/galaxy/tools/special_tools.py
M lib/galaxy/tools/test.py
M lib/galaxy/tools/toolbox/base.py
R lib/galaxy/tools/toolbox/cache.py
M lib/galaxy/tools/toolbox/filters/__init__.py
M lib/galaxy/tools/toolbox/integrated_panel.py
M lib/galaxy/tools/toolbox/lineages/__init__.py
M lib/galaxy/tools/toolbox/lineages/factory.py
M lib/galaxy/tools/toolbox/lineages/interface.py
R lib/galaxy/tools/toolbox/lineages/stock.py
R lib/galaxy/tools/toolbox/lineages/tool_shed.py
M lib/galaxy/tools/toolbox/panel.py
M lib/galaxy/tools/toolbox/parser.py
M lib/galaxy/tools/toolbox/tags.py
M lib/galaxy/tools/toolbox/watcher.py
M lib/galaxy/tools/unzip_collection.xml
M lib/galaxy/tools/util/galaxyops/__init__.py
M lib/galaxy/tools/util/maf_utilities.py
M lib/galaxy/tools/verify/__init__.py
M lib/galaxy/tools/verify/asserts/__init__.py
M lib/galaxy/tools/wrappers.py
M lib/galaxy/tools/xsd/README.md
M lib/galaxy/tools/xsd/galaxy.xsd
M lib/galaxy/tools/zip_collection.xml
M lib/galaxy/tours/__init__.py
M lib/galaxy/util/__init__.py
M lib/galaxy/util/aliaspickler.py
M lib/galaxy/util/biostar.py
M lib/galaxy/util/bunch.py
M lib/galaxy/util/checkers.py
M lib/galaxy/util/compression_utils.py
M lib/galaxy/util/dbkeys.py
M lib/galaxy/util/dictifiable.py
M lib/galaxy/util/expressions.py
A lib/galaxy/util/handlers.py
M lib/galaxy/util/hash_util.py
M lib/galaxy/util/heartbeat.py
M lib/galaxy/util/image_util.py
M lib/galaxy/util/inflection.py
M lib/galaxy/util/json.py
M lib/galaxy/util/lazy_process.py
M lib/galaxy/util/log/__init__.py
M lib/galaxy/util/log/fluent_log.py
M lib/galaxy/util/multi_byte.py
M lib/galaxy/util/none_like.py
M lib/galaxy/util/object_wrapper.py
M lib/galaxy/util/odict.py
M lib/galaxy/util/pastescript/loadwsgi.py
M lib/galaxy/util/pastescript/serve.py
M lib/galaxy/util/permutations.py
M lib/galaxy/util/plugin_config.py
R lib/galaxy/util/postfork.py
M lib/galaxy/util/properties.py
M lib/galaxy/util/sanitize_html.py
M lib/galaxy/util/simplegraph.py
M lib/galaxy/util/sleeper.py
M lib/galaxy/util/sockets.py
M lib/galaxy/util/specs.py
M lib/galaxy/util/streamball.py
M lib/galaxy/util/submodules.py
M lib/galaxy/util/template.py
A lib/galaxy/util/tool_version.py
M lib/galaxy/util/topsort.py
M lib/galaxy/util/ucsc.py
M lib/galaxy/util/validation.py
M lib/galaxy/util/xml_macros.py
M lib/galaxy/version.py
M lib/galaxy/visualization/data_providers/basic.py
M lib/galaxy/visualization/data_providers/cigar.py
M lib/galaxy/visualization/data_providers/genome.py
M lib/galaxy/visualization/data_providers/phyloviz/__init__.py
M lib/galaxy/visualization/data_providers/phyloviz/baseparser.py
M lib/galaxy/visualization/data_providers/phyloviz/newickparser.py
M lib/galaxy/visualization/data_providers/phyloviz/nexusparser.py
M lib/galaxy/visualization/data_providers/phyloviz/phyloxmlparser.py
M lib/galaxy/visualization/data_providers/registry.py
M lib/galaxy/visualization/genomes.py
M lib/galaxy/visualization/plugins/config_parser.py
M lib/galaxy/visualization/plugins/plugin.py
M lib/galaxy/visualization/plugins/registry.py
M lib/galaxy/visualization/plugins/resource_parser.py
M lib/galaxy/visualization/plugins/utils.py
M lib/galaxy/web/base/controller.py
R lib/galaxy/web/base/controllers/__init__.py
R lib/galaxy/web/base/controllers/admin.py
M lib/galaxy/web/base/interactive_environments.py
M lib/galaxy/web/base/pluginframework.py
M lib/galaxy/web/form_builder.py
M lib/galaxy/web/framework/base.py
M lib/galaxy/web/framework/decorators.py
M lib/galaxy/web/framework/formbuilder.py
M lib/galaxy/web/framework/helpers/__init__.py
M lib/galaxy/web/framework/helpers/grids.py
M lib/galaxy/web/framework/middleware/batch.py
A lib/galaxy/web/framework/middleware/graphite.py
M lib/galaxy/web/framework/middleware/profile.py
M lib/galaxy/web/framework/middleware/remoteuser.py
M lib/galaxy/web/framework/middleware/request_id.py
M lib/galaxy/web/framework/middleware/sentry.py
M lib/galaxy/web/framework/middleware/static.py
M lib/galaxy/web/framework/middleware/statsd.py
M lib/galaxy/web/framework/middleware/translogger.py
M lib/galaxy/web/framework/middleware/xforwardedhost.py
M lib/galaxy/web/framework/openid_manager.py
M lib/galaxy/web/framework/webapp.py
M lib/galaxy/web/params.py
M lib/galaxy/web/proxy/__init__.py
M lib/galaxy/web/proxy/js/lib/mapper.js
M lib/galaxy/web/proxy/js/lib/proxy.js
M lib/galaxy/web/proxy/js/package.json
M lib/galaxy/web/security/__init__.py
A lib/galaxy/web/stack/__init__.py
M lib/galaxy/webapps/__init__.py
A lib/galaxy/webapps/config_manage.py
M lib/galaxy/webapps/galaxy/api/annotations.py
M lib/galaxy/webapps/galaxy/api/authenticate.py
M lib/galaxy/webapps/galaxy/api/configuration.py
M lib/galaxy/webapps/galaxy/api/dataset_collections.py
M lib/galaxy/webapps/galaxy/api/datasets.py
M lib/galaxy/webapps/galaxy/api/datatypes.py
M lib/galaxy/webapps/galaxy/api/extended_metadata.py
M lib/galaxy/webapps/galaxy/api/folder_contents.py
M lib/galaxy/webapps/galaxy/api/folders.py
M lib/galaxy/webapps/galaxy/api/forms.py
M lib/galaxy/webapps/galaxy/api/genomes.py
M lib/galaxy/webapps/galaxy/api/group_roles.py
M lib/galaxy/webapps/galaxy/api/group_users.py
M lib/galaxy/webapps/galaxy/api/groups.py
M lib/galaxy/webapps/galaxy/api/histories.py
M lib/galaxy/webapps/galaxy/api/history_contents.py
M lib/galaxy/webapps/galaxy/api/item_tags.py
M lib/galaxy/webapps/galaxy/api/job_files.py
M lib/galaxy/webapps/galaxy/api/jobs.py
R lib/galaxy/webapps/galaxy/api/lda_datasets.py
M lib/galaxy/webapps/galaxy/api/libraries.py
M lib/galaxy/webapps/galaxy/api/library_contents.py
A lib/galaxy/webapps/galaxy/api/library_datasets.py
M lib/galaxy/webapps/galaxy/api/metrics.py
M lib/galaxy/webapps/galaxy/api/page_revisions.py
M lib/galaxy/webapps/galaxy/api/pages.py
M lib/galaxy/webapps/galaxy/api/provenance.py
M lib/galaxy/webapps/galaxy/api/quotas.py
M lib/galaxy/webapps/galaxy/api/remote_files.py
M lib/galaxy/webapps/galaxy/api/request_types.py
M lib/galaxy/webapps/galaxy/api/requests.py
M lib/galaxy/webapps/galaxy/api/roles.py
M lib/galaxy/webapps/galaxy/api/samples.py
M lib/galaxy/webapps/galaxy/api/search.py
M lib/galaxy/webapps/galaxy/api/tool_data.py
M lib/galaxy/webapps/galaxy/api/tool_dependencies.py
M lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py
M lib/galaxy/webapps/galaxy/api/tools.py
A lib/galaxy/webapps/galaxy/api/toolshed.py
M lib/galaxy/webapps/galaxy/api/tours.py
M lib/galaxy/webapps/galaxy/api/users.py
M lib/galaxy/webapps/galaxy/api/visualizations.py
M lib/galaxy/webapps/galaxy/api/webhooks.py
M lib/galaxy/webapps/galaxy/api/workflows.py
M lib/galaxy/webapps/galaxy/buildapp.py
A lib/galaxy/webapps/galaxy/config_watchers.py
M lib/galaxy/webapps/galaxy/controllers/admin.py
M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py
M lib/galaxy/webapps/galaxy/controllers/async.py
M lib/galaxy/webapps/galaxy/controllers/biostar.py
M lib/galaxy/webapps/galaxy/controllers/data_manager.py
M lib/galaxy/webapps/galaxy/controllers/dataset.py
M lib/galaxy/webapps/galaxy/controllers/error.py
M lib/galaxy/webapps/galaxy/controllers/external_service.py
M lib/galaxy/webapps/galaxy/controllers/external_services.py
M lib/galaxy/webapps/galaxy/controllers/forms.py
M lib/galaxy/webapps/galaxy/controllers/history.py
A lib/galaxy/webapps/galaxy/controllers/interactive_environments.py
M lib/galaxy/webapps/galaxy/controllers/library.py
M lib/galaxy/webapps/galaxy/controllers/library_admin.py
M lib/galaxy/webapps/galaxy/controllers/library_common.py
R lib/galaxy/webapps/galaxy/controllers/mobile.py
M lib/galaxy/webapps/galaxy/controllers/page.py
M lib/galaxy/webapps/galaxy/controllers/request_type.py
M lib/galaxy/webapps/galaxy/controllers/requests.py
M lib/galaxy/webapps/galaxy/controllers/requests_admin.py
M lib/galaxy/webapps/galaxy/controllers/requests_common.py
M lib/galaxy/webapps/galaxy/controllers/root.py
R lib/galaxy/webapps/galaxy/controllers/search.py
M lib/galaxy/webapps/galaxy/controllers/tag.py
M lib/galaxy/webapps/galaxy/controllers/tool_runner.py
M lib/galaxy/webapps/galaxy/controllers/user.py
M lib/galaxy/webapps/galaxy/controllers/userskeys.py
M lib/galaxy/webapps/galaxy/controllers/visualization.py
M lib/galaxy/webapps/galaxy/controllers/workflow.py
M lib/galaxy/webapps/reports/app.py
M lib/galaxy/webapps/reports/buildapp.py
M lib/galaxy/webapps/reports/config.py
A lib/galaxy/webapps/reports/config_schema.yml
M lib/galaxy/webapps/reports/controllers/history.py
M lib/galaxy/webapps/reports/controllers/home.py
M lib/galaxy/webapps/reports/controllers/jobs.py
M lib/galaxy/webapps/reports/controllers/query.py
M lib/galaxy/webapps/reports/controllers/root.py
M lib/galaxy/webapps/reports/controllers/sample_tracking.py
M lib/galaxy/webapps/reports/controllers/system.py
M lib/galaxy/webapps/reports/controllers/tools.py
M lib/galaxy/webapps/reports/controllers/users.py
M lib/galaxy/webapps/reports/controllers/workflows.py
A lib/galaxy/webapps/reports/uwsgi_schema.yml
M lib/galaxy/webapps/tool_shed/api/authenticate.py
M lib/galaxy/webapps/tool_shed/api/categories.py
M lib/galaxy/webapps/tool_shed/api/configuration.py
M lib/galaxy/webapps/tool_shed/api/groups.py
M lib/galaxy/webapps/tool_shed/api/repositories.py
M lib/galaxy/webapps/tool_shed/api/repository_revisions.py
M lib/galaxy/webapps/tool_shed/api/tools.py
M lib/galaxy/webapps/tool_shed/api/users.py
M lib/galaxy/webapps/tool_shed/app.py
M lib/galaxy/webapps/tool_shed/buildapp.py
M lib/galaxy/webapps/tool_shed/config.py
A lib/galaxy/webapps/tool_shed/config_schema.yml
M lib/galaxy/webapps/tool_shed/controllers/admin.py
M lib/galaxy/webapps/tool_shed/controllers/groups.py
M lib/galaxy/webapps/tool_shed/controllers/hg.py
M lib/galaxy/webapps/tool_shed/controllers/repository.py
M lib/galaxy/webapps/tool_shed/controllers/repository_review.py
M lib/galaxy/webapps/tool_shed/controllers/upload.py
M lib/galaxy/webapps/tool_shed/controllers/user.py
M lib/galaxy/webapps/tool_shed/framework/middleware/remoteuser.py
M lib/galaxy/webapps/tool_shed/model/__init__.py
M lib/galaxy/webapps/tool_shed/model/mapping.py
M lib/galaxy/webapps/tool_shed/model/migrate/check.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0001_initial_tables.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0002_add_tool_suite_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0003_review_and_review_association_tables.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0004_repository_tables.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0005_drop_tool_related_tables.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0006_add_email_alerts_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0007_add_long_description_times_downloaded_columns.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0008_add_repository_metadata_table.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0009_add_malicious_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0010_add_new_repo_alert_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0011_add_tool_versions_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0012_add_downloadable_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0013_add_review_tables.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0014_add_deprecated_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0015_add_api_keys_table.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0016_add_do_not_test_tools_functionally_correct_errors_columns.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0017_add_galaxy_utility_columns_to_repository_metadata_table.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0018_add_repository_metadata_flag_columns.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0019_add_skip_tool_test_table_and_test_install_error_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0020_add_repository_type_column.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0021_change_repository_type_value.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0022_add_repository_admin_roles.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0023_add_repository_url_and_hompeage_url.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0024_password_reset.py
M lib/galaxy/webapps/tool_shed/model/migrate/versions/0025_session_timeout.py
M lib/galaxy/webapps/tool_shed/search/repo_search.py
M lib/galaxy/webapps/tool_shed/search/tool_search.py
M lib/galaxy/webapps/tool_shed/security/__init__.py
M lib/galaxy/webapps/tool_shed/util/hgweb_config.py
M lib/galaxy/webapps/tool_shed/util/ratings_util.py
M lib/galaxy/webapps/tool_shed/util/shed_statistics.py
A lib/galaxy/webapps/tool_shed/uwsgi_schema.yml
M lib/galaxy/webapps/util.py
A lib/galaxy/webapps/uwsgi_schema.yml
M lib/galaxy/webhooks/__init__.py
M lib/galaxy/work/context.py
M lib/galaxy/workflow/extract.py
M lib/galaxy/workflow/modules.py
M lib/galaxy/workflow/render.py
M lib/galaxy/workflow/run.py
M lib/galaxy/workflow/run_request.py
M lib/galaxy/workflow/schedulers/__init__.py
M lib/galaxy/workflow/schedulers/core.py
M lib/galaxy/workflow/scheduling_manager.py
M lib/galaxy/workflow/steps.py
M lib/galaxy_ext/metadata/set_metadata.py
M lib/log_tempfile.py
M lib/mimeparse.py
M lib/tool_shed/capsule/capsule_manager.py
M lib/tool_shed/dependencies/attribute_handlers.py
M lib/tool_shed/dependencies/repository/relation_builder.py
M lib/tool_shed/dependencies/tool/tag_attribute_handler.py
M lib/tool_shed/galaxy_install/datatypes/custom_datatype_manager.py
M lib/tool_shed/galaxy_install/dependency_display.py
M lib/tool_shed/galaxy_install/grids/admin_toolshed_grids.py
M lib/tool_shed/galaxy_install/install_manager.py
M lib/tool_shed/galaxy_install/installed_repository_manager.py
M lib/tool_shed/galaxy_install/metadata/installed_repository_metadata_manager.py
M lib/tool_shed/galaxy_install/migrate/check.py
M lib/tool_shed/galaxy_install/migrate/common.py
M lib/tool_shed/galaxy_install/migrate/versions/0008_tools.py
M lib/tool_shed/galaxy_install/migrate/versions/0009_tools.py
M lib/tool_shed/galaxy_install/migrate/versions/0010_tools.py
M lib/tool_shed/galaxy_install/migrate/versions/0011_tools.py
M lib/tool_shed/galaxy_install/migrate/versions/0012_tools.py
M lib/tool_shed/galaxy_install/repair_repository_manager.py
M lib/tool_shed/galaxy_install/repository_dependencies/repository_dependency_manager.py
M lib/tool_shed/galaxy_install/tool_dependencies/env_manager.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/asynchronous_reader.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/env_file_builder.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/install_environment.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/recipe_manager.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py
M lib/tool_shed/galaxy_install/tool_migration_manager.py
M lib/tool_shed/galaxy_install/tools/data_manager.py
M lib/tool_shed/galaxy_install/tools/tool_panel_manager.py
M lib/tool_shed/galaxy_install/update_repository_manager.py
M lib/tool_shed/galaxy_install/utility_containers/__init__.py
M lib/tool_shed/grids/admin_grids.py
M lib/tool_shed/grids/repository_grid_filter_manager.py
M lib/tool_shed/grids/repository_grids.py
M lib/tool_shed/grids/repository_review_grids.py
M lib/tool_shed/grids/util.py
M lib/tool_shed/managers/groups.py
M lib/tool_shed/managers/repositories.py
M lib/tool_shed/metadata/metadata_generator.py
M lib/tool_shed/metadata/repository_metadata_manager.py
M lib/tool_shed/repository_registry.py
M lib/tool_shed/repository_types/metadata.py
M lib/tool_shed/repository_types/registry.py
M lib/tool_shed/repository_types/repository_suite_definition.py
M lib/tool_shed/repository_types/tool_dependency_definition.py
M lib/tool_shed/repository_types/unrestricted.py
M lib/tool_shed/repository_types/util.py
M lib/tool_shed/tool_shed_registry.py
M lib/tool_shed/tools/data_table_manager.py
M lib/tool_shed/tools/tool_validator.py
M lib/tool_shed/tools/tool_version_manager.py
A lib/tool_shed/util/admin_util.py
M lib/tool_shed/util/basic_util.py
M lib/tool_shed/util/commit_util.py
M lib/tool_shed/util/common_util.py
M lib/tool_shed/util/container_util.py
M lib/tool_shed/util/encoding_util.py
M lib/tool_shed/util/hg_util.py
M lib/tool_shed/util/metadata_util.py
M lib/tool_shed/util/readme_util.py
M lib/tool_shed/util/repository_content_util.py
M lib/tool_shed/util/repository_util.py
M lib/tool_shed/util/review_util.py
M lib/tool_shed/util/search_util.py
M lib/tool_shed/util/shed_util_common.py
M lib/tool_shed/util/tool_dependency_util.py
M lib/tool_shed/util/tool_util.py
M lib/tool_shed/util/web_util.py
M lib/tool_shed/util/workflow_util.py
M lib/tool_shed/util/xml_util.py
M lib/tool_shed/utility_containers/__init__.py
M lib/tool_shed/utility_containers/utility_container_manager.py
R openid/google.xml
M openid/yahoo.xml
M run.sh
M run_reports.sh
M run_tests.sh
M run_tool_shed.sh
M scripts/api/README
M scripts/api/common.py
M scripts/api/copy_hda_to_library_folder.py
M scripts/api/create.py
M scripts/api/data_manager_example_execute.py
M scripts/api/delete.py
M scripts/api/display.py
M scripts/api/example_watch_folder.py
M scripts/api/form_create_from_xml.py
M scripts/api/history_create_history.py
M scripts/api/history_delete_history.py
M scripts/api/import_library_dataset_to_history.py
M scripts/api/import_workflows_from_installed_tool_shed_repository.py
M scripts/api/install_tool_shed_repositories.py
M scripts/api/library_create_folder.py
M scripts/api/library_create_library.py
M scripts/api/library_upload_dir.py
M scripts/api/library_upload_from_import_dir.py
M scripts/api/load_data_with_metadata.py
M scripts/api/repair_tool_shed_repository.py
M scripts/api/request_type_create_from_xml.py
M scripts/api/requests_update_state.py
M scripts/api/reset_metadata_on_installed_repositories.py
M scripts/api/sample_dataset_update_status.py
M scripts/api/sample_update_state.py
M scripts/api/search.py
M scripts/api/sequencer_configuration_create.py
M scripts/api/update.py
M scripts/api/upload_to_history.py
M scripts/api/workflow_delete.py
M scripts/api/workflow_execute.py
M scripts/api/workflow_execute_parameters.py
M scripts/api/workflow_import.py
M scripts/api/workflow_import_from_file_rpark.py
M scripts/bootstrap_history.py
M scripts/check_galaxy.py
M scripts/check_python.py
M scripts/cleanup_datasets/admin_cleanup_datasets.py
M scripts/cleanup_datasets/cleanup_datasets.py
M scripts/cleanup_datasets/pgcleanup.py
M scripts/cleanup_datasets/populate_uuid.py
M scripts/cleanup_datasets/remove_renamed_datasets_from_disk.py
M scripts/cleanup_datasets/rename_purged_datasets.py
M scripts/cleanup_datasets/update_dataset_size.py
M scripts/cleanup_datasets/update_metadata.py
A scripts/common_startup_functions.sh
M scripts/communication/communication_server.py
M scripts/communication/template/communication.js
A scripts/config_sample_to_kwalify.py
M scripts/data_libraries/build_lucene_index.py
M scripts/data_libraries/build_whoosh_index.py
M scripts/db_shell.py
M scripts/drmaa_external_killer.py
M scripts/drmaa_external_runner.py
M scripts/edam_mapping.py
M scripts/external_chown_script.py
M scripts/extract_dataset_part.py
M scripts/extract_toolbox_sections.py
M scripts/functional_tests.py
M scripts/get_platforms.py
R scripts/grt.py
R scripts/grt.yml.sample
A scripts/grt/export.py
A scripts/grt/grt.yml.sample
A scripts/grt/upload.py
M scripts/helper.py
M scripts/loc_files/create_all_fasta_loc.py
M scripts/manage_db.py
M scripts/manage_tool_dependencies.py
M scripts/manage_tools.py
M scripts/microbes/BeautifulSoup.py
M scripts/microbes/create_bacteria_loc_file.py
M scripts/microbes/create_bacteria_table.py
M scripts/microbes/create_nib_seq_loc_file.py
M scripts/microbes/get_builds_lengths.py
M scripts/microbes/harvest_bacteria.py
M scripts/microbes/ncbi_to_ucsc.py
M scripts/microbes/util.py
M scripts/migrate_tools/migrate_tools.py
M scripts/nosetests.py
M scripts/others/incorrect_gops_jobs.py
M scripts/others/incorrect_gops_join_jobs.py
M scripts/paster.py
M scripts/runtime_stats.py
A scripts/secret_decoder_ring.py
M scripts/set_dataset_sizes.py
M scripts/set_user_disk_usage.py
M scripts/slideshow/slideshow_template.html
M scripts/tool_shed/api/add_repository_registry_entry.py
M scripts/tool_shed/api/common.py
M scripts/tool_shed/api/create_categories.py
M scripts/tool_shed/api/create_users.py
M scripts/tool_shed/api/export.py
M scripts/tool_shed/api/get_filtered_repository_revisions.py
M scripts/tool_shed/api/import_capsule.py
M scripts/tool_shed/api/remove_repository_registry_entry.py
M scripts/tool_shed/api/reset_metadata_on_repositories.py
M scripts/tool_shed/api/tool_shed_repository_revision_update.py
M scripts/tool_shed/bootstrap_tool_shed/bootstrap_util.py
M scripts/tool_shed/bootstrap_tool_shed/create_user_with_api_key.py
M scripts/tool_shed/build_ts_whoosh_index.py
M scripts/tool_shed/check_download_urls.py
M scripts/tool_shed/check_filesystem_for_empty_tool_dependency_installation_paths.py
M scripts/tool_shed/check_s3_for_empty_tool_dependency_installation_paths.py
M scripts/tool_shed/clean_up_tool_dependency_directory.py
M scripts/tool_shed/deprecate_repositories_without_metadata.py
M scripts/tool_shed/migrate_tools_to_repositories.py
M scripts/tool_shed/show_tool_dependency_installation_dir_contents.py
M scripts/tools/maf/check_loc_file.py
M scripts/tools/re_escape_output.py
M scripts/transfer.py
M scripts/update_shed_config_path.py
M setup.cfg
A static/GruntFile.js
A static/GruntFile.js.map
R static/jqtouch/img/backButton.png
R static/jqtouch/img/back_button.png
R static/jqtouch/img/back_button_clicked.png
R static/jqtouch/img/bg_row.gif
R static/jqtouch/img/bg_row_select.gif
R static/jqtouch/img/blueButton.png
R static/jqtouch/img/button.png
R static/jqtouch/img/button_clicked.png
R static/jqtouch/img/cancel.png
R static/jqtouch/img/chevron.png
R static/jqtouch/img/chevron_select.png
R static/jqtouch/img/grayButton.png
R static/jqtouch/img/header.gif
R static/jqtouch/img/listGroup.png
R static/jqtouch/img/loading.gif
R static/jqtouch/img/pinstripes.png
R static/jqtouch/img/selection.png
R static/jqtouch/img/thumb.png
R static/jqtouch/img/toggle.png
R static/jqtouch/img/toggleOn.png
R static/jqtouch/img/toolButton.png
R static/jqtouch/img/toolbar.gif
R static/jqtouch/img/toolbar.png
R static/jqtouch/img/whiteButton.png
R static/jqtouch/jqtouch.css
A static/maps/admin.toolshed.js.map
A static/maps/analysis.js.map
A static/maps/app.js.map
A static/maps/app/analysis.js.map
M static/maps/galaxy.interactive_environments.js.map
M static/maps/galaxy.js.map
M static/maps/galaxy.library.js.map
M static/maps/galaxy.pages.js.map
M static/maps/layout/menu.js.map
M static/maps/layout/page.js.map
M static/maps/layout/panel.js.map
A static/maps/layout/router.js.map
M static/maps/layout/scratchbook.js.map
M static/maps/mvc/citation/citation-view.js.map
A static/maps/mvc/collection/base-creator.js.map
M static/maps/mvc/collection/collection-model.js.map
M static/maps/mvc/collection/collection-view-edit.js.map
M static/maps/mvc/collection/collection-view.js.map
M static/maps/mvc/collection/list-collection-creator.js.map
M static/maps/mvc/collection/list-of-pairs-collection-creator.js.map
M static/maps/mvc/collection/pair-collection-creator.js.map
M static/maps/mvc/dataset/data.js.map
A static/maps/mvc/dataset/dataset-edit-attributes.js.map
A static/maps/mvc/dataset/dataset-error.js.map
M static/maps/mvc/dataset/dataset-li-edit.js.map
M static/maps/mvc/dataset/dataset-li.js.map
M static/maps/mvc/dataset/dataset-model.js.map
M static/maps/mvc/form/form-input.js.map
M static/maps/mvc/form/form-parameters.js.map
M static/maps/mvc/form/form-repeat.js.map
M static/maps/mvc/form/form-section.js.map
M static/maps/mvc/form/form-view.js.map
A static/maps/mvc/form/form-wrapper.js.map
M static/maps/mvc/grid/grid-model.js.map
A static/maps/mvc/grid/grid-shared.js.map
M static/maps/mvc/grid/grid-template.js.map
M static/maps/mvc/grid/grid-view.js.map
M static/maps/mvc/history/hda-li.js.map
M static/maps/mvc/history/hdca-li.js.map
M static/maps/mvc/history/history-contents.js.map
A static/maps/mvc/history/history-list.js.map
M static/maps/mvc/history/history-model.js.map
M static/maps/mvc/history/history-view-edit-current.js.map
M static/maps/mvc/history/history-view-edit.js.map
M static/maps/mvc/history/history-view.js.map
M static/maps/mvc/history/options-menu.js.map
A static/maps/mvc/job/job-params.js.map
M static/maps/mvc/library/library-dataset-view.js.map
M static/maps/mvc/library/library-folder-view.js.map
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-foldertoolbar-view.js.map
M static/maps/mvc/library/library-library-view.js.map
M static/maps/mvc/library/library-librarylist-view.js.map
M static/maps/mvc/library/library-libraryrow-view.js.map
M static/maps/mvc/library/library-librarytoolbar-view.js.map
M static/maps/mvc/library/library-model.js.map
M static/maps/mvc/tag.js.map
M static/maps/mvc/tool/tool-form-base.js.map
M static/maps/mvc/tool/tool-form-composite.js.map
R static/maps/mvc/tool/tool-form-workflow.js.map
M static/maps/mvc/tool/tool-form.js.map
A static/maps/mvc/tool/tool-genomespace.js.map
M static/maps/mvc/tool/tools.js.map
A static/maps/mvc/toolshed/categories-view.js.map
A static/maps/mvc/toolshed/repo-queue-view.js.map
A static/maps/mvc/toolshed/repo-status-view.js.map
A static/maps/mvc/toolshed/repositories-view.js.map
A static/maps/mvc/toolshed/repository-queue-view.js.map
A static/maps/mvc/toolshed/repository-view.js.map
A static/maps/mvc/toolshed/shed-category-view.js.map
A static/maps/mvc/toolshed/shed-list-view.js.map
A static/maps/mvc/toolshed/shed-repo-details-view.js.map
A static/maps/mvc/toolshed/shed-repo-list-view.js.map
A static/maps/mvc/toolshed/sheds-list-view.js.map
A static/maps/mvc/toolshed/toolshed-model.js.map
A static/maps/mvc/toolshed/util.js.map
A static/maps/mvc/toolshed/workflows-view.js.map
M static/maps/mvc/tours.js.map
M static/maps/mvc/ui/ui-buttons.js.map
M static/maps/mvc/ui/ui-color-picker.js.map
M static/maps/mvc/ui/ui-drilldown.js.map
M static/maps/mvc/ui/ui-list.js.map
M static/maps/mvc/ui/ui-misc.js.map
M static/maps/mvc/ui/ui-options.js.map
M static/maps/mvc/ui/ui-popover.js.map
M static/maps/mvc/ui/ui-select-content.js.map
M static/maps/mvc/ui/ui-select-default.js.map
A static/maps/mvc/ui/ui-select-genomespace.js.map
M static/maps/mvc/ui/ui-slider.js.map
M static/maps/mvc/ui/ui-table.js.map
A static/maps/mvc/upload/collection/collection-row.js.map
A static/maps/mvc/upload/collection/collection-view.js.map
M static/maps/mvc/upload/upload-ftp.js.map
M static/maps/mvc/upload/upload-view.js.map
A static/maps/mvc/user/user-custom-builds.js.map
M static/maps/mvc/user/user-preferences.js.map
M static/maps/mvc/user/user-quotameter.js.map
M static/maps/mvc/webhooks.js.map
A static/maps/mvc/workflow/workflow-configure-menu.js.map
A static/maps/mvc/workflow/workflow-forms.js.map
M static/maps/mvc/workflow/workflow-manager.js.map
A static/maps/mvc/workflow/workflow-model.js.map
M static/maps/mvc/workflow/workflow-node.js.map
M static/maps/mvc/workflow/workflow-terminals.js.map
M static/maps/mvc/workflow/workflow-view-terminals.js.map
M static/maps/mvc/workflow/workflow-view.js.map
M static/maps/mvc/workflow/workflow.js.map
A static/maps/nls/de/locale.js.map
A static/maps/nls/es/locale.js.map
A static/maps/nls/fr/locale.js.map
M static/maps/nls/ja/locale.js.map
M static/maps/nls/locale.js.map
M static/maps/nls/zh/locale.js.map
M static/maps/onload.js.map
M static/maps/reports_webapp/run_stats.js.map
M static/maps/ui/scroll-panel.js.map
M static/maps/utils/graph.js.map
M static/maps/utils/query-string-parsing.js.map
M static/maps/utils/uploadbox.js.map
M static/maps/utils/utils.js.map
M static/maps/viz/circster.js.map
M static/maps/viz/phyloviz.js.map
M static/maps/viz/trackster.js.map
M static/maps/viz/trackster/painters.js.map
M static/maps/viz/trackster/tracks.js.map
M static/maps/viz/visualization.js.map
A static/scripts/admin.toolshed.js
A static/scripts/analysis.js
A static/scripts/app.js
A static/scripts/app/analysis.js
A static/scripts/bundled/admin.bundled.js
A static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/bundled/login.bundled.js
M static/scripts/bundled/login.bundled.js.map
M static/scripts/galaxy.interactive_environments.js
M static/scripts/galaxy.js
M static/scripts/galaxy.library.js
M static/scripts/galaxy.pages.js
M static/scripts/layout/menu.js
M static/scripts/layout/page.js
M static/scripts/layout/panel.js
A static/scripts/layout/router.js
M static/scripts/layout/scratchbook.js
M static/scripts/mvc/citation/citation-view.js
A static/scripts/mvc/collection/base-creator.js
M static/scripts/mvc/collection/collection-model.js
M static/scripts/mvc/collection/collection-view-edit.js
M static/scripts/mvc/collection/collection-view.js
M static/scripts/mvc/collection/list-collection-creator.js
M static/scripts/mvc/collection/list-of-pairs-collection-creator.js
M static/scripts/mvc/collection/pair-collection-creator.js
M static/scripts/mvc/dataset/data.js
A static/scripts/mvc/dataset/dataset-edit-attributes.js
A static/scripts/mvc/dataset/dataset-error.js
M static/scripts/mvc/dataset/dataset-li-edit.js
M static/scripts/mvc/dataset/dataset-li.js
M static/scripts/mvc/dataset/dataset-model.js
M static/scripts/mvc/form/form-input.js
M static/scripts/mvc/form/form-parameters.js
M static/scripts/mvc/form/form-repeat.js
M static/scripts/mvc/form/form-section.js
M static/scripts/mvc/form/form-view.js
A static/scripts/mvc/form/form-wrapper.js
M static/scripts/mvc/grid/grid-model.js
A static/scripts/mvc/grid/grid-shared.js
M static/scripts/mvc/grid/grid-template.js
M static/scripts/mvc/grid/grid-view.js
M static/scripts/mvc/history/hda-li.js
M static/scripts/mvc/history/hdca-li.js
M static/scripts/mvc/history/history-contents.js
A static/scripts/mvc/history/history-list.js
M static/scripts/mvc/history/history-model.js
M static/scripts/mvc/history/history-view-edit-current.js
M static/scripts/mvc/history/history-view-edit.js
M static/scripts/mvc/history/history-view.js
M static/scripts/mvc/history/options-menu.js
A static/scripts/mvc/job/job-params.js
M static/scripts/mvc/library/library-dataset-view.js
M static/scripts/mvc/library/library-folder-view.js
M static/scripts/mvc/library/library-folderlist-view.js
M static/scripts/mvc/library/library-folderrow-view.js
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/scripts/mvc/library/library-library-view.js
M static/scripts/mvc/library/library-librarylist-view.js
M static/scripts/mvc/library/library-libraryrow-view.js
M static/scripts/mvc/library/library-librarytoolbar-view.js
M static/scripts/mvc/library/library-model.js
M static/scripts/mvc/tag.js
M static/scripts/mvc/tool/tool-form-base.js
M static/scripts/mvc/tool/tool-form-composite.js
R static/scripts/mvc/tool/tool-form-workflow.js
M static/scripts/mvc/tool/tool-form.js
A static/scripts/mvc/tool/tool-genomespace.js
M static/scripts/mvc/tool/tools.js
A static/scripts/mvc/toolshed/categories-view.js
A static/scripts/mvc/toolshed/repo-queue-view.js
A static/scripts/mvc/toolshed/repo-status-view.js
A static/scripts/mvc/toolshed/repositories-view.js
A static/scripts/mvc/toolshed/repository-queue-view.js
A static/scripts/mvc/toolshed/repository-view.js
A static/scripts/mvc/toolshed/shed-category-view.js
A static/scripts/mvc/toolshed/shed-list-view.js
A static/scripts/mvc/toolshed/shed-repo-details-view.js
A static/scripts/mvc/toolshed/shed-repo-list-view.js
A static/scripts/mvc/toolshed/sheds-list-view.js
A static/scripts/mvc/toolshed/toolshed-model.js
A static/scripts/mvc/toolshed/util.js
A static/scripts/mvc/toolshed/workflows-view.js
M static/scripts/mvc/tours.js
M static/scripts/mvc/ui/ui-buttons.js
M static/scripts/mvc/ui/ui-color-picker.js
M static/scripts/mvc/ui/ui-drilldown.js
M static/scripts/mvc/ui/ui-list.js
M static/scripts/mvc/ui/ui-misc.js
M static/scripts/mvc/ui/ui-options.js
M static/scripts/mvc/ui/ui-popover.js
M static/scripts/mvc/ui/ui-select-content.js
M static/scripts/mvc/ui/ui-select-default.js
A static/scripts/mvc/ui/ui-select-genomespace.js
M static/scripts/mvc/ui/ui-slider.js
M static/scripts/mvc/ui/ui-table.js
A static/scripts/mvc/upload/collection/collection-row.js
A static/scripts/mvc/upload/collection/collection-view.js
M static/scripts/mvc/upload/upload-ftp.js
M static/scripts/mvc/upload/upload-view.js
A static/scripts/mvc/user/user-custom-builds.js
M static/scripts/mvc/user/user-preferences.js
M static/scripts/mvc/user/user-quotameter.js
M static/scripts/mvc/webhooks.js
A static/scripts/mvc/workflow/workflow-configure-menu.js
A static/scripts/mvc/workflow/workflow-forms.js
M static/scripts/mvc/workflow/workflow-manager.js
A static/scripts/mvc/workflow/workflow-model.js
M static/scripts/mvc/workflow/workflow-node.js
M static/scripts/mvc/workflow/workflow-terminals.js
M static/scripts/mvc/workflow/workflow-view-terminals.js
M static/scripts/mvc/workflow/workflow-view.js
A static/scripts/mvc/workflow/workflow.js
A static/scripts/nls/de/locale.js
A static/scripts/nls/es/locale.js
A static/scripts/nls/fr/locale.js
M static/scripts/nls/ja/locale.js
M static/scripts/nls/locale.js
M static/scripts/nls/zh/locale.js
M static/scripts/onload.js
M static/scripts/reports_webapp/run_stats.js
M static/scripts/ui/scroll-panel.js
M static/scripts/utils/graph.js
M static/scripts/utils/query-string-parsing.js
M static/scripts/utils/uploadbox.js
M static/scripts/utils/utils.js
M static/scripts/viz/circster.js
M static/scripts/viz/phyloviz.js
M static/scripts/viz/trackster.js
M static/scripts/viz/trackster/painters.js
M static/scripts/viz/trackster/tracks.js
M static/scripts/viz/visualization.js
M static/style/blue/base.css
R static/style/blue/iphone.css
M static/welcome.html.sample
R templates/admin/dataset_security/group/grid.mako
R templates/admin/dataset_security/group/group.mako
R templates/admin/dataset_security/group/group_create.mako
R templates/admin/dataset_security/group/group_rename.mako
R templates/admin/dataset_security/role/grid.mako
R templates/admin/dataset_security/role/role.mako
R templates/admin/dataset_security/role/role_create.mako
R templates/admin/dataset_security/role/role_rename.mako
R templates/admin/quota/grid.mako
R templates/admin/quota/quota.mako
R templates/admin/quota/quota_create.mako
R templates/admin/quota/quota_edit.mako
R templates/admin/quota/quota_rename.mako
R templates/admin/quota/quota_set_default.mako
M templates/admin/reload_tool.mako
R templates/admin/tool_shed_repository/browse_toolsheds.mako
R templates/admin/tool_shed_repository/grid.mako
R templates/admin/tool_shed_repository/select_shed_tool_panel_config.mako
M templates/admin/tool_shed_repository/select_tool_panel_section.mako
R templates/admin/tool_version/grid.mako
R templates/admin/user/grid.mako
R templates/admin/user/reset_password.mako
R templates/admin/user/user.mako
M templates/base.mako
M templates/base/base_panels.mako
M templates/display_base.mako
M templates/galaxy_client_app.mako
M templates/grid_base.mako
M templates/js-app.mako
M templates/sharing_base.mako
M templates/show_params.mako
M templates/tagging_common.mako
R templates/user/dbkeys.mako
M templates/user/index.mako
M templates/user/login.mako
M templates/user/logout.mako
M templates/user/register.mako
M templates/webapps/galaxy/admin/center.mako
R templates/webapps/galaxy/admin/index.mako
A templates/webapps/galaxy/admin/manage_dependencies.mako
M templates/webapps/galaxy/base_panels.mako
M templates/webapps/galaxy/data_manager/index.mako
M templates/webapps/galaxy/dataset/copy_view.mako
M templates/webapps/galaxy/dataset/display.mako
R templates/webapps/galaxy/dataset/edit_attributes.mako
R templates/webapps/galaxy/dataset/errors.mako
R templates/webapps/galaxy/dataset/grid.mako
M templates/webapps/galaxy/galaxy.masthead.mako
M templates/webapps/galaxy/galaxy.panels.mako
M templates/webapps/galaxy/history/display_structured.mako
R templates/webapps/galaxy/history/grid.mako
R templates/webapps/galaxy/history/grid_js.mako
R templates/webapps/galaxy/history/list_published.mako
R templates/webapps/galaxy/history/shared_grid.mako
R templates/webapps/galaxy/mobile/dataset/detail.mako
R templates/webapps/galaxy/mobile/dataset/peek.mako
R templates/webapps/galaxy/mobile/form.mako
R templates/webapps/galaxy/mobile/history/detail.mako
R templates/webapps/galaxy/mobile/history/list.mako
R templates/webapps/galaxy/mobile/index.mako
R templates/webapps/galaxy/mobile/manage_library.mako
R templates/webapps/galaxy/mobile/settings.mako
M templates/webapps/galaxy/page/editor.mako
R templates/webapps/galaxy/page/index.mako
R templates/webapps/galaxy/page/list_published.mako
R templates/webapps/galaxy/page/select_items_grid.mako
M templates/webapps/galaxy/requests/common/common.mako
M templates/webapps/galaxy/root/tool_runner.mako
R templates/webapps/galaxy/tracks/add_to_viz.mako
R templates/webapps/galaxy/tracks/add_tracks.mako
R templates/webapps/galaxy/tracks/history_datasets_select_grid.mako
R templates/webapps/galaxy/tracks/history_select_grid.mako
R templates/webapps/galaxy/tracks/library_datasets_select_grid.mako
R templates/webapps/galaxy/visualization/list.mako
R templates/webapps/galaxy/visualization/list_published.mako
M templates/webapps/galaxy/workflow/build_from_current_history.mako
R templates/webapps/galaxy/workflow/configure_menu.mako
M templates/webapps/galaxy/workflow/display.mako
M templates/webapps/galaxy/workflow/editor.mako
R templates/webapps/galaxy/workflow/import.mako
R templates/webapps/galaxy/workflow/list.mako
R templates/webapps/galaxy/workflow/list_for_run.mako
R templates/webapps/galaxy/workflow/list_published.mako
R templates/webapps/galaxy/workflow/run.mako
M templates/webapps/reports/base_panels.mako
M templates/webapps/tool_shed/admin/center.mako
A templates/webapps/tool_shed/admin/dataset_security/group/group.mako
A templates/webapps/tool_shed/admin/dataset_security/group/group_create.mako
A templates/webapps/tool_shed/admin/dataset_security/group/group_rename.mako
A templates/webapps/tool_shed/admin/dataset_security/role/role.mako
A templates/webapps/tool_shed/admin/dataset_security/role/role_create.mako
A templates/webapps/tool_shed/admin/dataset_security/role/role_rename.mako
A templates/webapps/tool_shed/admin/user/reset_password.mako
A templates/webapps/tool_shed/admin/user/user.mako
M templates/webapps/tool_shed/base_panels.mako
M templates/webapps/tool_shed/repository/common.mako
R templates/webapps/tool_shed/repository/grid.mako
M templates/webapps/tool_shed/repository/tool_form.mako
A test-data/1.sam.gz
A test-data/5_Ig-like.gff
A test-data/bad.html.gz
A test-data/filter_labels_1.txt
A test-data/new_labels_1.txt
A test-data/new_labels_2.txt
A test-data/new_labels_bad_1.txt
A test-data/new_labels_bad_2.txt
A test-data/random-file
A test-data/test.vcf.gz
M test/TESTING.md
M test/api/test_api_batch.py
M test/api/test_authenticate.py
M test/api/test_dataset_collections.py
M test/api/test_datasets.py
M test/api/test_datatypes.py
M test/api/test_framework.py
M test/api/test_histories.py
M test/api/test_history_contents.py
M test/api/test_history_contents_provenance.py
M test/api/test_jobs.py
M test/api/test_libraries.py
M test/api/test_page_revisions.py
M test/api/test_pages.py
M test/api/test_search.py
M test/api/test_tool_data.py
M test/api/test_tools.py
M test/api/test_tours.py
M test/api/test_users.py
M test/api/test_visualizations.py
M test/api/test_workflow_extraction.py
M test/api/test_workflows.py
M test/api/test_workflows_from_yaml.py
M test/base/api.py
M test/base/api_asserts.py
M test/base/api_util.py
M test/base/data/test_workflow_pause.ga
M test/base/driver_util.py
M test/base/instrument.py
M test/base/interactor.py
M test/base/nose_util.py
M test/base/populators.py
R test/base/test_db_util.py
A test/base/testcase.py
M test/base/tool_shed_util.py
R test/base/twilltestcase.py
M test/casperjs/casperjs_runner.py
M test/casperjs/server_env.py
M test/docker/base/run_test_wrapper.sh
R test/functional/database_contexts.py
M test/functional/test_data_managers.py
R test/functional/test_library_templates.py
M test/functional/test_toolbox.py
M test/functional/tools/code_file.py
A test/functional/tools/collection_creates_dynamic_nested_fail.xml
A test/functional/tools/collection_creates_dynamic_nested_from_json.xml
A test/functional/tools/collection_creates_dynamic_nested_from_json_elements.xml
A test/functional/tools/collection_creates_list_fail.xml
M test/functional/tools/composite.xml
M test/functional/tools/composite_output.xml
M test/functional/tools/composite_output_tests.xml
M test/functional/tools/create_10.xml
A test/functional/tools/create_2.xml
A test/functional/tools/identifier_multiple_in_conditional.xml
A test/functional/tools/identifier_multiple_in_repeat.xml
A test/functional/tools/identifier_source.xml
M test/functional/tools/metadata.xml
A test/functional/tools/mulled_example_multi_incomplete.xml
A test/functional/tools/mulled_example_multi_versionless.xml
A test/functional/tools/output_format_deprecated_when.xml
M test/functional/tools/sample_datatypes_conf.xml
M test/functional/tools/samples_tool_conf.xml
M test/functional/tools/tool_provided_metadata_1.xml
M test/functional/tools/tool_provided_metadata_2.xml
M test/functional/tools/tool_provided_metadata_3.xml
A test/functional/tools/tool_provided_metadata_4.xml
A test/functional/tools/tool_provided_metadata_5.xml
A test/functional/tools/tool_provided_metadata_6.xml
A test/functional/tools/tool_provided_metadata_7.xml
A test/functional/tools/tool_provided_metadata_8.xml
A test/functional/tools/tool_provided_metadata_9.xml
A test/functional/tools/vcf_bgzip.xml
A test/functional/twilltestcase.py
M test/functional/webhooks/phdcomics/helper/__init__.py
M test/functional/webhooks/trans_object/config/trans_object.yaml
M test/functional/webhooks/trans_object/helper/__init__.py
M test/galaxy_selenium/driver_factory.py
M test/galaxy_selenium/has_driver.py
M test/galaxy_selenium/navigates_galaxy.py
M test/galaxy_selenium/navigation-data.yml
M test/galaxy_selenium/sizzle.py
A test/integration/test_config_options_users.py
A test/integration/test_maximum_worklfow_invocation_duration.py
M test/integration/test_resolvers.py
A test/integration/test_upload_configuration_options.py
A test/integration/test_workflow_handler_configuration.py
A test/integration/workflow_handler_configuration_job_conf.xml
A test/integration/workflow_handler_configuration_workflow_scheduler_conf.xml
M test/manual/workflows_scaling.py
M test/qunit/package.json
M test/qunit/test-data/bootstrapped.js
M test/qunit/test-data/paired-collection-creator.data.js
M test/qunit/tests/form_tests.js
M test/qunit/tests/galaxy-app-base.js
M test/qunit/tests/page_tests.js
M test/qunit/tests/ui_tests.html
M test/qunit/tests/ui_tests.js
M test/selenium_tests/framework.py
A test/selenium_tests/test_collection_builders.py
M test/selenium_tests/test_history_sharing.py
M test/selenium_tests/test_login.py
A test/selenium_tests/test_published_histories_grid.py
M test/selenium_tests/test_registration.py
A test/selenium_tests/test_sizzle_loading.py
M test/selenium_tests/test_stock_tours.py
M test/selenium_tests/test_tool_form.py
M test/selenium_tests/test_uploads.py
M test/selenium_tests/test_workflow_management.py
M test/selenium_tests/test_workflow_run.py
M test/shed_functional/base/test_db_util.py
M test/shed_functional/base/twilltestcase.py
M test/shed_functional/functional/test_0000_basic_repository_features.py
M test/shed_functional/functional/test_0010_repository_with_tool_dependencies.py
M test/shed_functional/functional/test_0020_basic_repository_dependencies.py
M test/shed_functional/functional/test_0030_repository_dependency_revisions.py
M test/shed_functional/functional/test_0040_repository_circular_dependencies.py
M test/shed_functional/functional/test_0050_circular_dependencies_4_levels.py
M test/shed_functional/functional/test_0060_workflows.py
M test/shed_functional/functional/test_0070_invalid_tool.py
M test/shed_functional/functional/test_0080_advanced_circular_dependencies.py
M test/shed_functional/functional/test_0090_tool_search.py
M test/shed_functional/functional/test_0100_complex_repository_dependencies.py
M test/shed_functional/functional/test_0110_invalid_simple_repository_dependencies.py
M test/shed_functional/functional/test_0120_simple_repository_dependency_multiple_owners.py
M test/shed_functional/functional/test_0130_datatype_converters.py
M test/shed_functional/functional/test_0140_tool_help_images.py
M test/shed_functional/functional/test_0150_prior_installation_required.py
M test/shed_functional/functional/test_0160_circular_prior_installation_required.py
M test/shed_functional/functional/test_0170_complex_prior_installation_required.py
M test/shed_functional/functional/test_0300_reset_all_metadata.py
M test/shed_functional/functional/test_0310_hg_api_features.py
M test/shed_functional/functional/test_0400_repository_component_reviews.py
M test/shed_functional/functional/test_0410_repository_component_review_access_control.py
M test/shed_functional/functional/test_0420_citable_urls_for_repositories.py
M test/shed_functional/functional/test_0430_browse_utilities.py
M test/shed_functional/functional/test_0440_deleting_dependency_definitions.py
M test/shed_functional/functional/test_0460_upload_to_repository.py
M test/shed_functional/functional/test_0470_tool_dependency_repository_type.py
M test/shed_functional/functional/test_0480_tool_dependency_xml_verification.py
M test/shed_functional/functional/test_0490_export_import_repositories.py
M test/shed_functional/functional/test_0500_export_repository_simple_dependency.py
M test/shed_functional/functional/test_0510_export_import_repository_complex_dependencies.py
M test/shed_functional/functional/test_0520_import_export_circular_dependencies.py
M test/shed_functional/functional/test_0530_repository_admin_feature.py
M test/shed_functional/functional/test_0540_get_all_metadata_from_api.py
M test/shed_functional/functional/test_0550_metadata_updated_dependencies.py
M test/shed_functional/functional/test_1000_install_basic_repository.py
M test/shed_functional/functional/test_1010_install_repository_with_tool_dependencies.py
M test/shed_functional/functional/test_1020_install_repository_with_repository_dependencies.py
M test/shed_functional/functional/test_1030_install_repository_with_dependency_revisions.py
M test/shed_functional/functional/test_1040_install_repository_basic_circular_dependencies.py
M test/shed_functional/functional/test_1050_circular_dependencies_4_levels.py
M test/shed_functional/functional/test_1060_install_repository_with_workflow.py
M test/shed_functional/functional/test_1070_invalid_tool.py
M test/shed_functional/functional/test_1080_advanced_circular_dependency_installation.py
M test/shed_functional/functional/test_1090_repository_dependency_handling.py
M test/shed_functional/functional/test_1100_install_updated_repository_dependencies.py
M test/shed_functional/functional/test_1110_install_tool_from_tool_search.py
M test/shed_functional/functional/test_1120_install_repository_with_complex_dependencies.py
M test/shed_functional/functional/test_1130_install_repository_with_invalid_repository_dependency.py
M test/shed_functional/functional/test_1140_simple_repository_dependency_multiple_owners.py
M test/shed_functional/functional/test_1150_datatype_converters.py
M test/shed_functional/functional/test_1160_tool_help_images.py
M test/shed_functional/functional/test_1170_prior_installation_required.py
M test/shed_functional/functional/test_1180_circular_prior_installation_required.py
M test/shed_functional/functional/test_1190_complex_prior_installation_required.py
M test/shed_functional/functional/test_1200_uninstall_and_reinstall_basic_repository.py
M test/shed_functional/functional/test_1210_uninstall_reinstall_repository_with_tool_dependencies.py
M test/shed_functional/functional/test_1220_uninstall_reinstall_repository_with_repository_dependencies.py
M test/shed_functional/functional/test_1230_uninstall_reinstall_repository_with_dependency_revisions.py
M test/shed_functional/functional/test_1300_reset_all_metadata.py
M test/shed_functional/functional/test_1400_review_migration_stages.py
M test/shed_functional/functional/test_1410_update_manager.py
M test/shed_functional/functional/test_1420_tool_dependency_environment_inheritance.py
M test/shed_functional/functional/test_1430_repair_installed_repository.py
M test/shed_functional/functional/test_1440_missing_env_sh_files.py
M test/shed_functional/functional/test_1450_installing_datatypes_sniffers.py
M test/shed_functional/functional/test_1460_data_managers.py
M test/shed_functional/functional/test_1470_updating_installed_repositories.py
M test/shed_functional/functional_tests.py
A test/unit/config/1607_root_filters/config/galaxy.ini
A test/unit/config/1607_root_filters/config/tool_shed.ini
A test/unit/config/1607_root_samples/config/galaxy.ini
A test/unit/config/1607_root_samples/config/reports.ini
A test/unit/config/1607_root_samples/config/tool_shed.ini
A test/unit/config/test_config_manage.py
M test/unit/dataset_collections/test_matching.py
M test/unit/datatypes/dataproviders/test_base_dataproviders.py
M test/unit/datatypes/dataproviders/test_line_dataproviders.py
M test/unit/datatypes/test_data.py
A test/unit/jobs/conditional_runners_job_conf.xml
M test/unit/jobs/dynamic_tool_destination/mockGalaxy.py
M test/unit/jobs/dynamic_tool_destination/test_dynamic_tool_destination.py
M test/unit/jobs/test_command_factory.py
M test/unit/jobs/test_datasets.py
M test/unit/jobs/test_job_configuration.py
M test/unit/jobs/test_job_output_checker.py
M test/unit/jobs/test_job_wrapper.py
M test/unit/jobs/test_mapper.py
M test/unit/jobs/test_rule_helper.py
M test/unit/jobs/test_rules/10_site.py
M test/unit/jobs/test_runner_local.py
M test/unit/jobs/test_runner_params.py
M test/unit/managers/base.py
M test/unit/managers/test_CollectionManager.py
M test/unit/managers/test_DatasetManager.py
M test/unit/managers/test_HDAManager.py
M test/unit/managers/test_HDCAManager.py
M test/unit/managers/test_HistoryContentsManager.py
M test/unit/managers/test_HistoryManager.py
M test/unit/managers/test_UserManager.py
M test/unit/shed_unit/test_fabric_util.py
A test/unit/shed_unit/test_installed_repository_manager.py
M test/unit/shed_unit/test_td_common_util.py
M test/unit/shed_unit/test_tool_panel_manager.py
M test/unit/test_galaxy_mapping.py
M test/unit/test_galaxy_transactions.py
A test/unit/test_remote_shell.py
M test/unit/test_routes.py
M test/unit/test_security_helper.py
M test/unit/test_sqlite_utils.py
M test/unit/test_topsort.py
M test/unit/tools/filter_modules/filtermod.py
M test/unit/tools/test_actions.py
M test/unit/tools/test_citations.py
M test/unit/tools/test_collect_primary_datasets.py
M test/unit/tools/test_column_parameters.py
M test/unit/tools/test_data_parameters.py
M test/unit/tools/test_dataset_matcher.py
M test/unit/tools/test_evaluation.py
M test/unit/tools/test_execution.py
M test/unit/tools/test_history_imp_exp.py
M test/unit/tools/test_parameter_parsing.py
M test/unit/tools/test_parsing.py
M test/unit/tools/test_select_parameters.py
M test/unit/tools/test_tool_deps.py
M test/unit/tools/test_tool_panel.py
M test/unit/tools/test_toolbox.py
M test/unit/tools/test_toolbox_filters.py
M test/unit/tools/test_watcher.py
M test/unit/tools/test_wrappers.py
M test/unit/tools_support.py
M test/unit/unittest_utils/galaxy_mock.py
M test/unit/unittest_utils/tempfilecache.py
M test/unit/unittest_utils/utility.py
M test/unit/visualizations/plugins/test_VisualizationPlugin.py
M test/unit/visualizations/plugins/test_VisualizationsRegistry.py
M test/unit/web/base/test_HookPluginManager.py
M test/unit/web/base/test_PageServingPluginManager.py
M test/unit/web/base/test_PluginManager.py
M test/unit/web/framework/test_webapp.py
M test/unit/workflows/test_extract_summary.py
M test/unit/workflows/test_modules.py
M test/unit/workflows/test_run_parameters.py
M test/unit/workflows/test_workflow_progress.py
M test/unit/workflows/workflow_support.py
M tool-data/shared/ucsc/builds.txt.sample
M tool-data/shared/ucsc/ucsc_build_sites.txt.sample
M tool_list.py
M tools/data_source/data_source.py
M tools/data_source/fetch.py
M tools/data_source/genbank.py
M tools/data_source/hbvar_filter.py
M tools/data_source/import.py
M tools/data_source/microbial_import.py
M tools/data_source/microbial_import_code.py
M tools/data_source/upload.py
M tools/data_source/upload.xml
M tools/evolution/add_scores.py
M tools/evolution/codingSnps_filter.py
M tools/extract/extract_genomic_dna.py
M tools/extract/liftOver_wrapper.py
M tools/filters/axt_to_lav.py
M tools/filters/axt_to_lav_code.py
M tools/filters/bed_to_gff_converter.py
M tools/filters/gff/extract_GFF_Features.py
M tools/filters/gff/gff_filter_by_attribute.py
M tools/filters/gff/gff_filter_by_attribute.xml
M tools/filters/gff/gff_filter_by_feature_count.py
M tools/filters/gff/gtf_filter_by_attribute_values_list.py
M tools/filters/gff_to_bed_converter.py
M tools/filters/grep.py
M tools/filters/gtf_to_bedgraph_converter.py
M tools/filters/join.py
M tools/filters/joinWrapper.py
M tools/filters/lav_to_bed.py
M tools/filters/lav_to_bed_code.py
M tools/filters/mergeCols.py
M tools/filters/random_lines_two_pass.py
M tools/filters/randomlines.py
M tools/filters/secure_hash_message_digest.py
M tools/filters/sorter.py
M tools/filters/trimmer.py
M tools/filters/trimmer.xml
M tools/filters/ucsc_gene_bed_to_exon_bed.py
M tools/filters/ucsc_gene_bed_to_intron_bed.py
M tools/filters/ucsc_gene_table_to_intervals.py
M tools/filters/wc_gnu.xml
M tools/filters/wiggle_to_simple.py
M tools/genomespace/genomespace_exporter.py
M tools/genomespace/genomespace_exporter.xml
M tools/genomespace/genomespace_file_browser.py
R tools/genomespace/genomespace_file_browser_dev.xml
R tools/genomespace/genomespace_file_browser_prod.xml
R tools/genomespace/genomespace_file_browser_test.xml
M tools/genomespace/genomespace_importer.py
M tools/genomespace/genomespace_importer.xml
A tools/genomespace/genomespace_push.xml
M tools/maf/interval2maf.py
M tools/maf/interval_maf_to_merged_fasta.py
M tools/maf/maf_by_block_number.py
M tools/maf/maf_filter.py
M tools/maf/maf_limit_size.py
M tools/maf/maf_limit_to_species.py
M tools/maf/maf_reverse_complement.py
M tools/maf/maf_split_by_species.py
M tools/maf/maf_stats.py
M tools/maf/maf_thread_for_species.py
M tools/maf/maf_to_bed.py
M tools/maf/maf_to_bed_code.py
M tools/maf/maf_to_fasta_concat.py
M tools/maf/maf_to_fasta_multiple_sets.py
M tools/maf/maf_to_interval.py
M tools/maf/vcf_to_maf_customtrack.py
M tools/meme/fimo_wrapper.py
M tools/metag_tools/blat_wrapper.py
M tools/metag_tools/shrimp_color_wrapper.py
M tools/metag_tools/shrimp_wrapper.py
M tools/next_gen_conversion/fastq_conversions.py
M tools/next_gen_conversion/fastq_gen_conv.py
M tools/next_gen_conversion/solid2fastq.py
M tools/next_gen_conversion/solid_to_fastq.py
M tools/ngs_simulation/ngs_simulation.py
M tools/plotting/bar_chart.py
M tools/solid_tools/maq_cs_wrapper.py
M tools/solid_tools/solid_qual_stats.py
M tools/sr_assembly/velvetg.xml
M tools/sr_assembly/velvetg_wrapper.py
M tools/sr_assembly/velveth_wrapper.py
M tools/sr_mapping/bfast_wrapper.py
M tools/sr_mapping/srma_wrapper.py
M tools/stats/aggregate_scores_in_intervals.py
M tools/stats/filtering.py
M tools/stats/grouping.py
M tools/stats/gsummary.py
M tools/visualization/LAJ.py
M tools/visualization/LAJ_code.py
M tox.ini
Log Message:
-----------
Merge remote-tracking branch 'upstream/dev' into fast5
Commit: 2fc60430a187cc4a95e2d935b89b65f52acd86b8
https://github.com/galaxyproject/galaxy/commit/2fc60430a187cc4a95e2d935b89b…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/binary.py
Log Message:
-----------
fix formatting to make tox happy
Commit: f07c6a98431f1a4c2a2d81f99d3b54a23f0a901e
https://github.com/galaxyproject/galaxy/commit/f07c6a98431f1a4c2a2d81f99d3b…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M config/datatypes_conf.xml.sample
M lib/galaxy/datatypes/binary.py
Log Message:
-----------
optimized sniffing, subclassed different tarball types
Commit: 297d2353ce594b3325d029fb72c3ffd825c07f57
https://github.com/galaxyproject/galaxy/commit/297d2353ce594b3325d029fb72c3…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/binary.py
A lib/galaxy/datatypes/test/test.fast5.tar
A lib/galaxy/datatypes/test/test.fast5.tar.bz2
A lib/galaxy/datatypes/test/test.fast5.tar.gz
Log Message:
-----------
add datatype tests
Commit: 49258a7df8bb0f8c489c06dc2a77c27b2244b5f9
https://github.com/galaxyproject/galaxy/commit/49258a7df8bb0f8c489c06dc2a77…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M lib/galaxy/datatypes/binary.py
Log Message:
-----------
fixed sniff order and misc linting errors
Commit: 08b5a47c396d38d288d54806edb87e9e717b799d
https://github.com/galaxyproject/galaxy/commit/08b5a47c396d38d288d54806edb8…
Author: jvolkening <jdv(a)base2bio.com>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/history/options-menu.js
M client/galaxy/scripts/utils/uploadbox.js
M config/datatypes_conf.xml.sample
M config/galaxy.ini.sample
A config/plugins/interactive_environments/hicbrowser/config/allowed_images.yml.sample
A config/plugins/interactive_environments/hicbrowser/config/hicbrowser.ini.sample
A config/plugins/interactive_environments/hicbrowser/config/hicbrowser.xml
A config/plugins/interactive_environments/hicbrowser/static/js/hicbrowser.js
A config/plugins/interactive_environments/hicbrowser/templates/hicbrowser.mako
M lib/galaxy/config.py
M lib/galaxy/datatypes/binary.py
A lib/galaxy/datatypes/converters/biom1_to_biom2.xml
A lib/galaxy/datatypes/converters/biom2_to_biom1.xml
M lib/galaxy/datatypes/sniff.py
A lib/galaxy/datatypes/test/biom2_sparse_otu_table_hdf5.biom
M lib/galaxy/datatypes/text.py
M lib/galaxy/dependencies/pinned-requirements.txt
M lib/galaxy/jobs/runners/util/cli/shell/rsh.py
M lib/galaxy/tools/actions/upload.py
M lib/galaxy/tools/actions/upload_common.py
M lib/galaxy/webapps/galaxy/controllers/library_common.py
M static/maps/mvc/history/options-menu.js.map
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/maps/utils/uploadbox.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/options-menu.js
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/scripts/utils/uploadbox.js
A test-data/joiner_header_in1.tab
A test-data/joiner_header_in2.tab
A test-data/joiner_out1.bed
A test-data/joiner_out2.bed
A test-data/joiner_out3.bed
A test-data/joiner_out4.bed
A test-data/joiner_out5.tab
A test-data/joiner_out6.tab
A test-data/joiner_out7.tab
M test/integration/test_upload_configuration_options.py
M test/selenium_tests/test_published_histories_grid.py
M tools/data_source/upload.py
M tools/filters/join.py
M tools/filters/joiner.xml
Log Message:
-----------
Merge branch 'dev' of https://github.com/galaxyproject/galaxy into fast5
Commit: 36a3a6b3d9c0b00c26ae861649983a441f725ae8
https://github.com/galaxyproject/galaxy/commit/36a3a6b3d9c0b00c26ae86164998…
Author: Marius van den Beek <m.vandenbeek(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M config/datatypes_conf.xml.sample
M lib/galaxy/datatypes/binary.py
A lib/galaxy/datatypes/test/test.fast5.tar
A lib/galaxy/datatypes/test/test.fast5.tar.bz2
A lib/galaxy/datatypes/test/test.fast5.tar.gz
Log Message:
-----------
Merge pull request #4569 from jvolkening/fast5
fast5_archive datatype
Compare: https://github.com/galaxyproject/galaxy/compare/c0e2db2d98ea...36a3a6b3d9c0
1
0
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 7e2727bc0a74868198e7e457f99df3d1e39f1ddb
https://github.com/galaxyproject/galaxy/commit/7e2727bc0a74868198e7e457f99d…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M config/datatypes_conf.xml.sample
R lib/galaxy/datatypes/converters/bam_to_bai.xml
Log Message:
-----------
Remove bam to bai converter
This converter served no real purpose (you can download bam index files
by clicking on the floppy icon, and we never had a bai datatype).
Commit: c0e2db2d98ead7f9d532ad0f5106d644019d5265
https://github.com/galaxyproject/galaxy/commit/c0e2db2d98ead7f9d532ad0f5106…
Author: Nicola Soranzo <nsoranzo(a)tiscali.it>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M config/datatypes_conf.xml.sample
R lib/galaxy/datatypes/converters/bam_to_bai.xml
Log Message:
-----------
Merge pull request #4598 from mvdbeek/remove_bai_converter
Remove bam to bai converter
Compare: https://github.com/galaxyproject/galaxy/compare/e1cdb740cb43...c0e2db2d98ea
1
0
[galaxyproject/galaxy] 5da62c: Cancel workflow invocations when histories are del...
by GitHub 11 Sep '17
by GitHub 11 Sep '17
11 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 5da62ca264826bca0318a08f10d9d5e0ab6a3cc8
https://github.com/galaxyproject/galaxy/commit/5da62ca264826bca0318a08f10d9…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M lib/galaxy/workflow/run.py
M test/api/test_workflows.py
Log Message:
-----------
Cancel workflow invocations when histories are deleted.
With test case, rebased with spelling fixes thanks to @nsoranzo.
xref #3555 (third point)
Commit: 7efe561867b7c5a3a16e873c215889c58d225277
https://github.com/galaxyproject/galaxy/commit/7efe561867b7c5a3a16e873c2158…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M test/api/test_workflows.py
Log Message:
-----------
Rework invocation state tracking in API tests.
At the insistence of @nsoranzo, be more explicit about waiting for workflow test in API tests. While I was in there I also setup new abstractions for waiting on state and updated various workflow cancelling tests to use test_history context for better error reporting.
Commit: e1cdb740cb431104439dbbd63c2f1c0472d2c16b
https://github.com/galaxyproject/galaxy/commit/e1cdb740cb431104439dbbd63c2f…
Author: Nicola Soranzo <nsoranzo(a)tiscali.it>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M lib/galaxy/workflow/run.py
M test/api/test_workflows.py
Log Message:
-----------
Merge pull request #4580 from jmchilton/deleted_history
Cancel workflow invocations when histories are deleted.
Compare: https://github.com/galaxyproject/galaxy/compare/74a486084bcb...e1cdb740cb43
1
0
[galaxyproject/galaxy] 0a54a3: remove unneeded property, fix import from history ...
by GitHub 11 Sep '17
by GitHub 11 Sep '17
11 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 0a54a313b77b7c47cf57d5f7365cd37231b879ea
https://github.com/galaxyproject/galaxy/commit/0a54a313b77b7c47cf57d5f7365c…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M client/galaxy/style/less/library.less
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/bundled/login.bundled.js.map
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/style/blue/base.css
M static/style/blue/library.css
Log Message:
-----------
remove unneeded property, fix import from history targets
some refactoring
Commit: 5b87754ab77dbba1aab632345517e404bc421295
https://github.com/galaxyproject/galaxy/commit/5b87754ab77dbba1aab632345517…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/library/library-folderlist-view.js
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M static/maps/mvc/library/library-folderlist-view.js.map
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/scripts/mvc/library/library-folderlist-view.js
M static/scripts/mvc/library/library-foldertoolbar-view.js
Log Message:
-----------
refactor traversing to use latest() instead
Commit: 74a486084bcb5d0aef50bebe499b9b39b8a68a74
https://github.com/galaxyproject/galaxy/commit/74a486084bcb5d0aef50bebe499b…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M client/galaxy/scripts/mvc/library/library-folderlist-view.js
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M client/galaxy/style/less/library.less
M static/maps/mvc/library/library-folderlist-view.js.map
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/scripts/bundled/admin.bundled.js.map
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/bundled/login.bundled.js.map
M static/scripts/mvc/library/library-folderlist-view.js
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/style/blue/base.css
M static/style/blue/library.css
Log Message:
-----------
Merge pull request #4579 from martenson/fix-reload-error
datalibs: fix two bugs, refactor
Compare: https://github.com/galaxyproject/galaxy/compare/a190903bd031...74a486084bcb
1
0
[galaxyproject/galaxy] b61ca4: Make history sharing tests more robust and informa...
by GitHub 11 Sep '17
by GitHub 11 Sep '17
11 Sep '17
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: b61ca47c99da6661dee64d6612f8aa30daa464f8
https://github.com/galaxyproject/galaxy/commit/b61ca47c99da6661dee64d6612f8…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2017-09-10 (Sun, 10 Sep 2017)
Changed paths:
M test/selenium_tests/test_history_sharing.py
Log Message:
-----------
Make history sharing tests more robust and informative.
- Be sure when sharing a history with a user we wait to actually see that user's e-mail address appear in the history's sharing list after submission.
- Print something for the failed history sharing assertions (I'm pretty sure they are 403 errors because some aspect of the sharing or login didn't work - but might as well verify).
Commit: a190903bd031ff78f286977cdb7eaca04884de4c
https://github.com/galaxyproject/galaxy/commit/a190903bd031ff78f286977cdb7e…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M test/selenium_tests/test_history_sharing.py
Log Message:
-----------
Merge pull request #4588 from jmchilton/selenium_fixes_25
Make history sharing Selenium tests more robust and informative.
Compare: https://github.com/galaxyproject/galaxy/compare/31f2168c3d7f...a190903bd031
1
0