Change Authorization header in Airbyte components#19734
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the WalkthroughMultiple Airbyte components were updated with version bumps across action files. Authorization mechanism switched from API key to OAuth access token in the main app configuration. The app file refactored URL construction to use template literals and updated field label capitalization. Platform dependency and package version were incremented. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
components/https_airbyte_com/actions/update-workspace/update-workspace.mjs (1)
2-2: Address or remove the debug comment indicating a bug.This Portuguese comment translates to: "Returns success, but is creating new workspaces instead of updating them." If this is a known bug, it should be tracked in an issue and either fixed or documented. If the issue has been resolved, remove this comment.
Would you like me to open an issue to track this bug, or has this been resolved with the API/auth changes?
🤖 Fix all issues with AI agents
In `@components/https_airbyte_com/package.json`:
- Line 3: The package.json version was bumped to "0.2.0" for the new OAuth
feature but you must also ensure the `@pipedream/platform` dependency is updated
to the project-standard ^3.1.1 and confirm component action compatibility;
update the "@pipedream/platform" entry in package.json if not already, run the
component's action unit/integration tests and manual smoke tests for actions
(particularly OAuth flows) and address any API/typing changes surfaced by
platform 3.1.1 in the action handlers (search for files referencing
`@pipedream/platform` or OAuth logic).
|
Hi everyone, all test cases are passed! Ready for release! Test reports
|
|
/approve |
|
/approve |
Resolves #19365
Summary by CodeRabbit
New Features
Style
Chores
✏️ Tip: You can customize this high-level summary in your review settings.