Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Bookstore App: DB setup for Book Review Comments #5896

Merged
merged 7 commits into from
Mar 8, 2024

Conversation

Zazzscoot
Copy link
Contributor

Fixes #5881

Proposed Changes

  • Added the SQL file for creating a table for BookReviews according to the schema described here
  • Added dummy data into BookReviews table
  • Wrote documentation for implemented schema and added dummy rows

@knative-prow knative-prow bot requested review from pmbanugo and ReToCode March 7, 2024 00:03
Copy link

knative-prow bot commented Mar 7, 2024

Welcome @Zazzscoot! It looks like this is your first PR to knative/docs 🎉

@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 7, 2024
Copy link

netlify bot commented Mar 7, 2024

Deploy Preview for knative ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 06e11fe
🔍 Latest deploy log https://app.netlify.com/sites/knative/deploys/65eb65e4d2605e0008911ea7
😎 Deploy Preview https://deploy-preview-5896--knative.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Zazzscoot
Copy link
Contributor Author

/cc @Leo6Leo

@knative-prow knative-prow bot requested a review from Leo6Leo March 7, 2024 00:04
@Leo6Leo
Copy link
Member

Leo6Leo commented Mar 7, 2024

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2024
@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 8, 2024
@Zazzscoot Zazzscoot requested a review from Cali0707 March 8, 2024 19:15
Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two more small changes then this is good on my end @Zazzscoot !

code-samples/eventing/bookstore-sample-app/db/sample.sql Outdated Show resolved Hide resolved
code-samples/eventing/bookstore-sample-app/db/sample.sql Outdated Show resolved Hide resolved
@Zazzscoot Zazzscoot requested a review from Cali0707 March 8, 2024 19:24
Copy link
Member

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

Thanks for your work on this @Zazzscoot !!

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 8, 2024
Copy link

knative-prow bot commented Mar 8, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, Zazzscoot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 8, 2024
@knative-prow knative-prow bot merged commit 03bf62b into knative:main Mar 8, 2024
6 checks passed
@Zazzscoot Zazzscoot deleted the sampledb branch March 8, 2024 19:36
prushh pushed a commit to prushh/docs that referenced this pull request Apr 30, 2024
* 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 <[email protected]>

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

Co-authored-by: Calum Murray <[email protected]>

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

Co-authored-by: Calum Murray <[email protected]>

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

Co-authored-by: Calum Murray <[email protected]>

---------

Co-authored-by: Calum Murray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sample App: Database Service: Schema design and database creation
3 participants