{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":138207223,"defaultBranch":"main","name":"docs","ownerLogin":"knative","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-06-21T18:21:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/35583233?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714729411.0","currentOid":""},"activityList":{"items":[{"before":"0779f2de7440f1b4e32e1c89e28904baca693ec5","after":"79fa7f31fb67b077752c87be09c92361b5c29ee2","ref":"refs/heads/main","pushedAt":"2024-06-04T12:10:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"blog: How IBM watsonx Assistant uses Knative Eventing to train machine learning models (#6002)\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"blog: How IBM watsonx Assistant uses Knative Eventing to train machin…"}},{"before":"ab1e7b2869350e452db050f49bf5c2dda397cc6e","after":"0779f2de7440f1b4e32e1c89e28904baca693ec5","ref":"refs/heads/main","pushedAt":"2024-05-31T17:43:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Updated Design of the \"Trusted By\" Section (#5966)\n\n* updated design for the 'adopters' logos\n\n* added 'vhive', 'sva' and 'direktiv.io'\n\nadded vhive","shortMessageHtmlLink":"Updated Design of the \"Trusted By\" Section (#5966)"}},{"before":"ba5d2ff27c2dcceccdafa1d24b6a6d44c1f31016","after":"ab1e7b2869350e452db050f49bf5c2dda397cc6e","ref":"refs/heads/main","pushedAt":"2024-05-31T09:32:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Add new CNCF case study to Knative website (#5987)\n\n* Add new CNCF case study to Knative website\n\n* Apply suggested changes\n\n* Add latest case-studies","shortMessageHtmlLink":"Add new CNCF case study to Knative website (#5987)"}},{"before":"ac232e251b041108b2ecf92fb520f300082276b3","after":"ba5d2ff27c2dcceccdafa1d24b6a6d44c1f31016","ref":"refs/heads/main","pushedAt":"2024-05-30T21:45:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Added a Blog Post Detailing My LFX Mentorship Project (#6001)\n\n* added a blog post detailing my LFX mentorship experience.\n\n* refined blog content\n\n* changes to the blog title\n\n* update retrospective and conclusion sections","shortMessageHtmlLink":"Added a Blog Post Detailing My LFX Mentorship Project (#6001)"}},{"before":"638cbfbd207be9ce8deee9783db4412a3f2a7670","after":"ac232e251b041108b2ecf92fb520f300082276b3","ref":"refs/heads/main","pushedAt":"2024-05-30T14:51:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Intro to open source with knative blog series p3 (#5949)\n\n* Add blog post 3 content\n\n* Update the nav\n\n* Make the link to be opened in a new tab\n\n* Revert the wrong change\n\n* Apply suggestions from code review\n\nCo-authored-by: Calum Murray \n\n* fix: fix the review comments\n\n* fix: update the conclusion\n\n* Update blog/docs/articles/getting-started-blog-p3.md\n\nCo-authored-by: Calum Murray \n\n---------\n\nCo-authored-by: Calum Murray ","shortMessageHtmlLink":"Intro to open source with knative blog series p3 (#5949)"}},{"before":"30e769c7c377a07d6b1935748bc36f44a6909c02","after":"638cbfbd207be9ce8deee9783db4412a3f2a7670","ref":"refs/heads/main","pushedAt":"2024-05-29T13:48:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Sample App: Code Clean up (#5948)\n\n* Fix the content in the bad word filter knative function code\n\n* Remove the unused import\n\n* Adding the action for the button in the front end, so that the new review comment can be delivered to the review service.\n\n* enable cors\n\n* Install cors\n\n* fix: configure node.js so that it won't be restricted by CORS policy\n\n* fix: add hardcoded the address for the review service\n\n* feat: the yaml files to run the front end in the k8s cluster\n\n* fix: fix the wrong command in the docker file\n\n* fix: change the naming convention\n\n* fix: update knative slack sink to use the value from secret\n\n* fix: change the name for the front end application package\n\n* fix: update the event type for the outputs of the ML workflows\n\n* fix: create the sequence and trigger for the ML workflow\n\n* fix: change the input key to reviewText\n\n* fix: change the event type for the input cloudevent\n\n* fix: set up the trigger that will filter out the bad comment and send them to the event display\n\n* feat: add the loading state for the front end\n\n* feat: expose the postgresql service as headless service, so we can use the statefulset's name as the host url\n\n* fix: format fix, and also make sure the sentiment analysis result is all lower case\n\n* feat: update to use websocket for the comment area\n\n* feat: add Kuack to the bookstore as advised by UX WG\n\n* feat: add kuack to the bookstore\n\n* feat: add the new timing format and also set up the status badge\n\n* feat: make sure all the ML output are lower case\n\n* feat: styling change\n\n* feat: add the database insertion logic\n\n* fix: update to use kafka broker\n\n* feat: add the quickstart setup script\n\n* fix: use deployment instead of knative service\n\n* fix: Send the reply as cloud event back to broker\n\n* fix: Go back to use MT broker\n\n* fix: Restructure the code\n\n* fix: Restructure the code\n\n* Save progress: TODO: will confirm whether use the pre-built images or build the images locally\n\n* fix: change the naming of the files\n\n* fix: cut the pulling rate of the websocket\n\n* fix: front end clean up and change the error message\n\n* fix: change the port to 8080\n\n* fix: fix the setup script\n\n* fix: update the front end port to use 80 as the nodeserver, as trigger default to use 80, instead of 8080.\n\n* fix: trigger default to use 80, and cannot use customized port 8080.\n\n* fix: renaming and use the pre-built image\n\n* fix: update the naming and add comments to the yaml\n\n* feat: move the code to solution folder\n\n* feat: add the start folder\n\n* fix: the deployment file is not in the /start folder\n\n* fix: shorten the bad word filter name\n\n* fix: shorten the bad word filter name\n\n* fix: delete the deployment files for ML workflows\n\n* fix: add the port 8080\n\n* fix: use Service instead of deployment when setting up temp trigger\n\n* fix: add the missing deployment yaml for /start\n\n* fix: add the shortcut script in the /start folder\n\n* fix: change the favicon to kuack to improve the reader's experience","shortMessageHtmlLink":"Sample App: Code Clean up (#5948)"}},{"before":"61d4aa74c5e02674c02c162baa78425ed4b244fc","after":"30e769c7c377a07d6b1935748bc36f44a6909c02","ref":"refs/heads/main","pushedAt":"2024-05-29T13:13:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update community files (#6000)\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"Update community files (#6000)"}},{"before":"cb18e1e3a3e6e7c194c543f2a8992a59f990c473","after":"61d4aa74c5e02674c02c162baa78425ed4b244fc","ref":"refs/heads/main","pushedAt":"2024-05-27T17:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"fix: Website colour adjustments (#5980)\n\n* Update extra.css\n\n* Update home.css\n\n* fix color adjustments\n\n* Update home.css\n\n* change hex colors","shortMessageHtmlLink":"fix: Website colour adjustments (#5980)"}},{"before":"da639f76542d52f9bb58d293d0d0e9c2017d2a88","after":"cb18e1e3a3e6e7c194c543f2a8992a59f990c473","ref":"refs/heads/main","pushedAt":"2024-05-27T15:10:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Adding apache camel k blog post (#5992)\n\n* :camel: Adding apache camel k blog post\n\nSigned-off-by: Matthias Wessendorf \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: David Simansky \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: David Simansky \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: Christoph Stäbler \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: Christoph Stäbler \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: Christoph Stäbler \n\n* Addressing feedback\n\nSigned-off-by: Matthias Wessendorf \n\n* Update blog/docs/articles/knative-meets-apache-camel.md\n\nCo-authored-by: David Simansky \n\n* :tada: adding the post to be a featured post\n\nSigned-off-by: Matthias Wessendorf \n\n---------\n\nSigned-off-by: Matthias Wessendorf \nCo-authored-by: David Simansky \nCo-authored-by: Christoph Stäbler ","shortMessageHtmlLink":"Adding apache camel k blog post (#5992)"}},{"before":"1613b37e3599591eced322f5fb3b2129720bf3ae","after":"da639f76542d52f9bb58d293d0d0e9c2017d2a88","ref":"refs/heads/main","pushedAt":"2024-05-23T14:32:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"add UX leads as docs reviewers (#5991)\n\nSigned-off-by: Calum Murray ","shortMessageHtmlLink":"add UX leads as docs reviewers (#5991)"}},{"before":"0b9af692ead00b6ab7f70444463e8164f798073b","after":"1613b37e3599591eced322f5fb3b2129720bf3ae","ref":"refs/heads/main","pushedAt":"2024-05-16T13:13:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update actions (#5978)\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"Update actions (#5978)"}},{"before":"a88c3e451f162d12d03e0ae0cc26806704e06d3a","after":"0b9af692ead00b6ab7f70444463e8164f798073b","ref":"refs/heads/main","pushedAt":"2024-05-15T06:01:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"revert removed redirects (#5971)","shortMessageHtmlLink":"revert removed redirects (#5971)"}},{"before":"76df69945705889b9ff5c38954cd09cf17aea98d","after":"a88c3e451f162d12d03e0ae0cc26806704e06d3a","ref":"refs/heads/main","pushedAt":"2024-05-14T16:25:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Document Eventing istio integration (#5879)\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Document Eventing istio integration (#5879)"}},{"before":"7a7e30c9be3645db26ac40dae4543f580753d2c1","after":"76df69945705889b9ff5c38954cd09cf17aea98d","ref":"refs/heads/main","pushedAt":"2024-05-14T16:04:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update docs for Eventing TLS Beta (#5967)\n\n* Update docs for Eventing TLS Beta\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Reword strict note\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Add trust-manager usage note for distributing CA bundles\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Add Kafka Broker for KEDA integration\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Fix nav\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Fix warning formatting\n\nSigned-off-by: Pierangelo Di Pilato \n\n---------\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Update docs for Eventing TLS Beta (#5967)"}},{"before":"84776e283e3208472091c9758f88e99f16cfa418","after":"7a7e30c9be3645db26ac40dae4543f580753d2c1","ref":"refs/heads/main","pushedAt":"2024-05-14T15:03:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"redirects for autoscaler-keda (#5970)","shortMessageHtmlLink":"redirects for autoscaler-keda (#5970)"}},{"before":"872e83e91a886a28630b35dd15f4a31b522d0f54","after":"84776e283e3208472091c9758f88e99f16cfa418","ref":"refs/heads/main","pushedAt":"2024-05-13T13:53:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Add SubscriptionsAPI filters to APIServerSource (#5916)\n\n* Add SubscriptionsAPI filters to APIServerSource\n\nThis MR adds a page for the experimental feature that\nadd `filters` to the APIServerSource kind.\n\nRelated to #7799 and #7791\n\nSigned-off-by: Hector Martinez \n\n* MR suggestion\n\nCo-authored-by: Pierangelo Di Pilato \n\n---------\n\nSigned-off-by: Hector Martinez \nCo-authored-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Add SubscriptionsAPI filters to APIServerSource (#5916)"}},{"before":"187fe78b97ec4c55671e8540b0bae0845edac10b","after":"872e83e91a886a28630b35dd15f4a31b522d0f54","ref":"refs/heads/main","pushedAt":"2024-05-13T08:46:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Improve Serving encryption docs (#5955)\n\n* Review improvements\n\n* Review improvements","shortMessageHtmlLink":"Improve Serving encryption docs (#5955)"}},{"before":"a21aad178807803ff8ac1c23d5007a787b9b6aa3","after":"187fe78b97ec4c55671e8540b0bae0845edac10b","ref":"refs/heads/main","pushedAt":"2024-05-07T01:36:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update community files (#5959)\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"Update community files (#5959)"}},{"before":"9866bfaca060d5e8faccd44f0339c57f11e39936","after":"a21aad178807803ff8ac1c23d5007a787b9b6aa3","ref":"refs/heads/main","pushedAt":"2024-05-03T13:28:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Add release blog Knative 1.14 (#5958)\n\n* Add release blog Knative 1.14\n\n* Update blog/docs/releases/announcing-knative-v1-14-release.md\n\nCo-authored-by: Christoph Stäbler \n\n* Fix formatting\n\n---------\n\nCo-authored-by: Christoph Stäbler ","shortMessageHtmlLink":"Add release blog Knative 1.14 (#5958)"}},{"before":"59339cd7da9c5c20adcf85afc56d7b9680e9c138","after":"9866bfaca060d5e8faccd44f0339c57f11e39936","ref":"refs/heads/main","pushedAt":"2024-05-03T09:58:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update Knative docs to 1.14 (#5957)","shortMessageHtmlLink":"Update Knative docs to 1.14 (#5957)"}},{"before":null,"after":"59339cd7da9c5c20adcf85afc56d7b9680e9c138","ref":"refs/heads/release-1.14","pushedAt":"2024-05-03T09:43:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dsimansk","name":"David Simansky","path":"/dsimansk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5637792?s=80&v=4"},"commit":{"message":"Add documentation for Serving Encryption (#5804)\n\n* Add Serving encryption overview page\n\n* Add Serving encryption sub-pages\n\n* Lint fixes, minor updates\n\n* Review improvement\n\n* Add activator restart and fix CM label\n\n* Update docs about net-certmanager\n\n* Add wildcard config as a string\n\n* Review improvements","shortMessageHtmlLink":"Add documentation for Serving Encryption (#5804)"}},{"before":"ffa98da0cd4af7b58ccde0bb172974c6e3a9ed7a","after":"bd3a322c366849a81243aaf0176b1a1ccd72ec04","ref":"refs/heads/release-1.13","pushedAt":"2024-05-03T09:42:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Adding Kafka Source details on delivery spec (#5953)\n\nSigned-off-by: Matthias Wessendorf \nCo-authored-by: Matthias Wessendorf ","shortMessageHtmlLink":"Adding Kafka Source details on delivery spec (#5953)"}},{"before":"ab85e25ad9b296182beba0128fbab83d08576757","after":"59339cd7da9c5c20adcf85afc56d7b9680e9c138","ref":"refs/heads/main","pushedAt":"2024-04-30T11:03:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Add documentation for Serving Encryption (#5804)\n\n* Add Serving encryption overview page\n\n* Add Serving encryption sub-pages\n\n* Lint fixes, minor updates\n\n* Review improvement\n\n* Add activator restart and fix CM label\n\n* Update docs about net-certmanager\n\n* Add wildcard config as a string\n\n* Review improvements","shortMessageHtmlLink":"Add documentation for Serving Encryption (#5804)"}},{"before":"2fc233e0e8d221f59cb56bd83ac295bdb5f96fe2","after":"ab85e25ad9b296182beba0128fbab83d08576757","ref":"refs/heads/main","pushedAt":"2024-04-30T05:30:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Document the remaining timeout settings (#5954)\n\n* document the remaining timeout settings\n\n* fix name","shortMessageHtmlLink":"Document the remaining timeout settings (#5954)"}},{"before":"9b8fd6314d850138bb7b8f2f5e16b1cf472af3d4","after":"2fc233e0e8d221f59cb56bd83ac295bdb5f96fe2","ref":"refs/heads/main","pushedAt":"2024-04-29T11:00:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Adding Kafka Source details on delivery spec (#5952)\n\nSigned-off-by: Matthias Wessendorf ","shortMessageHtmlLink":"Adding Kafka Source details on delivery spec (#5952)"}},{"before":"14ac75dbe5d1da8f917ebec503262f6502ad16c8","after":"9b8fd6314d850138bb7b8f2f5e16b1cf472af3d4","ref":"refs/heads/main","pushedAt":"2024-04-26T12:20:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Notification service docs: Add the tutorial on how to create the slack workspace (#5939)\n\n* add tutorial\n\n* create workspace docs\n\n* Edit img","shortMessageHtmlLink":"Notification service docs: Add the tutorial on how to create the slac…"}},{"before":"61e322af5b5b571ef2b35e4166e157c51c590e99","after":"14ac75dbe5d1da8f917ebec503262f6502ad16c8","ref":"refs/heads/main","pushedAt":"2024-04-26T01:33:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Update community files (#5951)\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"Update community files (#5951)"}},{"before":"87d2c89ab09abc767d6e51c8959490ead1fef61e","after":"61e322af5b5b571ef2b35e4166e157c51c590e99","ref":"refs/heads/main","pushedAt":"2024-04-26T00:16:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Sample App: Fix the content in the bad word filter knative function code (#5947)\n\n* Fix the content in the bad word filter knative function code\n\n* Remove the unused import\n\n* fix: fix the python format by running black","shortMessageHtmlLink":"Sample App: Fix the content in the bad word filter knative function c…"}},{"before":"7f0327afb701d0f88c7628de44e0ec530aa8c27a","after":"87d2c89ab09abc767d6e51c8959490ead1fef61e","ref":"refs/heads/main","pushedAt":"2024-04-24T14:52:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Sample App: Adding the knative function build for the sentiment analysis service (#5904)\n\n* Adding the knative function build for the sentiment analysis service\n\n* Update the sample code, so that the returned result is a cloudEvent\n\n* Update the sample code to give a specific event type to the response cloudEvent\n\n* Update the tutorial doc\n\n* Update the tutorial doc\n\n* Remove the docker registry info\n\n* Fix nit\n\n* Modify the return response type and how python function handle the incoming cloudEvent\n\n* Adding the explaination for serving\n\n* Unhide the alert box portion\n\n* Remove the intentional delay\n\n* Remove the duplicated line\n\n* Make the input as json instead of plaintext\n\n* Update the version of cloudEvent and update the deployment instruction\n\n* Update the tutorial to use the public URL instead of cluster-IP\n\n* Display the input text in the response","shortMessageHtmlLink":"Sample App: Adding the knative function build for the sentiment analy…"}},{"before":"e1286025fc19330b7f5d9aa26cc364899992f8e3","after":"7f0327afb701d0f88c7628de44e0ec530aa8c27a","ref":"refs/heads/main","pushedAt":"2024-04-24T14:50:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"knative-prow[bot]","name":null,"path":"/apps/knative-prow","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/183726?s=80&v=4"},"commit":{"message":"Sample App: Event Driven Architecture I (#5928)\n\n* Add the node.js server\n\n* Setting up the infrastructure\n\n* Update the port of the node application\n\n* Add the sinkBinding\n\n* Adding the reply feedback loop\n\n* Adding the response into the nodejs server\n\n* Change the naming convention\n\n* Update the index.js to remove the uncessary comments","shortMessageHtmlLink":"Sample App: Event Driven Architecture I (#5928)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW_rd8QA","startCursor":null,"endCursor":null}},"title":"Activity · knative/docs"}