{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":413486077,"defaultBranch":"main","name":"hera","ownerLogin":"argoproj-labs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-04T15:44:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/49503628?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716269361.0","currentOid":""},"activityList":{"items":[{"before":"541c26c8702a1c0fda4653359e4bc10055b03fab","after":"b08743f868433eee0623ac3fb4a8085d39713e28","ref":"refs/heads/dependabot/pip/pytest-8.2.1","pushedAt":"2024-05-21T15:31:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pytest from 7.4.4 to 8.2.1\n\nBumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pytest from 7.4.4 to 8.2.1"}},{"before":"6048fbea1854eaba1ec2bc359d6e3ab01fb7e360","after":null,"ref":"refs/heads/dependabot/pip/requests-2.32.0","pushedAt":"2024-05-21T15:30:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flaviuvadan","name":"Flaviu Vadan","path":"/flaviuvadan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18152652?s=80&v=4"}},{"before":"2a13cf4bf330c129509589a92787da5249fe8b10","after":"abcb67c6289eb0fde8b644e8ed64b32bf4c2a0fe","ref":"refs/heads/main","pushedAt":"2024-05-21T15:30:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"flaviuvadan","name":"Flaviu Vadan","path":"/flaviuvadan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18152652?s=80&v=4"},"commit":{"message":"Bump requests from 2.31.0 to 2.32.0 (#1071)\n\nBumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0.\r\n
\r\nRelease notes\r\n

Sourced from requests's\r\nreleases.

\r\n
\r\n

v2.32.0

\r\n

2.32.0 (2024-05-20)

\r\n

🐍 PYCON US 2024 EDITION 🐍

\r\n

Security

\r\n
    \r\n
  • Fixed an issue where setting verify=False on the first\r\nrequest from a\r\nSession will cause subsequent requests to the same origin to\r\nalso ignore\r\ncert verification, regardless of the value of verify.\r\n(https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)
  • \r\n
\r\n

Improvements

\r\n
    \r\n
  • verify=True now reuses a global SSLContext which should\r\nimprove\r\nrequest time variance between first and subsequent requests. It should\r\nalso minimize certificate load time on Windows systems when using a\r\nPython\r\nversion built with OpenSSL 3.x. (#6667)
  • \r\n
  • Requests now supports optional use of character detection\r\n(chardet or charset_normalizer) when\r\nrepackaged or vendored.\r\nThis enables pip and other projects to minimize their\r\nvendoring\r\nsurface area. The Response.text() and\r\napparent_encoding APIs\r\nwill default to utf-8 if neither library is present. (#6702)
  • \r\n
\r\n

Bugfixes

\r\n
    \r\n
  • Fixed bug in length detection where emoji length was incorrectly\r\ncalculated in the request content-length. (#6589)
  • \r\n
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • \r\n
  • Fixed bug where an extra leading / (path separator)\r\ncould lead\r\nurllib3 to unnecessarily reparse the request URI. (#6644)
  • \r\n
\r\n

Deprecations

\r\n
    \r\n
  • Requests has officially added support for CPython 3.12 (#6503)
  • \r\n
  • Requests has officially added support for PyPy 3.9 and 3.10 (#6641)
  • \r\n
  • Requests has officially dropped support for CPython 3.7 (#6642)
  • \r\n
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#6641)
  • \r\n
\r\n

Documentation

\r\n
    \r\n
  • Various typo fixes and doc improvements.
  • \r\n
\r\n

Packaging

\r\n
    \r\n
  • Requests has started adopting some modern packaging practices.\r\nThe source files for the projects (formerly requests) is\r\nnow located\r\nin src/requests in the Requests sdist. (#6506)
  • \r\n
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517\r\nbuild system\r\nusing hatchling. This should not impact the average user,\r\nbut extremely old\r\nversions of packaging utilities may have issues with the new packaging\r\nformat.
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​matthewarmand\r\nmade their first contribution in psf/requests#6258
  • \r\n
  • @​cpzt made their\r\nfirst contribution in psf/requests#6456
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from requests's\r\nchangelog.

\r\n
\r\n

2.32.0 (2024-05-20)

\r\n

Security

\r\n
    \r\n
  • Fixed an issue where setting verify=False on the first\r\nrequest from a\r\nSession will cause subsequent requests to the same origin to\r\nalso ignore\r\ncert verification, regardless of the value of verify.\r\n(https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)
  • \r\n
\r\n

Improvements

\r\n
    \r\n
  • verify=True now reuses a global SSLContext which should\r\nimprove\r\nrequest time variance between first and subsequent requests. It should\r\nalso minimize certificate load time on Windows systems when using a\r\nPython\r\nversion built with OpenSSL 3.x. (#6667)
  • \r\n
  • Requests now supports optional use of character detection\r\n(chardet or charset_normalizer) when\r\nrepackaged or vendored.\r\nThis enables pip and other projects to minimize their\r\nvendoring\r\nsurface area. The Response.text() and\r\napparent_encoding APIs\r\nwill default to utf-8 if neither library is present. (#6702)
  • \r\n
\r\n

Bugfixes

\r\n
    \r\n
  • Fixed bug in length detection where emoji length was incorrectly\r\ncalculated in the request content-length. (#6589)
  • \r\n
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • \r\n
  • Fixed bug where an extra leading / (path separator)\r\ncould lead\r\nurllib3 to unnecessarily reparse the request URI. (#6644)
  • \r\n
\r\n

Deprecations

\r\n
    \r\n
  • Requests has officially added support for CPython 3.12 (#6503)
  • \r\n
  • Requests has officially added support for PyPy 3.9 and 3.10 (#6641)
  • \r\n
  • Requests has officially dropped support for CPython 3.7 (#6642)
  • \r\n
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#6641)
  • \r\n
\r\n

Documentation

\r\n
    \r\n
  • Various typo fixes and doc improvements.
  • \r\n
\r\n

Packaging

\r\n
    \r\n
  • Requests has started adopting some modern packaging practices.\r\nThe source files for the projects (formerly requests) is\r\nnow located\r\nin src/requests in the Requests sdist. (#6506)
  • \r\n
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517\r\nbuild system\r\nusing hatchling. This should not impact the average user,\r\nbut extremely old\r\nversions of packaging utilities may have issues with the new packaging\r\nformat.
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests&package-manager=pip&previous-version=2.31.0&new-version=2.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/argoproj-labs/hera/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump requests from 2.31.0 to 2.32.0 (#1071)"}},{"before":null,"after":"6048fbea1854eaba1ec2bc359d6e3ab01fb7e360","ref":"refs/heads/dependabot/pip/requests-2.32.0","pushedAt":"2024-05-21T05:29:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"160f8b65526d0e9115b4a4190e9e76cf5813ba07","after":null,"ref":"refs/heads/dependabot/pip/pytest-8.2.0","pushedAt":"2024-05-20T15:01:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"541c26c8702a1c0fda4653359e4bc10055b03fab","ref":"refs/heads/dependabot/pip/pytest-8.2.1","pushedAt":"2024-05-20T15:01:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pytest from 7.4.4 to 8.2.1\n\nBumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pytest from 7.4.4 to 8.2.1"}},{"before":"ae0409c0bd8168e3f39f5e5aa7e9314c5bf2235a","after":"5e9b66ae5fdd7fd86e8a0382f23595bc75d9b6ad","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-16T12:01:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"WIP Infer missing path automatically\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"WIP Infer missing path automatically"}},{"before":"380c9d0f247a0b31127fe8a4a3c9fe14444fd650","after":"ae0409c0bd8168e3f39f5e5aa7e9314c5bf2235a","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-16T09:42:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Remove unused __init__ override\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Remove unused __init__ override"}},{"before":"9ef804f5403d5f8f94f548baa91bba3a19d2bdb2","after":null,"ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T19:52:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"samj1912","name":"Sambhav Kothari","path":"/samj1912","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16130816?s=80&v=4"}},{"before":"8004d4f1cff2172e456999e196351bdc3fec3356","after":"2a13cf4bf330c129509589a92787da5249fe8b10","ref":"refs/heads/main","pushedAt":"2024-05-15T19:52:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samj1912","name":"Sambhav Kothari","path":"/samj1912","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16130816?s=80&v=4"},"commit":{"message":"New steps decorator (#1062)\n\n**Pull Request Checklist**\r\n- [x] Fixes #1044 \r\n- [x] Tests added\r\n- [ ] Documentation/examples added\r\n- [ ] [Good commit messages](https://cbea.ms/git-commit/) and/or PR\r\ntitle\r\n\r\n**Description of PR**\r\nPR refactors common code from the dag decorator, and adds the new\r\n`parallel` function to create a `Parallel` context at declaration time,\r\nor a dummy context to allow local execution.\r\n\r\n---------\r\n\r\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"New steps decorator (#1062)"}},{"before":"240e50d5f9a528ea9bc1e79750ab2f4fe84fd41a","after":"380c9d0f247a0b31127fe8a4a3c9fe14444fd650","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:50:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Refactor experimental flag and varname import checks\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Refactor experimental flag and varname import checks"}},{"before":"ff6eac661eff8cd078ab5e93c13e3bc3ca88b0a0","after":"9ef804f5403d5f8f94f548baa91bba3a19d2bdb2","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T14:47:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"fixup! Add steps decorator\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"fixup! Add steps decorator"}},{"before":"6e0e2bc6cfc67198651ef4008b71945ebe500a93","after":"240e50d5f9a528ea9bc1e79750ab2f4fe84fd41a","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:44:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"7c0e189f76fe46ed458f0ffbeecb57aa6b2ac94b","after":"160f8b65526d0e9115b4a4190e9e76cf5813ba07","ref":"refs/heads/dependabot/pip/pytest-8.2.0","pushedAt":"2024-05-15T14:30:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pytest from 7.4.4 to 8.2.0\n\nBumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.0.\n- [Release notes](https://github.com/pytest-dev/pytest/releases)\n- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: pytest\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pytest from 7.4.4 to 8.2.0"}},{"before":"3ce3d10e4e52bfb741968281a1b1a36941b6f756","after":"ff6eac661eff8cd078ab5e93c13e3bc3ca88b0a0","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T14:29:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"fixup! Add steps decorator\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"fixup! Add steps decorator"}},{"before":"7cfb6b802e72932671c86c047c7f5376739ce06b","after":null,"ref":"refs/heads/new-dag-decorator","pushedAt":"2024-05-15T14:29:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"samj1912","name":"Sambhav Kothari","path":"/samj1912","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16130816?s=80&v=4"}},{"before":"d8f225e51f381a516c15139b577b56eb2848d2db","after":"8004d4f1cff2172e456999e196351bdc3fec3356","ref":"refs/heads/main","pushedAt":"2024-05-15T14:29:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samj1912","name":"Sambhav Kothari","path":"/samj1912","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16130816?s=80&v=4"},"commit":{"message":"New dag decorator (#1059)\n\n**Pull Request Checklist**\r\n- [x] Fixes #1043 \r\n- [x] Tests added\r\n- [ ] Documentation/examples added\r\n- [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR\r\ntitle\r\n\r\n**Description of PR**\r\nAdds the new dag decorator from HEP0001.\r\n\r\n* Within the decorator function call we perform a static inspection of\r\ninputs and outputs, add a `DAG` object to the Workflow, and finally\r\ndo a \"run\" of the DAG function code using a templated input to collect\r\nthe tasks\r\n* Tasks that pass arguments simply take the templated input strings by\r\nusing pydantic's `construct` method to skip validation, and then pass\r\nthe strings around\r\n* The dependencies between tasks are inferred automatically via\r\n__getattr__ calls\r\non the Task object\r\n* Add varname as a dependency to be able to get the python variable name\r\nto use\r\nas the task name (in the YAML)\r\n* Make the _add_type_hints function work for *any* pydantic class\r\n\r\n---------\r\n\r\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"New dag decorator (#1059)"}},{"before":"abdfc1005b2920efc2139328c798b3b7d9fcc252","after":"6e0e2bc6cfc67198651ef4008b71945ebe500a93","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:10:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"300dc93166507df29e9b1a592cc8c65dfc45d413","after":"abdfc1005b2920efc2139328c798b3b7d9fcc252","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:07:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"f6f3a480becb38de781a85183f62314c7ddd3f65","after":"3ce3d10e4e52bfb741968281a1b1a36941b6f756","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T14:06:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"fixup! Add steps decorator\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"fixup! Add steps decorator"}},{"before":"73e3ce7694f53ef5cf59b2cdb6f4bea5e31eb385","after":"300dc93166507df29e9b1a592cc8c65dfc45d413","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:03:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"104999b2fb40c465e8be4741a82d8eb3dd25c1a6","after":"f6f3a480becb38de781a85183f62314c7ddd3f65","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T14:01:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add parallel context and example\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add parallel context and example"}},{"before":"bb678b93fd28fe12befb7892e1b3c8bccb2f6590","after":"73e3ce7694f53ef5cf59b2cdb6f4bea5e31eb385","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T14:01:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"72d6534eae481cfd27eb7e84efec9790df6031a7","after":"7cfb6b802e72932671c86c047c7f5376739ce06b","ref":"refs/heads/new-dag-decorator","pushedAt":"2024-05-15T14:00:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Fix varname import for when dependency not installed\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Fix varname import for when dependency not installed"}},{"before":"8bd7f42da893c619d2a5602963424e66c3419b3f","after":"bb678b93fd28fe12befb7892e1b3c8bccb2f6590","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T13:57:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add path function\n\n* Use varname's argname to get the attribute name, then inspect the\nattribute's annotation, which should be a Parameter or Artifact\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add path function"}},{"before":"8e1e836d3e9387f82b71d4be188becfb7b2dbf8c","after":"104999b2fb40c465e8be4741a82d8eb3dd25c1a6","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T13:38:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add parallel context and example\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add parallel context and example"}},{"before":"5b01fb8509a26331570910250951be283d3907a2","after":"72d6534eae481cfd27eb7e84efec9790df6031a7","ref":"refs/heads/new-dag-decorator","pushedAt":"2024-05-15T13:37:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Fix varname import for when dependency not installed\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Fix varname import for when dependency not installed"}},{"before":"311ec06f95a0ee91b9b27d5dc42b0a34b7e37a6d","after":"8e1e836d3e9387f82b71d4be188becfb7b2dbf8c","ref":"refs/heads/new-steps-decorator","pushedAt":"2024-05-15T13:20:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Add parallel context and example\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Add parallel context and example"}},{"before":"9f27eb371951065405fcfbd8d55e95936da0e06e","after":"5b01fb8509a26331570910250951be283d3907a2","ref":"refs/heads/new-dag-decorator","pushedAt":"2024-05-15T13:18:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Fix varname import for when dependency not installed\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Fix varname import for when dependency not installed"}},{"before":"0971164e368b12349f7b9ee63ad8b06ed428366a","after":"8bd7f42da893c619d2a5602963424e66c3419b3f","ref":"refs/heads/new-container-decorator","pushedAt":"2024-05-15T11:41:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elliotgunton","name":"Elliot Gunton","path":"/elliotgunton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17798778?s=80&v=4"},"commit":{"message":"Fix function arg type checking\n\nSigned-off-by: Elliot Gunton ","shortMessageHtmlLink":"Fix function arg type checking"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUATfswA","startCursor":null,"endCursor":null}},"title":"Activity · argoproj-labs/hera"}