{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":629103903,"defaultBranch":"master","name":"gitops-engine","ownerLogin":"anandf","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-17T16:16:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6103351?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714927815.0","currentOid":""},"activityList":{"items":[{"before":"0870fe558f76f445d399a41eae8234530a29968f","after":"89a1e1262068576321e0a29e6d75b0ed04bbdbc5","ref":"refs/heads/support_impersonate","pushedAt":"2024-08-24T09:48:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"6b2984ebc47085852a7b63a0fd0b73c52e986217","after":"95e00254f82a1e2a38c47b8383e68dddff763b88","ref":"refs/heads/master","pushedAt":"2024-08-24T09:47:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"chore: bump k8s libraries to 1.31 (#619)\n\n* bump latest kubernetes version\r\n\r\nSigned-off-by: sivchari \r\n\r\n* upgrade Go version to resolve dependencies\r\n\r\nSigned-off-by: sivchari \r\n\r\n* fix: ci\r\n\r\nSigned-off-by: sivchari \r\n\r\n* use Go1.22.3\r\n\r\nSigned-off-by: sivchari \r\n\r\n* update from 1.29.2 to 1.30.1\r\n\r\nSigned-off-by: sivchari \r\n\r\n* update go.sum\r\n\r\nSigned-off-by: sivchari \r\n\r\n* upgrade golangci-lint\r\n\r\nSigned-off-by: sivchari \r\n\r\n* bump to 0.30.2\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* remove unnecessary replace\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* latest patch\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* chore: bump k8s libraries from 1.30 to 1.31\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: sivchari \r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\nCo-authored-by: sivchari ","shortMessageHtmlLink":"chore: bump k8s libraries to 1.31 (argoproj#619)"}},{"before":"0ffda97495790b97e13a0f15b5bdd2da10789a59","after":"1cd8f18012a68ca3c41c6fdae6a6fa0682ae0233","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-07-25T08:55:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Fixed missing klogr package for log messages\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Fixed missing klogr package for log messages"}},{"before":"5fd9f449e75774f6b2b7b1ff137c7759e075e385","after":"6b2984ebc47085852a7b63a0fd0b73c52e986217","ref":"refs/heads/master","pushedAt":"2024-07-25T08:55:04.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"feat: More optimal IterateHierarchyV2 and iterateChildrenV2 [#600] (#601)\n\n* chore: More optimal IterateHierarchyV2 and iterateChildrenV2 [#600]\r\n\r\nCloses #600\r\n\r\nThe existing (effectively v1) implementations are suboptimal since they don't construct a graph before the iteration. They search for children by looking at all namespace resources and checking `isParentOf`, which can give `O(tree_size * namespace_resources_count)` time complexity. The v2 algorithms construct the graph and have `O(namespace_resources_count)` time complexity. See more details in the linked issues.\r\n\r\nSigned-off-by: Andrii Korotkov \r\n\r\n* improvements to graph building\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* use old name\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* chore: More optimal IterateHierarchyV2 and iterateChildrenV2 [#600]\r\n\r\nCloses #600\r\n\r\nThe existing (effectively v1) implementations are suboptimal since they don't construct a graph before the iteration. They search for children by looking at all namespace resources and checking `isParentOf`, which can give `O(tree_size * namespace_resources_count)` time complexity. The v2 algorithms construct the graph and have `O(namespace_resources_count)` time complexity. See more details in the linked issues.\r\n\r\nSigned-off-by: Andrii Korotkov \r\n\r\n* finish merge\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* chore: More optimal IterateHierarchyV2 and iterateChildrenV2 [#600]\r\n\r\nCloses #600\r\n\r\nThe existing (effectively v1) implementations are suboptimal since they don't construct a graph before the iteration. They search for children by looking at all namespace resources and checking `isParentOf`, which can give `O(tree_size * namespace_resources_count)` time complexity. The v2 algorithms construct the graph and have `O(namespace_resources_count)` time complexity. See more details in the linked issues.\r\n\r\nSigned-off-by: Andrii Korotkov \r\n\r\n* discard unneeded copies of child resources as we go\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* remove unnecessary comment\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* make childrenByUID sparse\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* eliminate duplicate map\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* fix comment\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* add useful comment back\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* use nsNodes instead of dupe map\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* remove unused struct\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n* skip invalid APIVersion\r\n\r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Andrii Korotkov \r\nSigned-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>\r\nCo-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>","shortMessageHtmlLink":"feat: More optimal IterateHierarchyV2 and iterateChildrenV2 [argoproj…"}},{"before":"8e08d4a55da3a9505f5b9e8ec1df3b9f45d83c95","after":"0870fe558f76f445d399a41eae8234530a29968f","ref":"refs/heads/support_impersonate","pushedAt":"2024-07-25T08:54:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"5eca79789d24a0ecc2d48dfcddbab17c513664bf","after":"8e08d4a55da3a9505f5b9e8ec1df3b9f45d83c95","ref":"refs/heads/support_impersonate","pushedAt":"2024-05-23T16:04:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"f8a3208dd12571578e10b884250db5b81cbf31ec","after":"0ffda97495790b97e13a0f15b5bdd2da10789a59","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-15T12:19:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Fixed missing klogr package for log messages\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Fixed missing klogr package for log messages"}},{"before":"9ba6a8f31906af0db9109882763fb84d8df9cf0f","after":"f8a3208dd12571578e10b884250db5b81cbf31ec","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-15T12:06:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Enable dynamic resource inclusion by default and increase cache ttl\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Enable dynamic resource inclusion by default and increase cache ttl"}},{"before":"ae8e974f69792f775a013fb3ee2ee1e40059d26f","after":"9ba6a8f31906af0db9109882763fb84d8df9cf0f","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-12T23:41:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Enable dynamic resource inclusion by default and increase cache ttl\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Enable dynamic resource inclusion by default and increase cache ttl"}},{"before":"4103e5ee9e1f62b6efcaf281ed79c3fcce4edab7","after":"ae8e974f69792f775a013fb3ee2ee1e40059d26f","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-07T10:33:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Adding to watched Resource in multiple method calls\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Adding to watched Resource in multiple method calls"}},{"before":"8f07ff7c5cded0db2b7c5702571fa41e3d8dac9f","after":"4103e5ee9e1f62b6efcaf281ed79c3fcce4edab7","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-06T06:39:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added logs for debugging\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added logs for debugging"}},{"before":"555f95b85f1eb18ed94fb7fa80ea3c79408030ec","after":"8f07ff7c5cded0db2b7c5702571fa41e3d8dac9f","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-05T17:40:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added cleanup of watched resources when invalidating cache\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added cleanup of watched resources when invalidating cache"}},{"before":null,"after":"555f95b85f1eb18ed94fb7fa80ea3c79408030ec","ref":"refs/heads/dynamic_resource_inclusion","pushedAt":"2024-05-05T16:50:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"implement dynamic resource inclusion in cache\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"implement dynamic resource inclusion in cache"}},{"before":"4339b376dc473c3e398f85bdc8ea2173f5753a2c","after":"5eca79789d24a0ecc2d48dfcddbab17c513664bf","ref":"refs/heads/support_impersonate","pushedAt":"2024-04-29T08:55:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"d6d94bcc92c17cdd227153d18cfc28232827bdcd","after":"4339b376dc473c3e398f85bdc8ea2173f5753a2c","ref":"refs/heads/support_impersonate","pushedAt":"2024-04-29T08:50:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"4339b376dc473c3e398f85bdc8ea2173f5753a2c","after":"d6d94bcc92c17cdd227153d18cfc28232827bdcd","ref":"refs/heads/support_impersonate","pushedAt":"2024-02-07T07:49:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added support for impersonation in the kubectl\n\nSigned-off-by: anandf ","shortMessageHtmlLink":"Added support for impersonation in the kubectl"}},{"before":"cf0191cdcde83fc6a40c6d5356d3a6ae39977b3f","after":null,"ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-02-07T07:46:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"}},{"before":"3514753d7eba29a000743b38f91366fc76e9d210","after":null,"ref":"refs/heads/fix_namespace_create_error","pushedAt":"2024-02-07T07:46:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"}},{"before":"43570088d989604f0a155a3f06be3531c33dfb79","after":null,"ref":"refs/heads/fix_dryrun_serverside","pushedAt":"2024-02-07T07:45:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"}},{"before":"5ba1440fd85bfd28e6b67d0d2d6848a1c912c1ae","after":null,"ref":"refs/heads/fix_test1","pushedAt":"2024-02-07T07:45:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"}},{"before":"aba38192fb16c35a6731717d81454a219565bcce","after":"5fd9f449e75774f6b2b7b1ff137c7759e075e385","ref":"refs/heads/master","pushedAt":"2024-02-07T07:45:05.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"feat: Prune resources in reverse of sync wave order (#538)\n\n* Prune resources in reverse of sync wave order\r\n\r\nSigned-off-by: Siddhesh Ghadi \r\n\r\n* Use waveOverride var instead of directly patching live obj\r\n\r\nDirectly patching live objs results into incorrect wave ordering\r\nas the new wave value from live obj is used to perform reordering during next sync\r\n\r\nSigned-off-by: Siddhesh Ghadi \r\n\r\n---------\r\n\r\nSigned-off-by: Siddhesh Ghadi ","shortMessageHtmlLink":"feat: Prune resources in reverse of sync wave order (argoproj#538)"}},{"before":"b77faaaa04a3da4567974c37358b3bdb8e42369d","after":"cf0191cdcde83fc6a40c6d5356d3a6ae39977b3f","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-22T21:28:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Merge branch 'master' into new_approach_for_serverside_fix","shortMessageHtmlLink":"Merge branch 'master' into new_approach_for_serverside_fix"}},{"before":"63a5a72ad7ace94b37422ca465f853ffb5df5509","after":"b77faaaa04a3da4567974c37358b3bdb8e42369d","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T19:14:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added comment as requested with reference to the issue number\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added comment as requested with reference to the issue number"}},{"before":"705d61d2005cbbf3c9684a2f9b848256c58c34a5","after":"63a5a72ad7ace94b37422ca465f853ffb5df5509","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T18:51:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added comment as requested with reference to the issue number\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added comment as requested with reference to the issue number"}},{"before":"fe7466b6147a6516e5716992bed45645a730a429","after":"705d61d2005cbbf3c9684a2f9b848256c58c34a5","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T18:30:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Written an inline fn to get string value of dry-run strategy\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Written an inline fn to get string value of dry-run strategy"}},{"before":"e7b72d8a890ab82ad1855945a465e12a976758ef","after":"fe7466b6147a6516e5716992bed45645a730a429","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T17:20:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Fixed compilation error\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Fixed compilation error"}},{"before":"fe05340c06e08c6e63e5c7d0dcfafb6a2cad76a4","after":"e7b72d8a890ab82ad1855945a465e12a976758ef","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T17:11:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added more values in the log message for better debugging\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added more values in the log message for better debugging"}},{"before":null,"after":"5ba1440fd85bfd28e6b67d0d2d6848a1c912c1ae","ref":"refs/heads/fix_test1","pushedAt":"2024-01-19T16:59:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Added log messages and setting manager empty for dry run\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Added log messages and setting manager empty for dry run"}},{"before":"1946eccf9d39dcde814afc1efdc9351aede7bcd6","after":"fe05340c06e08c6e63e5c7d0dcfafb6a2cad76a4","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T14:02:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Fixed the logic to disable server side apply if it is a dry run\n\nSigned-off-by: Anand Francis Joseph ","shortMessageHtmlLink":"Fixed the logic to disable server side apply if it is a dry run"}},{"before":null,"after":"1946eccf9d39dcde814afc1efdc9351aede7bcd6","ref":"refs/heads/new_approach_for_serverside_fix","pushedAt":"2024-01-19T07:45:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anandf","name":"Anand Francis Joseph","path":"/anandf","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6103351?s=80&v=4"},"commit":{"message":"Revert \"fix(server): use server side dry run in case if it is server side apply (#546)\"\n\nThis reverts commit 4a5648ee411b42f6601782ae6c1c50e0f724c9c5.","shortMessageHtmlLink":"Revert \"fix(server): use server side dry run in case if it is server …"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNFQwOTo0ODoxMS4wMDAwMDBazwAAAASi_O3I","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNFQwOTo0ODoxMS4wMDAwMDBazwAAAASi_O3I","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0xOVQwNzo0NTowMC4wMDAwMDBazwAAAAPjv87K"}},"title":"Activity · anandf/gitops-engine"}