-
Notifications
You must be signed in to change notification settings - Fork 300
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
Raw project query #382
Merged
Merged
Raw project query #382
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 ↗︎
|
jshimko
added a commit
to jshimko/stack
that referenced
this pull request
Dec 28, 2024
* dev: (138 commits) Raw project query (stack-auth#382) Require pagination cursor to be UUID Fix unit tests Fix users query Log error when selected team member has no team chore: update package versions Raw SQL query for fetching users (stack-auth#381) Better 429 request logging Fix STACK-SERVER-NH Only fetch keys that are required for the access type Improved OTel spans Better traceSpan signature Even more OTel spans Add display name to span attributes More OTel spans Update backend TypeScript target chore: update package versions removed GET team transaction fixed smtp config bug Insert final newline on file save ... # Conflicts: # .github/workflows/docker-build.yaml # apps/backend/package.json # apps/backend/prisma/seed.ts # apps/backend/sentry.client.config.ts # apps/backend/src/polyfills.tsx # apps/dashboard/sentry.client.config.ts # apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/page-client.tsx # apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/auth-methods/providers.tsx # apps/dashboard/src/components/data-table/user-table.tsx # apps/dashboard/src/components/version-alerter.tsx # apps/dashboard/src/polyfills.tsx # examples/cjs-test/package.json # examples/demo/src/app/page-client.tsx # examples/middleware/package.json # examples/partial-prerendering/package.json # package.json # packages/stack/package.json # packages/stack/src/generated/quetzal-translations.ts # packages/stack/src/lib/stack-app.ts # pnpm-lock.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Important
Add raw SQL project query, composite index for
Event
table, and refactor code for improved performance and consistency.idx_event_userid_projectid_eventstartedat
toEvent
table inmigration.sql
for improved query performance.getProjectQuery()
inprojects.tsx
for fetching project data using raw SQL.getProject()
inprojects.tsx
to usegetProjectQuery()
.getUserQuery()
incrud.tsx
.throwErr
usage inverify-data-integrity.ts
for pagination handling.localeCompare
withstringCompare
in multiple files for consistent string comparison.stringCompare
function tostrings.tsx
.stringCompare
usage.users.test.ts
.This description was created by for 1cf1b6f. It will automatically update as commits are pushed.