-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
chore(adapters): cleanup extraneous documentation in adapter and fix testing and release GHA #10854
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
github-actions
bot
added
adapters
Changes related to the core code concerning database adapters
firebase
@auth/firebase-adapter
dynamodb
@auth/dynamodb-adapter
fauna
@auth/fauna-adapter
mikro-orm
@auth/mikro-orm-adapter
mongodb
@auth/mongodb-adapter
neo4j
@auth/neo4j-adapter
pouchdb
@auth/pouchdb-adapter
sequelize
@auth/sequelize-adapter
upstash-redis
@auth/upstash-redis-adapter
supabase
@auth/supabase-adapter
typeorm
@auth/typeorm-adapter
xata
@auth/xata-adapter
drizzle
@auth/drizzle-adapter
kysely
d1
hasura
surrealdb
pg
azure-tables
edgedb
unstorage
labels
May 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10854 +/- ##
==========================================
- Coverage 39.08% 37.97% -1.12%
==========================================
Files 168 173 +5
Lines 26871 27238 +367
Branches 1140 1174 +34
==========================================
- Hits 10503 10343 -160
- Misses 16368 16895 +527 ☔ View full report in Codecov by Sentry. |
…nextauthjs/next-auth into ndom91/cleanup-adapter-jsdoc-docs
ndom91
changed the title
chore(adapters): cleanup extraneous documentation in adapter index files
chore(adapters): cleanup extraneous documentation in adapter and fix testing and release GHA
May 9, 2024
3 tasks
hillac
pushed a commit
to hillac/next-auth
that referenced
this pull request
Jun 19, 2024
…testing and release GHA (nextauthjs#10854)
k3k8
pushed a commit
to k3k8/next-auth
that referenced
this pull request
Aug 1, 2024
…testing and release GHA (nextauthjs#10854)
JipSterk
pushed a commit
to JipSterk/next-auth
that referenced
this pull request
Aug 27, 2024
…testing and release GHA (nextauthjs#10854)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
adapters
Changes related to the core code concerning database adapters
azure-tables
d1
drizzle
@auth/drizzle-adapter
dynamodb
@auth/dynamodb-adapter
edgedb
examples
fauna
@auth/fauna-adapter
firebase
@auth/firebase-adapter
hasura
kysely
mikro-orm
@auth/mikro-orm-adapter
mongodb
@auth/mongodb-adapter
neo4j
@auth/neo4j-adapter
pg
pouchdb
@auth/pouchdb-adapter
sequelize
@auth/sequelize-adapter
supabase
@auth/supabase-adapter
surrealdb
typeorm
@auth/typeorm-adapter
unstorage
upstash-redis
@auth/upstash-redis-adapter
xata
@auth/xata-adapter
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.
☕️ Reasoning
## Setup ..
type docs in each adapter's JSDoc in their respectiveindex.ts
files. This also included stuff like schema migration's and migrations from v1 to v2 of the adpater, etc. Stuff that doesn't really belong in JSDoc imoauthjs.dev/getting-started/adapters/*
for each adapter/api/[...proxy]/route.ts
exportsActions
release.yml
GHArelease-*
jobs🧢 Checklist
🎫 Affected issues
📌 Resources