-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Organizations Access #3373
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
Organizations Access #3373
Conversation
WalkthroughThe pull request removes the authentication check from the Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant GraphQLServer
participant Database
Client->>GraphQLServer: Request organizations query
GraphQLServer->>Database: Query organizations (with limit & offset)
Database-->>GraphQLServer: Return organizations array
GraphQLServer-->>Client: Return organizations array
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #3373 +/- ##
====================================================
- Coverage 53.55% 53.54% -0.02%
====================================================
Files 472 472
Lines 35923 35915 -8
Branches 1311 1308 -3
====================================================
- Hits 19238 19230 -8
Misses 16680 16680
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@palisadoes PR is ready for review |
@meetulr @disha1202 Can you review this PR? |
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 good.
f1b6ec0
into
PalisadoesFoundation:develop-postgres
Overview
This PR ensures only details about all available organizations are available without authentication.
Closes Issue: #3370
Working Query
Note: The above query is already available in admin at

Solution implemented
Summary by CodeRabbit