{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":268630988,"defaultBranch":"master","name":"oadp-operator","ownerLogin":"openshift","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-06-01T20:59:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/792337?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721085383.0","currentOid":""},"activityList":{"items":[{"before":"20813ad2976e78d550b562c0107f8b4d66935cbd","after":"9d3b216ce15ecd91a7baa49bd2f1d12e3ae8925b","ref":"refs/heads/master","pushedAt":"2024-07-16T15:13:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Add 1.4 to Version matrix (#1467)","shortMessageHtmlLink":"Add 1.4 to Version matrix (#1467)"}},{"before":"53e8d2bcda2f67a37193c92b159a254bb94ce729","after":"3a5cd53cdc01da5b79ebeb587aaaafd3719ea9f2","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-16T12:58:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Include unsupported args for the server verlero subcommand. (#1466)\n\nAdd unsupported args for the velero server via ConfigMap within the DPA namespace.\n\nSigned-off-by: Michal Pryc \nCo-authored-by: Michal Pryc ","shortMessageHtmlLink":"Include unsupported args for the server verlero subcommand. (#1466)"}},{"before":null,"after":"911a3ecf0de387047215433214de60350e56c776","ref":"refs/heads/shubham-pampattiwar-patch-2","pushedAt":"2024-07-15T23:16:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shubham-pampattiwar","name":"Shubham Pampattiwar","path":"/shubham-pampattiwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17155311?s=80&v=4"},"commit":{"message":"Add 1.4 to Version matrix","shortMessageHtmlLink":"Add 1.4 to Version matrix"}},{"before":"242ed34f5adff8367442e205c460fc2ab139c190","after":"53e8d2bcda2f67a37193c92b159a254bb94ce729","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-15T20:17:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[oadp-1.4] Implementation function for unsupported args. (#1462)\n\n* Implementation function for unsupported args.\n\nDraft implementation to calculate args from the provided\nconfigmap with test.\n\nRelated #1400\n\nSigned-off-by: Michal Pryc \n\n* Reworked implementation for the unsupported args\n\n - Ensure the value is left as is if surrounded by ' or \"\n - Include ' if the non-boolean value is missing the single quotes\n - Ensure boolean value is changed to small letters and applied to key=value\n - Ensure value is a string even if it seems to be boolean, when the value\n is surrounded by ' or \"\n - Ensure value with prefix - or -- is kept as is\n - Allow key to be passed with or without \"--\" prefix and resulting schema is as\n cli subcommand --key='value' --another-key='value' --bool-value=true\n\n Updated tests to cover all of the above as well empty ConfigMap\n\nSigned-off-by: Michal Pryc \n\n* Unsupported arguments implementation without single quote\n\nArgs should not be wrapped with single quotes.\n\nSigned-off-by: Michal Pryc \n\n* Unsupported args function to include multiple subCommands\n\nAddition to allow multiple sub commands to be used that\nis required for the node-agent that runs as:\n\n $ velero node-agent server [args]\n\nThis change also modifies the args to be alphabetially\nsorted, so the result from the function is consistent across\nit's runs.\n\nSigned-off-by: Michal Pryc \n\n* Adjust to address small nits in the design and implementation\n\nAddress two nits:\n - numbering inside design doc\n - removal of single quote from the design doc\n - removal of one docstring from the function\n\nSigned-off-by: Michal Pryc \n\n* Update to the unsupported args implementation\n\nAdditional update to include:\n - single char arg names to be prefixed by default with\n single '-'. It is possible to override this behavior by\n passing '--' as the arg name in the ConfigMap, but the\n default is closer to what user expects.\n\n - Removal of copy() for cliSubCommand\n\n - Small nits\n\nSigned-off-by: Michal Pryc \n\n* Do not assume single char value name must be prefixed with -\n\nRemove implementation assumption in which single char\narg name was prefixed with single dash `-`\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc \nCo-authored-by: Michal Pryc ","shortMessageHtmlLink":"[oadp-1.4] Implementation function for unsupported args. (#1462)"}},{"before":"d3dd03b1e4fd4e647a28e1d66867670fb5e44507","after":"242ed34f5adff8367442e205c460fc2ab139c190","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-15T14:51:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"OADP-3504: imagePullPolicy based on image having or not digest (#1397) (#1461)\n\n* fix: imagePullPolicy based on image having or not digest\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: imagePullPolicy based on image having or not digest\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: imagePullPolicy based on image having or not digest\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: imagePullPolicy based on image having or not digest\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: imagePullPolicy based on image having or not digest\n\nSigned-off-by: Mateus Oliveira \n\n---------\n\nSigned-off-by: Mateus Oliveira \n(cherry picked from commit 93be41ae23bd20f749178f7e7d9c93821796c5d0)","shortMessageHtmlLink":"OADP-3504: imagePullPolicy based on image having or not digest (#1397) ("}},{"before":"90f4cff2a737d17b1444e635bda1046f35b95738","after":"d3dd03b1e4fd4e647a28e1d66867670fb5e44507","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-12T22:09:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Fix OADP-3960: Split labels avoiding label key exceed allowed 63 chars (#1392) (#1406)\n\n* split labels\n\n* remove label containing namespace\n\n---------\n\nCo-authored-by: Fabian Mueller \n(cherry picked from commit 71ea5b686962954b20874d0e03bc4387a537c09f)\n\nCo-authored-by: muellerfabi ","shortMessageHtmlLink":"Fix OADP-3960: Split labels avoiding label key exceed allowed 63 chars ("}},{"before":"7641bec0dafd64b778df4a334632668f064027f4","after":"20813ad2976e78d550b562c0107f8b4d66935cbd","ref":"refs/heads/master","pushedAt":"2024-07-12T18:20:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"doc: Upgrade instructions from 1.3 to 1.4 (#1414)\n\n* doc: Upgrade instructions from 1.3 to 1.4\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! doc: Upgrade instructions from 1.3 to 1.4\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! doc: Upgrade instructions from 1.3 to 1.4\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! doc: Upgrade instructions from 1.3 to 1.4\n\nSigned-off-by: Mateus Oliveira \n\n---------\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"doc: Upgrade instructions from 1.3 to 1.4 (#1414)"}},{"before":"9b2ed62464414045eb05c04c69e2e53a0a2f0e6b","after":"90f4cff2a737d17b1444e635bda1046f35b95738","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-12T13:13:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[oadp-1.4] Add Design for the unsupported arguments for the OADP (#1458)\n\n* Add Design for the unsupported arguments for the OADP\n\nInitial design to address OADP-4159\n\nAlso may be included as part of OADP-4110 with PR #1396\n\nSigned-off-by: Michal Pryc \n\n* Design for the unsupported arguments for the OADP - rev.2\n\nUpdates to address some of the comments within\nDesign for the unsupported arguments for the OADP\n\nSigned-off-by: Michal Pryc \n\n* Design document for unsupported args - boolean args\n\nAddition to the design document to allow boolean args\nto be stored in a ConfigMap as '=true' or '=false'\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc \nCo-authored-by: Michal Pryc ","shortMessageHtmlLink":"[oadp-1.4] Add Design for the unsupported arguments for the OADP (#1458)"}},{"before":"2589944c918bcb6e3644fa85a9f4dba7d63a2729","after":"7641bec0dafd64b778df4a334632668f064027f4","ref":"refs/heads/master","pushedAt":"2024-07-12T13:13:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"CI: add single test for powered-off CirrOS VM (#1439)\n\n* Add single shut-down CirrOS VM test.\n\nSigned-off-by: Matthew Arnold \n\n* Allow expected errors in backup and restore tests.\n\nSigned-off-by: Matthew Arnold \n\n* Fix lint error.\n\nSigned-off-by: Matthew Arnold \n\n* Revert \"Allow expected errors in backup and restore tests.\"\n\nThis reverts commit 6cda401e5c193fba64a2909ceeb47b405b900607.\n\n* Handle virt-specific expected restore errors.\n\nAvoid the more sprawling temporary changes from the previously reverted\ncommit.\n\nSigned-off-by: Matthew Arnold \n\n* Increase VM removal timeout.\n\nSigned-off-by: Matthew Arnold \n\n---------\n\nSigned-off-by: Matthew Arnold ","shortMessageHtmlLink":"CI: add single test for powered-off CirrOS VM (#1439)"}},{"before":"8f7224afb4e8861173c7394b010f2d6d95bb864e","after":"ca3750b2146d91b0bc0008d4ae943f565cf7c148","ref":"refs/heads/oadp-1.3","pushedAt":"2024-07-11T20:32:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[oadp-1.3] Fix OADP-4110:Unsupported Node-Agent Server args (#1457)\n\n* fix OADP-4110:Unsupported Node-Agent Server args\n\n* combine unsupported overrides function for velero and nodeagent\n\n* minor update\n\n---------\n\nCo-authored-by: Shubham Pampattiwar ","shortMessageHtmlLink":"[oadp-1.3] Fix OADP-4110:Unsupported Node-Agent Server args (#1457)"}},{"before":"ea7ccc4263fcda63070b587d49c800fc63c428b7","after":"2589944c918bcb6e3644fa85a9f4dba7d63a2729","ref":"refs/heads/master","pushedAt":"2024-07-11T14:12:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Fix OADP-4110:Unsupported Node-Agent Server args (#1450)\n\n* fix OADP-4110:Unsupported Node-Agent Server args\n\n* combine unsupported overrides function for velero and nodeagent\n\n* minor update","shortMessageHtmlLink":"Fix OADP-4110:Unsupported Node-Agent Server args (#1450)"}},{"before":"79179ea3086db48633754545911265995541b302","after":"8f7224afb4e8861173c7394b010f2d6d95bb864e","ref":"refs/heads/oadp-1.3","pushedAt":"2024-07-09T21:48:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[oadp-1.3] Unsupported server args (#1454)\n\n* Implementation function for unsupported args. (#1423)\n\n* Implementation function for unsupported args.\n\nDraft implementation to calculate args from the provided\nconfigmap with test.\n\nRelated #1400\n\nSigned-off-by: Michal Pryc \n\n* Reworked implementation for the unsupported args\n\n - Ensure the value is left as is if surrounded by ' or \"\n - Include ' if the non-boolean value is missing the single quotes\n - Ensure boolean value is changed to small letters and applied to key=value\n - Ensure value is a string even if it seems to be boolean, when the value\n is surrounded by ' or \"\n - Ensure value with prefix - or -- is kept as is\n - Allow key to be passed with or without \"--\" prefix and resulting schema is as\n cli subcommand --key='value' --another-key='value' --bool-value=true\n\n Updated tests to cover all of the above as well empty ConfigMap\n\nSigned-off-by: Michal Pryc \n\n* Unsupported arguments implementation without single quote\n\nArgs should not be wrapped with single quotes.\n\nSigned-off-by: Michal Pryc \n\n* Unsupported args function to include multiple subCommands\n\nAddition to allow multiple sub commands to be used that\nis required for the node-agent that runs as:\n\n $ velero node-agent server [args]\n\nThis change also modifies the args to be alphabetially\nsorted, so the result from the function is consistent across\nit's runs.\n\nSigned-off-by: Michal Pryc \n\n* Adjust to address small nits in the design and implementation\n\nAddress two nits:\n - numbering inside design doc\n - removal of single quote from the design doc\n - removal of one docstring from the function\n\nSigned-off-by: Michal Pryc \n\n* Update to the unsupported args implementation\n\nAdditional update to include:\n - single char arg names to be prefixed by default with\n single '-'. It is possible to override this behavior by\n passing '--' as the arg name in the ConfigMap, but the\n default is closer to what user expects.\n\n - Removal of copy() for cliSubCommand\n\n - Small nits\n\nSigned-off-by: Michal Pryc \n\n* Do not assume single char value name must be prefixed with -\n\nRemove implementation assumption in which single char\narg name was prefixed with single dash `-`\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc \n(cherry picked from commit bd3dd33)\n\n* Include unsupported args for the server verlero subcommand.\n\nAdd unsupported args for the velero server via ConfigMap within the DPA namespace.\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc \n(cherry picked from commit bc1bbe8d55f092c391b3183ea1e94e7cec0b2a43)","shortMessageHtmlLink":"[oadp-1.3] Unsupported server args (#1454)"}},{"before":"a2ce33b4e145481d60544c4f75d2cd91b29633e5","after":"79179ea3086db48633754545911265995541b302","ref":"refs/heads/oadp-1.3","pushedAt":"2024-07-09T15:57:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Implementation function for unsupported args. (#1423) (#1453)\n\n* Implementation function for unsupported args.\n\nDraft implementation to calculate args from the provided\nconfigmap with test.\n\nRelated #1400\n\nSigned-off-by: Michal Pryc \n\n* Reworked implementation for the unsupported args\n\n - Ensure the value is left as is if surrounded by ' or \"\n - Include ' if the non-boolean value is missing the single quotes\n - Ensure boolean value is changed to small letters and applied to key=value\n - Ensure value is a string even if it seems to be boolean, when the value\n is surrounded by ' or \"\n - Ensure value with prefix - or -- is kept as is\n - Allow key to be passed with or without \"--\" prefix and resulting schema is as\n cli subcommand --key='value' --another-key='value' --bool-value=true\n\n Updated tests to cover all of the above as well empty ConfigMap\n\nSigned-off-by: Michal Pryc \n\n* Unsupported arguments implementation without single quote\n\nArgs should not be wrapped with single quotes.\n\nSigned-off-by: Michal Pryc \n\n* Unsupported args function to include multiple subCommands\n\nAddition to allow multiple sub commands to be used that\nis required for the node-agent that runs as:\n\n $ velero node-agent server [args]\n\nThis change also modifies the args to be alphabetially\nsorted, so the result from the function is consistent across\nit's runs.\n\nSigned-off-by: Michal Pryc \n\n* Adjust to address small nits in the design and implementation\n\nAddress two nits:\n - numbering inside design doc\n - removal of single quote from the design doc\n - removal of one docstring from the function\n\nSigned-off-by: Michal Pryc \n\n* Update to the unsupported args implementation\n\nAdditional update to include:\n - single char arg names to be prefixed by default with\n single '-'. It is possible to override this behavior by\n passing '--' as the arg name in the ConfigMap, but the\n default is closer to what user expects.\n\n - Removal of copy() for cliSubCommand\n\n - Small nits\n\nSigned-off-by: Michal Pryc \n\n* Do not assume single char value name must be prefixed with -\n\nRemove implementation assumption in which single char\narg name was prefixed with single dash `-`\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc \n(cherry picked from commit bd3dd33)","shortMessageHtmlLink":"Implementation function for unsupported args. (#1423) (#1453)"}},{"before":"8e60d32eeeba9c4914fad2b94119a7f50abfb338","after":"9b2ed62464414045eb05c04c69e2e53a0a2f0e6b","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-02T19:06:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: simplify E2E code (#1447) (#1449)\n\nSigned-off-by: Mateus Oliveira \n(cherry picked from commit ea7ccc4263fcda63070b587d49c800fc63c428b7)","shortMessageHtmlLink":"fix: simplify E2E code (#1447) (#1449)"}},{"before":"9e8b4f166ec1dddf0a94070e7734bcd25ad4f9ff","after":"ea7ccc4263fcda63070b587d49c800fc63c428b7","ref":"refs/heads/master","pushedAt":"2024-07-02T15:46:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: simplify E2E code (#1447)\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"fix: simplify E2E code (#1447)"}},{"before":"bd3dd336513e27e8c89259440ef30e93928ec076","after":"9e8b4f166ec1dddf0a94070e7734bcd25ad4f9ff","ref":"refs/heads/master","pushedAt":"2024-07-01T23:12:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Include unsupported args for the server verlero subcommand. (#1430)\n\nAdd unsupported args for the velero server via ConfigMap within the DPA namespace.\n\nSigned-off-by: Michal Pryc ","shortMessageHtmlLink":"Include unsupported args for the server verlero subcommand. (#1430)"}},{"before":"fee1b1f82083dd6632f6696d982037a72f54d48a","after":"8e60d32eeeba9c4914fad2b94119a7f50abfb338","ref":"refs/heads/oadp-1.4","pushedAt":"2024-07-01T13:24:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: README CI periodic links (#1438)\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"fix: README CI periodic links (#1438)"}},{"before":"416a5d35bfa6f29eafdb3257e61bde2f20f119ac","after":"bd3dd336513e27e8c89259440ef30e93928ec076","ref":"refs/heads/master","pushedAt":"2024-06-28T14:01:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Implementation function for unsupported args. (#1423)\n\n* Implementation function for unsupported args.\n\nDraft implementation to calculate args from the provided\nconfigmap with test.\n\nRelated #1400\n\nSigned-off-by: Michal Pryc \n\n* Reworked implementation for the unsupported args\n\n - Ensure the value is left as is if surrounded by ' or \"\n - Include ' if the non-boolean value is missing the single quotes\n - Ensure boolean value is changed to small letters and applied to key=value\n - Ensure value is a string even if it seems to be boolean, when the value\n is surrounded by ' or \"\n - Ensure value with prefix - or -- is kept as is\n - Allow key to be passed with or without \"--\" prefix and resulting schema is as\n cli subcommand --key='value' --another-key='value' --bool-value=true\n\n Updated tests to cover all of the above as well empty ConfigMap\n\nSigned-off-by: Michal Pryc \n\n* Unsupported arguments implementation without single quote\n\nArgs should not be wrapped with single quotes.\n\nSigned-off-by: Michal Pryc \n\n* Unsupported args function to include multiple subCommands\n\nAddition to allow multiple sub commands to be used that\nis required for the node-agent that runs as:\n\n $ velero node-agent server [args]\n\nThis change also modifies the args to be alphabetially\nsorted, so the result from the function is consistent across\nit's runs.\n\nSigned-off-by: Michal Pryc \n\n* Adjust to address small nits in the design and implementation\n\nAddress two nits:\n - numbering inside design doc\n - removal of single quote from the design doc\n - removal of one docstring from the function\n\nSigned-off-by: Michal Pryc \n\n* Update to the unsupported args implementation\n\nAdditional update to include:\n - single char arg names to be prefixed by default with\n single '-'. It is possible to override this behavior by\n passing '--' as the arg name in the ConfigMap, but the\n default is closer to what user expects.\n\n - Removal of copy() for cliSubCommand\n\n - Small nits\n\nSigned-off-by: Michal Pryc \n\n* Do not assume single char value name must be prefixed with -\n\nRemove implementation assumption in which single char\narg name was prefixed with single dash `-`\n\nSigned-off-by: Michal Pryc \n\n---------\n\nSigned-off-by: Michal Pryc ","shortMessageHtmlLink":"Implementation function for unsupported args. (#1423)"}},{"before":"1f36d216aa0e67dff5173e50ac028e78d6c8fee5","after":"a2ce33b4e145481d60544c4f75d2cd91b29633e5","ref":"refs/heads/oadp-1.3","pushedAt":"2024-06-28T08:47:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"bump kubevirt to 0.6.2 (#1436)\n\nSigned-off-by: Tiger Kaovilai ","shortMessageHtmlLink":"bump kubevirt to 0.6.2 (#1436)"}},{"before":"80d924fd22df67fc217636df44f29253f4c4d819","after":"fee1b1f82083dd6632f6696d982037a72f54d48a","ref":"refs/heads/oadp-1.4","pushedAt":"2024-06-27T23:34:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[oadp-1.4] fix: make catalog-test-upgrade command (#1445)\n\n* fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n---------\n\nSigned-off-by: Mateus Oliveira \nCo-authored-by: Mateus Oliveira ","shortMessageHtmlLink":"[oadp-1.4] fix: make catalog-test-upgrade command (#1445)"}},{"before":"4264a868225d4b1a18fc74173d177a0d769cd9c3","after":"416a5d35bfa6f29eafdb3257e61bde2f20f119ac","ref":"refs/heads/master","pushedAt":"2024-06-27T19:59:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: make catalog-test-upgrade command (#1431)\n\n* fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n* fixup! fix: make catalog-test-upgrade command\n\nSigned-off-by: Mateus Oliveira \n\n---------\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"fix: make catalog-test-upgrade command (#1431)"}},{"before":"50b7c91d6ad4ca1733acf2c56decb137c93bae67","after":"80d924fd22df67fc217636df44f29253f4c4d819","ref":"refs/heads/oadp-1.4","pushedAt":"2024-06-27T15:39:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"up kubevirt to 0.7 (#1444)\n\nSigned-off-by: Tiger Kaovilai ","shortMessageHtmlLink":"up kubevirt to 0.7 (#1444)"}},{"before":"f36ca8cc19bc61cdd87ec93313ba6724b533c4b3","after":"1f36d216aa0e67dff5173e50ac028e78d6c8fee5","ref":"refs/heads/oadp-1.3","pushedAt":"2024-06-27T15:28:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: 4.15 CI error with restart policy (#1437)\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"fix: 4.15 CI error with restart policy (#1437)"}},{"before":"ba81ef224629bbfecc10f58d8cf99b2eb834f42d","after":"4264a868225d4b1a18fc74173d177a0d769cd9c3","ref":"refs/heads/master","pushedAt":"2024-06-26T04:11:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"up kubevirt to 0.7 (#1435)\n\nSigned-off-by: Tiger Kaovilai ","shortMessageHtmlLink":"up kubevirt to 0.7 (#1435)"}},{"before":"b9d22c6d5f08aac8baec7a521d01ed14870d1e44","after":"ba81ef224629bbfecc10f58d8cf99b2eb834f42d","ref":"refs/heads/master","pushedAt":"2024-06-24T21:05:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Convert Fedora DeploymentConfig to Deployment. (#1442)\n\nSigned-off-by: Matthew Arnold ","shortMessageHtmlLink":"Convert Fedora DeploymentConfig to Deployment. (#1442)"}},{"before":"dcfadb2c7db9dd0f5f249e218b2c4fc032c60878","after":"50b7c91d6ad4ca1733acf2c56decb137c93bae67","ref":"refs/heads/oadp-1.4","pushedAt":"2024-06-24T18:42:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Search package manifest for stable channel. (#1443)\n\nSigned-off-by: Matthew Arnold \nCo-authored-by: Matthew Arnold ","shortMessageHtmlLink":"Search package manifest for stable channel. (#1443)"}},{"before":"68f6005c85f1035d97ac0e289d6246b3f8321ab4","after":"b9d22c6d5f08aac8baec7a521d01ed14870d1e44","ref":"refs/heads/master","pushedAt":"2024-06-24T15:07:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"Search package manifest for stable channel. (#1440)\n\nSigned-off-by: Matthew Arnold ","shortMessageHtmlLink":"Search package manifest for stable channel. (#1440)"}},{"before":"3c828417e9533677190dd9d1c0d7402d214e2760","after":"68f6005c85f1035d97ac0e289d6246b3f8321ab4","ref":"refs/heads/master","pushedAt":"2024-06-21T12:06:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"[master] bundle createdAt sed for macOS (#1434)\n\n* bundle createdAt sed for macOS\n\nSigned-off-by: Tiger Kaovilai \n\n* Explicitly add -e for expression\n\nSigned-off-by: Tiger Kaovilai \n\n* Adjust -i''\n\n* avoid in-place and use `mv`\n\nSigned-off-by: Tiger Kaovilai \n\n---------\n\nSigned-off-by: Tiger Kaovilai \nCo-authored-by: Tiger Kaovilai \nCo-authored-by: Rayford Johnson ","shortMessageHtmlLink":"[master] bundle createdAt sed for macOS (#1434)"}},{"before":"2138e4fc905137914a0e0b72b6c609de1c797951","after":"3c828417e9533677190dd9d1c0d7402d214e2760","ref":"refs/heads/master","pushedAt":"2024-06-20T17:52:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"fix: README CI periodic links (#1432)\n\nSigned-off-by: Mateus Oliveira ","shortMessageHtmlLink":"fix: README CI periodic links (#1432)"}},{"before":"28e11f90790597e0fb63d1a437d574fe030bf6bc","after":"dcfadb2c7db9dd0f5f249e218b2c4fc032c60878","ref":"refs/heads/oadp-1.4","pushedAt":"2024-06-18T22:13:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/412865?s=80&v=4"},"commit":{"message":"velero 1.14.0 rebase (#1429)","shortMessageHtmlLink":"velero 1.14.0 rebase (#1429)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgO0NPgA","startCursor":null,"endCursor":null}},"title":"Activity ยท openshift/oadp-operator"}