{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":44561280,"defaultBranch":"cwl-1.0","name":"galaxy","ownerLogin":"common-workflow-lab","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-10-19T20:14:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/53422574?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719494837.0","currentOid":""},"activityList":{"items":[{"before":"114c45614f2c9cdc79a022ca4b451fa0d844b093","after":"42ce7c6fbdff135391f32a2c91533a56e3b6f4a2","ref":"refs/heads/cwl-1.0","pushedAt":"2024-07-27T18:36:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"d4904040570be175994b8311ed2e9ba1529a8bc3","after":"114c45614f2c9cdc79a022ca4b451fa0d844b093","ref":"refs/heads/cwl-1.0","pushedAt":"2024-07-21T18:55:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"a5cc09147330928bb6abec0f0b832cbb0ba6ffa9","after":"d4904040570be175994b8311ed2e9ba1529a8bc3","ref":"refs/heads/cwl-1.0","pushedAt":"2024-07-15T18:27:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"68648a0aa66fae2acd2f776a892883a5078e9c0e","after":"a5cc09147330928bb6abec0f0b832cbb0ba6ffa9","ref":"refs/heads/cwl-1.0","pushedAt":"2024-07-13T16:51:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"072ed0138d0be770441333686ffea4d6dd626ecd","after":"68648a0aa66fae2acd2f776a892883a5078e9c0e","ref":"refs/heads/cwl-1.0","pushedAt":"2024-07-12T12:35:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"707b31b0591771f8827a6b2061a1ba6628f429de","after":null,"ref":"refs/heads/h5py_and_typos","pushedAt":"2024-06-27T13:27:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"}},{"before":"58a1c4c58ef20d5ae0ea597ec3c5ed004100d78f","after":"072ed0138d0be770441333686ffea4d6dd626ecd","ref":"refs/heads/cwl-1.0","pushedAt":"2024-04-02T17:32:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix ``test_composite_datatype_stage_upload1`` test\n\nCan be squashed into commit \"Record unnamed_outputs as job outputs, wait for job outputs in staging function\" .\n\nFix the following traceback:\n\n```\nself = \nhistory_id = '333add226b1f5083'\n\n @skip_without_datatype(\"velvet\")\n def test_composite_datatype_stage_upload1(self, history_id: str) -> None:\n job = {\n \"input1\": {\n \"class\": \"File\",\n \"format\": \"velvet\",\n \"composite_data\": [\n \"test-data/simple_line.txt\",\n \"test-data/simple_line_alternative.txt\",\n \"test-data/simple_line_x2.txt\",\n ],\n }\n }\n> stage_inputs(self.galaxy_interactor, history_id, job, use_path_paste=False, use_fetch_api=False)\n\nlib/galaxy_test/api/test_tools_upload.py:497:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nlib/galaxy_test/base/populators.py:3181: in stage_inputs\n return InteractorStaging(galaxy_interactor, use_fetch_api=use_fetch_api).stage(\nlib/galaxy/tool_util/client/staging.py:264: in stage\n return galactic_job_json(\nlib/galaxy/tool_util/cwl/util.py:392: in galactic_job_json\n replace_keys[key] = replacement_item(value)\nlib/galaxy/tool_util/cwl/util.py:220: in replacement_item\n return replacement_file(value)\nlib/galaxy/tool_util/cwl/util.py:251: in replacement_file\n rval_c = upload_file_with_composite_data(None, composite_data, filetype=filetype, **kwd)\nlib/galaxy/tool_util/cwl/util.py:190: in upload_file_with_composite_data\n return response_to_hda(target, upload_response)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\ntarget = \nupload_response = {'implicit_collections': [], 'jobs': [{'create_time': '2024-04-02T13:19:27.579575', 'exit_code': None, 'galaxy_version...ats': ['http://edamontology.org/format_1915'], 'data_type': 'galaxy.datatypes.data.Data', 'deleted': False, ...}], ...}\n\n def response_to_hda(target: UploadTarget, upload_response: Dict[str, Any]) -> Dict[str, str]:\n> dataset = next(iter(upload_response[\"outputs\"].values()))\nE AttributeError: 'list' object has no attribute 'values'\n\nlib/galaxy/tool_util/cwl/util.py:160: AttributeError\n```","shortMessageHtmlLink":"Fix test_composite_datatype_stage_upload1 test"}},{"before":"31b4746f6300159cb30326292f62a3b9a3368aa6","after":"58a1c4c58ef20d5ae0ea597ec3c5ed004100d78f","ref":"refs/heads/cwl-1.0","pushedAt":"2024-04-02T13:05:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Fix directory unpacking","shortMessageHtmlLink":"Fix directory unpacking"}},{"before":"7dd1002631396c42fd07016af8b039501844808a","after":"31b4746f6300159cb30326292f62a3b9a3368aa6","ref":"refs/heads/cwl-1.0","pushedAt":"2024-03-06T19:04:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"fa950249799446800bc44e640918a96fca93db73","after":"7dd1002631396c42fd07016af8b039501844808a","ref":"refs/heads/cwl-1.0","pushedAt":"2024-03-06T16:44:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"17e298161eac10613f25557187c4f1a02daa37ec","after":"fa950249799446800bc44e640918a96fca93db73","ref":"refs/heads/cwl-1.0","pushedAt":"2024-02-26T18:54:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"7f6b2a73afb821557920ed8451b81235cac0916b","after":"17e298161eac10613f25557187c4f1a02daa37ec","ref":"refs/heads/cwl-1.0","pushedAt":"2024-02-22T19:17:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"5bbeae7e72c68f3630db20220f05a09739ebb9a7","after":"7f6b2a73afb821557920ed8451b81235cac0916b","ref":"refs/heads/cwl-1.0","pushedAt":"2024-02-20T19:00:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"e457d6ffb8b9152139cc5a27c93cabc42e4685e2","after":"5bbeae7e72c68f3630db20220f05a09739ebb9a7","ref":"refs/heads/cwl-1.0","pushedAt":"2024-02-20T18:58:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Type annotation fixes","shortMessageHtmlLink":"Type annotation fixes"}},{"before":"3908364084949da4dfc283ef66e45db0f97ac2c1","after":null,"ref":"refs/heads/lxml-stubs","pushedAt":"2024-01-29T15:23:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"}},{"before":"d6edde3ac800f430de43fcd2b5b0e6cf137a17d8","after":null,"ref":"refs/heads/python3.8","pushedAt":"2023-11-29T07:00:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"}},{"before":"b18c47f8f14a2cb4bba79520bcb0a4512fe83a9d","after":"d6edde3ac800f430de43fcd2b5b0e6cf137a17d8","ref":"refs/heads/python3.8","pushedAt":"2023-11-27T00:02:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Poetry refresh\n\nwith `make update-requirements`","shortMessageHtmlLink":"Poetry refresh"}},{"before":"36a25490082115079c61bf80ef97de7c8039df63","after":"3908364084949da4dfc283ef66e45db0f97ac2c1","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T22:32:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"8dcb70f6f4341f1c44c3e43b95af3e6da534feef","after":"36a25490082115079c61bf80ef97de7c8039df63","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T22:24:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"fd1db98b7de64e089990f9ffbbbf44d0e10f85c1","after":"8dcb70f6f4341f1c44c3e43b95af3e6da534feef","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T21:54:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"93c2e1858700a535362d5a0451e985586fc09510","after":"fd1db98b7de64e089990f9ffbbbf44d0e10f85c1","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T21:50:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"553a4d42fedf712834854dc9f083a67c50b9ba4d","after":"93c2e1858700a535362d5a0451e985586fc09510","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T21:47:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"2a451bd394b11e7c8318e1fd295282b9f18ef003","after":"553a4d42fedf712834854dc9f083a67c50b9ba4d","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T21:39:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"54b5daa9eb5992018caa159d23fe571491c568c1","after":"2a451bd394b11e7c8318e1fd295282b9f18ef003","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T18:12:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"a8476131f343c09befef32ac78427948a82e9d6a","after":"54b5daa9eb5992018caa159d23fe571491c568c1","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T16:59:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"e00f08d4153eb1b3ef133fd3aef5ece8a5a5a98c","after":"b18c47f8f14a2cb4bba79520bcb0a4512fe83a9d","ref":"refs/heads/python3.8","pushedAt":"2023-11-24T16:18:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"Poetry refresh\n\nwith `make update-requirements`","shortMessageHtmlLink":"Poetry refresh"}},{"before":"261cd69238baff0a804bb9cbcbad39eeed63a4f5","after":"a8476131f343c09befef32ac78427948a82e9d6a","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T16:15:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":null,"after":"261cd69238baff0a804bb9cbcbad39eeed63a4f5","ref":"refs/heads/lxml-stubs","pushedAt":"2023-11-24T16:12:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"lxml type fixes","shortMessageHtmlLink":"lxml type fixes"}},{"before":"c7b81621732a4e05cba4554c902585fafee3a210","after":"e00f08d4153eb1b3ef133fd3aef5ece8a5a5a98c","ref":"refs/heads/python3.8","pushedAt":"2023-11-24T14:12:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mr-c","name":"Michael R. Crusoe","path":"/mr-c","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1330696?s=80&v=4"},"commit":{"message":"Poetry refresh\n\nwith `make update-requirements`","shortMessageHtmlLink":"Poetry refresh"}},{"before":"f312f63c6375f3c85995edf90cbeb687c6f02da0","after":"c7b81621732a4e05cba4554c902585fafee3a210","ref":"refs/heads/python3.8","pushedAt":"2023-11-24T14:08:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nsoranzo","name":"Nicola Soranzo","path":"/nsoranzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4924623?s=80&v=4"},"commit":{"message":"Poetry refresh\n\nwith `make update-requirements`","shortMessageHtmlLink":"Poetry refresh"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEitV5awA","startCursor":null,"endCursor":null}},"title":"Activity ยท common-workflow-lab/galaxy"}