{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":60702386,"defaultBranch":"main","name":"Digraphs","ownerLogin":"digraphs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-06-08T14:03:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/74460357?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710488220.0","currentOid":""},"activityList":{"items":[{"before":"3e01374d227b976b4a21a4587de118dd14432eec","after":"36f17435f2dc16dcd40706657cfa4654bebdadd0","ref":"refs/heads/main","pushedAt":"2024-05-03T11:04:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update for gaplint 1.2.0","shortMessageHtmlLink":"Update for gaplint 1.2.0"}},{"before":"8b530f5a04f6bc74ece3758d938e8c1eb16fcff4","after":"3e01374d227b976b4a21a4587de118dd14432eec","ref":"refs/heads/main","pushedAt":"2024-04-17T13:07:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Add custom css to documentation","shortMessageHtmlLink":"Add custom css to documentation"}},{"before":"7b23b8cd5a783c0d8165fabd8d4f0d92c46c25fb","after":"8b530f5a04f6bc74ece3758d938e8c1eb16fcff4","ref":"refs/heads/main","pushedAt":"2024-04-17T10:59:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"cliques: some perf improvements\n\nThis commit includes some performance improvements for the clique\nfinding code. The example in the newly added extreme/cliques.tst file\ntakes approx. 4s with the modified code, versus at least 3 minutes\npreviously (I never ran it to completion previously because it was\ntaking too long). If we do:\n\nList(DigraphCliquesReps(D),\n x -> Orbit(AutomorphismGroup(D), x, OnSets));\n\nfor the same example, then this takes about 12s, doing the same with\n\nList(DigraphCliquesReps(D),\n x -> Orb(AutomorphismGroup(D), x, OnSets));\n\ninstead runs out of memory repeatedly (and takes longer than 12s). Note\nthat the automorphism group is of size 16, and so the orbits are\nrelatively small in comparison to the number of cliques.","shortMessageHtmlLink":"cliques: some perf improvements"}},{"before":"4a1c3f3017ce76f9c63618a84e69b289fba793ea","after":"7b23b8cd5a783c0d8165fabd8d4f0d92c46c25fb","ref":"refs/heads/main","pushedAt":"2024-04-17T10:17:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Add labels to VerticesReachableFrom","shortMessageHtmlLink":"Add labels to VerticesReachableFrom"}},{"before":"bc224d177145606ccd7a0bf673008bbcc56a43e8","after":"4a1c3f3017ce76f9c63618a84e69b289fba793ea","ref":"refs/heads/main","pushedAt":"2024-04-17T08:16:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Add DigraphContractEdge (#618)\n\n* Add DigraphContractEdge\r\n\r\n* Add DigraphContractEdge list method\r\n\r\n* Last function was not supported by gap 4.10, Length used instead\r\n\r\n* Fixed issue for Immutable Digraphs\r\n\r\n* Last vertex (w) was incorrect due to Length being called on the initial\r\n graph\r\n\r\n* Add documentation, fixed in place list oper\r\n\r\n- Now uses IsDenseList for list arguments\r\n- List argument operation no longer expects a return value for Mutable\r\n Digraphs\r\n- Documentation added in oper.xml\r\n- Spelling mistake fixed in a comment in oper.gi\r\n\r\n* Fixed issue with not equal xml\r\n\r\n* Add include line in z-chap2.xml\r\n\r\n* Fixed errors caused by linting fixes\r\n\r\n* Correct xml docs\r\n\r\n- Removed comment in manual test example\r\n- Added line to manual test example of output\r\n- Corrected linting for oper.xml\r\n\r\n* Attempt to fix test coverage\r\n\r\n- Added tests for wrong list lengths\r\n\r\n* Make changes based on pull request comments\r\n\r\n* Edit manual test to reflect mutable return of digraph","shortMessageHtmlLink":"Add DigraphContractEdge (#618)"}},{"before":"30ac2d7eb014c06c99335763f9a4597a217a3638","after":"bc224d177145606ccd7a0bf673008bbcc56a43e8","ref":"refs/heads/main","pushedAt":"2024-04-03T19:33:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Abort if malloc fails (#627)","shortMessageHtmlLink":"Abort if malloc fails (#627)"}},{"before":"f4c601eabdc719274655b96b67bd3786f6309904","after":"30ac2d7eb014c06c99335763f9a4597a217a3638","ref":"refs/heads/main","pushedAt":"2024-04-03T16:35:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Add IsModularLatticeDigraph (#629)\n\n* Add IsModularLatticeDigraph\r\n\r\n* Add IsModularLatticeDigraph\r\n\r\n* Add documentation and tests\r\n\r\n---------\r\n\r\nCo-authored-by: Murray Whyte ","shortMessageHtmlLink":"Add IsModularLatticeDigraph (#629)"}},{"before":"279ebd0db01935b65630aa410a114537896559e5","after":"f4c601eabdc719274655b96b67bd3786f6309904","ref":"refs/heads/main","pushedAt":"2024-03-29T14:06:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Fix compiler warnings","shortMessageHtmlLink":"Fix compiler warnings"}},{"before":"33b8523d1a49d9584e7614dc05f69e51304e32d2","after":"279ebd0db01935b65630aa410a114537896559e5","ref":"refs/heads/main","pushedAt":"2024-03-27T17:41:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"ci: add GAP 4.13","shortMessageHtmlLink":"ci: add GAP 4.13"}},{"before":"2a04cf166e0b9c35f0003115435d14c6bf7d632b","after":"33b8523d1a49d9584e7614dc05f69e51304e32d2","ref":"refs/heads/main","pushedAt":"2024-03-27T17:04:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"ci: try to fix datastructures","shortMessageHtmlLink":"ci: try to fix datastructures"}},{"before":"20edeff48b2a645b8ae4043c640ca7b7108f611e","after":null,"ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-03-15T07:37:00.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":"31fb62a624db93ff49a3f453cbc4bf5d5cf37b78","after":"2a04cf166e0b9c35f0003115435d14c6bf7d632b","ref":"refs/heads/main","pushedAt":"2024-03-13T09:00:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"DigraphCycleBasis (#610)\n\n* Add \"DigraphCycleBasis\" to oper.gi, 9. Connectivity\r\n\r\n* Fitting into length 80\r\n\r\n* Linting change\r\n\r\n* Linting change 2\r\n\r\n* Adding tests\r\n\r\n* Ignore walk of length 0\r\n\r\n* silly mistake fixed\r\n\r\n* something\r\n\r\n* Documentation added (not tested)\r\n\r\n* Lint\r\n\r\n* L\r\n\r\n* Fundamental basis is guaranteed to be linear independent\r\n\r\n* L\r\n\r\n* L\r\n\r\n* Applying some suggested changes\r\n\r\n* undo oper.gi changes?\r\n\r\n* Adding comments only\r\n\r\n* fixed missing fi;\r\n\r\n* Changing the expected error msg accordingly\r\n\r\n* Complete Rewrite\r\n\r\n* L\r\n\r\n* L\r\n\r\n* L\r\n\r\n* Avoid \"Last\" function?\r\n\r\n* L\r\n\r\n* L\r\n\r\n* line break mess\r\n\r\n* Doc update\r\n\r\n* some more comments\r\n\r\n* Fix formatting and comments in oper.xml and oper.gi\r\n\r\n* Fix typo and improve clarity in documentation and code comments\r\n\r\n* Fix path initialization in oper.gi\r\n\r\n* Fix path initialization in oper.gi\r\n\r\n* Update Digraph in oper.tst\r\n\r\n* Conjuring up a particularly incidious test case\r\n\r\n* Update DigraphCycleBasis function tests in oper.tst\r\n\r\n* Fix DigraphCycleBasis output test formatting\r\n\r\n* Refactor loop error handling in oper.gi\r\n\r\n* Fix variable declaration in DigraphCycleBasis function\r\n\r\n* Linting local variables decl\r\n\r\n* Remove redundant loop check in oper.gi\r\n\r\n* ~9% speed up\r\n\r\n* Minor speed up\r\n\r\n* L\r\n\r\n* Adding the test for the 8GB warning in the extreme tests\r\n\r\n* Almost there\r\n\r\n* Documentation update related to the time complexity\r\n\r\n* More RAM conservative extreme test\r\n\r\n* Remove the check for 8GB warning\r\n\r\n* Updated the doc about explaining the cycle space\r\n\r\n* Apply suggestions from code review\r\n\r\n* applying most suggested changes\r\n\r\n* Applying the rest\r\n\r\n* Remove roots local variable\r\n\r\n* added a missing comma\r\n\r\n---------\r\n\r\nCo-authored-by: James Mitchell ","shortMessageHtmlLink":"DigraphCycleBasis (#610)"}},{"before":null,"after":"20edeff48b2a645b8ae4043c640ca7b7108f611e","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-03-11T18:42:19.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":"build(deps): bump codecov/codecov-action from 3 to 4\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump codecov/codecov-action from 3 to 4"}},{"before":"397225b400be62a19c644ba2b86cdb7e57e95c96","after":"31fb62a624db93ff49a3f453cbc4bf5d5cf37b78","ref":"refs/heads/main","pushedAt":"2024-03-11T17:13:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Implement IsOrderIdeal (#609)\n\n* Add VerticesReachableFrom and IsOrderIdeal\r\n\r\n* Unbind variables in oper.tst\r\n\r\n* Add IsOrderIdeal\r\n\r\n* Fix linting (maybe)\r\n\r\n* Fix syntax errors\r\n\r\n* Change variable name\r\n\r\n* Fix variable\r\n\r\n* Fix test file\r\n\r\n* Add IsOrderIdeal test\r\n\r\n* Update tests to test IsOrderIdeal\r\n\r\n* Add Documentation\r\n\r\n* Fix spacing in documentation\r\n\r\n* Add spaces to test file\r\n\r\n* Fix formatting\r\n\r\n* Fix documentation examples\r\n\r\n* Add IsOrderIdeal documentation\r\n\r\n* Switch to bfs approach\r\n\r\n* Fix syntax\r\n\r\n* Fix other syntax error\r\n\r\n* Fix syntax again\r\n\r\n* Fix even more syntax errors\r\n\r\n* Fix syntax again again\r\n\r\n* Add visited_as_ints to local variables\r\n\r\n* Fix incorrect OutNeighbours usage\r\n\r\n* Avoid infinite loop\r\n\r\n* Fix tests\r\n\r\n* Fix formatting\r\n\r\n* Add non-partial-order digraph test\r\n\r\n* Add Error messages\r\n\r\n* Fix missing N\r\n\r\n* Fix misuse of DigraphNrVertices\r\n\r\n* Add error check for VerticesReachableFrom\r\n\r\n* Fix BFS logic\r\n\r\n* Address formatting comments in oper.xml\r\n\r\n* Fix example ordering in oper.xml\r\n\r\n* Make linter pass (hopefully)\r\n\r\n* Rename variable\r\n\r\n* Appease linter\r\n\r\n* Appease linter\r\n\r\n* Appease linter v3\r\n\r\n* Add failure case for VerticesReachableFrom\r\n\r\n* Switch to a more efficient list implementation\r\n\r\n* Update doc/oper.xml\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update doc/oper.xml\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update doc/oper.xml\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update gap/oper.gi\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update doc/oper.xml\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update doc/oper.xml\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Update gap/oper.gi\r\n\r\nCo-authored-by: James Mitchell \r\n\r\n* Simplify function\r\n\r\n* Move lines after argument checking\r\n\r\n* Move N back\r\n\r\n* Fix test\r\n\r\n* fix error\r\n\r\n* appease linter\r\n\r\n* Appease linter\r\n\r\n* appease linter\r\n\r\n* Combine man sections for VerticesReachableFrom\r\n\r\n* Switch to using Append()\r\n\r\n* Apply suggestions from code review\r\n\r\n---------\r\n\r\nCo-authored-by: James Mitchell \r\nCo-authored-by: James D. Mitchell ","shortMessageHtmlLink":"Implement IsOrderIdeal (#609)"}},{"before":"1c2b19749590545ce4d618a7141252a1db80e5b4","after":"397225b400be62a19c644ba2b86cdb7e57e95c96","ref":"refs/heads/stable-1.7","pushedAt":"2024-03-07T15:26:46.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Merge branch 'main' into stable-1.7","shortMessageHtmlLink":"Merge branch 'main' into stable-1.7"}},{"before":"0576c1bc7d733f42d06dd42eda49c526b1d005de","after":"397225b400be62a19c644ba2b86cdb7e57e95c96","ref":"refs/heads/main","pushedAt":"2024-03-07T15:26:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Merge branch 'main' into stable-1.7","shortMessageHtmlLink":"Merge branch 'main' into stable-1.7"}},{"before":"27ef3a63ea97d8968d9709dd7aff18ce44deee95","after":"0576c1bc7d733f42d06dd42eda49c526b1d005de","ref":"refs/heads/main","pushedAt":"2024-03-07T15:23:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Merge branch 'stable-1.7'","shortMessageHtmlLink":"Merge branch 'stable-1.7'"}},{"before":"d863d8cdbfddb33ca5f202517f263bba058e7b23","after":"1c2b19749590545ce4d618a7141252a1db80e5b4","ref":"refs/heads/stable-1.7","pushedAt":"2024-03-07T11:11:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Revert \"build(deps): bump codecov/codecov-action from 3 to 4\"\n\nThis reverts commit b5f1306f6cdcf7d6b2a904d890192f5e1475e6be.","shortMessageHtmlLink":"Revert \"build(deps): bump codecov/codecov-action from 3 to 4\""}},{"before":"f5c73de04bdeb40e8e3258ac20c9d7de6283b449","after":"27ef3a63ea97d8968d9709dd7aff18ce44deee95","ref":"refs/heads/main","pushedAt":"2024-02-27T09:42:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Fix Issue #617: DigraphRemoveEdge now removes appropriate edge label","shortMessageHtmlLink":"Fix Issue #617: DigraphRemoveEdge now removes appropriate edge label"}},{"before":"d863d8cdbfddb33ca5f202517f263bba058e7b23","after":"f5c73de04bdeb40e8e3258ac20c9d7de6283b449","ref":"refs/heads/main","pushedAt":"2024-02-23T20:45:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update Joe's info","shortMessageHtmlLink":"Update Joe's info"}},{"before":"076aea78016f5b8a08fc1aba9f2f6df863d52586","after":"d863d8cdbfddb33ca5f202517f263bba058e7b23","ref":"refs/heads/main","pushedAt":"2024-02-19T19:26:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update versions numbers etc for v1.7.1","shortMessageHtmlLink":"Update versions numbers etc for v1.7.1"}},{"before":"d863d8cdbfddb33ca5f202517f263bba058e7b23","after":null,"ref":"refs/heads/rc-v1.7.1","pushedAt":"2024-02-19T19:25:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"}},{"before":"026a05fcc1bf7f4e8903b978f218683a3579db7d","after":"af23a2ca0aa0a1b62e663c9e225199093a2296b1","ref":"refs/heads/gh-pages","pushedAt":"2024-02-19T19:25:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update website for Digraphs 1.7.1","shortMessageHtmlLink":"Update website for Digraphs 1.7.1"}},{"before":"e777df0185ab32c6df9bffd61396014291fe3465","after":"d863d8cdbfddb33ca5f202517f263bba058e7b23","ref":"refs/heads/stable-1.7","pushedAt":"2024-02-19T19:25:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update versions numbers etc for v1.7.1","shortMessageHtmlLink":"Update versions numbers etc for v1.7.1"}},{"before":null,"after":"d863d8cdbfddb33ca5f202517f263bba058e7b23","ref":"refs/heads/rc-v1.7.1","pushedAt":"2024-02-19T17:16:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update versions numbers etc for v1.7.1","shortMessageHtmlLink":"Update versions numbers etc for v1.7.1"}},{"before":"f42f69375d7dec3f3ec74876a469ca2b9d09a9f5","after":"076aea78016f5b8a08fc1aba9f2f6df863d52586","ref":"refs/heads/main","pushedAt":"2024-02-16T18:42:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Print empty lists with two spaces for consistency","shortMessageHtmlLink":"Print empty lists with two spaces for consistency"}},{"before":"01c7a4b5bafd6ce10adf229d4eb34334f2a9e822","after":null,"ref":"refs/heads/fix-ubuntu32-tests","pushedAt":"2024-02-14T18:56:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"}},{"before":"e777df0185ab32c6df9bffd61396014291fe3465","after":null,"ref":"refs/heads/rc-v1.7.0","pushedAt":"2024-02-14T18:56:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"}},{"before":"a77152ede6a89eb85d25bc56f2121f2a3902d358","after":"026a05fcc1bf7f4e8903b978f218683a3579db7d","ref":"refs/heads/gh-pages","pushedAt":"2024-02-14T18:55:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update website for Digraphs 1.7.0","shortMessageHtmlLink":"Update website for Digraphs 1.7.0"}},{"before":"f42f69375d7dec3f3ec74876a469ca2b9d09a9f5","after":"e777df0185ab32c6df9bffd61396014291fe3465","ref":"refs/heads/stable-1.7","pushedAt":"2024-02-14T18:55:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"james-d-mitchell","name":"James Mitchell","path":"/james-d-mitchell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6686071?s=80&v=4"},"commit":{"message":"Update versions numbers etc for v1.7.0","shortMessageHtmlLink":"Update versions numbers etc for v1.7.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQKtBgQA","startCursor":null,"endCursor":null}},"title":"Activity ยท digraphs/Digraphs"}