Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e35e705
DC-5044 `prisma-client-js` deprecated (#7219)
aidankmcalister Nov 4, 2025
f8c32d1
DC-5040 Env Vars via Config (#7227)
aidankmcalister Nov 5, 2025
87eba65
urls deprecated (#7226)
aidankmcalister Nov 5, 2025
ac89f6a
minimum version uodated (#7234)
aidankmcalister Nov 7, 2025
3bf085d
DC-5043 Middleware removed from docs (#7233)
aidankmcalister Nov 7, 2025
a4cffaf
DC-6174: Remove adapter, engine, directUrl, studio from config (#7256)
ankur-arch Nov 15, 2025
c2671d7
feat: restructure getting started side nav (#7245)
ankur-arch Nov 15, 2025
32e3082
feat: update .env docs DC-6204 (#7259)
ankur-arch Nov 17, 2025
1db29fe
fix: clarify config file path better (#7261)
ankur-arch Nov 17, 2025
8d21ba4
Update ORM docs (#7260)
AmanVarshney01 Nov 17, 2025
a72eb21
Update guides to use prisma.config.ts (#7243)
nurul3101 Nov 17, 2025
05b7cb0
feat: update ppg for other dbs section (#7264)
ankur-arch Nov 17, 2025
5c857d7
feat: update prisma init related changes in other parts (#7267)
ankur-arch Nov 17, 2025
f489364
Update docs to perform migrations with connection pooling and Prisma …
AmanVarshney01 Nov 17, 2025
50b8d99
feat: add mentions of new Prisma Studio (#7270)
ankur-arch Nov 17, 2025
311bc16
feat: add mention of mongo support coming for P7 (#7271)
ankur-arch Nov 17, 2025
e54a8cd
docs(postgres): remove accelerate reference
mhartington Nov 10, 2025
cae1f1c
Optimised images with calibre/image-actions
github-actions[bot] Nov 11, 2025
30bc667
docs(): update with feedback
mhartington Nov 11, 2025
d6dc975
Optimised images with calibre/image-actions
github-actions[bot] Nov 11, 2025
3d11b9f
docs(ppg): updates
mhartington Nov 17, 2025
83013e4
docs(): update based on feedback
mhartington Nov 17, 2025
858a231
docs(): update based on feedback
mhartington Nov 18, 2025
e2d87a6
Merge branch 'prisma-7' into ppg-no-accelerate
AmanVarshney01 Nov 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# yaml template to refer to https://docs.coderabbit.ai/reference/yaml-template#enterprise
language: "en-US"
tone_instructions: "You are a principal engineer with natural teaching abilities. You detect issues and clearly explain why."
reviews:
collapse_walkthrough: false
profile: "chill"
Expand All @@ -14,6 +15,7 @@ reviews:
auto_review:
enabled: true
drafts: false
base_branches: [".*"]
finishing_touches:
docstrings:
enabled: false
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/config/.linkspector.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/linkspector.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
--cache
--cache-exclude-status 429,500,502,503,504
--max-cache-age 5m
--verbose
--no-progress
--accept 200,201,204,304,403,429
--timeout 20
Expand All @@ -34,6 +33,7 @@ jobs:
--exclude 'http://localhost.*'
--exclude 'https://localhost.*'
--exclude 'https://cockroachlabs.com'
--exclude 'https://www.gnu.org'
--exclude '^/.*'
'./**/*.md' './**/*.mdx'
workingDirectory: "content"
Expand All @@ -50,7 +50,6 @@ jobs:
args: >
--cache
--max-cache-age 5m
--verbose
--no-progress
--accept 200,201,204,304,403,429
--cache-exclude-status 429,500,502,503,504
Expand All @@ -60,6 +59,7 @@ jobs:
--exclude 'http://localhost.*'
--exclude 'https://localhost.*'
--exclude 'https://cockroachlabs.com'
--exclude 'https://www.gnu.org'
--exclude '^/.*'
'./**/*.md' './**/*.mdx'
workingDirectory: "content"
Expand All @@ -79,8 +79,8 @@ jobs:
fi

if [ -n "$REPORT_FILE" ]; then
# Read the original output
ORIGINAL=$(cat "$REPORT_FILE")
# Read the original output and remove everything after 'Redirects per input'
ORIGINAL=$(cat "$REPORT_FILE" | sed '/^##* Redirects per input/,$d')

# Create formatted output
cat > lychee/formatted.md << EOF
Expand All @@ -92,12 +92,12 @@ jobs:

EOF

# Append the original content with title replacement
# Append the cleaned content with title replacement
echo "$ORIGINAL" | sed 's/^# Summary$//' | sed 's/^## Summary$//' >> lychee/formatted.md
fi

- name: 📝 Comment Broken Links
if: ${{ always() && github.event.pull_request.head.repo.fork == false }}
if: ${{ always() && github.event.pull_request.head.repo.fork == false && (steps.lychee.outputs.exit_code != 0 || (steps.lychee-retry.conclusion != 'skipped' && steps.lychee-retry.outputs.exit_code != 0)) }}
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
5 changes: 3 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
"Buildpacks",
"Sevalla's",
"Dataguide",
"justinellingwood"
"justinellingwood",
"Millis"
],
"patterns": [
{
Expand Down Expand Up @@ -212,4 +213,4 @@
"HTML Tags"
],
"ignorePaths": []
}
}
159 changes: 0 additions & 159 deletions content/100-getting-started/01-quickstart-prismaPostgres.mdx

This file was deleted.

Loading