Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 46b4e8d94cf989f429039a63e38cc739c14e6a76
https://github.com/galaxyproject/galaxy/commit/46b4e8d94cf989f429039a63e38c…
Author: carlfeberhard <carlfeberhard(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M lib/galaxy/managers/base.py
M test/unit/managers/test_HistoryContentsManager.py
Log Message:
-----------
Managers: remove UTC zone when parsing dates
This change creates a more complete regex for parsing dates used in filters. MySQL in particular errored when the UTC zone character 'Z' was appended to a valid iso 8601 date (because it's MySQL). The FilterParser.parse_date method now:
- strips both the separator 'T' and any ending 'Z'
- one space are allowed as the date/time separator
- milliseconds are permitted
- both time and time with milliseconds are optional
- any added timezone (besides the UTC Z) will cause an error
- feedback was made more clear
- tests were added (and should make the above more clear)
Commit: 1c2b2a5c71d105f0f2d9ac64d7a502f81b4297ec
https://github.com/galaxyproject/galaxy/commit/1c2b2a5c71d105f0f2d9ac64d7a5…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M lib/galaxy/managers/base.py
M test/unit/managers/test_HistoryContentsManager.py
Log Message:
-----------
Merge pull request #2062 from carlfeberhard/fix.date_filter_parsing
Managers: remove UTC zone when parsing dates
Compare: https://github.com/galaxyproject/galaxy/compare/5fd5343d07f2...1c2b2a5c71d1
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: dc4d4cbce7b18b33ff09f722d58a551c6f024b7a
https://github.com/galaxyproject/galaxy/commit/dc4d4cbce7b18b33ff09f722d58a…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M config/tool_shed.ini.sample
M lib/galaxy/webapps/tool_shed/config.py
M lib/galaxy/webapps/tool_shed/framework/middleware/hg.py
Log Message:
-----------
disable 'hg push' to TS repositories deprecated in 15.10 https://docs.galaxyproject.org/en/master/releases/15.10_announce.html#depre…
Commit: 7d08d1b0699a9e2adfa314af3e8324e257254ce0
https://github.com/galaxyproject/galaxy/commit/7d08d1b0699a9e2adfa314af3e83…
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M lib/galaxy/webapps/tool_shed/framework/middleware/hg.py
Log Message:
-----------
Specify default value when getting disable_push
Commit: a560ad8999eca1137aafa466ae07683ef9f6d9d3
https://github.com/galaxyproject/galaxy/commit/a560ad8999eca1137aafa466ae07…
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
A test/tool_shed/functional/test_0310_hg_clone.py
R test/tool_shed/functional/test_0310_hg_push_from_api.py
Log Message:
-----------
Update Tool Shed tests after disabling 'hg push'
Commit: 28b5dd36832642b5ae519790c25fc2d15da11ca9
https://github.com/galaxyproject/galaxy/commit/28b5dd36832642b5ae519790c25f…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M test/tool_shed/base/twilltestcase.py
M test/tool_shed/functional/test_0310_hg_clone.py
Log Message:
-----------
add TS test for disabled hg push
Commit: 0bcc7e37e1d94259c6b5c29ab7e8041e4228d05d
https://github.com/galaxyproject/galaxy/commit/0bcc7e37e1d94259c6b5c29ab7e8…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
A test/tool_shed/functional/test_0310_hg_api_features.py
R test/tool_shed/functional/test_0310_hg_clone.py
Log Message:
-----------
rename test to reflect insides
Commit: 193eeaa60674eaa1badb65f74cb77dcb331b179b
https://github.com/galaxyproject/galaxy/commit/193eeaa60674eaa1badb65f74cb7…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M config/tool_shed.ini.sample
M lib/galaxy/webapps/tool_shed/config.py
M lib/galaxy/webapps/tool_shed/framework/middleware/hg.py
M test/tool_shed/base/twilltestcase.py
A test/tool_shed/functional/test_0310_hg_api_features.py
R test/tool_shed/functional/test_0310_hg_push_from_api.py
Log Message:
-----------
Merge pull request #2056 from martenson/1601-disable-push
[16.01] retroactively disable Mercurial push API in TS
Commit: 829c84c8cb0125706b1f801b08bcb2e281f92d57
https://github.com/galaxyproject/galaxy/commit/829c84c8cb0125706b1f801b08bc…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M config/tool_shed.ini.sample
M lib/galaxy/webapps/tool_shed/config.py
M lib/galaxy/webapps/tool_shed/framework/middleware/hg.py
M test/tool_shed/base/twilltestcase.py
A test/tool_shed/functional/test_0310_hg_api_features.py
R test/tool_shed/functional/test_0310_hg_push_from_api.py
Log Message:
-----------
Merge branch 'release_16.01' into dev
Compare: https://github.com/galaxyproject/galaxy/compare/10db8ec8febc...829c84c8cb01