This repository was archived by the owner on Sep 19, 2024. It is now read-only.
forked from prisma/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR add a full integration example between @snaplet/seed and prisma
jgoux
reviewed
Apr 10, 2024
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
jgoux
reviewed
Apr 10, 2024
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
jgoux
reviewed
Apr 10, 2024
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
jgoux
reviewed
Apr 10, 2024
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
jgoux
reviewed
Apr 10, 2024
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
jgoux
reviewed
Apr 10, 2024
jgoux
reviewed
Apr 10, 2024
Co-authored-by: Julien Goux <[email protected]>
jianreis
approved these changes
Apr 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
jharrell
reviewed
Apr 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Just a few nits here and there from our side
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jon Harrell <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
* try out remark-cli * content fixes * move commenting to a reusable action * check for absolute URLs * check build in GitHub so logs are visible * fix links to branches with forward slashes in the name * improve redirect check
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.75.0...1.76.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.51.2 to 3.52.0. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Harrell <[email protected]>
Co-authored-by: Jon Harrell <[email protected]>
Absolute URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe this PR
This PR add a full integration example between @snaplet/seed and prisma
Changes
@snaplet/seed
in the seeding workflow