Matthias Wessendorf
6735c3fbf7
Adding WebSocket Go example ( #6109 )
...
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-09-10 13:19:38 +00:00
Leo Li
6be0453210
Add the readme for sample app codes, and update the code-sample page ( #6059 )
...
* feat: add the readme for sample app codes, and modify the code-sample page to include bookstore app
* fix: fix the wrong link
* fix: add a note box to mention all 3 parts of knative are being convered in bookstore tutorial
2024-07-19 16:44:01 +00:00
Leo Li
3ec03e03e0
fix: Update the image to use the one from official knative release build ( #6054 )
2024-07-16 17:37:29 +00:00
Kevin Moore
1b4eb70c35
Dart: update dependencies and fixes for latest lints ( #6050 )
2024-07-10 15:31:43 +00:00
dependabot[bot]
e18aaa6410
Bump ws ( #6024 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 06:59:44 +00:00
dependabot[bot]
e7cd98008a
Bump braces in /code-samples/serving/cloudevents/cloudevents-nodejs ( #6021 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 06:58:19 +00:00
Leo Li
1ec7a2b880
Sample App code finalization ( #6011 )
...
* fix: update the code according to pierdipi's suggestions
* feat: improve the user experience for the setup script
* feat: improve the user experience for the solution script
* fix: remove unnecessary images
* fix: remove the image registry information in the ML services
* fix: remove the sample webhook URL
* feat: modify the config map to manually disable the scale-to-zero feature
* fix: adding the waiting in the solution setup script
* fix: adding the waiting in the solution setup script for pipe
2024-06-27 07:10:10 +00:00
Leo Li
54207bebd6
Sample App Tutorial Page Compilation ( #6007 )
...
* feat: add the first three pages of the sample app tutorial
* Apply suggestions from code review
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* fix: fix the review comments in pg0 and pg1
* feat: add blog post 2
* feat: adding the images for page 2
* add: add more pages
* add: adding the rest of the pages
* add: modify the nav
* add: finishing polishing
* fix: update the iframe embedded video link
* fix: fix the video embedding dimension and the access
* fix: link minor error fix
* fix: hide the setup script section
* Apply suggestions from code review
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* Update docs/bookstore/page-0/page-0-intro.md
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* Update docs/bookstore/page-0.5/pg0.5-env-setup.md
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* fix: fix christoph's comment
* fix: Remove all the extra new lines
* fix: update kubernetes to Kubernetes
* Apply suggestions from code review
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* fix: fix the wrong indentation in the yaml files
* Update docs/bookstore/page-2/pg2-sentiment-svc.md
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* fix: fix review comments
* fix: change the console output to text - pg0.5
* fix: replace the console output pic with plaintextg for pg1
* fix: replace the console output pic with plaintext for pg 2&3
* fix: replace the console output pic with plaintext for pg 4
* fix: replace the console output pic with plaintext for pg 5
* fix: replace the console output pic with plaintext for pg 6
* fix: replace the console output pic with plaintext for pg 7
* fix: fix christoph's comments
* Apply suggestions from code review
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* fix: applying christoph's comments fix
* fix: fix christoph's nit comments + open the link in new tab
* fix: make sure all the command have the same root which is /start
* fix: make all the links open in the new tab
* fix: fix small errors
* fix: remove default namespace
* Update docs/bookstore/page-1/pg1-review-svc-1.md
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* Apply suggestions from code review
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* fix: update the wording to follow the Knative's branding guideline
* fix: update the wording to follow the Knative's branding guideline
* fix: update the naming of the pages
* fix: fixing the wrong link in the tutorial.md page
* Apply the patch from Christoph
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* Apply suggestions from code review
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
* Update docs/bookstore/page-1/send-review-comment-to-broker.md
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
---------
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
2024-06-26 07:42:43 +00:00
Leo Li
638cbfbd20
Sample App: Code Clean up ( #5948 )
...
* Fix the content in the bad word filter knative function code
* Remove the unused import
* Adding the action for the button in the front end, so that the new review comment can be delivered to the review service.
* enable cors
* Install cors
* fix: configure node.js so that it won't be restricted by CORS policy
* fix: add hardcoded the address for the review service
* feat: the yaml files to run the front end in the k8s cluster
* fix: fix the wrong command in the docker file
* fix: change the naming convention
* fix: update knative slack sink to use the value from secret
* fix: change the name for the front end application package
* fix: update the event type for the outputs of the ML workflows
* fix: create the sequence and trigger for the ML workflow
* fix: change the input key to reviewText
* fix: change the event type for the input cloudevent
* fix: set up the trigger that will filter out the bad comment and send them to the event display
* feat: add the loading state for the front end
* feat: expose the postgresql service as headless service, so we can use the statefulset's name as the host url
* fix: format fix, and also make sure the sentiment analysis result is all lower case
* feat: update to use websocket for the comment area
* feat: add Kuack to the bookstore as advised by UX WG
* feat: add kuack to the bookstore
* feat: add the new timing format and also set up the status badge
* feat: make sure all the ML output are lower case
* feat: styling change
* feat: add the database insertion logic
* fix: update to use kafka broker
* feat: add the quickstart setup script
* fix: use deployment instead of knative service
* fix: Send the reply as cloud event back to broker
* fix: Go back to use MT broker
* fix: Restructure the code
* fix: Restructure the code
* Save progress: TODO: will confirm whether use the pre-built images or build the images locally
* fix: change the naming of the files
* fix: cut the pulling rate of the websocket
* fix: front end clean up and change the error message
* fix: change the port to 8080
* fix: fix the setup script
* fix: update the front end port to use 80 as the nodeserver, as trigger default to use 80, instead of 8080.
* fix: trigger default to use 80, and cannot use customized port 8080.
* fix: renaming and use the pre-built image
* fix: update the naming and add comments to the yaml
* feat: move the code to solution folder
* feat: add the start folder
* fix: the deployment file is not in the /start folder
* fix: shorten the bad word filter name
* fix: shorten the bad word filter name
* fix: delete the deployment files for ML workflows
* fix: add the port 8080
* fix: use Service instead of deployment when setting up temp trigger
* fix: add the missing deployment yaml for /start
* fix: add the shortcut script in the /start folder
* fix: change the favicon to kuack to improve the reader's experience
2024-05-29 13:48:17 +00:00
Phuong Cao
9b8fd6314d
Notification service docs: Add the tutorial on how to create the slack workspace ( #5939 )
...
* add tutorial
* create workspace docs
* Edit img
2024-04-26 12:20:57 +00:00
Leo Li
61e322af5b
Sample App: Fix the content in the bad word filter knative function code ( #5947 )
...
* Fix the content in the bad word filter knative function code
* Remove the unused import
* fix: fix the python format by running black
2024-04-26 00:16:04 +00:00
Leo Li
87d2c89ab0
Sample App: Adding the knative function build for the sentiment analysis service ( #5904 )
...
* Adding the knative function build for the sentiment analysis service
* Update the sample code, so that the returned result is a cloudEvent
* Update the sample code to give a specific event type to the response cloudEvent
* Update the tutorial doc
* Update the tutorial doc
* Remove the docker registry info
* Fix nit
* Modify the return response type and how python function handle the incoming cloudEvent
* Adding the explaination for serving
* Unhide the alert box portion
* Remove the intentional delay
* Remove the duplicated line
* Make the input as json instead of plaintext
* Update the version of cloudEvent and update the deployment instruction
* Update the tutorial to use the public URL instead of cluster-IP
* Display the input text in the response
2024-04-24 14:52:00 +00:00
Leo Li
7f0327afb7
Sample App: Event Driven Architecture I ( #5928 )
...
* Add the node.js server
* Setting up the infrastructure
* Update the port of the node application
* Add the sinkBinding
* Adding the reply feedback loop
* Adding the response into the nodejs server
* Change the naming convention
* Update the index.js to remove the uncessary comments
2024-04-24 14:50:43 +00:00
dependabot[bot]
39c58935cf
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5936 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 05:56:15 +00:00
Leo Li
cbeb03a23e
Sample App: Adding the db service ( #5909 )
...
* Adding the db service
* Add the readme
* Add the yaml file to create the config map
* Change to use the statefulSet
* Delete the finished job pod after 50 seconds
* Simplify the deployment tutorial for the database service
* Explain why we don't use Knative Service
* Remove the unnessary empty lines in the file
* Update code-samples/eventing/bookstore-sample-app/db/README.md
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Update code-samples/eventing/bookstore-sample-app/db-service/sample.sql
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Update code-samples/eventing/bookstore-sample-app/db/README.md
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
* Fix the review comment
---------
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2024-04-10 08:01:48 +00:00
tico88612
afebc06998
Feat: Inappropriate language filter python script ( #5935 )
...
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-09 19:55:48 +00:00
Phuong Cao
791daf51bb
Sample app frontend ( #5931 )
...
* Add darkmode
* Edit README
* Add comments and readme
* Fix UI
* Update README
* Update code-samples/eventing/bookstore-sample-app/frontend/client/pages/Main.js
Co-authored-by: Leo Li <leoli@redhat.com>
* Update code-samples/eventing/bookstore-sample-app/frontend/client/components/BookDetail.js
Co-authored-by: Leo Li <leoli@redhat.com>
* Change emoji
* Update code-samples/eventing/bookstore-sample-app/frontend/client/components/Toggle.js
Co-authored-by: Leo Li <leoli@redhat.com>
* Fix UI
* Align time
---------
Co-authored-by: Leo Li <leoli@redhat.com>
2024-04-05 15:09:02 +00:00
Knative Automation
301cb8499a
[main] Upgrade to latest dependencies ( #5929 )
...
* upgrade to latest dependencies
bumping knative.dev/hack 7e71024...47368d6:
> 47368d6 Check licenses only, but not bundle them (# 376)
> b985a5b Update community files (# 377)
Signed-off-by: Knative Automation <automation@knative.team>
* Fix unit-tests
---------
Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2024-04-02 07:06:02 +00:00
dependabot[bot]
f944808b7a
Bump express in /code-samples/serving/hello-world/helloworld-nodejs ( #5926 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:11:52 +00:00
dependabot[bot]
533ea6577e
Bump express in /code-samples/serving/cloudevents/cloudevents-nodejs ( #5927 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.17.3 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:10:00 +00:00
Leo Li
b9474dfc2c
Sample App: Notification Service: camel slack sink ( #5888 )
...
* Adding the yaml file that create the Camel Pipe, connecting the Knative Broker and the slack sink
* Adding the first draft of the documentation for notification service
* Update the Camel-Kamelets Version
* Update the tutorial
* Fix the review comments by rearranging the sections, fix the wordings
* Compile the web pages
* Trying to add some styling
* Fix the styling
* Fix the styling
* Test how things look with modified code block
* Return to the original. Will do the web page compiling in another PR when the content is ready
* Update code-samples/eventing/bookstore-sample-app/slack-sink/README.md
Co-authored-by: Calum Murray <cmurray@redhat.com>
* Make the yaml file consistent with the one in the README file
---------
Co-authored-by: Calum Murray <cmurray@redhat.com>
2024-03-15 15:29:53 +00:00
Scott Hirano
03bf62be60
Sample Bookstore App: DB setup for Book Review Comments ( #5896 )
...
* first commit, made table and wrote docs
* removed book id
* reduced amt of sample data
* Update code-samples/eventing/bookstore-sample-app/db/sample.sql
Co-authored-by: Calum Murray <cmurray@redhat.com>
* Update code-samples/eventing/bookstore-sample-app/db/sample.sql
Co-authored-by: Calum Murray <cmurray@redhat.com>
* Update code-samples/eventing/bookstore-sample-app/db/sample.sql
Co-authored-by: Calum Murray <cmurray@redhat.com>
* Update code-samples/eventing/bookstore-sample-app/db/sample.sql
Co-authored-by: Calum Murray <cmurray@redhat.com>
---------
Co-authored-by: Calum Murray <cmurray@redhat.com>
2024-03-08 19:32:08 +00:00
dependabot[bot]
e9fed90050
Bump github.com/cloudevents/sdk-go/v2 ( #5893 )
...
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go ) from 2.0.0-RC2 to 2.15.2.
- [Release notes](https://github.com/cloudevents/sdk-go/releases )
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.0.0-RC2...v2.15.2 )
---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 06:13:23 +00:00
dependabot[bot]
a5eb42d966
Bump mio in /code-samples/community/serving/helloworld-rust ( #5892 )
...
Bumps [mio](https://github.com/tokio-rs/mio ) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases )
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11 )
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 06:49:00 +00:00
dependabot[bot]
bcf4a3c4f2
Bump rack in /code-samples/serving/hello-world/helloworld-ruby ( #5882 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.6.4 to 2.2.8.1.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v2.2.6.4...v2.2.8.1 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 06:46:44 +00:00
dependabot[bot]
61fdd7bff5
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5820 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.21 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.21...v0.3.24 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 06:50:51 +00:00
dependabot[bot]
6c64af0d28
Bump ch.qos.logback:logback-classic ( #5780 )
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.2.3 to 1.3.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.3.12 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 06:32:06 +00:00
yuzhipeng
304f5c06b1
fix wrong code sample in helloworld-go README.md ( #5746 )
2023-11-14 10:53:28 +00:00
Todor Todorov
3011f84008
Helloworld rust/bump dependencies ( #5726 )
...
* Bump versions of the dependencies
This resolves the following error when trying to build the app:
package `socket2 v0.5.5` cannot be built because it requires rustc 1.63 or newer
* Update the documentation
Currently, when following the steps to recreate the sample code,
we will face the following errors when trying to build the app:
error: edition 2021 is unstable and only available with -Z unstable-options.
error: could not compile `proc-macro2`
2023-10-23 02:47:47 +00:00
Unnati Mishra
661e5724a0
Removed Kafka Binding doc and its references ( #5684 )
...
Signed-off-by: CodebyUnnati <unnaticse2019@gmail.com>
2023-09-18 09:47:43 +00:00
kahirokunn
8e917ed012
chore: multi-arch support with buildx in all Dockerfiles ( #5273 )
...
* chore: use buildx to build grpc-ping-go
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support grpc-ping-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-clojure multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-dart multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-deno multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-elixir multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-haskell multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-micronaut multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-quarkus multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-r multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-rserver multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-rust multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-swift multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-vertx multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support iris-classifier multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-python multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support node-heartbeat-source multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-dotnet multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-nodejs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-rust multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support gitwebhook-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-csharp multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-spark multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-spring multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-kotlin multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-nodejs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-php multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-python multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-shell multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-routing-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support kong-routing-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support multi-container multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support secrets-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-docs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-r Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support gitwebhook-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-routing-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support kong-routing-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support servingcontainer Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support sidecarcontainer Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support secrets-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support multi-container Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
---------
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
2023-09-06 13:28:13 +00:00
Parker Lougheed
f8b24125f5
Update Dart sample to Dart 3 ( #5663 )
...
* Update Dart sample to Dart 3
* Update Dart SDK mention
2023-08-14 16:35:41 +00:00
David Hadas
da2c5ffbca
rename-sandbox ( #5652 )
2023-08-03 17:52:21 +00:00
dependabot[bot]
dc84e5bec8
Bump word-wrap in /code-samples/serving/cloudevents/cloudevents-nodejs ( #5632 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 11:50:10 +00:00
dependabot[bot]
f925e3abbb
Bump semver in /code-samples/serving/cloudevents/cloudevents-nodejs ( #5623 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 16:03:12 +00:00
Arkadius Jonczek
225a69b10f
docs: fix eventing gitlab source readme ( #5598 )
...
* docs: fix gitlab webhook breadcrumb in gitlab eventing readme
* docs: use project access token for gitlab source in gitlab eventing readme
from security perspective it's better to use project access token instead of personal access token
2023-06-23 10:10:36 +00:00
dependabot[bot]
fe1b396dd9
Bump futures-util in /code-samples/serving/cloudevents/cloudevents-rust ( #5601 )
...
Bumps [futures-util](https://github.com/rust-lang/futures-rs ) from 0.3.5 to 0.3.28.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.28 )
---
updated-dependencies:
- dependency-name: futures-util
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 18:15:35 +00:00
dependabot[bot]
ba8db5c7cb
Bump futures-task in /code-samples/serving/cloudevents/cloudevents-rust ( #5602 )
...
Bumps [futures-task](https://github.com/rust-lang/futures-rs ) from 0.3.5 to 0.3.28.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.28 )
---
updated-dependencies:
- dependency-name: futures-task
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 18:12:36 +00:00
Dave Protasowski
66cab03f9d
Create a hello world image to be used by the docs ( #5550 )
2023-05-09 14:53:00 +00:00
dependabot[bot]
0685fc0e53
Bump flask in /code-samples/eventing/helloworld/helloworld-python ( #5547 )
...
Bumps [flask](https://github.com/pallets/flask ) from 2.0.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:47:55 +00:00
dependabot[bot]
1106ea668d
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5534 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.13 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 19:07:51 +00:00
Esmerlin Joel Mieses
65b9a8cfd9
[FIX]: Target app sample. ( #5508 )
2023-04-03 19:50:37 +00:00
Mary Frances Hull
04eb1ecf81
fix tab formatting - issue #4922 ( #5446 )
...
* fix tab formatting
* change from bold to heading 3
2023-03-17 18:59:37 +00:00
dependabot[bot]
e868d4aebe
Bump rack in /code-samples/serving/hello-world/helloworld-ruby ( #5478 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.6.3 to 2.2.6.4.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v2.2.6.3...v2.2.6.4 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 12:47:58 +00:00
dependabot[bot]
34d9cc7219
Bump rack in /code-samples/serving/hello-world/helloworld-ruby ( #5458 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.6.2 to 2.2.6.3.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v2.2.6.2...v2.2.6.3 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 13:27:24 +00:00
Debasish Biswas
0c2a422b2b
Fix Code Block Formatting ( #5443 )
...
* Fix Code Block Formatting
* should pass now
Signed-off-by: Debasish Biswas <debasishbsws.abc@gmail.com>
* correct numbers
* may fix
---------
Signed-off-by: Debasish Biswas <debasishbsws.abc@gmail.com>
2023-03-06 15:17:33 +00:00
my-git9
3eceac37a3
Cleanup: remove ioutil for new go version ( #5409 )
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-02-08 13:43:47 +00:00
dependabot[bot]
b7eadf9c49
Bump tokio in /code-samples/community/serving/helloworld-rust ( #5408 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-05 21:13:34 +00:00
dependabot[bot]
3132270389
Bump bumpalo in /code-samples/serving/cloudevents/cloudevents-rust ( #5387 )
...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo ) from 3.3.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases )
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.3.0...3.12.0 )
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 13:41:05 +00:00
Paul Schweigert
7222065ab1
update hello world node app dependencies in readme ( #5385 )
...
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
needed for the sample consistency test
2023-01-19 15:05:01 +00:00
dependabot[bot]
2d7ead8ed4
Bump rack in /code-samples/serving/hello-world/helloworld-ruby ( #5383 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.3.1 to 2.2.6.2.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/2.2.3.1...v2.2.6.2 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 13:55:01 +00:00
dependabot[bot]
5fb95f74d3
Bump qs and express ( #5373 )
...
Bumps [qs](https://github.com/ljharb/qs ) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `qs` from 6.5.2 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.11.0 )
Updates `express` from 4.16.4 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.16.4...4.18.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 19:10:49 +00:00
dependabot[bot]
6a7180f71b
Bump tokio in /code-samples/community/serving/helloworld-rust ( #5369 )
...
Bumps tokio from 1.20.1 to 1.20.3.
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 16:41:47 +00:00
Paul Schweigert
c2368bbd8a
removes maven-wrapper.jar from repository ( #5366 )
...
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2022-12-19 08:00:54 +00:00
dependabot[bot]
b1c950a632
Bump sinatra in /code-samples/serving/hello-world/helloworld-ruby ( #5342 )
...
Bumps [sinatra](https://github.com/sinatra/sinatra ) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/sinatra/sinatra/releases )
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3 )
---
updated-dependencies:
- dependency-name: sinatra
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 13:24:16 +00:00
Dhruv
9a3dcf67c4
Fixed markdown syntax in Python serving README.md ( #5206 )
...
This PR fixes markdown syntax of the `serving/hello-world/helloworld-python/README.md` file. Making it easier to read for new starters
2022-10-11 16:29:51 +00:00
Lionel Villard
26a720ed86
fix build test ( #5251 )
2022-09-26 21:29:13 +00:00
Ashleigh Brennan
892540960d
Remove mentions of Google GCP from docs ( #5247 )
2022-09-26 19:18:13 +00:00
dependabot[bot]
044751ac59
Bump minimist in /code-samples/serving/cloudevents/cloudevents-nodejs ( #5231 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/commits )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 17:24:12 +00:00
dependabot[bot]
e3f3a61df8
Bump got and nodemon ( #5222 )
...
Bumps [got](https://github.com/sindresorhus/got ) and [nodemon](https://github.com/remy/nodemon ). These dependencies needed to be updated together.
Removes `got`
Updates `nodemon` from 2.0.4 to 2.0.20
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.20 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
- dependency-name: nodemon
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 17:16:12 +00:00
knative-automation
8409a16a76
Format go code ( #5223 )
...
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
2022-09-22 17:09:13 +00:00
knative-automation
c257e0bef4
upgrade to latest dependencies ( #5212 )
...
bumping knative.dev/hack 6c30196...d1317b0:
> d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
> df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
> 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
> 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225)
> 36b2b3c add flag (# 224)
> 547a2ca Start Signing our Releases (# 198)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
2022-09-16 16:05:06 +00:00
Jay Dihenkar
0e4e22263c
fix: docs indents and code highlights ( #5215 )
2022-09-12 12:13:32 +00:00
Helber Belmiro
37b432c6f1
Fixed markdown syntax in helloworld-java-spring/README.md ( #5164 )
...
* Fixed markdown syntax in helloworld-java-spring/README.md
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
* Update code-samples/serving/hello-world/helloworld-java-spring/README.md
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-08-31 16:20:17 +00:00
Yamori
c4d94c2b3c
fix helloworld-go filename ( #5184 )
2022-08-23 18:54:18 +00:00
Michael Thomsen
a247aa8c85
Update Dart sample to latest Dart server template ( #5159 )
...
* Update Dart sample to latest Dart server template
* review feedback
* Update README.md
* Fix whitespace
2022-08-10 19:56:58 +00:00
Sergey "Shnatsel" Davidoff
5d1d6fa0aa
Fix Rust code sample ( #5158 )
...
* Bump Rust compiler to the latest version
* Commit Cargo.lock to the tree to prevent future breakage of the Rust sample
2022-08-10 16:06:42 +00:00
Ashleigh Brennan
aa99afea2c
General cleanup of sample and ref docs ( #5117 )
...
* General cleanup of sample and ref docs
* move reference docs
* fix nav and links
* update redirects
* fix comment
* added Paul's script updates, updating ext versions
2022-07-20 15:00:01 +00:00
dependabot[bot]
f75a3caa8e
Bump smallvec in /code-samples/serving/cloudevents/cloudevents-rust ( #5046 )
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.4.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 18:01:37 +00:00
dependabot[bot]
e98f9b5501
Bump arc-swap in /code-samples/serving/cloudevents/cloudevents-rust ( #5042 )
...
Bumps [arc-swap](https://github.com/vorner/arc-swap ) from 0.4.6 to 0.4.8.
- [Release notes](https://github.com/vorner/arc-swap/releases )
- [Changelog](https://github.com/vorner/arc-swap/blob/v0.4.8/CHANGELOG.md )
- [Commits](https://github.com/vorner/arc-swap/compare/v0.4.6...v0.4.8 )
---
updated-dependencies:
- dependency-name: arc-swap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 18:01:30 +00:00
Ali Ok
42fd74d11a
Get rid of refs to old KafkaChannels ( #5009 )
2022-06-22 18:01:23 +00:00
dependabot[bot]
55459316be
Bump hyper in /code-samples/serving/cloudevents/cloudevents-rust ( #5045 )
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.13.5 to 0.13.10.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/v0.13.10/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.13.5...v0.13.10 )
---
updated-dependencies:
- dependency-name: hyper
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 17:56:23 +00:00
dependabot[bot]
967a93e5bb
Bump miow in /code-samples/serving/cloudevents/cloudevents-rust ( #5024 )
...
Bumps [miow](https://github.com/yoshuawuyts/miow ) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yoshuawuyts/miow/releases )
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yoshuawuyts/miow/compare/0.2.1...0.2.2 )
---
updated-dependencies:
- dependency-name: miow
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:56:25 +00:00
dependabot[bot]
9aa8a46565
Bump rack in /code-samples/serving/hello-world/helloworld-ruby ( #4978 )
...
Bumps [rack](https://github.com/rack/rack ) from 2.2.3 to 2.2.3.1.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/2.2.3...2.2.3.1 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 19:17:21 +00:00
Kenjiro Nakayama
7eab64dc9d
Fix gRPC sample Dockerfile ( #4967 )
2022-05-23 13:39:03 +00:00
dependabot[bot]
bfb8de9e96
Bump sinatra in /code-samples/serving/hello-world/helloworld-ruby ( #4954 )
...
Bumps [sinatra](https://github.com/sinatra/sinatra ) from 2.0.8.1 to 2.2.0.
- [Release notes](https://github.com/sinatra/sinatra/releases )
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinatra/sinatra/compare/v2.0.8.1...v2.2.0 )
---
updated-dependencies:
- dependency-name: sinatra
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 20:11:34 +00:00
Samia Nneji
323b51c8be
Fix indentation ( #4906 )
...
* Fix indentation
* Fix more indentation
2022-04-05 19:40:43 +00:00
Lance Ball
10f1c7637c
Update Node.js code samples w/ latest CloudEvents ( #4865 )
...
This commit updates two of the examples in this repository that use the
Node.js CloudEvents module. A newer version of the module has been released
and the examples have been updated to use it. The newer version allows us
to eliminate a dependency on axios, and simplify the example code.
Signed-off-by: Lance Ball <lball@redhat.com>
2022-03-31 19:15:44 +00:00
dependabot[bot]
cc9f98a8c3
Bump minimist in /code-samples/serving/cloudevents/cloudevents-nodejs ( #4876 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 15:41:44 +00:00
dependabot[bot]
a7ef95e56e
Bump ansi-regex in /code-samples/serving/cloudevents/cloudevents-nodejs ( #4875 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 15:37:44 +00:00
Samu Tamminen
318a50e35e
Update eventing helloworld-python dependencies ( #4834 )
...
* upgrade Flask to 2.0.1 and python to 3.9
* use latest Flask version 2.0.3 and active Docker image python:3.9-alpine
2022-03-18 06:40:18 -07:00
dependabot[bot]
14240887db
Bump follow-redirects ( #4735 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 13:39:40 -08:00
dependabot[bot]
eaac13c0d6
Bump ajv in /code-samples/serving/cloudevents/cloudevents-nodejs ( #4729 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 13:16:00 -08:00
Pierangelo Di Pilato
8d151f7ce5
[main] update actions main ( #4695 )
...
* Update actions
Signed-off-by: Knative Automation <automation@knative.team>
* Update dotnet samples
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Co-authored-by: Knative Automation <automation@knative.team>
2022-02-03 10:18:21 -08:00
Mete Atamel
14509f3fdf
Updated HelloWorld C# sample to the latest 6.0 version #4643 ( #4648 )
...
* Updated HelloWorld C# sample to the latest 6.0 version #4643
* Fixed a lint problem
* Updated README.md with .NET 6 instructions for #4643
2022-01-20 13:25:35 -08:00
dependabot[bot]
733642cbc6
Bump follow-redirects ( #4631 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 12:53:29 -08:00
dependabot[bot]
d50182ac27
Bump path-parse in /code-samples/serving/cloudevents/cloudevents-nodejs ( #4573 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 04:38:18 -08:00
dependabot[bot]
0ea939435c
Bump axios in /code-samples/serving/cloudevents/cloudevents-nodejs ( #4574 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 04:36:18 -08:00
Samia Nneji
4eda564a0b
Move code samples to GitHub ( #4565 )
...
* Move samples off site
* Add redirects
* Fix code samples and links
* Change links
* Fix path to sample
* Fix a few more links
* Update samples path in test
* remove unecessary redirect
* update more links
* add closing bracket
2021-12-14 04:20:51 -08:00
Samia Nneji
48fa07945d
Move community docs onto MkDocs site ( #4544 )
...
* Move community docs onto MkDocs site
* Edit about community processes
* Will this fix the tests?
* Add redirects
* Fix broken redirects
* Change folder name and fix samples
* lint
* more lint
* Fix code snippet
* style tweak
* Add signing the CLA as a prereq and update serving issue link
* Capitalization
* Clarify roles
* lint
2021-12-13 06:57:20 -08:00