https://github.com/galaxyproject/galaxy

sort by:
Revision Author Date Message Commit Date
15239f1 Update version to 19.05 10 June 2019, 19:01:46 UTC
097612f Merge pull request #8106 from Nerdinacan/analytics_load_issue [19.05] Restored google analytics inits in mako templates 10 June 2019, 14:44:59 UTC
9043dd1 [19.05] Add recent merges to release notes 10 June 2019, 14:31:59 UTC
696f9f9 Merge pull request #8103 from nuwang/fix_k8s_runasuser [19.05] Fix k8s runasuser 10 June 2019, 14:02:56 UTC
f821d3f Merge pull request #8092 from nuwang/fix_k8s_namespace_19_05 [19.05] Filter all pykube queries by namespace 10 June 2019, 14:01:30 UTC
6b899ce Merge branch 'release_19.01' into release_19.05 10 June 2019, 13:09:26 UTC
3e01f1a Merge pull request #8108 from nsoranzo/release_19.01_fix_iter_methods_py3 [19.01] Do not use dict iter methods for Python3 compatibility 10 June 2019, 11:33:03 UTC
8f5a35e I love RST 07 June 2019, 19:13:14 UTC
2dad501 Merge pull request #8116 from nuwang/fix_default_container_image [19.05] Fix error in recognizing destination default container image 07 June 2019, 12:30:06 UTC
39d265b Fix error in recognizing destination default container image 07 June 2019, 01:49:25 UTC
3837440 Merge pull request #8065 from jmchilton/metadata_output_pulsar [19.05] Fix metadata output collection on Pulsar with new metadata strategy. 06 June 2019, 20:21:36 UTC
1245153 Restored google analytics initialize inside mako templates 06 June 2019, 17:17:36 UTC
dc4785a Fixes(?) to galaxy.metadata. 06 June 2019, 15:05:28 UTC
9ec952c Do not use dict iter methods for Python3 compatibility 06 June 2019, 14:58:15 UTC
aa463ce Default to none if run_as_user or group are not specified 06 June 2019, 11:41:04 UTC
0a32933 fix link to user release notes 05 June 2019, 20:59:46 UTC
95586c1 Merge pull request #8037 from jmchilton/release_19.05_notes [19.05] 19.05 Release Notes 05 June 2019, 19:49:39 UTC
e831139 minor changes to RN 05 June 2019, 19:48:33 UTC
b0dc3fe Merge branch 'release_19.01' into release_19.05 05 June 2019, 19:06:43 UTC
cb53c73 Merge pull request #8085 from dannon/fix-multipanel-history-search [19.01] Fix multipanel history search. 05 June 2019, 19:04:58 UTC
91b6774 Added support for runAsUser and runAsGroup to k8srunner 05 June 2019, 18:08:09 UTC
7aa5d56 Merge branch 'release_19.01' into release_19.05 05 June 2019, 14:16:13 UTC
2a19b21 Merge pull request #8097 from bgruening/fix_macro_backport_19.01 [19.01] Fix nested macro/token expansion 05 June 2019, 13:48:00 UTC
fc2bff6 Remove recursion from ``expand_nested_tokens()`` Also add test for recursive nested token. 05 June 2019, 11:54:18 UTC
574d9ad Fix nested macro/token expansion on python 3 I noticed that in multiqc @ESCAPE_IDENTIFIER@ wasn't being replaced. It's surprising that this didn't cause any issues on python 2, but might have to do with the iteration order changes. 05 June 2019, 11:44:46 UTC
f577541 Filter all pykube queries by namespace 04 June 2019, 17:00:10 UTC
8edffb1 const, formatting 04 June 2019, 15:47:21 UTC
b732950 Actually search in onfirstsearch of history search in multipanel 04 June 2019, 15:46:24 UTC
edcce00 Fix multipanel history search. 04 June 2019, 15:46:24 UTC
5a85147 Fix job metrics collection from them returning into metadata/ Ideally all job metrics should be placed here to mimic Pulsar but this is a bug fix to an almost stable branch. 03 June 2019, 17:36:11 UTC
cbb578e Spelling fix. 03 June 2019, 17:36:11 UTC
c6e5a86 Fix finding datatype's registry for metadata collection on Pulsar. 03 June 2019, 17:35:59 UTC
5f4bebd Fix portable remote metadata output files... ... three features not working together super well. 03 June 2019, 17:35:58 UTC
a80a49b Fix metadata output collection on Pulsar. 03 June 2019, 17:35:58 UTC
4a87bb4 Merge branch 'release_19.01' into release_19.05 03 June 2019, 17:13:05 UTC
fd02b74 Merge branch 'release_18.09' into release_19.01 03 June 2019, 17:06:45 UTC
115157c Merge pull request #8071 from dannon/axios-sec-upgrade [19.05] Upgrade axios to handle CVE-2019-10742 03 June 2019, 14:00:38 UTC
2f21e73 [18.09] Backport 8023: Fix ColumnSetAction post job action (#8069) [18.09] Backport 8023: Fix ColumnSetAction post job action 01 June 2019, 08:50:02 UTC
b346565 Upgrade axios to handle https://snyk.io/vuln/SNYK-JS-AXIOS-174505 31 May 2019, 11:55:21 UTC
4425697 Fix ColumnSetAction post job action If columns are specified as integers this would fail currently. Reported by Peter Briggs on the [mailing list](https://lists.galaxyproject.org/archives/list/galaxy-dev@lists.galaxyproject.org/thread/PXLCVKIZ5LW3MLI6333PFMANYGOCDLD2/) 31 May 2019, 08:44:45 UTC
bff203f Merge remote-tracking branch 'upstream/release_19.01' into release_19.05 30 May 2019, 19:03:00 UTC
9c960c2 Merge pull request #8056 from mvdbeek/possibly_fix_amqp_issue_on_mules [19.05] Release ampq connection after initial connect 30 May 2019, 18:15:21 UTC
da0f5f2 [19.01] Document the handler max_grab config param (#8060) [19.01] Document the handler max_grab config param 30 May 2019, 15:16:06 UTC
514154e Release ampq connection after initial connect We need to call `connection.connect()` to avoid `'kombu.transport.sqlalchemy.Message' is not mapped`` errrors. This is fine for for sqlalchemy transports, but the connection is still open if we don't release the connection. This is a problem when acquiring the connection with rabbitmq transports. So instead we release the connection and acquire a blocking connection from the connection pool. This sets up the mapping and avoids `'kombu.transport.sqlalchemy.Message' is not mapped`. Not sure if this will fix @natefoo's issue as I haven't exactly been able to reproduce the same error, but acquiring a blocking connection failed outright without releasing the connection, so this is probably a step in the right direction. 30 May 2019, 13:54:56 UTC
dfb591c Document the handler max_grab config param 30 May 2019, 13:18:42 UTC
e0a5e39 Merge branch 'release_19.01' into release_19.05 30 May 2019, 09:33:51 UTC
d25dcc4 [19.01] Fixes for job handler and worklflow scheduler self-assignment grab limits (#8059) [19.01] Fixes for job handler and worklflow scheduler self-assignment grab limits 30 May 2019, 07:30:40 UTC
c0c39d5 Default the maximum grab limit for handler database preassignment methods to unlimited as intended. Document the config param. 29 May 2019, 19:25:55 UTC
4521614 Enhance user facing release notes with gifs 29 May 2019, 11:03:46 UTC
530077a Merge pull request #8040 from mvdbeek/bwlang_editor_fixes [19.05] Update node.post_job_actions when changing post job actions 28 May 2019, 13:37:13 UTC
ea107d7 Merge pull request #8048 from nsoranzo/release_19.05_update_conda [19.05] Update Conda for new installs to v4.6.14 28 May 2019, 11:28:12 UTC
b1ea3d2 Don't add new outputView because it resets mapOver This means we don't see the forced datataype on the node itself, but we maintain the noodle type, and the connection hints are correct. 28 May 2019, 10:33:41 UTC
c703109 Update node.post_job_actions when changing post job actions I broke persisting pot job actions in https://github.com/galaxyproject/galaxy/pull/7989. The onchange function prevented updating the post job action. 28 May 2019, 08:14:20 UTC
25ea088 Update Conda for new installs to v4.6.14 and conda-build to v3.17.8 . 27 May 2019, 23:36:22 UTC
0e33056 Merge pull request #8039 from mvdbeek/non_legacy_object_store_fix [19.05] Backport 7939: Fix non-eager object store with nested object stores 27 May 2019, 16:09:34 UTC
5b05866 Explicitly create extra_files_path when discovering outputs with extra files 27 May 2019, 12:37:53 UTC
563ae4d Raise ObjectNotFound if file does not exist in object store And return an empty string if a path does not exist when calling `get_filename` or` get_extra_files_path` on a Dataset. 27 May 2019, 12:37:53 UTC
419bae1 Don't calculate real path in tool action code if unused. 27 May 2019, 12:37:53 UTC
7ea502b Run API tests with a nested object store. 27 May 2019, 12:37:53 UTC
5c2da64 [19.05] Use byte comparison for contains and files_re_match (#8010) [19.05] Use byte comparison for contains and files_re_match 27 May 2019, 11:27:17 UTC
62f5572 Add carriage return unit test 27 May 2019, 09:35:20 UTC
1eea5de Merge branch 'release_19.01' into release_19.05 26 May 2019, 14:55:20 UTC
d9b0f54 Try to verify tool test output first as Unicode 26 May 2019, 14:07:36 UTC
aa4566e First pass at writing 19.05 release notes. 24 May 2019, 20:59:32 UTC
0cf83ef Initial bootstrapping of 19.05 release notes... 24 May 2019, 20:59:32 UTC
038d78a Fixes and enhancements for release note generation. - Auto-bootstrap user announcements for datatypes, tools, and viz. (follow up on #7527) - Many fixes for things broken in #7527 - Treat procedures as an enhancment for categorizing things. - Speed up release note generation a bit by not considering really, really old PRs. 24 May 2019, 20:59:32 UTC
3745263 Merge pull request #8032 from mvdbeek/backport_param_as_output_fix [19.01] Backport #7799 Skip recording workflow outputs for input parameters 24 May 2019, 13:29:41 UTC
877b115 Merge pull request #8029 from guerler/disable_register_button [19.05] Disable create user button while request is being processed 24 May 2019, 13:15:57 UTC
e988fde Skip recording workflow outputs for input parameters These can come in as a literal parameter value, or as a dictionary like {'id': 'encoded_id', 'src': 'hda'}, none of which is quite right. 24 May 2019, 08:45:18 UTC
0949c38 Disable create user button while request is being processed 23 May 2019, 23:27:54 UTC
12f394c Merge pull request #8021 from mvdbeek/fix_databaseless_tools [19.05] Fix repo cache when no install database is present 23 May 2019, 14:34:12 UTC
6ea862f Use sqlalchemy.inspect to find detached repositories Thanks for the suggestion Nicola! 23 May 2019, 12:05:30 UTC
a398127 Work with bytestrings in `files_contains`, `files_re_match_*` But read utf-8 unicode in `lines_diff`. This will replace non-utf8 characters and seems like a reasonable tradeoff for text files mixed with byte contents, like pdfs. 23 May 2019, 11:43:59 UTC
f204b33 Fix repo cache when no install database is present Fixes https://github.com/galaxyproject/galaxy/issues/8015 23 May 2019, 09:55:19 UTC
2d71b0b Use io.open with errors="repalce" instead of comparing byte strings 23 May 2019, 09:07:06 UTC
9f6bc89 Do non-shallow file comparison 22 May 2019, 15:59:49 UTC
30bec00 Use bytestring comparisons in verify module 22 May 2019, 15:45:00 UTC
ab7a386 Unit test verify module 22 May 2019, 15:45:00 UTC
8fea7e9 Use byte comparison for contains I don't think there's any drawback open this in byte mode. Fixes https://github.com/galaxyproject/galaxy/issues/7957#issuecomment-493954901 21 May 2019, 09:09:13 UTC
47b27be Merge pull request #7989 from mvdbeek/fix_force_datatype_changes [19.05] Update tool output datatype in workflow editor if datatype changes 20 May 2019, 12:17:41 UTC
fca2f4f Merge pull request #8004 from mvdbeek/add_missing_commits_to_backport [19.05] Add missing commits from #7995 backport 19 May 2019, 20:17:46 UTC
a71a44b Merge pull request #8003 from galaxyproject/release_19.01 Merge 19.01 into 19.05 19 May 2019, 13:12:01 UTC
ecc453b Group with statements and clean up docstring 19 May 2019, 07:30:26 UTC
9c06527 Simplify convert_newlines_sep2tabs Just call convert_newlines with a compiled regex 19 May 2019, 07:30:26 UTC
b67ddbf Drop (seemingly?) unused sep2tabs function 19 May 2019, 07:30:26 UTC
0638240 Operate on blocks directly 19 May 2019, 07:30:26 UTC
c60613c Merge pull request #8002 from natefoo/pgcleanup-purge-user-fix [19.01] Fix use of pgcleanup's purge_deleted_users when there are no users to purge 18 May 2019, 08:16:25 UTC
1543c0b Merge pull request #8000 from jmchilton/backport_newline_stuff [19.05] Backport #7995 17 May 2019, 22:23:47 UTC
bd06628 Fix use of pgcleanup's purge_deleted_users when there are no users to purge 17 May 2019, 20:37:19 UTC
a5c0104 Merge pull request #7967 from mvdbeek/use_node_watch_for_monitoring_db [19.05] Use node-watch instead of fs.watch to watch for db changes 17 May 2019, 19:47:21 UTC
3c5c7a0 Parametrize sniff_test 17 May 2019, 19:41:14 UTC
b6185fc Fix line counting 17 May 2019, 19:41:14 UTC
6878e39 Fix test_sniff unittest 17 May 2019, 19:41:14 UTC
06aa7d2 Use byte replacement strategy 17 May 2019, 19:41:13 UTC
6887398 Binary variant of convert_newlines. 17 May 2019, 19:41:13 UTC
0e707f2 Improve sniffing test cases. 17 May 2019, 19:41:13 UTC
73b92af Binary upload fix for interaction with FilePrefix stuff. 17 May 2019, 19:41:13 UTC
d3f2ce0 Attempt binary conversion of newlines if UTF conversion fails. 17 May 2019, 19:41:13 UTC
85f9ead Improved newline conversion handling. - Fix bug where sep2tabs didn't work with '\r\n' - Fix bug where sep2tabs didn't work with '\r' - we were opening it with universal newlines. - Fix memory bug where convert_newlines would read unbounded buffers - other methods still do though :(. - Simplify convert_newlines to just let universal newline handling handle the conversion. 17 May 2019, 19:41:13 UTC
6000f79 Fix extra newlines in peek code. Behavior changes: - Now includes a trailing new line if the input contained a trailing newline. - Now returns only as many lines as are present if the file contains fewer lines than LINE_COUNT. 17 May 2019, 19:41:13 UTC
back to top