-
Notifications
You must be signed in to change notification settings - Fork 5
fix: Object notifications using partner api #306
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
Conversation
|
Gitar analyzes/fixes CI failures, runs prompts as workflows and addresses comments starting with Rules EvaluatedGitar Rules✖️ PR Summary Enhancement: PR description already comprehensive. New commit only refines documentation wording - falls under exclusion for trivial changes. No update needed. ✖️ Flaky Test Auto-Retry: Deterministic Prettier formatting failure, not a flaky test. Will fail consistently until formatting is fixed. No retry appropriate. ⚙️ Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile Summary
Confidence Score: 2/5
Important Files Changed
|
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.
1 file reviewed, 2 comments
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
CI failed for 065f282: CI failed again with the same Prettier formatting issue in the YAML file after the 'improved docs' commit. This is the second occurrence of this formatting error on the PR.IssuePrettier formatting check failed (again) for Root CauseThe most recent commit
Pattern ObservedThis is the second occurrence of this formatting issue on this PR:
The author appears to be manually editing the YAML file without running the formatter before committing. DetailsThe "improved docs" commit refined documentation wording and examples (28 lines changed) but didn't run Prettier. Common formatting issues in YAML:
Suggested FixRun Prettier with the npx prettier --write static/api/extensions/v1/api.yamlOr: npm run formatRecommendationConsider adding a pre-commit hook or reminder to run Note: This is a tooling/process issue, not a code quality problem. The API specification and documentation content are valid and correct. Reply with |
Summary by Gitar
ObjectNotifications(with fields for webhook URL, SQL filtering, region, and authentication) andObjectNotificationAuth(supporting both Basic Auth and Bearer Token)BucketOptions(creation),UpdateBucketRequest(updates), andBucketInfo(retrieval responses)