Conversation
|
""" WalkthroughA new optional parameter, Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API_Server
participant GitHub
Client->>API_Server: GET /v1/vcs/github/installations/:installationId/providerRepositories/:providerRepositoryId/contents?providerReference=ref
API_Server->>GitHub: listRepositoryContents(..., providerReference)
GitHub-->>API_Server: Repository contents at specified reference
API_Server-->>Client: Return repository contents
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
|
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
…rite/appwrite into feat-ref-param-to-vcs-list-contents
commit: |
What does this PR do?
Add
refparam to pass branch/commit/tag to list contentsTest Plan
Tested manually
Related PRs and Issues
Checklist
Summary by CodeRabbit
New Features
Chores