{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1676255,"defaultBranch":"main","name":"envisage","ownerLogin":"enthought","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-04-28T15:07:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/539651?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717505641.0","currentOid":""},"activityList":{"items":[{"before":"9b75aa7ed83c3d511490c5215365690c6e0d33a3","after":null,"ref":"refs/heads/dependabot/github_actions/voxmedia/github-action-slack-notify-build-2","pushedAt":"2024-06-04T12:54:01.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":"de4836cc803bb76f9580b6e43fb9c2ff93bf2282","ref":"refs/heads/dev/remove-slack-notifications","pushedAt":"2024-06-04T12:43:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Remove Slack notifications","shortMessageHtmlLink":"Remove Slack notifications"}},{"before":"514468d9e2abde8fe078af37235bdae16050e447","after":null,"ref":"refs/heads/dependabot/github_actions/actions/cache-4","pushedAt":"2024-06-04T11:20:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"ba8d2fc2f8be86b6671820497b7e8c986461378d","after":"f229deb9385d32fa2a053bb75acc8352ff52df73","ref":"refs/heads/main","pushedAt":"2024-06-04T11:20:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Bump actions/cache from 3 to 4 (#579)\n\nBumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/cache from 3 to 4 (#579)"}},{"before":"75ee483901d17ffc6639a005f8531764a3ef9cf1","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-06-04T11:19:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"a228354936d30ddcb54db642ef5bc53951700136","after":"ba8d2fc2f8be86b6671820497b7e8c986461378d","ref":"refs/heads/main","pushedAt":"2024-06-04T11:19:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 3 to 4 (#577)\n\nBumps\r\n[actions/upload-artifact](https://github.com/actions/upload-artifact)\r\nfrom 3 to 4.\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/upload-artifact from 3 to 4 (#577)"}},{"before":"a0e0b1466acecbbf5f5defeb9c6e5fbc4f9b62eb","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-06-04T11:17:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"d5719708840f839b84febc3226bcde4dce93dca1","after":"a228354936d30ddcb54db642ef5bc53951700136","ref":"refs/heads/main","pushedAt":"2024-06-04T11:17:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5 (#576)\n\nBumps [actions/setup-python](https://github.com/actions/setup-python)\r\nfrom 4 to 5.\r\n
\r\nRelease notes\r\n

Sourced from actions/setup-python's\r\nreleases.

\r\n
\r\n

v5.0.0

\r\n

What's Changed

\r\n

In scope of this release, we update node version runtime from node16\r\nto node20 (actions/setup-python#772).\r\nBesides, we update dependencies to the latest versions.

\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

\r\n

v4.8.0

\r\n

What's Changed

\r\n

In scope of this release we added support for GraalPy (actions/setup-python#694).\r\nYou can use this snippet to set up GraalPy:

\r\n
steps:\r\n- uses: actions/checkout@v4\r\n- uses: actions/setup-python@v4 \r\n  with:\r\n    python-version: 'graalpy-22.3' \r\n- run: python my_script.py\r\n
\r\n

Besides, the release contains such changes as:

\r\n
    \r\n
  • Trim python version when reading from file by @​FerranPares in\r\nactions/setup-python#628
  • \r\n
  • Use non-deprecated versions in examples by @​jeffwidman in actions/setup-python#724
  • \r\n
  • Change deprecation comment to past tense by @​jeffwidman in actions/setup-python#723
  • \r\n
  • Bump @​babel/traverse from 7.9.0 to 7.23.2 by @​dependabot in actions/setup-python#743
  • \r\n
  • advanced-usage.md: Encourage the use actions/checkout@v4 by @​cclauss in actions/setup-python#729
  • \r\n
  • Examples now use checkout@v4 by @​simonw in actions/setup-python#738
  • \r\n
  • Update actions/checkout to v4 by @​dmitry-shibanov\r\nin actions/setup-python#761
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​FerranPares\r\nmade their first contribution in actions/setup-python#628
  • \r\n
  • @​timfel made\r\ntheir first contribution in actions/setup-python#694
  • \r\n
  • @​jeffwidman made\r\ntheir first contribution in actions/setup-python#724
  • \r\n
\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

\r\n

v4.7.1

\r\n

What's Changed

\r\n
    \r\n
  • Bump word-wrap from 1.2.3 to 1.2.4 by @​dependabot in actions/setup-python#702
  • \r\n
  • Add range validation for toml files by @​dmitry-shibanov\r\nin actions/setup-python#726
  • \r\n
\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

\r\n

v4.7.0

\r\n

In scope of this release, the support for reading python version from\r\npyproject.toml was added (actions/setup-python#669).

\r\n
      - name: Setup Python\r\n        uses: actions/setup-python@v4\r\n</tr></table> \r\n
\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 82c7e63\r\nDocumentation changes for avoiding rate limit issues on GHES (#835)
  • \r\n
  • 10aa35a\r\nfeat: fallback to raw endpoint for manifest when rate limit is reached\r\n(#766)
  • \r\n
  • 9a7ac94\r\nBump undici from 5.27.2 to 5.28.3 (#817)
  • \r\n
  • 871daa9\r\nFix the "Specifying multiple Python/PyPy versions" link (#782)
  • \r\n
  • 2f07895\r\nFix broken README.md link (#793)
  • \r\n
  • e9d6f99\r\nReplace setup-python@v4 by setup-python@v5 in README (#776)
  • \r\n
  • 0a5c615\r\nUpdate action to node20 (#772)
  • \r\n
  • 0ae5836\r\nAdd example of GraalPy to docs (#773)
  • \r\n
  • b64ffca\r\nupdate actions/checkout to v4 (#761)
  • \r\n
  • 8d28961\r\nExamples now use checkout@v4 (#738)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \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=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](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\n\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 actions/setup-python from 4 to 5 (#576)"}},{"before":"886c58ae0ac0037ec1d7da8a65946b4bfa08bd6d","after":"a0e0b1466acecbbf5f5defeb9c6e5fbc4f9b62eb","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-06-04T11:14:10.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 actions/setup-python from 4 to 5\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5"}},{"before":"c587017954fd4a554d4f3801be421dac84e242b7","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-06-04T11:13:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"a9d5cd1103856993e5cf1e07f1ec45fdfae90f90","after":"d5719708840f839b84febc3226bcde4dce93dca1","ref":"refs/heads/main","pushedAt":"2024-06-04T11:13:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4 (#575)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to\r\n4.\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4 (#575)"}},{"before":null,"after":"514468d9e2abde8fe078af37235bdae16050e447","ref":"refs/heads/dependabot/github_actions/actions/cache-4","pushedAt":"2024-06-04T11:07:16.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 actions/cache from 3 to 4\n\nBumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/cache from 3 to 4"}},{"before":null,"after":"9b75aa7ed83c3d511490c5215365690c6e0d33a3","ref":"refs/heads/dependabot/github_actions/voxmedia/github-action-slack-notify-build-2","pushedAt":"2024-06-04T11:07:13.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 voxmedia/github-action-slack-notify-build from 1 to 2\n\nBumps [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build) from 1 to 2.\n- [Release notes](https://github.com/voxmedia/github-action-slack-notify-build/releases)\n- [Changelog](https://github.com/voxmedia/github-action-slack-notify-build/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1...v2)\n\n---\nupdated-dependencies:\n- dependency-name: voxmedia/github-action-slack-notify-build\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump voxmedia/github-action-slack-notify-build from 1 to 2"}},{"before":null,"after":"75ee483901d17ffc6639a005f8531764a3ef9cf1","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-06-04T11:07:10.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 actions/upload-artifact from 3 to 4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 3 to 4"}},{"before":null,"after":"886c58ae0ac0037ec1d7da8a65946b4bfa08bd6d","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-06-04T11:07:07.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 actions/setup-python from 4 to 5\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5"}},{"before":null,"after":"c587017954fd4a554d4f3801be421dac84e242b7","ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-06-04T11:07:03.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 actions/checkout from 3 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4"}},{"before":"74ee1b7096314cc99723ae29ead229843aee45e2","after":null,"ref":"refs/heads/dev/add-dependabot-config","pushedAt":"2024-06-04T11:06:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"389115edab00c437d478e85da84710272576e724","after":"a9d5cd1103856993e5cf1e07f1ec45fdfae90f90","ref":"refs/heads/main","pushedAt":"2024-06-04T11:06:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add dependabot config for keeping GitHub Actions up to date (#573)\n\nThis PR adds a dependabot config to make it easier for developers to\r\nkeep the various GitHub Actions actions (e.g., action/checkout) up to\r\ndate.","shortMessageHtmlLink":"Add dependabot config for keeping GitHub Actions up to date (#573)"}},{"before":"935471347fac3fae52d75838fccbc4879f1aae6b","after":"4760e94837d2526428aacd74ed763ed8e8a242b6","ref":"refs/heads/gh-pages","pushedAt":"2024-06-04T10:46:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Automated update of main branch documentation","shortMessageHtmlLink":"Automated update of main branch documentation"}},{"before":"1bea0f736c6db8a6ae338f06567038deb10666a2","after":"74ee1b7096314cc99723ae29ead229843aee45e2","ref":"refs/heads/dev/add-dependabot-config","pushedAt":"2024-06-04T10:46:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dev/add-dependabot-config","shortMessageHtmlLink":"Merge branch 'main' into dev/add-dependabot-config"}},{"before":"b194c4db6be9fcfe650809f6202d35923809a6b2","after":"563b8ccc5729173467a3d8a5b22f38ff04ad4c73","ref":"refs/heads/fix/add-name-to-event-manager-plugin","pushedAt":"2024-06-04T10:46:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix/add-name-to-event-manager-plugin","shortMessageHtmlLink":"Merge branch 'main' into fix/add-name-to-event-manager-plugin"}},{"before":"a6328595037e6fe14b4d539cc5e04887c5e6c7be","after":null,"ref":"refs/heads/dev/update-copyright-end-year","pushedAt":"2024-06-04T10:46:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"6f321b5edef79a4e8b452d2bf78a5ea5295e7977","after":"389115edab00c437d478e85da84710272576e724","ref":"refs/heads/main","pushedAt":"2024-06-04T10:46:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Update copyright header end years for 2024 (#572)\n\nThis simple find-and-replace PR updates copyright header end years from\r\n2023 to 2024.","shortMessageHtmlLink":"Update copyright header end years for 2024 (#572)"}},{"before":"292f59d679ebd628ed83723439dd64f4a3829334","after":"a6328595037e6fe14b4d539cc5e04887c5e6c7be","ref":"refs/heads/dev/update-copyright-end-year","pushedAt":"2024-06-03T11:12:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dev/update-copyright-end-year","shortMessageHtmlLink":"Merge branch 'main' into dev/update-copyright-end-year"}},{"before":null,"after":"1bea0f736c6db8a6ae338f06567038deb10666a2","ref":"refs/heads/dev/add-dependabot-config","pushedAt":"2024-06-03T11:10:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add dependabot config for keeping GitHub Actions up to date","shortMessageHtmlLink":"Add dependabot config for keeping GitHub Actions up to date"}},{"before":null,"after":"292f59d679ebd628ed83723439dd64f4a3829334","ref":"refs/heads/dev/update-copyright-end-year","pushedAt":"2024-06-03T11:08:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Update copyright header end years for 2024","shortMessageHtmlLink":"Update copyright header end years for 2024"}},{"before":null,"after":"b194c4db6be9fcfe650809f6202d35923809a6b2","ref":"refs/heads/fix/add-name-to-event-manager-plugin","pushedAt":"2024-06-03T10:44:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add a name to the EventManagerPlugin","shortMessageHtmlLink":"Add a name to the EventManagerPlugin"}},{"before":"513fb121554c408c8a3a5d7e3598ff2f19b658a5","after":"935471347fac3fae52d75838fccbc4879f1aae6b","ref":"refs/heads/gh-pages","pushedAt":"2023-04-04T10:23:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Automated update of main branch documentation","shortMessageHtmlLink":"Automated update of main branch documentation"}},{"before":"e518cf52df58b1e9e7fa89575498eabcbb3421e4","after":null,"ref":"refs/heads/remove-sphinx-ext-githubpages","pushedAt":"2023-04-04T10:22:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"896dfe14015dbad3622d66bcca7020ed8663caa5","after":"6f321b5edef79a4e8b452d2bf78a5ea5295e7977","ref":"refs/heads/main","pushedAt":"2023-04-04T10:22:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Remove the sphinx.ext.githubpages extension (#566)\n\nThis PR removes the `sphinx.ext.githubpages` extension from the Sphinx\r\nconfiguration file. That extension supplies a `.nojekyll` file, that's\r\nuseless in practice because of the way we're managing docs in this\r\nrepository - we only need a single `.nojekyll` file at the root of the\r\nrepository.","shortMessageHtmlLink":"Remove the sphinx.ext.githubpages extension (#566)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXAasiwA","startCursor":null,"endCursor":null}},"title":"Activity · enthought/envisage"}