{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":394107260,"defaultBranch":"main","name":"golden-retriever","ownerLogin":"anz-bank","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-08-09T01:15:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20446890?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721115005.0","currentOid":""},"activityList":{"items":[{"before":"468f14a5016e43c715ecb27f890085325c92d3be","after":"37fc2ad16ba2bb06378f2a381b601fa25a57683b","ref":"refs/heads/main","pushedAt":"2024-07-16T07:30:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Add a method to enable multiple auth tokens for a single host (#45)","shortMessageHtmlLink":"Add a method to enable multiple auth tokens for a single host (#45)"}},{"before":"831999f3390d3624af05f6bd8629c55d29356c9b","after":"468f14a5016e43c715ecb27f890085325c92d3be","ref":"refs/heads/main","pushedAt":"2024-07-14T23:57:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Adds resolve method to session (#44)","shortMessageHtmlLink":"Adds resolve method to session (#44)"}},{"before":"415816043c02ae2701cda13dcdc807d277fcedf2","after":"831999f3390d3624af05f6bd8629c55d29356c9b","ref":"refs/heads/main","pushedAt":"2024-06-30T22:39:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Fixes incorrect session set fetch behaviour (#43)\n\n* Fixes incorrect session set fetch behaviour\r\n\r\n* Add remote fetch test","shortMessageHtmlLink":"Fixes incorrect session set fetch behaviour (#43)"}},{"before":"602a70f238ac98d1a4c5c5d936fb72c22d53c4a1","after":"415816043c02ae2701cda13dcdc807d277fcedf2","ref":"refs/heads/main","pushedAt":"2024-06-19T03:42:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Adds verify option to session set (#42)","shortMessageHtmlLink":"Adds verify option to session set (#42)"}},{"before":"c45862ceb51326147473c6116ebd9c888d500ac9","after":"602a70f238ac98d1a4c5c5d936fb72c22d53c4a1","ref":"refs/heads/main","pushedAt":"2024-06-12T02:37:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Updates session set behaviour to consider resets (#41)\n\nPreviously, setting a session used an ambiguous 'force' flag to reset\r\nthe state of the repository to the requested reference. However, in\r\ncertain situations, it is beneficial to know whether the repository\r\nis already at the requested reference and therefore doesn't need to\r\nbe reset. To counter this, the 'force' flag was replaced with the\r\n'reset' flag that optionally resets the repository even if it is at\r\nthe requested reference.\r\n\r\nThis change also modifies the session Set function to use a string,\r\nrather than a git.Reference, as the reference to set the repository\r\nto. This decision was made to simplify the interface, and remove\r\nambiguity on the caller when the caller doesn't know what type of\r\nreference they've been asked to resolve.","shortMessageHtmlLink":"Updates session set behaviour to consider resets (#41)"}},{"before":"259bb8d013dd975163fd49bfbb3ab05709da8d63","after":"c45862ceb51326147473c6116ebd9c888d500ac9","ref":"refs/heads/main","pushedAt":"2024-01-25T23:22:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"use +branch:branch for refspec when fetching (#40)","shortMessageHtmlLink":"use +branch:branch for refspec when fetching (#40)"}},{"before":"4e600992f7fdaffca7d41b37f491538bed1dcbd0","after":"259bb8d013dd975163fd49bfbb3ab05709da8d63","ref":"refs/heads/main","pushedAt":"2023-12-19T22:03:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Introduces ReferenceType to Reference (#38)\n\n* Bumps dependencies to latest\r\n\r\n* Introduces reference type\r\n\r\nThis change introduces a ReferenceType to the Reference object in\r\nan attempt to optimise certain code paths to avoid retrieving\r\nunnecessary amounts of data.\r\n\r\nThis change also encodes an assumption that all 'main' and 'master'\r\nsymbolic references are branch references.\r\n\r\nThis change also includes additional debug logging of state in\r\nselect instances.\r\n\r\n* Bumps Go to 1.20\r\n\r\n* Adds 'develop' to set of assumed branches","shortMessageHtmlLink":"Introduces ReferenceType to Reference (#38)"}},{"before":"4db4091a90b4783cf97a3849adc9170b6653dfa9","after":"4e600992f7fdaffca7d41b37f491538bed1dcbd0","ref":"refs/heads/main","pushedAt":"2023-07-12T05:33:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Bumps go-git to latest (#37)\n\nBumped to pick up recent empty fetch fix.\r\n\r\nhttps://github.com/go-git/go-git/commit/dd4e2b7f4b01e2aaafcf182d2884a186a6f37d21","shortMessageHtmlLink":"Bumps go-git to latest (#37)"}},{"before":"1bc5d160ee4739cd12899d0e9ca23e11603d9ea9","after":"4db4091a90b4783cf97a3849adc9170b6653dfa9","ref":"refs/heads/main","pushedAt":"2023-06-05T23:52:25.339Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"log progress at info level and bump go-git (#36)","shortMessageHtmlLink":"log progress at info level and bump go-git (#36)"}},{"before":"15383eb31d53640996c8ef6d749cca8f62e00484","after":"1bc5d160ee4739cd12899d0e9ca23e11603d9ea9","ref":"refs/heads/main","pushedAt":"2023-06-01T23:56:09.835Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Fix Retrieve from HEAD (#35)","shortMessageHtmlLink":"Fix Retrieve from HEAD (#35)"}},{"before":"7912eb4015bcde98b540ff44615a74e1dc230e0f","after":"15383eb31d53640996c8ef6d749cca8f62e00484","ref":"refs/heads/main","pushedAt":"2023-05-30T02:58:19.297Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"Bump go-git, fix performance and fix fetching when already cached (#34)","shortMessageHtmlLink":"Bump go-git, fix performance and fix fetching when already cached (#34)"}},{"before":"13f54d72edb9b3383f5fafdbfba38f62b20031b8","after":"7912eb4015bcde98b540ff44615a74e1dc230e0f","ref":"refs/heads/main","pushedAt":"2023-05-09T23:48:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"move to prod runners (#31)\n\n* move to prod runners\r\n\r\n* update workflows\r\n\r\n* add goproxy\r\n\r\n---------\r\n\r\nCo-authored-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>","shortMessageHtmlLink":"move to prod runners (#31)"}},{"before":"552b6af878cfb0965a1cf3d755a98470eff44584","after":"13f54d72edb9b3383f5fafdbfba38f62b20031b8","ref":"refs/heads/main","pushedAt":"2023-05-04T04:28:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anzopensource","name":null,"path":"/anzopensource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72583046?s=80&v=4"},"commit":{"message":"When cloning use shallow clone and try auth methods first (#32)\n\nAlso bump go-git to fix cloning with branch name https://github.com/go-git/go-git/pull/755","shortMessageHtmlLink":"When cloning use shallow clone and try auth methods first (#32)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgHkccAA","startCursor":null,"endCursor":null}},"title":"Activity ยท anz-bank/golden-retriever"}