{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":87833671,"defaultBranch":"master","name":"faas-cli","ownerLogin":"openfaas","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-04-10T16:33:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/27013154?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715681233.0","currentOid":""},"activityList":{"items":[{"before":"6e26edd4f9ae0d0fac9d6916a1b831f4f41d8096","after":"6bb351bade10f1269de19dcaef5e19e679df22f0","ref":"refs/heads/master","pushedAt":"2024-05-14T10:04:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Fix BuildImageName for digest mode\n\nFixes an issue where a custom port was used in the image name\nand the wrong part of the image name was replaced.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Fix BuildImageName for digest mode"}},{"before":"83de85ece347ac7bcfded760e70351f1fba53510","after":"6e26edd4f9ae0d0fac9d6916a1b831f4f41d8096","ref":"refs/heads/master","pushedAt":"2024-05-10T10:36:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Support namespaces for ready command\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Support namespaces for ready command"}},{"before":"dc341ad38068574e1e5cb1810036d8d298c588a7","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-23T09:36:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"a9a775760ba88f37820e2939f5c5f24311f5d45c","after":"83de85ece347ac7bcfded760e70351f1fba53510","ref":"refs/heads/master","pushedAt":"2024-04-23T09:36:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.19.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.19.0 to 0.23.0"}},{"before":null,"after":"dc341ad38068574e1e5cb1810036d8d298c588a7","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:43:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.19.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.19.0 to 0.23.0"}},{"before":"2aec1d60b92be071b06aa65979f2cd4fc48b1a52","after":"a9a775760ba88f37820e2939f5c5f24311f5d45c","ref":"refs/heads/master","pushedAt":"2024-04-15T10:24:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Allow a path override for faas-cli plugin get\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Allow a path override for faas-cli plugin get"}},{"before":"d0bffb13a2a068d5b89333e41125b795b3a0de1a","after":"2aec1d60b92be071b06aa65979f2cd4fc48b1a52","ref":"refs/heads/master","pushedAt":"2024-04-11T11:14:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Update for invoke: 201 is not an error\n\nWhen a function was invoked via faas-cli and returned a 201,\nthe CLI classified this as an error. It isn't.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Update for invoke: 201 is not an error"}},{"before":"79efe2f73ce15ea3d7e15b2ea05b846785b2ef3c","after":"d0bffb13a2a068d5b89333e41125b795b3a0de1a","ref":"refs/heads/master","pushedAt":"2024-04-11T10:12:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Fail with non-zero exit code when not ready\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Fail with non-zero exit code when not ready"}},{"before":"a3e72b5881c4efcc7a366a2e8dc384399c807dfc","after":"79efe2f73ce15ea3d7e15b2ea05b846785b2ef3c","ref":"refs/heads/master","pushedAt":"2024-04-11T10:06:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Add ready command for gateway and functions\n\nThis new command will block until either the gateway or a\ngiven function is ready and is for use in CI and scripts.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Add ready command for gateway and functions"}},{"before":"5f1788112d65b1678da792c4a9f3c7ef2ba619f3","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible","pushedAt":"2024-03-20T17:23:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"3a583bc3b6f20cd92f8df74bdcae264fc586878a","ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible","pushedAt":"2024-03-20T17:23:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/docker/docker\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.9+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v24.0.5...v24.0.9)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker"}},{"before":"2f9258b567b761af47f0c3e6b0223e431f3036a8","after":"a3e72b5881c4efcc7a366a2e8dc384399c807dfc","ref":"refs/heads/master","pushedAt":"2024-01-26T13:08:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Fix execution of plugins on Windows\n\n- syscall.Exec is not supported on Windows systems. Use the os/exec\n package instead.\n- On windows the plugin executables should have the .exe filename\n extension in order to execute them.\n\nSigned-off-by: Han Verstraete (OpenFaaS Ltd) ","shortMessageHtmlLink":"Fix execution of plugins on Windows"}},{"before":"cc583e927f1d5473f20a43539b28b1c7d431d83d","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0","pushedAt":"2024-01-26T11:42:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8383725bfc45d4a40e3fdfc97d5d77f4a6e5791b","after":"2f9258b567b761af47f0c3e6b0223e431f3036a8","ref":"refs/heads/master","pushedAt":"2024-01-26T11:42:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0\n\nBumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.10.1 to 5.11.0.\n- [Release notes](https://github.com/go-git/go-git/releases)\n- [Commits](https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-git/go-git/v5\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0"}},{"before":"31db71d7914d982bdd927aa44cf2e4c4b85189ac","after":"8383725bfc45d4a40e3fdfc97d5d77f4a6e5791b","ref":"refs/heads/master","pushedAt":"2024-01-25T18:16:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Fixes for plugins on Windows\n\nos.ExpandEnv does not work on Windows, and HOME is also set to\nan empty-string, so HOMEPATH must be substituted in.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Fixes for plugins on Windows"}},{"before":null,"after":"cc583e927f1d5473f20a43539b28b1c7d431d83d","ref":"refs/heads/dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0","pushedAt":"2023-12-27T15:08:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0\n\nBumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.10.1 to 5.11.0.\n- [Release notes](https://github.com/go-git/go-git/releases)\n- [Commits](https://github.com/go-git/go-git/compare/v5.10.1...v5.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-git/go-git/v5\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0"}},{"before":"2ee2f279c4d85ea03509b3f93e5eac96fed54308","after":"31db71d7914d982bdd927aa44cf2e4c4b85189ac","ref":"refs/heads/master","pushedAt":"2023-11-29T17:45:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Enable FAAS_DEBUG for namespace commands\n\nVendoring go-sdk v0.2.8 enables FAAS_DEBUG to print out\ndebug info for the namespace commands.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Enable FAAS_DEBUG for namespace commands"}},{"before":"2388adab23f3414023b6056b3accbf6f818e4053","after":"2ee2f279c4d85ea03509b3f93e5eac96fed54308","ref":"refs/heads/master","pushedAt":"2023-11-29T17:42:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Fix #990\n\nThe wrong variable for the gateway was being used to lookup\nauthentication details when the OPENFAAS_URL environment\nvariable was being set to supply an override.\n\ncc @welteki @nitishkumar71\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Fix #990"}},{"before":"cf6e7a34479e418d4c3b32015b2ea2d35b572633","after":"5f1788112d65b1678da792c4a9f3c7ef2ba619f3","ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible","pushedAt":"2023-11-22T18:11:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/docker/docker\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v24.0.5...v24.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker"}},{"before":"3e76c8c12b4bd7d1ab0a71141c031bf74ff8a51e","after":"2388adab23f3414023b6056b3accbf6f818e4053","ref":"refs/heads/master","pushedAt":"2023-11-22T18:10:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Update dependencies in go.mod\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Update dependencies in go.mod"}},{"before":"f0bcb312ca3a31e784584ff4f3f285027604790b","after":"3e76c8c12b4bd7d1ab0a71141c031bf74ff8a51e","ref":"refs/heads/master","pushedAt":"2023-11-22T18:08:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Redact the Authorization header for safer sharing\n\nThis redacts the Authorization header, but shows whether a\nBasic or Bearer token was used, just not the value.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Redact the Authorization header for safer sharing"}},{"before":"9981e9ea7065d5dc2d4a17013aca04a1c97fe4df","after":"f0bcb312ca3a31e784584ff4f3f285027604790b","ref":"refs/heads/master","pushedAt":"2023-11-22T08:40:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"fix request usage\n\nSigned-off-by: Nitishkumar Singh ","shortMessageHtmlLink":"fix request usage"}},{"before":"2946d37b5b4330f4ad75c2e216a5d2002c4b029c","after":null,"ref":"refs/heads/memory-cpu-via-cli","pushedAt":"2023-11-20T12:03:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"}},{"before":"f72db8de657001a2967582c535fe8351c259c5f6","after":"9981e9ea7065d5dc2d4a17013aca04a1c97fe4df","ref":"refs/heads/master","pushedAt":"2023-11-20T12:03:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Add memory/CPU requests and limits to deploy command\n\n* Allows for memory/CPU requests and limits to be passed via\ndeploy and store deploy when no additional YAML file is\nbeing used.\n\nTested by supplying requests values and looking at the output\nof faas-cli describe.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Add memory/CPU requests and limits to deploy command"}},{"before":null,"after":"2946d37b5b4330f4ad75c2e216a5d2002c4b029c","ref":"refs/heads/memory-cpu-via-cli","pushedAt":"2023-11-20T10:29:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Add memory/CPU requests and limits to deploy command\n\n* Allows for memory/CPU requests and limits to be passed via\ndeploy and store deploy when no additional YAML file is\nbeing used.\n\nTested by supplying requests values and looking at the output\nof faas-cli describe.\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Add memory/CPU requests and limits to deploy command"}},{"before":"e10e427153eaad29d50dccdb216fa1f53d9fd116","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-20.10.24incompatible","pushedAt":"2023-10-30T15:46:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"cf6e7a34479e418d4c3b32015b2ea2d35b572633","ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible","pushedAt":"2023-10-30T15:46:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/docker/docker\n\nBumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible.\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v24.0.5...v24.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/docker/docker\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/docker/docker"}},{"before":"e17f99dd7c9d8fd8c7d790ef1e10b1811aae20bd","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.17.0","pushedAt":"2023-10-17T14:55:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"474636799afc4f18e95d094a93d6b5f083a6e4a0","after":"f72db8de657001a2967582c535fe8351c259c5f6","ref":"refs/heads/master","pushedAt":"2023-10-17T14:55:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Update dependencies and fix unit tests for MacOS\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Update dependencies and fix unit tests for MacOS"}},{"before":"94248457ce78e2239437702b0ff7159a029d611d","after":"474636799afc4f18e95d094a93d6b5f083a6e4a0","ref":"refs/heads/master","pushedAt":"2023-10-17T14:47:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexellis","name":"Alex Ellis","path":"/alexellis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6358735?s=80&v=4"},"commit":{"message":"Enable name override for --from-store\n\nSigned-off-by: Alex Ellis (OpenFaaS Ltd) ","shortMessageHtmlLink":"Enable name override for --from-store"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESVCoHAA","startCursor":null,"endCursor":null}},"title":"Activity ยท openfaas/faas-cli"}