{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":24245238,"defaultBranch":"master","name":"manila","ownerLogin":"openstack","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-09-19T20:57:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/324574?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726226062.0","currentOid":""},"activityList":{"items":[{"before":"6095b13f21d60227ca4bac5d72ff99a2229856af","after":"983189916aaf9f68113d3c4958f81fde7a71580a","ref":"refs/heads/stable/2024.1","pushedAt":"2024-09-23T02:52:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Fix share/snapshot show for deferred deletion\n\nDeferred deletion states deferred_deleting, error_deferred_deleting are\nvisible for non-admin user in 'share/snapshot show' command. Fixed this.\n\npartially-implements: bp/deferred-deletion\nCloses-bug: #2067456\nChange-Id: I42ddda3144a3f52b4bc0420d5acde1e5e7560264\n(cherry picked from commit be0c8561c9788e4a2b10c4abd3e30d62d84b5156)","shortMessageHtmlLink":"Fix share/snapshot show for deferred deletion"}},{"before":"5b77e4756104554fe024d086241e81e46d71d1ed","after":"6095b13f21d60227ca4bac5d72ff99a2229856af","ref":"refs/heads/stable/2024.1","pushedAt":"2024-09-23T02:45:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Optimize deferred deletion share instance get query\n\nThe periodic database queries made by the share manager service to\nprocess deferred deletion of shares has been fixed to consider the\nhost in addition to the share's state. This both improves performance\nof the periodic task, as well as fixes incorrect behavior where\nincorrect shares are retrieved by the query.\n\nPartially-implements: bp/deferred-deletion\nChange-Id: I813a3130ae015a6b8778bb2a288075b949313c73\n(cherry picked from commit fab04b5751527c6a6e3bf3848c2af698088fb249)","shortMessageHtmlLink":"Optimize deferred deletion share instance get query"}},{"before":"e8f086d0f58608a2ff04958af668538e0ed5f7be","after":"dca04e2270a745e73226adbdf80f740f002bd133","ref":"refs/heads/master","pushedAt":"2024-09-23T02:17:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Fix \"preferred\" export locations in the CephFS driver\"","shortMessageHtmlLink":"Merge \"Fix \"preferred\" export locations in the CephFS driver\""}},{"before":"58dbf997ea93e5c38b6e7db01a85ae8d9836cd9e","after":"2944880f07aa31dea5e812ca832a5bb17851ee38","ref":"refs/heads/stable/2023.1","pushedAt":"2024-09-20T21:14:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Fix export locations update when subnet is added\n\nExport locations of active share replicas was updated\nbut not those of the share itself.\n\nCloses-Bug: #2017501\nChange-Id: I33204657401f3eadd490fc50fedaef899dcff297\n(cherry picked from commit 07ce64462c63c5253226a733f5686e78eb7223a1)\n(cherry picked from commit 5b77e4756104554fe024d086241e81e46d71d1ed)\n(cherry picked from commit 09ec18ad87b68b205c47fc56002f18a0c4fdd393)","shortMessageHtmlLink":"Fix export locations update when subnet is added"}},{"before":"5b58f34534efb00664c0202388cd4a4522725b24","after":"7fd6a54e42b5a4054db77c4fafb2a0a50c522e9e","ref":"refs/heads/stable/2024.2","pushedAt":"2024-09-19T19:53:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Remove extra policy check\n\nThis is a follow-up change to the ensure shares APIs [1]. An\nadditional policy check was added, but it was not needed, as it\nwas already being performed by the decorator, so we remove it.\n\n[1] https://review.opendev.org/c/openstack/manila/+/924279\n\nChange-Id: Iab25d5a6a3906dfdb1cb3473188edcc5fafc80d4\n(cherry picked from commit 697c9bf3d34b4eb291158c99ae859da10a0c2c59)","shortMessageHtmlLink":"Remove extra policy check"}},{"before":"697c9bf3d34b4eb291158c99ae859da10a0c2c59","after":"e8f086d0f58608a2ff04958af668538e0ed5f7be","ref":"refs/heads/master","pushedAt":"2024-09-19T19:53:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update share/snapshot instance deferred deletion\n\n- Deferred deletion would be regular deletion where quota is freed\n before resource deletion by driver and deletion states are hidden\n from end-user. Also, everything will be handled by Manila or admin\n if any error occurs in deletion.\n- Any error during deferred deletion will put share/snapshot in\n error_deferrer_deleting state and periodic task will handle it.\n- count_share_group_snapshot_members_in_share() should not return share\n instances in deferred deletion states as those shares are hidden from\n end-user once deferred deleted. Only actual deletion (by driver) will\n make sure snapshot instance of share instance should be deleted before\n share instance deletion.\n\npartially-implements: bp/deferred-deletion\nCloses-bug: #2068043\nChange-Id: Ie827619d3952d1db69559206b5dfd47efb4cf7b1","shortMessageHtmlLink":"Update share/snapshot instance deferred deletion"}},{"before":"03c0d21ca1cf2b4a76b8fb078a1d1b369b897251","after":"697c9bf3d34b4eb291158c99ae859da10a0c2c59","ref":"refs/heads/master","pushedAt":"2024-09-19T15:13:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Remove extra policy check\n\nThis is a follow-up change to the ensure shares APIs [1]. An\nadditional policy check was added, but it was not needed, as it\nwas already being performed by the decorator, so we remove it.\n\n[1] https://review.opendev.org/c/openstack/manila/+/924279\n\nChange-Id: Iab25d5a6a3906dfdb1cb3473188edcc5fafc80d4","shortMessageHtmlLink":"Remove extra policy check"}},{"before":"5f7812e00a797a510e4370d7d4d0567ac280405d","after":"03c0d21ca1cf2b4a76b8fb078a1d1b369b897251","ref":"refs/heads/master","pushedAt":"2024-09-14T01:46:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Fix export location metadata updates by drivers\"","shortMessageHtmlLink":"Merge \"Fix export location metadata updates by drivers\""}},{"before":"09ec18ad87b68b205c47fc56002f18a0c4fdd393","after":"7933e6cd80c1ad4a74a3cc7852eb862d673b800c","ref":"refs/heads/stable/2023.2","pushedAt":"2024-09-13T21:21:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Ensure password values are not logged\" into stable/2023.2","shortMessageHtmlLink":"Merge \"Ensure password values are not logged\" into stable/2023.2"}},{"before":"0d1e5bee4c8e89303b372afb4c3bd1bfe9691756","after":"fab08ff7b282a72a4fc585688720c2a96451aac9","ref":"refs/heads/unmaintained/zed","pushedAt":"2024-09-13T21:21:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Create ports as disabled with external networks\n\nNeutronNetworkPlugin allows the use of external networks\nas share networks. Deployers use this as a way to utilize\nNeutron's IPAM capabilities. To provide IP addresses out\nof a network, Neutron would need to create ports on the\nnetwork, albeit these ports are unused.\n\nA recent change in OVN (a popular Neutron ML2 plugin) [1]\nnecessitates Manila to explicitly create ports as being\n\"DOWN\" to prevent incorrect ARP responses from OVN; the\neventual, external ports must respond to the ARP requests\nfrom clients.\n\nChange-Id: Icd5b1a2087a4e38e9d0b65f9c0d9a85abad69f07\nCloses-Bug: #2074504\n(cherry picked from commit 53c8b69c016010e2bbbf3220bcf771a2e9dd8b91)\n(cherry picked from commit 55865c5a8be4c7b0100dab291e4e2735c9c0e59d)\n(cherry picked from commit f509be3364eeba9be1c8f69a2dc03beb0a0006af)\n(cherry picked from commit 58dbf997ea93e5c38b6e7db01a85ae8d9836cd9e)","shortMessageHtmlLink":"Create ports as disabled with external networks"}},{"before":"f509be3364eeba9be1c8f69a2dc03beb0a0006af","after":"09ec18ad87b68b205c47fc56002f18a0c4fdd393","ref":"refs/heads/stable/2023.2","pushedAt":"2024-09-13T21:03:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Fix export locations update when subnet is added\n\nExport locations of active share replicas was updated\nbut not those of the share itself.\n\nCloses-Bug: #2017501\nChange-Id: I33204657401f3eadd490fc50fedaef899dcff297\n(cherry picked from commit 07ce64462c63c5253226a733f5686e78eb7223a1)\n(cherry picked from commit 5b77e4756104554fe024d086241e81e46d71d1ed)","shortMessageHtmlLink":"Fix export locations update when subnet is added"}},{"before":"7fc6b8008a569045e935322f71950120e69facba","after":"5b58f34534efb00664c0202388cd4a4522725b24","ref":"refs/heads/stable/2024.2","pushedAt":"2024-09-13T12:20:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update TOX_CONSTRAINTS_FILE for stable/2024.2\n\nUpdate the URL to the upper-constraints file to point to the redirect\nrule on releases.openstack.org so that anyone working on this branch\nwill switch to the correct upper-constraints list automatically when\nthe requirements repository branches.\n\nUntil the requirements repository has as stable/2024.2 branch, tests will\ncontinue to use the upper-constraints list on master.\n\nChange-Id: Ie0440ab04538952a0d2e857520b434951e56d242","shortMessageHtmlLink":"Update TOX_CONSTRAINTS_FILE for stable/2024.2"}},{"before":"8c326be9dbe168591e1c21cefe41f1f572006874","after":"5f7812e00a797a510e4370d7d4d0567ac280405d","ref":"refs/heads/master","pushedAt":"2024-09-13T12:20:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update master for stable/2024.2\n\nAdd file to the reno documentation build to show release notes for\nstable/2024.2.\n\nUse pbr instruction to increment the minor version number\nautomatically so that master versions are higher than the versions on\nstable/2024.2.\n\nSem-Ver: feature\nChange-Id: I943bfc7a42b493a44a17a5babf5b55c5279cc990","shortMessageHtmlLink":"Update master for stable/2024.2"}},{"before":"8c326be9dbe168591e1c21cefe41f1f572006874","after":"7fc6b8008a569045e935322f71950120e69facba","ref":"refs/heads/stable/2024.2","pushedAt":"2024-09-13T12:18:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Update .gitreview for stable/2024.2\n\nChange-Id: If5cfd539cd5be98fe20e86950a5fbe1a37f4c7d4","shortMessageHtmlLink":"Update .gitreview for stable/2024.2"}},{"before":null,"after":"8c326be9dbe168591e1c21cefe41f1f572006874","ref":"refs/heads/stable/2024.2","pushedAt":"2024-09-13T11:14:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Fix export locations update when subnet is added\"","shortMessageHtmlLink":"Merge \"Fix export locations update when subnet is added\""}},{"before":"ad4ca0c64e5b83eba82cd4b1f870faa70cc485dc","after":"5b77e4756104554fe024d086241e81e46d71d1ed","ref":"refs/heads/stable/2024.1","pushedAt":"2024-09-13T04:17:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Fix export locations update when subnet is added\n\nExport locations of active share replicas was updated\nbut not those of the share itself.\n\nCloses-Bug: #2017501\nChange-Id: I33204657401f3eadd490fc50fedaef899dcff297\n(cherry picked from commit 07ce64462c63c5253226a733f5686e78eb7223a1)","shortMessageHtmlLink":"Fix export locations update when subnet is added"}},{"before":"00453ceff5de7c0b352b52b6fbedd985f1d1d8a5","after":"8c326be9dbe168591e1c21cefe41f1f572006874","ref":"refs/heads/master","pushedAt":"2024-09-11T16:26:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Fix export locations update when subnet is added\"","shortMessageHtmlLink":"Merge \"Fix export locations update when subnet is added\""}},{"before":"1ffa0c12731fe5b1bed4f59133f4b83182dcccbf","after":"00453ceff5de7c0b352b52b6fbedd985f1d1d8a5","ref":"refs/heads/master","pushedAt":"2024-09-11T11:03:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"[api-ref] fix resource lock api reference\"","shortMessageHtmlLink":"Merge \"[api-ref] fix resource lock api reference\""}},{"before":"2439d95993eb6c001a3a8c0e47c5095c0c6b5da4","after":"1ffa0c12731fe5b1bed4f59133f4b83182dcccbf","ref":"refs/heads/master","pushedAt":"2024-09-10T19:05:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"svm migration across physical networks with multiple port bindings\"","shortMessageHtmlLink":"Merge \"svm migration across physical networks with multiple port bind…"}},{"before":"84ab5df84a9de4ad6df1fa31b95b0b9503ec1572","after":"2439d95993eb6c001a3a8c0e47c5095c0c6b5da4","ref":"refs/heads/master","pushedAt":"2024-09-10T18:30:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Fix the remaining review comments from SnapLock patch\n\nThis is follow-up patch to fix the few left over comment from\npatch https://review.opendev.org/c/openstack/manila/+/926049\n\nCloses-Bug: #2079967\nChange-Id: I275a3680d3ea6b1b1ea69d78d4b7fecb4f61af03","shortMessageHtmlLink":"Fix the remaining review comments from SnapLock patch"}},{"before":"dad31024364059011d6500b79cfd0383b7eedc14","after":"58dbf997ea93e5c38b6e7db01a85ae8d9836cd9e","ref":"refs/heads/stable/2023.1","pushedAt":"2024-09-09T19:21:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Create ports as disabled with external networks\n\nNeutronNetworkPlugin allows the use of external networks\nas share networks. Deployers use this as a way to utilize\nNeutron's IPAM capabilities. To provide IP addresses out\nof a network, Neutron would need to create ports on the\nnetwork, albeit these ports are unused.\n\nA recent change in OVN (a popular Neutron ML2 plugin) [1]\nnecessitates Manila to explicitly create ports as being\n\"DOWN\" to prevent incorrect ARP responses from OVN; the\neventual, external ports must respond to the ARP requests\nfrom clients.\n\nChange-Id: Icd5b1a2087a4e38e9d0b65f9c0d9a85abad69f07\nCloses-Bug: #2074504\n(cherry picked from commit 53c8b69c016010e2bbbf3220bcf771a2e9dd8b91)\n(cherry picked from commit 55865c5a8be4c7b0100dab291e4e2735c9c0e59d)\n(cherry picked from commit f509be3364eeba9be1c8f69a2dc03beb0a0006af)","shortMessageHtmlLink":"Create ports as disabled with external networks"}},{"before":"6f647e9923a6c06c03b51d9e0a46d40802ed5d9b","after":"84ab5df84a9de4ad6df1fa31b95b0b9503ec1572","ref":"refs/heads/master","pushedAt":"2024-09-06T13:32:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Metadata for Share Export Location\"","shortMessageHtmlLink":"Merge \"Metadata for Share Export Location\""}},{"before":"9f14833900070e48de26f274359fb5128d00abf7","after":"6f647e9923a6c06c03b51d9e0a46d40802ed5d9b","ref":"refs/heads/master","pushedAt":"2024-09-06T05:51:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Fix broken release note rendering\"","shortMessageHtmlLink":"Merge \"Fix broken release note rendering\""}},{"before":"1ef73c3accfe9ecea8372a5b5b7613ff13ba6da3","after":"9f14833900070e48de26f274359fb5128d00abf7","ref":"refs/heads/master","pushedAt":"2024-09-05T20:08:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"[NetApp] SnapLock support for NetApp driver\"","shortMessageHtmlLink":"Merge \"[NetApp] SnapLock support for NetApp driver\""}},{"before":"d643c2601d17a51f636e94ab7a9566860faae967","after":"1ef73c3accfe9ecea8372a5b5b7613ff13ba6da3","ref":"refs/heads/master","pushedAt":"2024-09-05T16:09:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"[NetApp] Fix FlexGroup share creation while configuring dedup/compression\"","shortMessageHtmlLink":"Merge \"[NetApp] Fix FlexGroup share creation while configuring dedup/…"}},{"before":"cf0fb1e747c2eb06aad390caa35beda6f74008d7","after":"d643c2601d17a51f636e94ab7a9566860faae967","ref":"refs/heads/master","pushedAt":"2024-09-04T19:29:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"[NetApp] Custom storage efficiency policy support for Manila share\"","shortMessageHtmlLink":"Merge \"[NetApp] Custom storage efficiency policy support for Manila s…"}},{"before":"c8a893eb6423c196b56e8f4c6ad115ffda72e687","after":"cf0fb1e747c2eb06aad390caa35beda6f74008d7","ref":"refs/heads/master","pushedAt":"2024-09-04T07:50:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Lock shares when creating a locked access rule\"","shortMessageHtmlLink":"Merge \"Lock shares when creating a locked access rule\""}},{"before":"97bf510bc033fdc0a3bdf038b5a8aa6768855641","after":"c8a893eb6423c196b56e8f4c6ad115ffda72e687","ref":"refs/heads/master","pushedAt":"2024-09-04T07:22:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Add json and yaml formatting to manila-manage\"","shortMessageHtmlLink":"Merge \"Add json and yaml formatting to manila-manage\""}},{"before":"7ec665716b7622525a3b4657c92a3a702f5dd896","after":"97bf510bc033fdc0a3bdf038b5a8aa6768855641","ref":"refs/heads/master","pushedAt":"2024-09-03T23:49:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"API for ensure shares\"","shortMessageHtmlLink":"Merge \"API for ensure shares\""}},{"before":"09a8d2a03fdb6d076d73971fc945b92368013c69","after":"7ec665716b7622525a3b4657c92a3a702f5dd896","ref":"refs/heads/master","pushedAt":"2024-09-03T22:00:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openstack-mirroring","name":null,"path":"/openstack-mirroring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63355234?s=80&v=4"},"commit":{"message":"Merge \"Remove default override for RBAC config options\"","shortMessageHtmlLink":"Merge \"Remove default override for RBAC config options\""}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwMjo1MjoxNC4wMDAwMDBazwAAAAS9fnMH","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwMjo1MjoxNC4wMDAwMDBazwAAAAS9fnMH","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QyMjowMDo1OS4wMDAwMDBazwAAAASsD7qE"}},"title":"Activity · openstack/manila"}