{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":81812144,"defaultBranch":"master","name":"minio-hs","ownerLogin":"minio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-13T10:19:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/695951?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1684786637.9083","currentOid":""},"activityList":{"items":[{"before":"996540bee205426d81d03c0b3c4a0ac8e3d1ea23","after":"fd202f75df43e5bd18048e2f9106582b37d7f249","ref":"refs/heads/master","pushedAt":"2024-05-01T20:27:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Add GHC 9.8.2 to CI (#195)","shortMessageHtmlLink":"Add GHC 9.8.2 to CI (#195)"}},{"before":"78a27b44bf029fe9c366aefadf8745e420ab7bf1","after":"996540bee205426d81d03c0b3c4a0ac8e3d1ea23","ref":"refs/heads/master","pushedAt":"2024-05-01T19:35:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"CI: Add macos to build and update caching strategy (#194)","shortMessageHtmlLink":"CI: Add macos to build and update caching strategy (#194)"}},{"before":"34a186ed336e8413e12ca0fabcff7f7bef0f2fb2","after":"78a27b44bf029fe9c366aefadf8745e420ab7bf1","ref":"refs/heads/master","pushedAt":"2024-05-01T17:25:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Add GHC 9.6 to CI and fix tests (#193)\n\nTests needing fixing for recent minio\r\n\r\nAlso:\r\n- set minimum tested version to 8.10\r\n- remove building with cabal 3.6\r\n- update stack.yaml to add crypton-connection\r\n\r\nUpdate live server test env var handling","shortMessageHtmlLink":"Add GHC 9.6 to CI and fix tests (#193)"}},{"before":"45e88d813ba931f67e18398c03bc783fd84ec0e2","after":"34a186ed336e8413e12ca0fabcff7f7bef0f2fb2","ref":"refs/heads/master","pushedAt":"2024-04-30T21:19:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Use crypton-connection instead of connection (#191)\n\nThe connection package is not maintained anymore and doesn't work\r\nwith GHC 9.6","shortMessageHtmlLink":"Use crypton-connection instead of connection (#191)"}},{"before":"fa62ed599a108f005e2c4e40b0859838c346aa24","after":"45e88d813ba931f67e18398c03bc783fd84ec0e2","ref":"refs/heads/master","pushedAt":"2023-05-22T19:32:34.733Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"krisis","name":"Krishnan Parthasarathi","path":"/krisis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/522593?s=80&v=4"},"commit":{"message":"Enable StrictData and bump up version for release (#189)\n\n* Enable StrictData and bump up version for release\r\n\r\n- Types defined in Credentials.Types and Network.Minio.Data are now\r\nstrict\r\n\r\n* ormolu fixes","shortMessageHtmlLink":"Enable StrictData and bump up version for release (#189)"}},{"before":"7ae8a8179db72d276a0a1cfd94ae4039c5124dfa","after":"fa62ed599a108f005e2c4e40b0859838c346aa24","ref":"refs/heads/master","pushedAt":"2023-05-04T00:52:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Add support for AssumeRole STS API (#188)\n\nThis change adds support for requesting temporary object storage\ncredentials using the STS API. Some breaking changes are introduced to\nenable this support:\n\n- `Credentials` type has been removed. Use the `CredentialValue` type\ninstead. Corresponding to this the type signature for `setCreds` has\nchanged, though the functionality is the same.\n- The type alias `Provider` has been renamed to `CredentialLoader` to\navoid naming confusion.","shortMessageHtmlLink":"Add support for AssumeRole STS API (#188)"}},{"before":"6d3925d597c765fb5ab1e6528df0ce4340b984da","after":"7ae8a8179db72d276a0a1cfd94ae4039c5124dfa","ref":"refs/heads/master","pushedAt":"2023-05-01T20:08:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Add GHC 9.4 to CI (#186)","shortMessageHtmlLink":"Add GHC 9.4 to CI (#186)"}},{"before":"5d58cb3bfc1b339fdb4884cc12f57c45db25b757","after":"6d3925d597c765fb5ab1e6528df0ce4340b984da","ref":"refs/heads/master","pushedAt":"2023-04-26T18:18:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"Fix XML generator tests (#187)\n\n- Differences in quoting of XML content does not impact the equality of\r\nXML docs, so we parse generated XML docs and compare for equality.","shortMessageHtmlLink":"Fix XML generator tests (#187)"}},{"before":"f4ae55468e7d7aea9e89214a985ccb0dd9f4ddbf","after":"5d58cb3bfc1b339fdb4884cc12f57c45db25b757","ref":"refs/heads/master","pushedAt":"2023-04-26T18:14:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"donatello","name":"Aditya Manthramurthy","path":"/donatello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/200059?s=80&v=4"},"commit":{"message":"fix: update AWS region map (#185)","shortMessageHtmlLink":"fix: update AWS region map (#185)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPzKFYwA","startCursor":null,"endCursor":null}},"title":"Activity ยท minio/minio-hs"}